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 05721c3 commit 3aa1500Copy full SHA for 3aa1500
.gitignore
@@ -7,3 +7,4 @@ Tests/Resources/outputs/*
7
!Tests/Resources/outputs/.gitkeep
8
9
phpunit.xml
10
+.phpunit.result.cache
composer.json
@@ -13,11 +13,11 @@
13
}
14
],
15
"require": {
16
- "php": "^7.2",
+ "php": "^7.2|^8.0",
17
"symfony/process": "^4.0|^5.0"
18
},
19
"require-dev": {
20
- "phpunit/phpunit": "^7.5"
+ "phpunit/phpunit": "^8.5|^9.5"
21
22
"minimum-stability": "stable",
23
"autoload": {
0 commit comments