Skip to content

Commit 7ae62f9

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpstan/phpstan | 1.12.3 | 1.12.4 | | packagist | phpunit/phpunit | 11.3.5 | 11.3.6 |
1 parent 6e764f3 commit 7ae62f9

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
@@ -12,14 +12,14 @@
1212
],
1313
"require": {
1414
"php": "~8.2.0 || ~8.3.0",
15-
"phpstan/phpstan": "^1.12.3"
15+
"phpstan/phpstan": "^1.12.4"
1616
},
1717
"require-dev": {
1818
"nette/di": "^3.2.2",
1919
"nette/neon": "^3.4.3",
2020
"nikic/php-parser": "^4.19.1 || ^5.0.2",
2121
"phpstan/phpstan-phpunit": "^1.4.0",
22-
"phpunit/phpunit": "^11.3.5",
22+
"phpunit/phpunit": "^11.3.6",
2323
"slam/php-cs-fixer-extensions": "^3.11.1"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)