Skip to content

Commit 5bc64db

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpstan/phpstan | 1.12.3 | 1.12.4 | | packagist | phpunit/phpunit | 9.6.20 | 9.6.21 |
1 parent 5296ff0 commit 5bc64db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "~8.2.0 || ~8.3.0",
22-
"phpstan/phpstan": "^1.12.3"
22+
"phpstan/phpstan": "^1.12.4"
2323
},
2424
"require-dev": {
2525
"laminas/laminas-cache": "^3.12.2",
@@ -35,7 +35,7 @@
3535
"laminas/laminas-validator": "^2.64.1",
3636
"phpstan/phpstan-deprecation-rules": "^1.2.1",
3737
"phpstan/phpstan-phpunit": "^1.4.0",
38-
"phpunit/phpunit": "^9.6.20",
38+
"phpunit/phpunit": "^9.6.21",
3939
"slam/php-cs-fixer-extensions": "^3.11.1"
4040
},
4141
"conflict": {

0 commit comments

Comments
 (0)