Closed timgreenwood closed 4 years ago
There is no other modification than the versions in composer.json. So you can add the both versions of Laravel :
"require": {
"php": ">=7.2",
"laravel/framework": "^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^4.0|^5.0"
},
Up! Please merge ASAP. Thanks
I have updated and tested for Laravel 7 compatibility To fix #46