We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15205f commit 2b9c481Copy full SHA for 2b9c481
composer.json
@@ -10,15 +10,15 @@
10
}
11
],
12
"require": {
13
- "php": "^7.3 || ^8.0"
+ "php": "^8.1"
14
},
15
"require-dev": {
16
"ergebnis/composer-normalize": "^2.0",
17
- "friendsofphp/php-cs-fixer": "^2.17",
18
- "infection/infection": "^0.18.0",
19
- "phpstan/phpstan": "~0.12.0",
20
- "phpunit/phpunit": "^9.0",
21
- "symfony/var-dumper": "^6.1"
+ "phpstan/phpstan": "^2.0",
+ "phpunit/phpunit": "^10.0",
+ "symfony/var-dumper": "^7.1",
+ "infection/infection": "^0.31.9",
+ "friendsofphp/php-cs-fixer": "^3.91"
22
23
"extra": {
24
"branch-alias": {
0 commit comments