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 5e1c083 commit cebfb13Copy full SHA for cebfb13
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 5.5.9
5
- 5.5
6
- 5.6
7
+ - 7.0
8
- hhvm
9
10
sudo: false
composer.json
@@ -10,7 +10,7 @@
}
11
],
12
"require": {
13
- "php": ">=5.5.9",
+ "php": "^5.5.9 || ^7.0",
14
"illuminate/routing": "~5.1",
15
"illuminate/support": "~5.1",
16
"dingo/blueprint": "0.1.*",
@@ -30,7 +30,7 @@
30
"illuminate/console": "~5.1",
31
"illuminate/filesystem": "~5.1",
32
"illuminate/log": "~5.1",
33
- "phpunit/phpunit": "~4.0",
+ "phpunit/phpunit": "^4.8 || ^5.0",
34
"mockery/mockery": "~0.9",
35
"squizlabs/php_codesniffer": "~2.0"
36
},
0 commit comments