You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to install when spatie/dropbox-api package installed
(no issue section on github?)
Running 'composer require spatie/laravel-uptime-monitor'
Info from https://repo.packagist.org: #StandWithUkraine
./composer.json has been updated
Running composer update spatie/laravel-uptime-monitor
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- spatie/laravel-uptime-monitor[0.0.1, ..., 0.0.6, 1.0.0, ..., 1.2.3, 2.0.0, ..., 2.2.0, 3.0.0, ..., 3.3.4] require php ^7.0 -> your php version (8.2.0) does not satisfy that requirement.
- spatie/laravel-uptime-monitor[3.4.0, ..., 3.9.0] require php ^7.2 -> your php version (8.2.0) does not satisfy that requirement.
- spatie/laravel-uptime-monitor[4.0.0, ..., 4.0.1] require graham-campbell/guzzle-factory ^4.0 -> found graham-campbell/guzzle-factory[v4.0.0, ..., v4.2.0] but the package is fixed to v6.
0.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.
- spatie/laravel-uptime-monitor[4.1.0, ..., 4.2.1] require graham-campbell/guzzle-factory ^5.0 -> found graham-campbell/guzzle-factory[v5.0.0, ..., v5.1.2] but the package is fixed to v6.
0.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 spatie/laravel-uptime-monitor * -> satisfiable by spatie/laravel-uptime-monitor[0.0.1, ..., 0.0.6, 1.0.0, ..., 1.2.3, 2.0.0, ..., 2.2.0, 3.0.0, ..., 3.9.0, 4
.0.0, ..., 4.2.1].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require spatie/laravel-uptime-monitor:*" to figure out if any version is installable, or "comp
oser require spatie/laravel-uptime-monitor:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Solution that may work :
Change
"graham-campbell/guzzle-factory": "^5.0",
to
"graham-campbell/guzzle-factory": "^5.0|^6.0",
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Unable to install when spatie/dropbox-api package installed
(no issue section on github?)
Running 'composer require spatie/laravel-uptime-monitor'
Solution that may work :
Change
"graham-campbell/guzzle-factory": "^5.0",
to
"graham-campbell/guzzle-factory": "^5.0|^6.0",
Related info: spatie/dropbox-api@662009a
Beta Was this translation helpful? Give feedback.
All reactions