Skip to content

Commit c304ef9

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | ---------------------------------- | ------- | ------- | | packagist | nikic/php-parser | 5.6.2 | 5.6.2 | | packagist | phpbench/phpbench | 1.4.2 | 1.4.3 | | packagist | phpunit/phpunit | 11.5.43 | 11.5.43 | | packagist | roave/backward-compatibility-check | 8.14.0 | 8.15.0 |
1 parent de0a7d4 commit c304ef9

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"php": "~8.2.0 || ~8.3.2 || ~8.4.1 || ~8.5.0",
77
"ext-json": "*",
88
"jetbrains/phpstorm-stubs": "2024.3",
9-
"nikic/php-parser": "^5.6.1"
9+
"nikic/php-parser": "^5.6.2"
1010
},
1111
"authors": [
1212
{
@@ -32,8 +32,8 @@
3232

3333
],
3434
"require-dev": {
35-
"phpbench/phpbench": "^1.4.1",
36-
"phpunit/phpunit": "^11.5.42"
35+
"phpbench/phpbench": "^1.4.3",
36+
"phpunit/phpunit": "^11.5.43"
3737
},
3838
"autoload": {
3939
"psr-4": {

composer.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"phpstan/phpstan": "^2.1.31",
55
"phpstan/phpstan-phpunit": "^2.0.7",
66
"vimeo/psalm": "^6.13.1",
7-
"roave/backward-compatibility-check": "^8.14.0",
7+
"roave/backward-compatibility-check": "^8.15.0",
88
"roave/infection-static-analysis-plugin": "^1.39.0"
99
},
1010
"config": {

0 commit comments

Comments
 (0)