Skip to content

Commit

Permalink
psr/message bumped up to version 2.0 for later PHP versions
Browse files Browse the repository at this point in the history
When tried to install this package in the Laravel framework, the composer throws the following error. To fix the error package's new version is used.

 Problem 1
    - zfr/zfr-shopify 6.8.0 requires psr/container ^1.0 -> found psr/container[1.0.0, 1.1.0, 1.1.1, 1.1.2] but the package is fixed to 2.0.2 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - zfr/zfr-shopify 6.8.1 requires psr/http-message ^1.0 -> found psr/http-message[1.0, 1.0.1, 1.1] but the package is fixed to 2.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - Root composer.json requires zfr/zfr-shopify ^6.8 -> satisfiable by zfr/zfr-shopify[6.8.0, 6.8.1].
  • Loading branch information
efficientbit authored Jul 13, 2023
1 parent 3243403 commit e725d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php": "^7.0|^8.0|^8.1",
"guzzlehttp/guzzle-services": "^1.0",
"psr/container": "^1.0 || ^2.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"laminas/laminas-diactoros": "^1.3 || ^2.0"
},
"require-dev": {
Expand Down

0 comments on commit e725d0f

Please sign in to comment.