Skip to content

Commit

Permalink
added propel and phing to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alphalemon committed Feb 21, 2012
1 parent 946369c commit 3622b7c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Expand Up @@ -15,8 +15,15 @@
"symfony/symfony": ">=2.0.10,<dev-master",
"propel/propel-bundle": "2.0-dev",
"alphalemon/al-pagetree-bundle": "dev-master",
"alphalemon/al-valum-uploader-bundle": "dev-master"
"alphalemon/al-valum-uploader-bundle": "dev-master",
"propel/propel1": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/phingofficial/phing.git"
}
],
"autoload": {
"psr-0": { "AlphaLemon\\ThemeEngineBundle": "",
"Themes": "Themes/"
Expand Down

0 comments on commit 3622b7c

Please sign in to comment.