Skip to content

Commit ae39d9e

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpstan/phpstan | 2.1.36 | 2.1.37 | | packagist | phpunit/phpunit | 12.5.6 | 12.5.7 | | packagist | symfony/console | 8.0.3 | 8.0.4 |
1 parent 26e4dce commit ae39d9e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"php": "~8.4.0 || ~8.5.0"
1515
},
1616
"require-dev": {
17-
"phpstan/phpstan": "^2.1.36",
17+
"phpstan/phpstan": "^2.1.37",
1818
"phpstan/phpstan-phpunit": "^2.0.12",
1919
"phpstan/phpstan-strict-rules": "^2.0.7",
20-
"phpunit/phpunit": "^12.5.6",
20+
"phpunit/phpunit": "^12.5.7",
2121
"slam/php-cs-fixer-extensions": "^3.14.0",
22-
"symfony/console": "^8.0.3"
22+
"symfony/console": "^8.0.4"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)