-
-
Notifications
You must be signed in to change notification settings - Fork 196
Comparing changes
Open a pull request
base repository: symfony/flex
base: v2.7.0
head repository: symfony/flex
compare: 2.x
- 12 commits
- 15 files changed
- 5 contributors
Commits on May 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1cacd32 - Browse repository at this point
Copy the full SHA 1cacd32View commit details
Commits on May 28, 2025
-
minor #1053 CS modernize_strpos (rosier)
This PR was merged into the 2.x branch. Discussion ---------- CS modernize_strpos Add CS rule modernize_strpos Commits ------- 1cacd32 CS modernize_strpos
Configuration menu - View commit details
-
Copy full SHA for dcd0c73 - Browse repository at this point
Copy the full SHA dcd0c73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6443e31 - Browse repository at this point
Copy the full SHA 6443e31View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4ae50d3 - Browse repository at this point
Copy the full SHA 4ae50d3View commit details
Commits on May 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3319fcf - Browse repository at this point
Copy the full SHA 3319fcfView commit details
Commits on Jul 4, 2025
-
feature #1055 Add option to specify version in add lines requires (Hy…
…peMC) This PR was merged into the 2.x branch. Discussion ---------- Add option to specify version in add lines requires Currently, when requiring `symfony/panther`, Flex adds the following two lines to `phpunit.dist.xml`: ```diff <extensions> + <bootstrap class="Symfony\Component\Panther\ServerExtension" /> + <extension class="Symfony\Component\Panther\ServerExtension" /> </extensions> ``` This isn't entirely correct: the `extension` tag is used for PHPUnit <10, while `bootstrap` is used for PHPUnit >=10. This PR adds support for specifying the required package version for each line, so only the appropriate one is added. Recipes PR: symfony/recipes#1422 Commits ------- 3319fcf Add option to specify version in add lines requires
Configuration menu - View commit details
-
Copy full SHA for b502cb0 - Browse repository at this point
Copy the full SHA b502cb0View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 68cdcde - Browse repository at this point
Copy the full SHA 68cdcdeView commit details
Commits on Jul 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 423c36e - Browse repository at this point
Copy the full SHA 423c36eView commit details
Commits on Jul 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2ca7843 - Browse repository at this point
Copy the full SHA 2ca7843View commit details
Commits on Jul 9, 2025
-
bug #1061 feat: Make DockerComposeConfigurator compatible with "false…
…" string (jawira) This PR was merged into the 2.x branch. Discussion ---------- feat: Make DockerComposeConfigurator compatible with "false" string This fixes #1060 With this MR `DockerComposeConfigurator` will recognize `"false"` string a proper boolean. I use `filter_var` function, I think this is a good solution because it requires only a single method call to fix the issue. With `filter_var` function: * true, 1, "true", "yes", "1", and "on" are recognized as `true` as well. * any other value is `false`. Additionally this function is already used in the same method some lines below: https://github.com/symfony/flex/blob/423c36e369361003dc31ef11c5f15fb589e52c01/src/Configurator/DockerComposeConfigurator.php#L115-L117 Commits ------- 2ca7843 feat: Make DockerComposeConfigurator compatible with "false" string
Configuration menu - View commit details
-
Copy full SHA for b70dc5d - Browse repository at this point
Copy the full SHA b70dc5dView commit details
Commits on Jul 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3a96cbd - Browse repository at this point
Copy the full SHA 3a96cbdView commit details -
minor #1062 Leverage symfony-tools/fabbot (nicolas-grekas)
This PR was merged into the 2.x branch. Discussion ---------- Leverage symfony-tools/fabbot symfony/symfony#61260 twigphp/Twig#4671 https://github.com/symfony-tools/fabbot Commits ------- 3a96cbd Leverage symfony-tools/fabbot
Configuration menu - View commit details
-
Copy full SHA for 6479b0a - Browse repository at this point
Copy the full SHA 6479b0aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.7.0...2.x