Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit ba3d37d

Browse files
committed
PHP > 7.1
1 parent a423609 commit ba3d37d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ cache:
88

99
matrix:
1010
include:
11-
- php: 5.5
12-
- php: 5.6
13-
- php: 7
14-
allow_failures:
15-
- php: 7
11+
- php: 7.1
1612
fast_finish: true
1713

1814
install:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.5.9 || ^7.0",
17+
"php": "^7.1",
1818
"nikic/php-parser": "~4.0",
1919
"symfony/console": "^2.6 || ^3.0",
2020
"symfony/finder": "^2.6 || ^3.0",

0 commit comments

Comments
 (0)