Skip to content

Commit

Permalink
Adjust composer constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Jan 11, 2013
1 parent a758f32 commit ef60f17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -9,11 +9,11 @@
"email": "william.durand1@gmail.com"
}],
"require": {
"symfony/symfony": ">=2.1,<2.3-dev",
"propel/propel1": "1.6.*"
"symfony/symfony": "~2.1.0",
"propel/propel1": "~1.6.0"
},
"require-dev": {
"sensio/framework-extra-bundle": ">=2.1",
"sensio/framework-extra-bundle": "~2.1.0",
"fzaninotto/faker": "dev-master"
},
"autoload": {
Expand Down

0 comments on commit ef60f17

Please sign in to comment.