Created
August 13, 2012 04:57
-
-
Save khepin/3337088 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
{ | |
# List of all repos we want to clone. (No version number required) because we DL ALL versions | |
"require": [ | |
"symfony/symfony-standard" | |
], | |
# the folder that will hold all of the cloned repos | |
"repodir":"packages", | |
# the satis config file to update with all the info | |
"satisconfig":"satis.json" | |
} |
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": "My Repository", | |
"homepage": "http://packages.example.org", | |
"repositories": [ | |
], | |
"require-all": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment