Skip to content

Instantly share code, notes, and snippets.

@tsusanka
Created May 15, 2014 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsusanka/cfbe54aad5c285af33c7 to your computer and use it in GitHub Desktop.
Save tsusanka/cfbe54aad5c285af33c7 to your computer and use it in GitHub Desktop.
composer nette bug
Reading ./composer.json
Executing command (CWD): git describe --exact-match --tags
Executing command (CWD): git branch --no-color --no-abbrev -v
Loading composer repositories with package information
Downloading https://api.github.com/repos/tsusanka/ComposerBugPackage
Downloading https://api.github.com/repos/tsusanka/ComposerBugPackage/contents/composer.json?ref=master
Downloading https://api.github.com/repos/tsusanka/ComposerBugPackage/commits/master
Downloading https://api.github.com/repos/tsusanka/ComposerBugPackage/tags?per_page=100
Downloading https://api.github.com/repos/tsusanka/ComposerBugPackage/git/refs/heads?per_page=100
Reading composer.json of tsusanka/composer-bug-package (master)
Downloading https://api.github.com/repos/tsusanka/ComposerBugPackage/contents/composer.json?ref=accc956759a1f3a2d193352cec038b855a1a9bbc
Downloading https://api.github.com/repos/tsusanka/ComposerBugPackage/commits/accc956759a1f3a2d193352cec038b855a1a9bbc
Writing /home/vagrant/.composer/cache/repo/github.com/tsusanka/ComposerBugPackage/accc956759a1f3a2d193352cec038b855a1a9bbc into cache
Importing branch master (dev-master)
Downloading https://packagist.org/packages.json
Writing /home/vagrant/.composer/cache/repo/https---packagist.org/packages.json into cache
Installing dependencies (including require-dev)
Downloading https://packagist.org/p/provider-active$1d025eed4dafc6d7b439fee50b02b117486bb2ada08dbe493151c810ac271a85.json
Writing /home/vagrant/.composer/cache/repo/https---packagist.org/p-provider-active.json into cache
Downloading https://packagist.org/p/provider-archived$fbfd0349841ce6a5ef0f0aaebb293247e2baa559587a6ace37e7b0d9164501d7.json
Writing /home/vagrant/.composer/cache/repo/https---packagist.org/p-provider-archived.json into cache
Downloading https://packagist.org/p/provider-latest$65a75bd25cb4a26424c0cf93871e0ae443d540d91c8a5a89316c23db8ff3c5c6.json
Writing /home/vagrant/.composer/cache/repo/https---packagist.org/p-provider-latest.json into cache
Downloading https://packagist.org/p/provider-stale$a3907c708f0605f95b1abf5b1b027526b7f41184cb9908bf7b7ae4a5f1e83810.json
Writing /home/vagrant/.composer/cache/repo/https---packagist.org/p-provider-stale.json into cache
Downloading http://packagist.org/p/nette/nette$a321e7e65ff0d70d537787caf1acde60920c7910c88d867dbaaf2c75429b756d.json
Writing /home/vagrant/.composer/cache/repo/https---packagist.org/provider-nette$nette.json into cache
Downloading http://packagist.org/p/nette/nette-minified$28589d8d75dbdce468d0400427d270dc0d782d6a03c12e183ca11438aebcb1d6.json
Writing /home/vagrant/.composer/cache/repo/https---packagist.org/provider-nette$nette-minified.json into cache
- Installing nette/nette (2.1.x-dev e40bb99)
Cloning e40bb993c6456b2ddc7e27005f7310feeb77c7bb
Executing command (CWD): git clone --no-checkout 'git://github.com/nette/nette.git' '/var/www/clevis/ComposerBugProject/vendor/nette/nette' && cd '/var/www/clevis/ComposerBugProject/vendor/nette/nette' && git remote add composer 'git://github.com/nette/nette.git' && git fetch composer
Executing command (/var/www/clevis/ComposerBugProject/vendor/nette/nette): git remote set-url --push origin 'git@github.com:nette/nette.git'
Executing command (/var/www/clevis/ComposerBugProject/vendor/nette/nette): git branch -r
Executing command (/var/www/clevis/ComposerBugProject/vendor/nette/nette): git checkout 'v2.1'
Executing command (/var/www/clevis/ComposerBugProject/vendor/nette/nette): git checkout -B 'v2.1' 'composer/v2.1'
Executing command (/var/www/clevis/ComposerBugProject/vendor/nette/nette): git reset --hard 'e40bb993c6456b2ddc7e27005f7310feeb77c7bb'
REASON: tsusanka/composer-bug-package dev-master requires nette/nette 2.1.* -> satisfiable by nette/nette[2.1.x-dev].
- Installing tsusanka/composer-bug-package (dev-master accc956)
Cloning accc956759a1f3a2d193352cec038b855a1a9bbc
Executing command (CWD): git clone --no-checkout 'git://github.com/tsusanka/ComposerBugPackage.git' '/var/www/clevis/ComposerBugProject/vendor/tsusanka/composer-bug-package' && cd '/var/www/clevis/ComposerBugProject/vendor/tsusanka/composer-bug-package' && git remote add composer 'git://github.com/tsusanka/ComposerBugPackage.git' && git fetch composer
Executing command (/var/www/clevis/ComposerBugProject/vendor/tsusanka/composer-bug-package): git remote set-url --push origin 'git@github.com:tsusanka/ComposerBugPackage.git'
Executing command (/var/www/clevis/ComposerBugProject/vendor/tsusanka/composer-bug-package): git branch -r
Executing command (/var/www/clevis/ComposerBugProject/vendor/tsusanka/composer-bug-package): git checkout 'master'
Executing command (/var/www/clevis/ComposerBugProject/vendor/tsusanka/composer-bug-package): git reset --hard 'accc956759a1f3a2d193352cec038b855a1a9bbc'
REASON: Required by root: tsusanka/composer-bug-package
- Installing nette/nette-minified (2.0.x-dev e374d73)
Cloning e374d73dbc8c702ce95e86114b8203ba36963a5d
Executing command (CWD): git clone --no-checkout 'git://github.com/nette/nette-minified.git' '/var/www/clevis/ComposerBugProject/vendor/nette/nette-minified' && cd '/var/www/clevis/ComposerBugProject/vendor/nette/nette-minified' && git remote add composer 'git://github.com/nette/nette-minified.git' && git fetch composer
Executing command (/var/www/clevis/ComposerBugProject/vendor/nette/nette-minified): git remote set-url --push origin 'git@github.com:nette/nette-minified.git'
Executing command (/var/www/clevis/ComposerBugProject/vendor/nette/nette-minified): git branch -r
Executing command (/var/www/clevis/ComposerBugProject/vendor/nette/nette-minified): git checkout 'v2.0'
Executing command (/var/www/clevis/ComposerBugProject/vendor/nette/nette-minified): git checkout -B 'v2.0' 'composer/v2.0'
Executing command (/var/www/clevis/ComposerBugProject/vendor/nette/nette-minified): git reset --hard 'e374d73dbc8c702ce95e86114b8203ba36963a5d'
REASON: Required by root: nette/nette
nette/nette suggests installing ext-gd (*)
nette/nette-minified suggests installing ext-memcache (*)
nette/nette-minified suggests installing ext-gd (*)
Executing command (/var/www/clevis/ComposerBugProject/vendor/nette/nette): git log -n1 --pretty=%ct 'e40bb993c6456b2ddc7e27005f7310feeb77c7bb'
Executing command (/var/www/clevis/ComposerBugProject/vendor/tsusanka/composer-bug-package): git log -n1 --pretty=%ct 'accc956759a1f3a2d193352cec038b855a1a9bbc'
Executing command (/var/www/clevis/ComposerBugProject/vendor/nette/nette-minified): git log -n1 --pretty=%ct 'e374d73dbc8c702ce95e86114b8203ba36963a5d'
Writing lock file
Generating autoload files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment