Created
February 14, 2012 12:58
-
-
Save eugene-dounar/1826626 to your computer and use it in GitHub Desktop.
Composer bug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"repositories": { | |
"APYBreadcrumbTrailBundle": { | |
"vcs": { | |
"url": "git://github.com/***/***.git" | |
} | |
} | |
}, | |
"require": { | |
"symfony/symfony": ">=2.0.7,<2.1.0-dev", | |
"doctrine/orm": ">=2.1.0,<2.2.0-dev", | |
"twig/extensions": "*", | |
"doctrine/doctrine-migrations-bundle": "*", | |
"symfony/assetic-bundle": "*", | |
"sensio/framework-extra-bundle": "2.0.0-dev", | |
"jms/security-extra-bundle": "1.0.x-dev", | |
"friendsofsymfony/user-bundle": "1.1.0", | |
"apy/breadcrumb-trail-bundle": "*", | |
"knplabs/knp-paginator-bundle": "*", | |
"sensio/distribution-bundle": "2.0.*", | |
"sensio/generator-bundle": "*", | |
"swiftmailer/swiftmailer": "4.1.5" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eugene@eugene-work:~/projects/utasks$ composer.phar update | |
Updating dependencies | |
- Package swiftmailer/swiftmailer (4.1.5) | |
Downloading | |
Unpacking archive | |
Cleaning up | |
- Package monolog/monolog (1.0.2) | |
Downloading | |
Unpacking archive | |
Cleaning up | |
- Package monolog/monolog (1.0.2) | |
Downloading | |
Unpacking archive | |
Cleaning up | |
- Package monolog/monolog (1.0.2) | |
Downloading | |
Unpacking archive | |
Cleaning up | |
- Package monolog/monolog (1.0.2) | |
Downloading | |
Unpacking archive | |
Cleaning up | |
- Package monolog/monolog (1.0.2) | |
Downloading | |
Unpacking archive | |
Cleaning up | |
- Package monolog/monolog (1.0.2) | |
Downloading | |
Unpacking archive | |
Cleaning up | |
- Package monolog/monolog (1.0.2) | |
Downloading | |
Unpacking archive | |
Cleaning up | |
- Package monolog/monolog (1.0.2) | |
Downloading | |
Unpacking archive | |
Cleaning up | |
- Package monolog/monolog (1.0.2) | |
Downloading | |
Unpacking archive | |
Cleaning up | |
- Package monolog/monolog (1.0.2) | |
Downloading | |
Unpacking archive | |
Cleaning up | |
- Package monolog/monolog (1.0.2) | |
Downloading | |
Unpacking archive | |
Cleaning up | |
- Package monolog/monolog (1.0.2) | |
Downloading | |
Unpacking archive | |
Cleaning up | |
- Package doctrine/dbal (2.1.x-dev) | |
Downloading | |
Unpacking archive | |
Cleaning up | |
Writing lock file | |
Generating autoload files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment