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 d57d06f commit 88cba36Copy full SHA for 88cba36
.gitignore
@@ -5,3 +5,4 @@ composer.phar
5
.buildpath
6
.project
7
.settings
8
+.phpunit.result.cache
composer.json
@@ -27,7 +27,7 @@
27
"mustangostang/spyc": "*"
28
},
29
"require-dev": {
30
- "phpunit/phpunit": "^8.5.8",
+ "phpunit/phpunit": "^8.5.8 || ^9 || ^10 || ^11",
31
"psr/cache": "^1.0.1",
32
"psr/simple-cache": "^1.0.1",
33
"matthiasmullie/scrapbook": "^1.4.7",
0 commit comments