Skip to content

Fix version constraint of symfony deps to v4.4 #9

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

Merged
merged 1 commit into from
Dec 8, 2021
Merged

Fix version constraint of symfony deps to v4.4 #9

merged 1 commit into from
Dec 8, 2021

Conversation

famoser
Copy link
Contributor

@famoser famoser commented Dec 6, 2021

Motivation described in symfony/symfony-docs#16195

Note that some dependencies are still being bumped to ^5.4 (for example symfony/http-foundation) when executing composer update. I think this is fine; it can still be fixed to ^4.4 when it really is required (beats having a very long composer.json).

If this PR is OK like this: The same issue is also present in the other symfony-specific branches. Further, Kernel.php on branch 6.0 still has to be fixed.

@Nyholm
Copy link
Member

Nyholm commented Dec 8, 2021

I am curious why the extra section does not have any effect.

"extra": {
        "symfony": {
            "allow-contrib": false,
            "require": "4.4.*"
        }
    }

@Nyholm Nyholm merged commit 07c069b into symfony-tools:4.4 Dec 8, 2021
@Nyholm
Copy link
Member

Nyholm commented Dec 8, 2021

This seams to be working... Let's merge =)

Nyholm added a commit that referenced this pull request Dec 8, 2021
* 4.4:
  Fix version constraint of symfony deps to v4.4 (#9)

# Conflicts:
#	composer.json
#	symfony.lock
Nyholm added a commit that referenced this pull request Dec 8, 2021
* 5.2:
  Add 5.2.* for all symfony deps
  Fix version constraint of symfony deps to v4.4 (#9)

# Conflicts:
#	symfony.lock
Nyholm added a commit that referenced this pull request Dec 8, 2021
* 5.3:
  Add symfony lock
  Add 5.3.* for all symfony deps
  Add 5.2.* for all symfony deps
  Fix version constraint of symfony deps to v4.4 (#9)
  add API Platform (#7)

# Conflicts:
#	composer.json
Nyholm added a commit that referenced this pull request Dec 8, 2021
* 5.4:
  Add 5.4.* for all symfony deps
  Add symfony lock
  Add 5.3.* for all symfony deps
  Add 5.2.* for all symfony deps
  Fix version constraint of symfony deps to v4.4 (#9)
  Update notifier (#8)
  add API Platform (#7)

# Conflicts:
#	composer.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants