Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                    | from   | to     |
| ----------- | -------------------------- | ------ | ------ |
| github-tags | containerbase/php-prebuild | 8.3.14 | 8.4.1  |
| packagist   | phpstan/phpstan            | 2.0.2  | 2.0.3  |
| packagist   | phpunit/phpunit            | 11.4.4 | 11.4.4 |
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent daa6856 commit 8495bdd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Better Reflection - an improved code reflection API",
"license": "MIT",
"require": {
"php": "~8.2.0 || ~8.3.2",
"php": "~8.2.0 || ~8.3.2 || ~8.4.0",
"ext-json": "*",
"jetbrains/phpstorm-stubs": "2024.2",
"nikic/php-parser": "^5.3.1"
Expand Down Expand Up @@ -33,7 +33,7 @@
],
"require-dev": {
"phpbench/phpbench": "^1.3.1",
"phpunit/phpunit": "^11.4.3"
"phpunit/phpunit": "^11.4.4"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion tools/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"require": {
"doctrine/coding-standard": "^12.0.0",
"phpstan/phpstan": "^2.0.2",
"phpstan/phpstan": "^2.0.3",
"phpstan/phpstan-phpunit": "^2.0.1",
"vimeo/psalm": "^5.26.1",
"roave/backward-compatibility-check": "^8.10.0",
Expand Down
12 changes: 6 additions & 6 deletions tools/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8495bdd

Please sign in to comment.