Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Commit

Permalink
Remove php 7.1 support.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jan 23, 2020
1 parent 9405663 commit 2dcaeda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ script:

matrix:
include:
- php: 7.1
env: laravel=^5.8
- php: 7.1
env: setup=stable laravel=^5.8
- php: 7.1
env: setup=lowest laravel=^5.8
- php: 7.4
env: laravel=^5.8
- php: 7.4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"require": {
"php": ">=7.1",
"php": ">=7.2",
"aws/aws-sdk-php": "^3.37",
"illuminate/database": "^5.8 || ^6.0",
"illuminate/support": "^5.8 || ^6.0",
Expand Down

0 comments on commit 2dcaeda

Please sign in to comment.