Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 4115920

Browse files
author
DRvanR
committed
Support PHP7
1 parent 80f6484 commit 4115920

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ branches:
3535
matrix:
3636
allow_failures:
3737
- php: hhvm
38-
- php: 7.0

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "MIT",
44
"description": "Ibuildings standard QA Tools",
55
"require": {
6-
"php": "<=5.4",
6+
"php": ">=5.4,<8.0-dev",
77
"squizlabs/php_codesniffer": "^2.3",
88
"phpmd/phpmd": "^2.3",
99
"symfony/console": "^2.7",

0 commit comments

Comments
 (0)