This PR was merged into the 1.11 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.11 <!-- see the comment below --> |
| Bug fix? | no |
| New feature? | yes |
| BC breaks? | no/yes |
| Deprecations? | no |
| Related tickets | none |
| License | MIT |
Hello, I worked on Gaufrette for supporting PHP 8.0 and 8.1. It's only supported in newer versions of Gaufrette.
Please notice there are some BC breaks in Gaufrette (we're talking about major version upgrade here) but it's actually really limited:
- Classes are now typed (and it should not impact many people, it does not impact sylius)
- Google Adapter use the new major version of the google library (which is compatible with PHP 8+)
I know you did an effort to remove Gaufrette (and you did right because gaufrette is end of life and will not be compatible with new versions of PHP and new external libraries) but I think allowing people to have a version compatible with their own PHP version is great.
Commits
-------
296bbf9003⬆️ Upgrade gaufrette version (PHP 8+ compat)
9f34538fea [Maintenance] Use a double pipe as a logical OR in composer.json files
* 1.12:
[Maintenance] Outdated Symfony 6 conflicts removed
Fix password hasher version
[Maintenance] Removal of direct unneeded dependency on proxy manager LTS #14318
Include 1.13 branch in the PR template
This PR was merged into the 1.12 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.12 <!-- see the comment below --> |
| Bug fix? | no |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file --> |
| License | MIT |
I didn't find this option documented in the Symfony docs, just a little info here:
https://symfony.com/doc/current/setup/upgrade_major.html#2-update-to-the-new-major-version-via-composer
and some info quoted from Symfony Cast - upgrade Symfony tutorial:
"This is a performance optimization from Flex: it basically makes sure that Flex only considers Symfony packages that match this version".
It looks like it may save some time working with the `composer update` command
Commits
-------
85482f5049 [Maintenance] extra.symfony.require configuration introduced
* 1.12:
Change application's version to v1.11.11-dev
Generate changelog for v1.11.10
Change application's version to v1.11.10
Allow stable 1.8 of FixturesBundle
Bump to stable Resource (1.10) and Grid (1.12)
* 1.12:
Change all package versions to 1.12
[CI] Add APIP 2.6 static checks
[CI] Add tests for symfony 6.0
Remove branch alias from the main composer.json
Change branch aliases in all packages
[Hot-fix] Do not fail scenario after 422 response page