Skip to content

Commit a9207ee

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | --------------- | ------ | ------- | | packagist | phpstan/phpstan | 2.1.8 | 2.1.10 | | packagist | phpunit/phpunit | 12.0.9 | 12.0.10 |
1 parent bf52ee5 commit a9207ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"php": "~8.3.0 || ~8.4.0"
1515
},
1616
"require-dev": {
17-
"phpstan/phpstan": "^2.1.8",
17+
"phpstan/phpstan": "^2.1.10",
1818
"phpstan/phpstan-phpunit": "^2.0.4",
1919
"phpstan/phpstan-strict-rules": "^2.0.4",
20-
"phpunit/phpunit": "^12.0.9",
20+
"phpunit/phpunit": "^12.0.10",
2121
"slam/php-cs-fixer-extensions": "^3.12",
2222
"symfony/console": "^7.2.1"
2323
},

0 commit comments

Comments
 (0)