Skip to content

Commit

Permalink
Drop support for PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Aug 23, 2019
1 parent 78bc3f9 commit 858f0cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: php
sudo: false

php:
- 7.1
- 7.2
- 7.3

Expand All @@ -14,11 +13,6 @@ env:

matrix:
fast_finish: true
exclude:
- php: 7.1
env: LARAVEL=^6.0
- php: 7.1
env: LARAVEL=^7.0
allow_failures:
- env: LARAVEL=^7.0

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"illuminate/notifications": "^6.0|^7.0",
"nexmo/client": "^1.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0|^8.0"
"phpunit/phpunit": "^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 858f0cb

Please sign in to comment.