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

Commit cd82368

Browse files
committed
Fix #17 - Adding symfony/console to composer.json "require"
1 parent d593929 commit cd82368

File tree

2 files changed

+73
-71
lines changed

2 files changed

+73
-71
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@
1212
"beberlei/assert": "@stable",
1313
"andrewsville/php-token-reflection": "@stable",
1414
"symfony/finder": "@stable",
15-
"symfony/process": "@stable"
15+
"symfony/console": "@stable"
1616
},
1717

1818
"require-dev": {
1919
"php": ">=5.4",
2020
"behat/behat": "@stable",
2121
"mikey179/vfsStream": "@stable",
22-
"phake/phake": "@stable"
22+
"phake/phake": "@stable",
23+
"symfony/process": "@stable"
2324
},
2425

2526
"autoload": {

composer.lock

Lines changed: 70 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)