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

Update to support Laravel 8 #13

Closed daanpeer closed 3 years ago

daanpeer commented 3 years ago

When updating to Laravel I got a Composer error related to illuminate/queue and illuminate/support inside the laravel-bridge package. This PR updates these dependencies so that Laravel 8 can be used.

pmayet commented 3 years ago

@daanpeer You must also update the composer.json in the App used for tests

marvinosswald commented 3 years ago

Is there anything that needs to be done here before you guys can merge it?, i'd be more than happy to help with anything.

badams commented 3 years ago

@daanpeer @pmayet Any chance of this getting a release soon?

marvinosswald commented 3 years ago

@mnapoli @pmayet just tested this with laravel 8 and a fresh project, works fine - as far as i can see.

rmundel commented 3 years ago

Works fine here too

mnapoli commented 3 years ago

Thank you everyone for testing, and thanks @daanpeer for the PR!