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
My company is currently running our app on PHP 8.1. We have not updated to 8.2 yet because we run on AWS and their official linux distros that we use don't have 8.2 yet. We are wanting, however, to update to Laravel 10. When I tried to do that update, I got the following message:
- illuminate/contracts[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.1.14; overridden via config.platform, same as actual) does not satisfy that requirement.
- Root composer.json requires laravel/framework ^10.0 -> satisfiable by laravel/framework[v10.0.0].
- worksome/request-factories[v2.0.0, ..., v2.5.0] require illuminate/contracts ^8.0 || ^9.0 -> satisfiable by illuminate/contracts[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.0].
- Only one of these can be installed: illuminate/contracts[v5.5.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.0, v10.0.0], laravel/framework[v10.0.0]. laravel/framework replaces illuminate/contracts and thus cannot coexist with it.
- Root composer.json requires worksome/request-factories ^2.0 -> satisfiable by worksome/request-factories[v2.0.0, ..., v2.5.0].
Would it be possible to get a ^2.0 tag that is compatible with Laravel 10? I would be happy to create a PR for that. I'm just not sure what needs to be done because the error seems to be saying that Laravel Framework is replacing illuminate/contracts but in the composer.json in main it seems that illuminate/contracts is still required. Thanks for any help you can provide.
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
-
My company is currently running our app on PHP 8.1. We have not updated to 8.2 yet because we run on AWS and their official linux distros that we use don't have 8.2 yet. We are wanting, however, to update to Laravel 10. When I tried to do that update, I got the following message:
Would it be possible to get a ^2.0 tag that is compatible with Laravel 10? I would be happy to create a PR for that. I'm just not sure what needs to be done because the error seems to be saying that Laravel Framework is replacing
illuminate/contracts
but in thecomposer.json
in main it seems thatilluminate/contracts
is still required. Thanks for any help you can provide.Beta Was this translation helpful? Give feedback.
All reactions