Skip to content

Commit d068eda

Browse files
keradusSpacePossum
authored andcommitted
Allow to use on PHP 7.2
1 parent 00695bd commit d068eda

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ matrix:
1414
env: COMPOSER_FLAGS="--prefer-stable"
1515
- php: 7.1
1616
env: COMPOSER_FLAGS="--prefer-stable"
17+
- php: 7.2
18+
env: COMPOSER_FLAGS="--prefer-stable"
1719
- php: nightly
1820
env: COMPOSER_FLAGS="--dev --ignore-platform-reqs"
1921
allow_failures:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^5.6 || >=7.0 <7.2"
18+
"php": "^5.6 || ^7.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^4.8.35 || ^5.4.3"

0 commit comments

Comments
 (0)