Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update symfony/flex requirement from ^1.11 to ^2.0 #645

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2021

Updates the requirements on symfony/flex to permit the latest version.

Commits
  • 3dbfa5c Merge branch '1.x' into 2.x
  • 7a79135 bug #838 [Flex] Fix Composer update exception when flex://defaults missing (g...
  • 767b8c0 [Flex] Fix Composer update exception when flex://defaults missing
  • cc9241d Remove "replace" from composer.json
  • b7883bd feature #833 Bump flex to v2, composer >= 2.1, php >= 8.0 (nicolas-grekas)
  • fce7def Bump flex to v2, composer >= 2.1, php >= 8.0
  • 72c4bc7 Merge branch '1.x' into 2.x
  • 99e3323 Fix checking for "flex-require-dev" in composer.json
  • 3f0dc66 Fix reading recipe version from lock file
  • 4345d08 minor #834 Hit raw.githubusercontent.com to work around rate limiting (nicola...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [symfony/flex](https://github.com/symfony/flex) to permit the latest version.
- [Release notes](https://github.com/symfony/flex/releases)
- [Commits](symfony/flex@v1.11.0...v2.0.1)

---
updated-dependencies:
- dependency-name: symfony/flex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 30, 2021 13:32
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 30, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 19, 2022

Superseded by #661.

@dependabot dependabot bot closed this Jan 19, 2022
@dependabot dependabot bot deleted the dependabot/composer/symfony/flex-tw-2.0 branch January 19, 2022 10:44
lchrusciel added a commit that referenced this pull request Jan 25, 2022
This PR was merged into the 1.11 branch.

Discussion
----------

~~This updates composer.json to match the requirements in Sylius/Sylius master: PHP `^8.0` and Symfony `^5.4`.~~

~~Also adds a the `extra/symfony/require` element with the value of `^5.4`. This will mean that whenever `composer require symfony/whatev` is issued, it will automatically require `^5.4` when possible, so you won't end up with a mix of packages from 5.4 and 6.x.~~

~~Also bumps `symfony/flex` requirement to `^2.0` (fixes #645).~~

This updates composer.json to require PHP ^8.0.

Also changes `dev-master` branch alias to `1.11-dev` (fixes #635). Although maybe that should already be changed to `1.12-dev` instead?


Commits
-------

26ad132 Drop PHP 7.4 support; Update dev-master alias
lchrusciel added a commit that referenced this pull request Jan 25, 2022
This PR was merged into the master branch.

Discussion
----------

This is a spin-off from #659 and includes #659.

It updates composer.json:

1. All Symfony packages which currently require v4.4 or v5.x will now require `^5.4`.
2. The `extra/symfony/require` element is added with the value of `^5.4`. This will mean that whenever `composer require symfony/*` is issued, it will automatically require `^5.4` when possible, so you won't end up with a mix of packages from 5.4 and 6.x.
3. `symfony/flex` requirement bumped to `^2.1` (contains #661 and deprecates #645).

Commits
-------

b04de77 Drop support for Symfony 4.4 and lock the desired Symfony version at 5.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants