Fix missing dependencies for QueryEndpoint
... | ... | @@ -12,7 +12,8 @@ |
], | ||
"require": { | ||
"php": ">=5.4", | ||
"symfony/serializer": "~2.7" | ||
"symfony/serializer": "~2.7", | ||
"symfony/options-resolver": "~2.7" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~4.4", | ||
... | ... |
tests/SearchEndpoint/QueryEndpointTest.php
0 → 100644
Please register or sign in to comment