Skip to content

Commit

Permalink
Require correct version of Symfony CSS selector component
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenkgerritsen committed Mar 2, 2016
1 parent d782224 commit 88d70b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
],
"require": {
"laravel/lumen-framework": "5.1.*",
"vlucas/phpdotenv": "~1.0"
"vlucas/phpdotenv": "~1.0",
"symfony/css-selector": "2.7.*"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"codeception/codeception": "dev-master",
"symfony/css-selector": "2.7.*"
"codeception/codeception": "dev-master"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 88d70b4

Please sign in to comment.