-
-
Notifications
You must be signed in to change notification settings - Fork 196
Comparing changes
Open a pull request
base repository: symfony/flex
base: v2.4.7
head repository: symfony/flex
compare: v2.5.0
- 20 commits
- 39 files changed
- 4 contributors
Commits on Jan 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 31a60ed - Browse repository at this point
Copy the full SHA 31a60edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5919c36 - Browse repository at this point
Copy the full SHA 5919c36View commit details
Commits on Feb 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 22fa147 - Browse repository at this point
Copy the full SHA 22fa147View commit details
Commits on Feb 7, 2025
-
minor #1036 CI: Bump actions and run tests also on newer php versions…
… (rosier) This PR was merged into the 1.x branch. Discussion ---------- CI: Bump actions and run tests also on newer php versions Fixes: - The `set-output` command is deprecated and will be disabled soon. - The `save-state` command is deprecated and will be disabled soon. Commits ------- 22fa147 CI: Bump actions and run tests also on newer php versions
Configuration menu - View commit details
-
Copy full SHA for fd20265 - Browse repository at this point
Copy the full SHA fd20265View commit details -
* 1.x: CI: Bump actions and run tests also on newer php versions
Configuration menu - View commit details
-
Copy full SHA for 26430da - Browse repository at this point
Copy the full SHA 26430daView commit details -
Configuration menu - View commit details
-
Copy full SHA for f34d820 - Browse repository at this point
Copy the full SHA f34d820View commit details -
This PR was squashed before being merged into the 1.x branch. Discussion ---------- CS fixes I did split this in separate commits to make it easier to review. I can squash this if you prefer that. Commits ------- f34d820 CS fixes
Configuration menu - View commit details
-
Copy full SHA for a7a37d9 - Browse repository at this point
Copy the full SHA a7a37d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for de1266d - Browse repository at this point
Copy the full SHA de1266dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e774cfe - Browse repository at this point
Copy the full SHA e774cfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63912e8 - Browse repository at this point
Copy the full SHA 63912e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11d923a - Browse repository at this point
Copy the full SHA 11d923aView commit details
Commits on Feb 9, 2025
-
Fix PHP Parse errors in tests.
PHP 7.1 and PHP 7.2 don't support a comma after a heredoc end (T_END_HEREDOC)
Configuration menu - View commit details
-
Copy full SHA for 7e76f08 - Browse repository at this point
Copy the full SHA 7e76f08View commit details -
minor #1038 Fix PHP Parse errors in tests (rosier)
This PR was merged into the 1.x branch. Discussion ---------- Fix PHP Parse errors in tests PHP 7.1 and PHP 7.2 don't support a comma after a heredoc end (T_END_HEREDOC) Commits ------- 7e76f08 Fix PHP Parse errors in tests.
Configuration menu - View commit details
-
Copy full SHA for 1aabc8e - Browse repository at this point
Copy the full SHA 1aabc8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c146113 - Browse repository at this point
Copy the full SHA c146113View commit details
Commits on Mar 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 740bc2f - Browse repository at this point
Copy the full SHA 740bc2fView commit details -
bug #1039 Do not synchronize package.json if symfony/flex is not inst…
…alled (leofeyer) This PR was submitted for the 2.x branch but it was merged into the 1.x branch instead. Discussion ---------- Do not synchronize package.json if symfony/flex is not installed Just as the project is not configured and no recipes are loaded if symfony/flex is not in the root `composer.json`, the `package.json` should not be synchronized in this case. Commits ------- 740bc2f Do not synchronize package.json if symfony/flex is not installed
Configuration menu - View commit details
-
Copy full SHA for 0491870 - Browse repository at this point
Copy the full SHA 0491870View commit details -
* 1.x: Do not synchronize package.json if symfony/flex is not installed
Configuration menu - View commit details
-
Copy full SHA for c5941c6 - Browse repository at this point
Copy the full SHA c5941c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 791e814 - Browse repository at this point
Copy the full SHA 791e814View commit details -
feature #1032 feat: add ability to skip package.json synchronization …
…(wuchen90) This PR was submitted for the 2.x branch but it was merged into the 1.x branch instead. Discussion ---------- feat: add ability to skip package.json synchronization For those who doesn't want the package.json synchronization, this PR offers to opt-out this behavior by setting the config below in extra section of composer.json: ```json { "extra": { "symfony/flex": { "synchronize_package_json": false } } } ``` fix #1017 Commits ------- 791e814 feat: add ability to skip package.json synchronization
Configuration menu - View commit details
-
Copy full SHA for 5cc9859 - Browse repository at this point
Copy the full SHA 5cc9859View commit details -
* 1.x: feat: add ability to skip package.json synchronization
Configuration menu - View commit details
-
Copy full SHA for 8ce1acd - Browse repository at this point
Copy the full SHA 8ce1acdView 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.4.7...v2.5.0