-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop support for L5.7 and below + PHP7.1 and below
- Loading branch information
1 parent
2646320
commit 7145e99
Showing
3 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
language: php | ||
|
||
php: | ||
- 7.1 | ||
- 7.2 | ||
- 7.3 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,15 +16,15 @@ | |
} | ||
], | ||
"require": { | ||
"php": "^7.1", | ||
"laravel/framework": "~5.7|~5.8", | ||
"php": "^7.2", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
AlexVanderbist
Author
Member
|
||
"laravel/framework": "~5.8", | ||
"mustache/mustache": "^2.12" | ||
}, | ||
"require-dev": { | ||
"ext-pdo_sqlite": "*", | ||
"mockery/mockery": "^1.0", | ||
"orchestra/testbench": "~3.7|~5.8", | ||
"phpunit/phpunit": "^7.0|^8.0" | ||
"orchestra/testbench": "~3.8", | ||
"phpunit/phpunit": "^7.5|^8.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
|
why bump to 7.2 when laravel requires only 7.1 and the fact is, no 7.2 only code added in this commit