Skip to content

Commit

Permalink
Dropped support for PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Dec 2, 2018
1 parent 0697b98 commit cdbebe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 7.1
- 7.2
- nightly

Expand Down Expand Up @@ -40,7 +39,7 @@ matrix:
php: 7.2
env: TARGET=checkdeps
- stage: test
php: 7.1
php: 7.2
env: COMPOSER_FLAGS="--prefer-lowest"
- stage: test
php: 7.2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.2",
"core23/lastfm-api": "^0.5",
"php-http/client-implementation": "^1.0",
"php-http/httplug-bundle": "^1.1",
Expand Down

0 comments on commit cdbebe9

Please sign in to comment.