inertiajs / inertia-laravel

The Laravel adapter for Inertia.js.
https://inertiajs.com
MIT License
2.08k stars 234 forks source link

Support same PHP versions as Laravel 6.x #543

Closed QuentiumYT closed 1 year ago

QuentiumYT commented 1 year ago

With this requirement, Inertia Laravel will be satisfied by the same PHP version as Laravel >6. It also allows new developers to use PHP 8.3 (RC currently)

inertiajs/inertia-laravel v0.6.9 requires php ^7.2|~8.0.0|~8.1.0|~8.2.0 -> your php version (8.3.0RC1) does not satisfy that requirement.

QuentiumYT commented 1 year ago

Well #540 might be more interesting by just adding the PHP 8.3 version

jessarcher commented 1 year ago

Thanks! Given that PHP doesn't follow semver, I think it's probably safer to go with #540.