-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Composer error #2
Comments
composer.json
|
I see composer has been updated for newest orchid/platform (^10.5) but no release has been created. You can either wait for the new release or use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I get an error:
`> composer require orchid/fortify
Using version ^0.0.5 for orchid/fortify
./composer.json has been updated
Running composer update orchid/fortify
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires orchid/fortify ^0.0.5 -> satisfiable by orchid/fortify[0.0.5].
- orchid/fortify 0.0.5 requires orchid/platform ^9.6 -> found orchid/platform[9.6.0, ..., 9.x-dev] but it conflicts with your root composer.json require (^10.4).
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.`
The text was updated successfully, but these errors were encountered: