laravel-custom-relation
laravel-custom-relation copied to clipboard
laravel-custom-relation not installing on laravel 7.28.3
after trying installing this package with compser:
php composer.phar require "johnnyfreeman/laravel-custom-relation"
I get this:
Using version ^0.0.3 for johnnyfreeman/laravel-custom-relation
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for johnnyfreeman/laravel-custom-relation ^0.0.3 -> satisfiable by johnnyfreeman/laravel-custom-relation[0.0.3].
- Conclusion: remove laravel/framework v7.28.3
- Conclusion: don't install laravel/framework v7.28.3
- johnnyfreeman/laravel-custom-relation 0.0.3 requires laravel/framework ^5.2.0 -> satisfiable by laravel/framework[5.2.x-dev, 5.3.x-dev, 5.4.x-dev, 5.5.x-dev, 5.6.x-dev, 5.7.x-dev, 5.8.x-dev].
- Can only install one of: laravel/framework[5.5.x-dev, v7.28.3].
- Can only install one of: laravel/framework[5.6.x-dev, v7.28.3].
- Can only install one of: laravel/framework[5.7.x-dev, v7.28.3].
- Can only install one of: laravel/framework[5.8.x-dev, v7.28.3].
- Can only install one of: laravel/framework[5.2.x-dev, v7.28.3].
- Can only install one of: laravel/framework[5.3.x-dev, v7.28.3].
- Can only install one of: laravel/framework[5.4.x-dev, v7.28.3].
- Installation request for laravel/framework (locked at v7.28.3, required as ^7.0) -> satisfiable by laravel/framework[v7.28.3].
Installation failed, reverting ./composer.json to its original content.
so is there any fix to this?
btw thanks I just copy-pasted version 3 into my manually app. but with composer, updates are a lot easier.
Bump!