letrunghieu / active

The helper class for Laravel applications to get active class base on current route
https://www.hieule.info/tag/laravel-active/
MIT License
414 stars 83 forks source link

Updated to Laravel 7, PHPUnit 8.5 and Testbench 5 #47

Closed timgreenwood closed 4 years ago

timgreenwood commented 4 years ago

I have updated and tested for Laravel 7 compatibility To fix #46

sebastienheyd commented 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"
  },
Briareos17 commented 4 years ago

Up! Please merge ASAP. Thanks