-
Notifications
You must be signed in to change notification settings - Fork 144
Description
I am trying to upgrade our site to Laravel 10, but keeps failing.
this is the output:
/ / /
Problem 1
- illuminate/view[v6.0.0, ..., v6.19.1] require php ^7.2 -> your php version (8.1.2) does not satisfy that requirement.
- illuminate/view[v7.0.0, ..., v7.28.4] require php ^7.2.5 -> your php version (8.1.2) does not satisfy that requirement.
- illuminate/view[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.1.2) does not satisfy that requirement.
- Root composer.json requires cornford/googlmapper ^3.4.0 -> satisfiable by cornford/googlmapper[v3.4.0].
- Conclusion: don't install laravel/framework v10.0.2 (conflict analysis result)
- Conclusion: don't install laravel/framework v10.0.3 (conflict analysis result)
- Conclusion: don't install laravel/framework v10.0.1 (conflict analysis result)
- cornford/googlmapper v3.4.0 requires illuminate/view ^6.0 || ^7.0 || ^8.0 || ^9.0 -> satisfiable by illuminate/view[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.0].
- Only one of these can be installed: illuminate/view[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, v10.0.1, v10.0.2, v10.0.3], laravel/framework[v10.0.0, v10.0.1,
v10.0.2, v10.0.3]. laravel/framework replaces illuminate/view and thus cannot coexist with it.
- Root composer.json requires laravel/framework ^10.0 -> satisfiable by laravel/framework[v10.0.0, v10.0.1, v10.0.2, v10.0.3].
Am I missing something?