Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 10 #391

Open
cheapsk8studios opened this issue Feb 20, 2023 · 4 comments
Open

Laravel 10 #391

cheapsk8studios opened this issue Feb 20, 2023 · 4 comments

Comments

@cheapsk8studios
Copy link

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?

@dominik-eller
Copy link

dominik-eller commented Feb 26, 2023

same here. I guess package simply is not yet compatible with laravel 10.

Edit: I added a pull request for that: #393

@davidvandertuijn
Copy link

We need this pull request approved!

@gjespo85
Copy link

When you "composer require cornford/googlmapper" the maximum version that composer install is 2.8.2. From 2.9 the package requires illuminate/view, but in Laravel 10 framework/laravel replaced it. Can you update dependency requirements?

@CodyPChristian
Copy link

Any updates on getting this released?...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants