This PR adds support for Laravel 9 while also cleaning up some problems with monorepo-builder.
It seems multiple packages were out of sync with their dependencies, so I synced these up with the master composer file. I then added a GitHub action to validate the monorepo builder composer.json on a push or pull request.
I also modified the action that runs the unit tests so that it will run on PHP 8.1 and Laravel 9.
The lines removed in this PR is mostly a result of removing the composer.lock and .php-cs-fixer.cache files.
This PR adds support for Laravel 9 while also cleaning up some problems with monorepo-builder.
It seems multiple packages were out of sync with their dependencies, so I synced these up with the master composer file. I then added a GitHub action to validate the monorepo builder composer.json on a push or pull request.
I also modified the action that runs the unit tests so that it will run on PHP 8.1 and Laravel 9.
The lines removed in this PR is mostly a result of removing the
composer.lock
and.php-cs-fixer.cache
files.