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 57d1410 commit 2006c55Copy full SHA for 2006c55
.gitignore
@@ -4,3 +4,4 @@ build/
4
composer.lock
5
phpcs.xml
6
.phpcs-cache
7
+.phpunit.result.cache
composer.json
@@ -30,7 +30,7 @@
30
"phpstan/phpstan": "^1.10",
31
"phpstan/phpstan-phpunit": "^1.3",
32
"phpstan/phpstan-strict-rules": "^1.5",
33
- "phpunit/phpunit": "^9.6"
+ "phpunit/phpunit": "^10"
34
},
35
"scripts": {
36
"phpstan": "./vendor/bin/phpstan analyse",
0 commit comments