Skip to content

Commit 2ea5af8

Browse files
authored
Merge pull request #8 from chirimoya/symfony-3-support
Added Symfony 3 support
2 parents e42c005 + 4ba2283 commit 2ea5af8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@
88
"email": "daniel@dantleech.com"
99
}
1010
],
11-
"minimum-stability": "dev",
1211
"require": {
1312
"phpcr/phpcr-migrations": "~0.1",
1413
"phpcr/phpcr-implementation": "~2.1",
1514
"doctrine/phpcr-bundle": "~1.0"
1615
},
1716
"require-dev": {
18-
"symfony/symfony": "~2.4",
17+
"symfony/symfony": "~2.4 || ~3.0",
1918
"symfony-cmf/testing": "~1.2"
2019
},
2120
"autoload": {

0 commit comments

Comments
 (0)