There was an error while loading. Please reload this page.
1 parent 4896cf9 commit 088e0d6Copy full SHA for 088e0d6
.gitignore
@@ -3,6 +3,7 @@ vendor/
3
bin/
4
composer.lock
5
.phpunit.result.cache
6
+.phpunit.cache
7
.php-cs-fixer.cache
8
phpunit.xml
9
composer.json
@@ -15,7 +15,7 @@
15
"php": ">=8.0 <8.4"
16
},
17
"require-dev": {
18
- "phpunit/phpunit": "<11.0",
+ "phpunit/phpunit": "<12.0",
19
"phpfui/phpunit-syntax-coverage": "^1.0",
20
"roave/security-advisories": "dev-latest",
21
"friendsofphp/php-cs-fixer": "^3.0",
0 commit comments