Commit 8611ded0 by Taylor Otwell

Merge pull request #3558 from GrahamForks/deps

[5.2] Added two symfony deps to require-dev
parents 10f242ea 99a11eaf
...@@ -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