crazyfactory / php-cf-data

GNU General Public License v3.0
0 stars 0 forks source link

composer require crazyfactory/php-cf-data has error #3

Open dacgray opened 8 years ago

dacgray commented 8 years ago

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.

dacgray commented 8 years ago

Temp solution by setting:

"require": { "crazyfactory/php-cf-core": "dev-master as 1.0.3", "crazyfactory/php-cf-utils": "dev-master as 1.0.3", "crazyfactory/php-cf-data": "dev-master as 1.1.0" },

wmathes commented 8 years ago

This might be due to composer cache being really stupid sometimes (when pulling from github).

We can retag the release with a higher number if the problem persists.