Skip to content

Commit 1b4fe61

Browse files
author
Tomáš Votruba
committedMar 11, 2016
composer: allow Symfony 3
1 parent ab45f9c commit 1b4fe61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
"require" : {
2424
"php" : ">=5.3.3",
25-
"symfony/config" : "~2.2",
26-
"symfony/event-dispatcher" : "~2.2"
25+
"symfony/config" : "^2.2|^3.0",
26+
"symfony/event-dispatcher" : "^2.2|^3.0"
2727
},
2828

2929
"autoload" : {

0 commit comments

Comments
 (0)
Please sign in to comment.