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

Commit e6ac7cb

Browse files
committed
Merge pull request #72 from ibuildingsnl/feature/enable-php7-support
Feature/enable php7 support
2 parents 675fbbd + 4115920 commit e6ac7cb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# This file should be added to your project repository
66
#
77

8+
sudo: false
9+
810
language: php
911

1012
php:
@@ -33,4 +35,3 @@ branches:
3335
matrix:
3436
allow_failures:
3537
- php: hhvm
36-
- 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)