Skip to content

Commit 55d0317

Browse files
committed
Merge pull request #104 from symfony-cmf/1_2_jackalope_1_1
require at least Jackalope 1.1.0 stable
2 parents 48c7fa5 + 335b294 commit 55d0317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"doctrine/phpcr-odm": "~1.0",
1818
"doctrine/phpcr-bundle": "~1.0",
1919
"doctrine/data-fixtures": "~1.0",
20-
"jackalope/jackalope": "~1.0",
21-
"jackalope/jackalope-doctrine-dbal": "~1.0"
20+
"jackalope/jackalope": "~1.1,>=1.1.0",
21+
"jackalope/jackalope-doctrine-dbal": "~1.1,>=1.1.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)