Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 546ac2e

Browse files
authored
Merge pull request #36 from Nyholm/patch-1
Support for Symfony 4
2 parents 4d47299 + d1680a6 commit 546ac2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=5.3.3",
88
"gitonomy/gitlib": ">=1.0",
9-
"symfony/console": "~2.5|~3.0"
9+
"symfony/console": "~2.5|~3.0|~4.0"
1010
},
1111
"require-dev": {
1212
"phpunit/phpunit": "~6.5"

0 commit comments

Comments
 (0)