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 16910fc commit 1106e10Copy full SHA for 1106e10
.gitignore
@@ -1,4 +1,3 @@
1
.php_cs.cache
2
-composer.lock
3
vendor/
4
build/
.travis.yml
@@ -1,8 +1,6 @@
language: php
php:
- - 5.4
5
- - 5.5
6
- 5.6
7
- 7.0
8
- 7.1
composer.json
@@ -34,7 +34,7 @@
34
}
35
},
36
"require-dev": {
37
- "phpunit/phpunit": "^6.2"
+ "phpunit/phpunit": "^5.7"
38
39
"scripts": {
40
"test": "phpunit",
0 commit comments