Created
April 21, 2015 11:14
-
-
Save salathe/16657b7788adb230b4ec to your computer and use it in GitHub Desktop.
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
pcowburn@ides ~/sources/crap/melody$ cat kittens.php | |
<?php | |
<<<CONFIG | |
packages: | |
- "calebeoliveira/kittens: dev-master" | |
CONFIG; | |
echo Kitten::get() . "\n"; | |
pcowburn@ides ~/sources/crap/melody$ docker run --rm -t -v "$PWD:/tmp/melody" -w /tmp/melody davedevelopment/melody --no-cache kittens.php -vvv | |
RUN '/usr/local/bin/composer' 'require' 'calebeoliveira/kittens:dev-master' '--prefer-dist' | |
OUT Warning: This development build of composer is over 30 days old. It is recommended to update it by running "/usr/local/bin/composer self-update" to get the latest version. | |
OUT ./composer.json has been created | |
OUT Loading composer repositories with package information | |
OUT Updating dependencies (including require-dev) | |
OUT - Installing calebeoliveira/kittens (dev-master 7833b2d) | |
OUT Downloading: 100% | |
OUT | |
OUT Writing lock file | |
OUT Generating autoload files | |
OUT | |
RES Command ran successfully | |
~(=^・ω・^)ノ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment