Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Tags: symfony/flex

Tags

v2.10.0

Toggle v2.10.0's commit message
feature #1070 Fix dump-env command when .env files reference other en…

…v vars (nicolas-grekas)

This PR was merged into the 2.x branch.

Discussion
----------

Fix dump-env command when .env files reference other env vars

At the moment, running `composer dump-env` on a 7.4 project generates a broken `APP_SHARE_DIR`.
The reason is that since symfony/recipes#1465 we define that var as `"$APP_PROJECT_DIR/var/share"`
Yet, when the command runs, all env vars are emptied to make the result context-free.

This fixes it by hooking into calls to the `getenv()` function.

Commits
-------

ed41273 Fix dump-env command when .env files reference other env vars

v2.9.0

Toggle v2.9.0's commit message
minor #1068 Leverage COMPOSER_PREFER_DEV_OVER_PRERELEASE when possibl…

…e (nicolas-grekas)

This PR was merged into the 2.x branch.

Discussion
----------

Leverage COMPOSER_PREFER_DEV_OVER_PRERELEASE when possible

This leverages composer/composer#12585

The code added in #1066 remains as a fallback.

Commits
-------

cc37c66 Leverage COMPOSER_PREFER_DEV_OVER_PRERELEASE when possible

v2.8.2

Toggle v2.8.2's commit message

Verified

This tag was signed with the committer’s verified signature.
fabpot Fabien Potencier
Create tag 2.8.2

v2.8.1

Toggle v2.8.1's commit message

Verified

This tag was signed with the committer’s verified signature.
fabpot Fabien Potencier
Create tag 2.8.1

v2.8.0

Toggle v2.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
fabpot Fabien Potencier
Create tag 2.8.0

v2.7.1

Toggle v2.7.1's commit message
bug #1054 Don't remove still-referenced files when unconfiguring reci…

…pes (nicolas-grekas)

This PR was merged into the 2.x branch.

Discussion
----------

Don't remove still-referenced files when unconfiguring recipes

Instead of #706
Fixes broken logic added in #451, which didn't account for folders.
The new logic uses only the symfony.lock file and not the recipe anymore to decide which files to remove.

Commits
-------

6443e31 Don't remove still-referenced files when unconfiguring recipes

v2.7.0

Toggle v2.7.0's commit message
Fix flex upgrades

v2.6.0

Toggle v2.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
fabpot Fabien Potencier
Create tag 2.6.0

v2.5.1

Toggle v2.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
fabpot Fabien Potencier
Create tag 2.5.1

v2.5.0

Toggle v2.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
fabpot Fabien Potencier
Create tag 2.5.0

Morty Proxy This is a proxified and sanitized view of the page, visit original site.