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.
2 parents dd155b2 + 328bd8b commit 38f530bCopy full SHA for 38f530b
.travis.yml
@@ -1,6 +1,8 @@
1
language: php
2
# list any PHP version you want to test against
3
php:
4
+ - 5.6
5
+ - 7.0
6
- 7.1
7
before_script:
8
- composer self-update
composer.json
@@ -20,7 +20,7 @@
20
"illuminate/support": "5.3.x|5.4.x|5.5.x"
21
},
22
"require-dev": {
23
- "phpunit/phpunit": "^6.2",
+ "phpunit/phpunit": "~5.7",
24
"orchestra/testbench": "~3.2",
25
"squizlabs/php_codesniffer": "^2.3"
26
0 commit comments