File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ language: php
33
44jobs :
55 include :
6- - php : 7.1
76 - php : 7.2
87 - php : 7.3
98 - php : 7.4
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ v4 will be shut down on 2020/03.
1414This 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments