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 1a52bf3 commit 0897217Copy full SHA for 0897217
.travis.yml
@@ -1,7 +1,6 @@
1
language: php
2
3
php:
4
- - 5.4
5
- 5.5
6
- 5.6
7
- 7.0
composer.json
@@ -11,14 +11,14 @@
11
}
12
],
13
"require": {
14
- "php": ">=5.4.0",
+ "php": ">=5.5.0",
15
"laravel/framework": "~5.0",
16
"phpdocumentor/reflection-docblock": "~2.0",
17
"mpociot/documentarian": "^0.2.0",
18
"fzaninotto/faker": "^1.6"
19
},
20
"require-dev": {
21
- "phpunit/phpunit": "~5.0",
+ "phpunit/phpunit": "~4.0",
22
"orchestra/testbench": "~3.0"
23
24
"autoload": {
0 commit comments