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

Commit 8e8f43b

Browse files
committed
Merge pull request #69 from symfony-cmf/relax_deps
relax the dependencies to allow minor updates
2 parents 2c8dcc6 + 7378324 commit 8e8f43b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
1.1.0-RC1
5+
---------
6+
47
* **2014-06-06**: Updated to PSR-4 autoloading
58

69
1.0.3

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"friendsofsymfony/jsrouting-bundle": "~1.1"
1919
},
2020
"require-dev": {
21-
"symfony-cmf/testing": "1.1.*"
21+
"symfony-cmf/testing": "~1.1"
2222
},
2323
"suggest": {
24-
"doctrine/phpcr-bundle": "1.*",
25-
"doctrine/phpcr-odm": "1.*"
24+
"doctrine/phpcr-bundle": "~1.0",
25+
"doctrine/phpcr-odm": "~1.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)