Tags: Space48/magedbm2
Tags
#66 Add PHP 8.0 compatibility (#67) * Upgrade symfony/yaml to fix issue with abs() call - also upgraded all modules that did not support php 8.0 - one of the modules upgraded was phpunit which modified the declaration of the setUp function so I will need to go through all our tests and modify the function declaration to match the parent. * DEV-91 Update tests to match declaration of setUp() and tearDown() * DEV-91 Fix test errors and failures * DEV-91 Fix test warnings and issue with schema * DEV-91 fix obscure symfony warning * DEV-91 fix phpcs warnings - also ignore if statement assignment rule * DEV-91 fix phpcs warnings - also ignore if statement assignment rule - lock symfony/deprecation-contracts to version that supports php versions bellow 8 * Modify tests to only run php > 7.4 * Update Php version constraints * Update changelog * Use the right date in changelog * Update manifest.json Co-authored-by: vladcostin <vlad@space48.com>
PreviousNext