dizda / CloudBackupBundle

Be able to backup your database(s) and upload it to the cloud (Dropbox, Amazon S3, GoogleDrive, etc.)
MIT License
196 stars 57 forks source link

Can't install the package #23

Closed AlmogBaku closed 10 years ago

AlmogBaku commented 10 years ago
➜  composer require dizda/cloud-backup-bundle           
Please provide a version constraint for the dizda/cloud-backup-bundle requirement: dev-master
./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 dizda/cloud-backup-bundle dev-master -> satisfiable by dizda/cloud-backup-bundle[dev-master].
    - dizda/cloud-backup-bundle dev-master requires knplabs/knp-gaufrette-bundle ~0.1.7 -> no matching package found.
  Problem 2
    - dizda/cloud-backup-bundle dev-master requires knplabs/knp-gaufrette-bundle ~0.1.7 -> no matching package found.
    - godisco/backend 2.3.x-dev requires dizda/cloud-backup-bundle dev-master -> satisfiable by dizda/cloud-backup-bundle[dev-master].
    - Installation request for godisco/backend 2.3.x-dev -> satisfiable by godisco/backend[2.3.x-dev].

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://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Installation failed, reverting ./composer.json to its original content.
dizda commented 10 years ago

Hi @AlmogBaku,

Yes because you should install the latest version released, such as 0.1.7. If you put this in your composer.json

"knplabs/knp-gaufrette-bundle": "~0.1.7"

rather than the 'dev-master' version, it should work.

AlmogBaku commented 10 years ago

@dizda hey! I just realize it.. but i seems it break my other deps.. so please approve my PR. I'm pretty sure other has experienced the same problem as I.

And it works just great with the last dev version.

dizda commented 10 years ago

Merged :-)

AlmogBaku commented 10 years ago

AWESOME! :)