Skip to content

Commit

Permalink
add required propel1 in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2f8f committed Mar 4, 2015
1 parent aefcd17 commit 8fc2f1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"require": {
"symfony/symfony": ">=2.2",
"propel/propel": "~2.0@dev",
"propel/propel-bundle": ">=1.4"
"propel/propel-bundle": ">=1.4",
"propel/propel1": "~1.6"
},
"autoload": {
"psr-0": { "ItBlaster\\TranslationBundle": "" }
Expand Down

0 comments on commit 8fc2f1e

Please sign in to comment.