spatie / laravel-view-models

View models in Laravel
https://spatie.be/open-source
MIT License
1.01k stars 61 forks source link

Add PHP 8.2 Support #46

Closed patinthehat closed 1 year ago

patinthehat commented 1 year ago

Summary

This PR adds PHP 8.2 to the tests workflow. It also updates unit tests to support slightly different Artisan output in Laravel 9, and adds PHPUnit ^9.4 to the required dependencies.

id:php82-support/v1

freekmurze commented 1 year ago

Thank you!