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

Commit eaf42e9

Browse files
committed
Merge pull request #15 from gnugat/symfony-3
Added Symfony 3 support
2 parents cbe21fb + 2c6f94e commit eaf42e9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.5",
16-
"symfony/symfony" : "~2.7",
17-
"react/react" : "~0.4"
15+
"php": "^5.5|^7.0",
16+
"symfony/symfony" : "^2.7|^3.0",
17+
"react/react" : "^0.4"
1818

1919
},
2020
"require-dev": {
21-
"atoum/atoum" : "~2.1",
22-
"m6web/coke" : "~2.1",
23-
"m6web/symfony2-coding-standard" : "~3.1"
21+
"atoum/atoum" : "^2.1",
22+
"m6web/coke" : "^2.1",
23+
"m6web/symfony2-coding-standard" : "^3.1"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)