limosa-io / laravel-scim-server

SCIM 2.0 Server implementation for Laravel
MIT License
47 stars 28 forks source link

Add support for Laravel 10 #39

Closed besanek closed 1 year ago

besanek commented 1 year ago

This merge request adds support for Laravel 10 in composer.json and Github Actions.

In addition to these changes, I had to upgrade the phpunit.xml file because the new orchestra/testbench package uses a version of PHPUnit that is not compatible with the existing format.

arietimmerman commented 1 year ago

Thanks @besanek