Releases: symfony/flex
Releases · symfony/flex
v1.18.5
- #842 Pass GitHub access token when accessing raw.githubusercontent.com in case of private recipes (aivus)
- #872 Use relative URLs when index.json provides them (nicolas-grekas)
- #871 Read recipe conflicts from index.json (nicolas-grekas)
- #870 Honor --no-scripts (nicolas-grekas)
- #869 Fix detecting new packages before installing their recipes (nicolas-grekas)
- #867 Fix reading config for symfony/runtime (nicolas-grekas)
- #866 Fix BC with upgrading from flex < 1.18 (nicolas-grekas)
Tag Flex v2 for composer 2.1+ and php 8.0+
v2.0.0 Tag Flex v2 for composer 2.1+ and php 8.0+
Install metarecipes first
v1.14.5 Install metarecipes first
Deprecate not-unpacking, fix unpacking
v1.14.2 Deprecate not-unpacking, fix unpacking
Unpack entries from require-dev
v1.13.3
Fix smooth upgrades from older flex versions
v1.13.2
bug #772 Support for smooth upgrades from older flex versions (nicola…
v1.13.1: bug #769 Fix looking for keywords (nicolas-grekas)
This PR was merged into the 1.12-dev branch. Discussion ---------- Fix looking for keywords Fix #768 Commits ------- 9f47b85 Fix looking for keywords
Improve management of UX packages
- Require UX packages to have the "symfony-ux" keyword in their composer.json file
- Copy peerDependencies to the root package.json
- Deprecate symfony:generate-id as it's not used anymore
v1.12.2: Merge pull request #742 from nicolas-grekas/req-autoloader
Require autoload.php in dump-env