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

Composer error in installation on Symfony 7.1 #39

Open
AstroSign-Dev opened this issue Aug 11, 2024 · 1 comment
Open

Composer error in installation on Symfony 7.1 #39

AstroSign-Dev opened this issue Aug 11, 2024 · 1 comment

Comments

@AstroSign-Dev
Copy link

I think these lines:
"require": {
"php": "^8.1",
"php-http/message-factory": "^1.1"

"suggest": {
    "php-http/client-implementation": "Allows to use http services",
    "php-http/message": "Allows to use http services"
},

results in error:Package operations: 1 install, 0 updates, 0 removals

  • Installing php-http/message-factory (1.1.0): Extracting archive
    Package php-http/message-factory is abandoned, you should avoid using it. Use psr/http-factory instead.

which gives then:Run composer recipes at any time to see the status of your Symfony recipes.

Executing script cache:clear [KO]
[KO]
Script cache:clear returned with error code 1
!!
!! In DefinitionErrorExceptionPass.php line 48:
!!
!! You have requested a non-existent parameter "locale". Did you mean one of t
!! hese: "kernel.default_locale", "kernel.enabled_locales"?

@bresam
Copy link
Owner

bresam commented Oct 1, 2024

Are you able to do a PR with a fix for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants