y0rdie / laravel-gust

Laravel Gust is a backend agnostic VueJS authentication frontend for Laravel.
MIT License
19 stars 1 forks source link

PHP version #4

Closed massiws closed 3 years ago

massiws commented 3 years ago

Can't install on Laravel 8 because this package require PHP-7.4, but Laravel 8 has PHP-7.3. Are there any dependencies preventing you from setting a minor PHP version?

    "require": {
        "php": "^7.3|^8.0",
        "illuminate/contracts": "^8.0",
y0rdie commented 3 years ago

Nope nothing should be preventing this, will update it along with a mix 6 release when this gets merged to laravel/laravel. Thanks for reporting.

y0rdie commented 3 years ago

This should be resolved with the latest release, again thanks for taking the time to report @massiws