Skip to content

Commit a3f0e2a

Browse files
authored
Merge pull request #16 from CapitaoCuecas/patch-1
update composer dependencies so it is compatible with Symfony 3
2 parents 96be76c + a1dd029 commit a3f0e2a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
}
2222
},
2323
"require": {
24-
"symfony/console": "~2.5",
24+
"symfony/console": "~2.5|~3.0",
2525
"guzzlehttp/guzzle": "^5.0",
26-
"symfony/dependency-injection": "^2.7",
27-
"symfony/process": "^2.7"
26+
"symfony/dependency-injection": "^2.7|^3.0",
27+
"symfony/process": "^2.7|^3.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "~4.5"

0 commit comments

Comments
 (0)