Created
May 27, 2012 20:33
-
-
Save naderman/2815829 to your computer and use it in GitHub Desktop.
Composer Meta Package
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
{ | |
"name": "naderman/sample-meta-package", | |
"version": "1.0.0", | |
"type": "metapackage", | |
"require": { | |
"naderman/package1": "self.version", | |
"naderman/package2": "self.version", | |
"naderman/package3": "2.0.3" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment