Skip to content

Commit cebfb13

Browse files
committed
Test against php 7.0
We should start testing against PHP 7.0
1 parent 5e1c083 commit cebfb13

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 5.5.9
55
- 5.5
66
- 5.6
7+
- 7.0
78
- hhvm
89

910
sudo: false

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.5.9",
13+
"php": "^5.5.9 || ^7.0",
1414
"illuminate/routing": "~5.1",
1515
"illuminate/support": "~5.1",
1616
"dingo/blueprint": "0.1.*",
@@ -30,7 +30,7 @@
3030
"illuminate/console": "~5.1",
3131
"illuminate/filesystem": "~5.1",
3232
"illuminate/log": "~5.1",
33-
"phpunit/phpunit": "~4.0",
33+
"phpunit/phpunit": "^4.8 || ^5.0",
3434
"mockery/mockery": "~0.9",
3535
"squizlabs/php_codesniffer": "~2.0"
3636
},

0 commit comments

Comments
 (0)