brefphp / laravel-bridge

Package to use Laravel on AWS Lambda with Bref
https://bref.sh/docs/frameworks/laravel.html
MIT License
314 stars 63 forks source link

Bump laravel Octane version for Laravel 10 compatibility #133

Open natanparmigianoreis opened 8 months ago

natanparmigianoreis commented 8 months ago

Currrently the package is marked as compatible with octane 1.2 explicitly, which makes any Laravel 10.x (which is only compatible with octane 2.x) instalation fall back to bref/laravel-bridge:^1.2 , since that is the last version that does not include the octane requirement in its dependencies.

This pull request bumps the required octane version to "^2.1" making it compatible with Laravel 10.x

Resolves issue #132

gazzoy commented 8 months ago

+1 for this