Skip to content

Commit 9312ae3

Browse files
committed
Update composer.json
1 parent 88ac195 commit 9312ae3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"description": "Symfony2 bundle providing alias syntax for working with entity repositories",
55
"keywords": ["symfony", "repository alias", "repository", "alias"],
66
"license": "MIT",
7-
"version": "0.1.1",
87
"authors": [
98
{
109
"name": "Vladimir Savenkov",
@@ -16,10 +15,10 @@
1615
"minimum-stability": "dev",
1716
"require": {
1817
"php": ">=5.3.2",
19-
"symfony/framework-bundle": "2.*"
18+
"symfony/framework-bundle": "~2.0"
2019
},
2120
"autoload": {
2221
"psr-0": { "CodeMonkeysRu\\RepositoryAliasBundle": "" }
2322
},
2423
"target-dir":"CodeMonkeysRu/RepositoryAliasBundle"
25-
}
24+
}

0 commit comments

Comments
 (0)