Skip to content

Commit 13853cc

Browse files
committed
Some adjustments
1 parent 4793547 commit 13853cc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/vendor
22
/build
33
/composer.lock
4+
/.phpunit.result.cache

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
"phpstan": "phpstan analyse"
3232
},
3333
"require": {
34-
"php": "^7.1 || ^8.0"
34+
"php": "^7.1 || ^8.0",
35+
"ondram/ci-detector": "^3.5",
36+
"symfony/console": "~3.4|~4.3|~5.1|~5.2"
3537
},
3638
"require-dev": {
3739
"phpunit/phpunit": "^7 || ^8 || ^9",

0 commit comments

Comments
 (0)