dbup
dbup copied to clipboard
Make dbup compatible with php 8.1
This pull request makes dbup compatible with php 8.1 Also, phpcs, phpstan, and phpmd are now happy with the source code.
Also :
- upgraded all the dependencies and dev dependencies
- upgraded all tests
- moved files around in the
testsfolder - removed some unneccessay or unused files in the
testsfolder - added scripts to
composer.jsonto run unit tests usingcomposer phpunit