Skip to content

Fixed broken build on Symfony 5.4 #10

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

Conversation

Nyholm
Copy link
Member

@Nyholm Nyholm commented Dec 8, 2021

The "extra" section does not have much effect anymore.

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

Before this PR we were installing "symfony/routing": "6.0".

FYI @nicolas-grekas

@@ -31,6 +31,7 @@
"symfony/property-info": "5.4.*",
"symfony/proxy-manager-bridge": "5.4.*",
"symfony/rate-limiter": "5.4.*",
"symfony/routing": "5.4.*",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only change that matters.

Sorry for all the other noise.

@Nyholm Nyholm merged commit cdaff5d into symfony-tools:5.4 Dec 8, 2021
@nicolas-grekas
Copy link
Contributor

This might be because of an outdated version of flex?

@Nyholm Nyholm deleted the 5.4-fix branch December 8, 2021 07:59
@Nyholm
Copy link
Member Author

Nyholm commented Dec 8, 2021

Im not sure. It was working 8 months ago.

@nicolas-grekas
Copy link
Contributor

The API changed since then, it returns different results

xabbuh added a commit that referenced this pull request Jul 29, 2022
* 5.4:
  fix merge
  declare Symfony Flex as an allowed plugin
  [4.4] Allow the symfony/flex plugin
  Fixed broken build on Symfony 5.4 (#10)
xabbuh added a commit that referenced this pull request Jul 29, 2022
* 6.0:
  fix merge
  declare Symfony Flex as an allowed plugin
  [4.4] Allow the symfony/flex plugin
  Fixed broken build on Symfony 5.4 (#10)
xabbuh added a commit that referenced this pull request Jul 29, 2022
* 6.1:
  fix merge
  declare Symfony Flex as an allowed plugin
  [4.4] Allow the symfony/flex plugin
  Fixed broken build on Symfony 5.4 (#10)
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