Replies: 2 comments
-
This is still an issue ` Problem 1 Installation failed, reverting ./composer.json to its original content.` |
Beta Was this translation helpful? Give feedback.
-
Problem 1 Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. Installation failed, reverting ./composer.json and ./composer.lock to their original content. |
Beta Was this translation helpful? Give feedback.
-
This only seems to happen with the latest version of Laravel it works with the previous version.
Problem 1
- Can only install one of: guzzlehttp/guzzle[6.5.x-dev, 7.0.1].
- Can only install one of: guzzlehttp/guzzle[7.0.1, 6.5.x-dev].
- Can only install one of: guzzlehttp/guzzle[6.5.x-dev, 7.0.1].
- spatie/laravel-export 0.3.4 requires guzzlehttp/guzzle ^6.3 -> satisfiable by guzzlehttp/guzzle[6.5.x-dev].
- Installation request for spatie/laravel-export ^0.3.4 -> satisfiable by spatie/laravel-export[0.3.4].
- Installation request for guzzlehttp/guzzle (locked at 7.0.1, required as ^7.0.1) -> satisfiable by guzzlehttp/guzzle[7.0.1].
Beta Was this translation helpful? Give feedback.
All reactions