Skip to content

Commit

Permalink
Set min version as php7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhughes committed Feb 4, 2018
1 parent a508c47 commit 6a96052
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ git:

matrix:
include:
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
env:
Expand Down
4 changes: 0 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ environment:
php_ver_target: 7.2
- dependencies: highest
php_ver_target: 7.1
- dependencies: highest
php_ver_target: 7.0
- dependencies: highest
php_ver_target: 5.6

cache: # cache is cleared when linked file is modified
- '%LOCALAPPDATA%\Composer\files -> composer.lock'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"issues": "https://github.com/povils/phpmnd/issues"
},
"require": {
"php": "^5.6|^7.0",
"php": "^7.1",
"symfony/console": "^2.4 || ^3.0 || ^4.0",
"symfony/finder": "^2.2 || ^3.0 || ^4.0",
"nikic/php-parser": "^3.0",
Expand Down

0 comments on commit 6a96052

Please sign in to comment.