We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a537d04 commit 37252f3Copy full SHA for 37252f3
composer.json
@@ -27,13 +27,13 @@
27
"php": "^8.1"
28
},
29
"require-dev": {
30
- "friendsofphp/php-cs-fixer": "^3.52.1",
31
- "phpstan/phpstan": "^1.10.64",
32
- "phpstan/phpstan-strict-rules": "^1.5.2",
+ "friendsofphp/php-cs-fixer": "^3.53.0",
+ "phpstan/phpstan": "^1.10.66",
+ "phpstan/phpstan-strict-rules": "^1.5.3",
33
"phpstan/phpstan-phpunit": "^1.3.16",
34
"phpstan/phpstan-deprecation-rules": "^1.1.4",
35
- "phpunit/phpunit": "^10.5.15",
36
- "symfony/var-dumper": "^6.4.4"
+ "phpunit/phpunit": "^10.5.15 || ^11.1.1",
+ "symfony/var-dumper": "^6.4.6"
37
38
"autoload": {
39
"files": [
0 commit comments