Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
muxx committed Jun 14, 2015
1 parent fafeda7 commit 8c1e8f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"require": {
"php": ">=5.4.0",
"symfony/symfony": ">=2.1.0",
"doctrine/orm": ">=2.2.3"
"doctrine/orm": "^2.2.3"
},
"autoload": {
"psr-0": {
"Intaro\\CustomIndexBundle\\": ""
}
},
"target-dir" : "Intaro/CustomIndexBundle"
}
}

0 comments on commit 8c1e8f3

Please sign in to comment.