Skip to content

Commit

Permalink
Merge pull request #138 from Lullabot/no-console-dep
Browse files Browse the repository at this point in the history
The core library component should not depend on symfony/console
  • Loading branch information
sidkshatriya committed Sep 14, 2016
2 parents e77d935 + d77b820 commit 07f4869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"php" : ">=5.5.0",
"querypath/QueryPath": ">=3.0.4",
"sebastian/diff": "~1.2",
"symfony/console": "^2.7.0",
"marc1706/fast-image-size": "1.*",
"masterminds/html5": "^2.2.0",
"sabberworm/php-css-parser": "^8.0.0",
Expand All @@ -26,6 +25,7 @@
},
"require-dev": {
"php" : ">=5.5.0",
"phpunit/phpunit": "4.8.*"
"phpunit/phpunit": "4.8.*",
"symfony/console": "^2.7.0"
}
}

0 comments on commit 07f4869

Please sign in to comment.