Skip to content

Commit

Permalink
Bumped minimum required PHP version to 7.0 and added PHP 7.2 to Travi…
Browse files Browse the repository at this point in the history
…s test versions
  • Loading branch information
PHLAK committed Apr 3, 2018
1 parent 93785b7 commit ddb38c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ sudo: false

language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2

services:
- memcached
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"issues": "https://github.com/PHLAK/Stash/issues"
},
"require": {
"php": ">=5.6",
"php": ">=7.0",
"nesbot/carbon": "^1.21"
},
"require-dev": {
Expand Down

0 comments on commit ddb38c6

Please sign in to comment.