webnet-fr / database-anonymizer

CLI tool an PHP library to anonymize data in various databases
MIT License
33 stars 16 forks source link

allow doctrine/dbal ^3.5 #17

Open waynetheisinger opened 1 year ago

waynetheisinger commented 1 year ago

fix for doctrine/dbal:3.5

waynetheisinger commented 1 year ago

Scrutinizer tests are failing due to uninstallable set of composer requirements

waynetheisinger commented 1 year ago

I now have an installable set of composer dependencies locally however scrutinizer is installing 8.0 for php and phpunit requires at least 8.1 - I've tried to set this in the .scrutinizer.yml however its not getting picked up. I think that the version will need to be set by @webnet-fr - so at this point I think I've done as much as I can.