Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2016-02-14 06:53:46 +0300
committerChaoyi Zha <summermontreal@gmail.com>2016-02-14 06:53:46 +0300
commit72f14b944d2fa365c0b211ca3f8983a63697df06 (patch)
tree934d27eb70b5294b47d62f30823dbf2d34e23b2f /composer.json
parent95d26c0834d17d3f619716bfe2f0d72a60a5b115 (diff)
Attempt to fix tests css-selector
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index a2155ae..71b225a 100644
--- a/composer.json
+++ b/composer.json
@@ -10,8 +10,9 @@
"vlucas/phpdotenv": "~1.0"
},
"require-dev": {
- "phpunit/phpunit": "~4.0",
- "fzaninotto/faker": "~1.0"
+ "fzaninotto/faker": "~1.0",
+ "phpunit/phpunit": "^5.2",
+ "symfony/css-selector": "^3.0"
},
"autoload": {
"psr-4": {