-
-
Notifications
You must be signed in to change notification settings - Fork 196
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: symfony/flex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/flex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.x
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 4 files changed
- 4 contributors
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
Loading
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.1...2.x