Skip to content

Commit 084164b

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | ---------------------------- | ------ | ------ | | packagist | phpstan/phpstan-strict-rules | 2.0.3 | 2.0.4 | | packagist | phpunit/phpunit | 12.0.7 | 12.0.8 |
1 parent 9bfcb0f commit 084164b

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
@@ -16,8 +16,8 @@
1616
"require-dev": {
1717
"phpstan/phpstan": "^2.1.8",
1818
"phpstan/phpstan-phpunit": "^2.0.4",
19-
"phpstan/phpstan-strict-rules": "^2.0.3",
20-
"phpunit/phpunit": "^12.0.7",
19+
"phpstan/phpstan-strict-rules": "^2.0.4",
20+
"phpunit/phpunit": "^12.0.8",
2121
"slam/php-cs-fixer-extensions": "^3.12",
2222
"symfony/console": "^7.2.1"
2323
},

0 commit comments

Comments
 (0)