todstoychev / calendar-events

Calendar events module for Laravel 5. Provides fullcalendar integration.
MIT License
17 stars 6 forks source link

This module requires websafe-colors, but no matching package found. #1

Closed SoftwareGuy closed 7 years ago

SoftwareGuy commented 8 years ago
$ composer require todstoychev/calendar-events:dev-master -n --no-progress
./composer.json has been updated
> php artisan clear-compiled
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 todstoychev/calendar-events dev-master -> satisfiable by todstoychev/calendar-events[dev-master].
    - todstoychev/calendar-events dev-master requires todstoychev/websafe-colors dev-master -> 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.

Installation failed, reverting ./composer.json to its original content.

Installation even with phpStorm into my project throws that error as well.

todstoychev commented 8 years ago

Will check that

Sent using CloudMagic Email [https://cloudmagic.com/k/d/mailapp?ct=pa&cv=8.3.8&pv=4.4.4&source=email_footer_2] On Wed, Mar 23, 2016 at 2:48 AM, SoftwareGuy < notifications@github.com [notifications@github.com] > wrote: $ composer require todstoychev/calendar-events:dev-master -n --no-progress ./composer.json has been updated

php artisan clear-compiled 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

Potential causes:

Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems.

Installation failed, reverting ./composer.json to its original content.

Installation even with phpStorm into my project throws that error as well.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub [https://github.com/todstoychev/calendar-events/issues/1]

todstoychev commented 8 years ago

Seems ok now. The problem was with the version tags think. I tested it with Laravel 5.1 and it seems to working now.