Created
May 23, 2012 13:54
-
-
Save basz/2775352 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "name":"bushbaby/project-lumasol-store", | |
| "description":"Store for Lumasol, build in zf2", | |
| "license":"MIT", | |
| "homepage":"http://store.lumasol.nl", | |
| "authors":[ | |
| { | |
| "name":"Bas Kamer", | |
| "email":"bas@bushbaby.nl" | |
| } | |
| ], | |
| "keywords":["lumasol"], | |
| "require": { | |
| "php": ">=5.3.3", | |
| "zendframework/zendframework": "dev-master#fdf644070cec56c01b66947c698d545b34940520", | |
| "bushbaby/zf2-module-phing-service": "dev-master" | |
| }, | |
| "autoload": { | |
| "psr-0": { | |
| "Application": "module/Application/src" | |
| } | |
| } | |
| } | |
| Rattletrap:store.lumasol.nl bas$ php composer.phar update --dry-run | |
| Updating dependencies | |
| Updating zendframework/zendframework (dev-master fdf644) to zendframework/zendframework (dev-master cef2f9) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment