Skip to content

Commit 78ee1d9

Browse files
committed
relax phpcr-utils dependency on phpcr
1 parent 09150ad commit 78ee1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"require": {
2727
"php": ">=5.3.0",
28-
"phpcr/phpcr": "2.1.0-beta8",
28+
"phpcr/phpcr": "~2.1.0-beta8",
2929
"symfony/console": ">=2.0.0,<2.3.0-dev"
3030
},
3131
"autoload": {

0 commit comments

Comments
 (0)