Skip to content

Commit 94cdc62

Browse files
authored
Merge pull request #5 from alsii/master
set admin bundle dependency to greater than 2.3,
2 parents fd22012 + 5d4ffad commit 94cdc62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
],
1515
"require" : {
1616
"php": ">=5.4.0",
17-
"sonata-project/admin-bundle": "~2.3",
18-
"knplabs/knp-snappy-bundle": "~1.3"
17+
"sonata-project/admin-bundle": ">=2.3",
18+
"knplabs/knp-snappy-bundle": ">=1.3"
1919
},
2020
"autoload" : {
2121
"psr-0" : {

0 commit comments

Comments
 (0)