Skip to content

Commit b14e27b

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 b0c5a0c commit b14e27b

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
@@ -14,10 +14,10 @@
1414
"php": "~8.2.0 || ~8.3.0"
1515
},
1616
"require-dev": {
17-
"phpstan/phpstan": "^1.12.3",
17+
"phpstan/phpstan": "^1.12.4",
1818
"phpstan/phpstan-phpunit": "^1.4.0",
1919
"phpstan/phpstan-strict-rules": "^1.6.0",
20-
"phpunit/phpunit": "^11.3.5",
20+
"phpunit/phpunit": "^11.3.6",
2121
"slam/php-cs-fixer-extensions": "^3.11.1",
2222
"symfony/console": "^7.1.4"
2323
},

0 commit comments

Comments
 (0)