Commit 99a11eaf by Graham Campbell

Added symfony deps to require-dev

parent 9ad221b1
...@@ -11,7 +11,9 @@ ...@@ -11,7 +11,9 @@
"require-dev": { "require-dev": {
"fzaninotto/faker": "~1.4", "fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*", "mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4.0" "phpunit/phpunit": "~4.0",
"symfony/css-selector": "2.8.*|3.0.*",
"symfony/dom-crawler": "2.8.*|3.0.*"
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment