Created
May 23, 2012 10:39
-
-
Save basz/2774508 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":"Proprietary", | |
| "homepage":"store.lumasol.nl", | |
| "authors":[ | |
| { | |
| "name":"Bas Kamer", | |
| "email":"bas@bushbaby.nl" | |
| } | |
| ], | |
| "keywords":[ | |
| "lumsaol" | |
| ], | |
| "repositories": [ | |
| { | |
| "type": "vcs", | |
| "url": "http://github.com/basz/zf2-module-phing-service" | |
| }, | |
| { | |
| "type": "vcs", | |
| "url": "http://github.com/zendframework/zf2" | |
| } | |
| ], | |
| "require":{ | |
| "zendframework/zendframework": "dev-master#fdf644070cec56c01b66947c698d545b34940520", | |
| "bushbaby/zf2-module-phing-service": "dev-composerfy" | |
| } | |
| } | |
| Rattletrap:store.lumasol.nl bas$ php composer.phar install --dry-run | |
| Installing dependencies | |
| Marking zendframework/zendframework (2.0.x-dev releas) as installed, alias of zendframework/zendframework (dev-master releas) | |
| Installing zendframework/zendframework (dev-master releas) | |
| Installing phing/phing (2.4.12) | |
| Installing bushbaby/zf2-module-phing-service (dev-composerfy d7d165) | |
| Rattletrap:store.lumasol.nl bas$ php composer.phar install --dry-run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment