Add Laravel 7 compatibility

This commit is contained in:
Emanuel Mutschlechner
2020-04-07 01:41:36 +02:00
parent fbffa51ed9
commit 68cfe44c05
3 changed files with 508 additions and 265 deletions

View File

@@ -35,12 +35,12 @@
],
"type": "library",
"require": {
"php": ">=7.0.0|>=7.1.3",
"illuminate/support": "^5.5|^6.0"
"php": "^7.0.0|^7.2|^7.2.5",
"illuminate/support": "^5.5|^6.0|^7.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "~6.0|~7.0"
"mockery/mockery": "0.9.*|^1.0|^1.3.1",
"phpunit/phpunit": "~6.0|^8.0|^8.5"
},
"autoload": {
"psr-4": {