We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4793547 commit 13853ccCopy full SHA for 13853cc
.gitignore
@@ -1,3 +1,4 @@
1
/vendor
2
/build
3
/composer.lock
4
+/.phpunit.result.cache
composer.json
@@ -31,7 +31,9 @@
31
"phpstan": "phpstan analyse"
32
},
33
"require": {
34
- "php": "^7.1 || ^8.0"
+ "php": "^7.1 || ^8.0",
35
+ "ondram/ci-detector": "^3.5",
36
+ "symfony/console": "~3.4|~4.3|~5.1|~5.2"
37
38
"require-dev": {
39
"phpunit/phpunit": "^7 || ^8 || ^9",
0 commit comments