Edofre / laravel-fullcalendar

Laravel Fullcalendar component
MIT License
57 stars 24 forks source link

Your requirements could not be resolved to an installable set of packages #22

Closed shinokada closed 7 years ago

shinokada commented 7 years ago

When I try to install it I get the following error.

composer require edofre/laravel-fullcalendar
Using version ^1.1 for edofre/laravel-fullcalendar
./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 edofre/laravel-fullcalendar ^1.1 -> satisfiable by edofre/laravel-fullcalendar[V1.1.0].
    - edofre/laravel-fullcalendar V1.1.0 requires bower-asset/fullcalendar v3.0.1 -> no matching package found.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
shinokada commented 7 years ago

I just need to run this.

composer global require "fxp/composer-asset-plugin:~1.3"