Skip to content

Commit 07f4869

Browse files
authored
Merge pull request #138 from Lullabot/no-console-dep
The core library component should not depend on symfony/console
2 parents e77d935 + d77b820 commit 07f4869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"php" : ">=5.5.0",
1515
"querypath/QueryPath": ">=3.0.4",
1616
"sebastian/diff": "~1.2",
17-
"symfony/console": "^2.7.0",
1817
"marc1706/fast-image-size": "1.*",
1918
"masterminds/html5": "^2.2.0",
2019
"sabberworm/php-css-parser": "^8.0.0",
@@ -26,6 +25,7 @@
2625
},
2726
"require-dev": {
2827
"php" : ">=5.5.0",
29-
"phpunit/phpunit": "4.8.*"
28+
"phpunit/phpunit": "4.8.*",
29+
"symfony/console": "^2.7.0"
3030
}
3131
}

0 commit comments

Comments
 (0)