Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit f81a319

Browse files
committed
relax the dependencies to allow minor updates
1 parent 5b75afe commit f81a319

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
"require": {
1717
"php": ">=5.3.3",
1818
"symfony/framework-bundle": "~2.3",
19-
"doctrine/phpcr-bundle": ">=1.1.0,<1.3-dev",
20-
"doctrine/phpcr-odm": ">=1.1.0,<1.3-dev",
21-
"knplabs/knp-menu-bundle": "1.1.*",
22-
"symfony-cmf/core-bundle": ">=1.1.0,<1.3-dev"
19+
"doctrine/phpcr-bundle": "~1.1",
20+
"doctrine/phpcr-odm": "~1.1",
21+
"knplabs/knp-menu-bundle": "~1.1",
22+
"symfony-cmf/core-bundle": "~1.1"
2323
},
2424
"require-dev": {
25-
"symfony-cmf/routing-bundle": "1.2.*",
26-
"symfony-cmf/testing": "1.1.*",
27-
"sonata-project/doctrine-phpcr-admin-bundle": "1.1.*",
28-
"symfony/monolog-bundle": "2.3.*"
25+
"symfony-cmf/routing-bundle": "~1.2",
26+
"symfony-cmf/testing": "~1.1",
27+
"sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
28+
"symfony/monolog-bundle": "~2.3"
2929
},
3030
"suggest": {
3131
"sonata-project/doctrine-phpcr-admin-bundle": "if you want to have editing capabilities",

0 commit comments

Comments
 (0)