Skip to content

Commit 082c60c

Browse files
committed
feature #27 Add console as a hard requirement (fabpot)
This PR was merged into the 3.3 branch. Discussion ---------- Add console as a hard requirement Commits ------- 859a995 added console as a hard requirement
2 parents c046dc5 + 859a995 commit 082c60c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"description": "Project description",
66
"require": {
77
"php": "^7.0.8",
8+
"symfony/console": "^3.3",
89
"symfony/framework-bundle": "^3.3",
910
"symfony/yaml": "^3.3"
1011
},

0 commit comments

Comments
 (0)