Remove Laravel 5.5 support
This commit is contained in:
@@ -35,12 +35,12 @@
|
||||
],
|
||||
"type": "library",
|
||||
"require": {
|
||||
"php": "^7.0.0|^7.2|^7.2.5",
|
||||
"illuminate/support": "^5.5|^6.0|^7.0"
|
||||
"php": "^7.2|^7.2.5",
|
||||
"illuminate/support": "^6.0|^7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "0.9.*|^1.0|^1.3.1",
|
||||
"phpunit/phpunit": "~6.0|^8.0|^8.5"
|
||||
"mockery/mockery": "^1.0|^1.3.1",
|
||||
"phpunit/phpunit": "^8.0|^8.5"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
||||
Reference in New Issue
Block a user