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

Can't install in Laravel 10 #77

Closed
albertobenavides opened this issue Feb 19, 2023 · 5 comments
Closed

Can't install in Laravel 10 #77

albertobenavides opened this issue Feb 19, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@albertobenavides
Copy link

Laravel Form Components Version

lastest

Laravel Version

10

Alpine Version

3

Bug description

Error after trying to install from composer.

Steps to reproduce

Run

composer require rawilk/laravel-form-components

Relevant log output

Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires rawilk/laravel-form-components ^7.1 -> satisfiable by rawilk/laravel-form-components[v7.1.0, ..., v7.1.6].
    - rawilk/laravel-form-components[v7.1.0, ..., v7.1.6] require illuminate/filesystem ^8.70|^9.0 -> found illuminate/filesystem[v8.70.0, ..., v8.83.27, v9.0.0, ..., v9.52.0] but these were not loaded, likely because it conflicts with another require.

You can also try re-running composer require with an explicit version constraint, e.g. "composer require rawilk/laravel-form-components:*" to figure out if any version is installable, or "composer require rawilk/laravel-form-components:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
@albertobenavides albertobenavides added the bug Something isn't working label Feb 19, 2023
@lartisan
Copy link

+1

@rawilk
Copy link
Owner

rawilk commented Feb 27, 2023

I will be releasing an update soon with Laravel 10.x compatibility, as well as a new major version upcoming soon as well too. The new major version is what is holding things up right now, but I plan on having it done this week yet.

@albertobenavides
Copy link
Author

Nice. In the meantime I had a workarround going. I will be checking for updates :)

@rawilk
Copy link
Owner

rawilk commented Mar 6, 2023

I've just tagged v7.1.7 with composer updated to support it. I'm still working on v8 but I wanted to at least patch v7 in the mean time.

@rawilk
Copy link
Owner

rawilk commented Mar 17, 2023

Closing this issue as it should be resolved, especially with v8 being released now.

@rawilk rawilk closed this as completed Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants