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 · 3 comments
Open

Composer error in installation on Symfony 7.1 #39

AstroSign-Dev opened this issue Aug 11, 2024 · 3 comments

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?

@Chris53897
Copy link

Chris53897 commented Dec 12, 2024

@AstroSign-Dev This is just a warning/suggestion from composer.
Of coure it would be great to migrate the code. But that is a bit of work.

The real problem in your case is with paramters related to locale. I guess this is unrelated to this repo.

@AstroSign-Dev
Copy link
Author

Thank you for your efforts. Due to the confusing pricing structure of Google Maps, and for various other reasons, I have now decided to use a local database. This way, I have 100% control over the costs, and no longer have to deal with unexpected costs as I have had in the past. You can close this issue.

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

3 participants