lorisleiva / laravel-actions

⚡️ Laravel components that take care of one specific task
https://laravelactions.com
MIT License
2.52k stars 124 forks source link

Fix Orchestra Laravel 10 compatibility #284

Closed edwinvdpol closed 3 months ago

edwinvdpol commented 3 months ago

When you run PHP 8.1, and you try composer install the following error will appear:

Screenshot 2024-08-09 at 22 54 32 Laravel 10 needs Orchestra Testbench 8.

This PR fixes that compatibility.

The branch name is not entirely correct, but you get the point. 😋

👋 Edwin