laravel-nestedset icon indicating copy to clipboard operation
laravel-nestedset copied to clipboard

Update composer.json for Laravel 8.0

Open adelinferaru opened this issue 5 years ago • 1 comments

Please update the require part of the composer.json so that we can upgrade to Laravel 8.0 ( add |^8.0 )

"require": {
        "php": ">=7.1.3",
        "illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0",
        "illuminate/database": "~5.7.0|~5.8.0|^6.0|^7.0",
        "illuminate/events": "~5.7.0|~5.8.0|^6.0|^7.0"
    },

Thank you!

adelinferaru avatar Sep 09 '20 15:09 adelinferaru

See PR #472

tumichnix avatar Sep 10 '20 07:09 tumichnix