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 8b14dae commit 67351d1Copy full SHA for 67351d1
.gitignore
@@ -1,9 +1,9 @@
1
# some IDE things
2
+*.cache
3
.idea/
4
.tags*
5
/.web-server-pid
6
**/oracle.sqlite
-.php_cs.cache
7
8
# composer
9
vendor/
composer.json
@@ -30,7 +30,7 @@
30
"require-dev": {
31
"friendsofphp/php-cs-fixer": "^2.14",
32
"phan/phan": "^1.0",
33
- "phpunit/phpunit": "^7.2"
+ "phpunit/phpunit": "^7.2 || ^8.0"
34
},
35
"config": {
36
"sort-packages": true
0 commit comments