Skip to content

Commit 00c06fd

Browse files
committed
Drop PHP7.1 and Laravel5.8
1 parent 3b4e8df commit 00c06fd

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: php
33

44
jobs:
55
include:
6-
- php: 7.1
76
- php: 7.2
87
- php: 7.3
98
- php: 7.4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ v4 will be shut down on 2020/03.
1414
This package already support new API. Check UPGRADING.md
1515

1616
## Requirements
17-
- PHP >= 7.1
18-
- Laravel >= 5.8
17+
- PHP >= 7.2
18+
- Laravel >= 6.0
1919

2020
## Versioning
2121
- Basic : semver

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
],
88
"license": "MIT",
99
"require": {
10-
"php": "^7.1.3||^8.0",
10+
"php": "^7.2||^8.0",
1111
"guzzlehttp/guzzle": "^6.3||^7.0",
12-
"illuminate/support": "^5.8||^6.0||^7.0"
12+
"illuminate/support": "^6.0||^7.0"
1313
},
1414
"require-dev": {
15-
"phpunit/phpunit": "^7.5||^8.0||^9.0",
15+
"phpunit/phpunit": "^8.0||^9.0",
1616
"mockery/mockery": "^1.0",
17-
"orchestra/testbench": "^3.8||^4.0||^5.0"
17+
"orchestra/testbench": "^4.0||^5.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)