Skip to content

Commit 18fb6aa

Browse files
committed
Allow Symfony 3
1 parent 27fb4ef commit 18fb6aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
1515
"require": {
1616
"php": ">=5.3",
1717
"sebastian/exporter": "1.*",
18-
"symfony/config": "2.*"
18+
"symfony/config": "~2.0|~3.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": ">=3.7"
2222
},
23+
"minimum-stability": "dev",
24+
"prefer-stable": true,
2325
"autoload": {
2426
"psr-4" : { "Matthias\\SymfonyConfigTest\\" : "" }
2527
}

0 commit comments

Comments
 (0)