dbup icon indicating copy to clipboard operation
dbup copied to clipboard

Make dbup compatible with php 8.1

Open ymauray opened this issue 1 year ago • 1 comments

This pull request makes dbup compatible with php 8.1 Also, phpcs, phpstan, and phpmd are now happy with the source code.

ymauray avatar May 30 '24 08:05 ymauray

Also :

  • upgraded all the dependencies and dev dependencies
  • upgraded all tests
  • moved files around in the tests folder
  • removed some unneccessay or unused files in the tests folder
  • added scripts to composer.json to run unit tests using composer phpunit

Arcantel avatar May 30 '24 11:05 Arcantel