Skip to content

Commit d626fab

Browse files
committed
Require PHP ^7.1
1 parent 5b31845 commit d626fab

File tree

4 files changed

+133
-138
lines changed

4 files changed

+133
-138
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,14 @@ sudo: false
55
matrix:
66
fast_finish: true
77
include:
8-
- php: 7.0
9-
env: CS_CHECK=1
108
- php: 7.1
11-
env: CODE_COVERAGE=1
9+
env: CS_CHECK=1
1210
- php: 7.2
13-
env: COMPOSER_FLAGS="--ignore-platform-reqs"
14-
- php: nightly
15-
env: COMPOSER_FLAGS="--ignore-platform-reqs"
11+
env: CODE_COVERAGE=1
1612

1713
cache:
1814
directories:
19-
- $HOME/.composer
15+
- $HOME/.composer/cache
2016

2117
install: wget -qO - https://github.com/Slamdunk/travis-scripts/raw/master/php-install.sh | sh
2218

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.0"
14+
"php": "^7.1"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "^6.2",
17+
"phpunit/phpunit": "^6.5",
1818
"roave/security-advisories": "dev-master",
19-
"slam/php-cs-fixer-extensions": "^1.4",
19+
"slam/php-cs-fixer-extensions": "^1.10",
2020
"slam/php-debug-r": "^1.1"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)