Conversation
2. Removed support for PHP <8.0 3. Reworked the __construct methods to be on-par with php >=8.0 4. Removed all rferences to GetMasterRequest - using only getMainRequest now 5. Fixed custom_uploader.md documentation to use getMainRequest
Reran testes, all passes
Changed the config file to work with the new version Ran php_cs_fixer on codebase Tests still pass
…t-bridge version constraint
|
Hmm looks like with fixing the |
|
We will do a new major anyway to drop PHP 7 support and clean up a little bit 👍 |
5eb1752 to
1746275
Compare
|
CI runs for Symfony Not sure how to fix the error in the |
Seems like the |
|
Found what triggered it, https://github.com/symfony/phpunit-bridge/blob/v6.0.0/bootstrap.php#L33 Which is fixed in So added a conflict to skip versions before |
|
The pipline error seems somewhat unrelated... |
Yes, it's a weird one... |
Follows #435