We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37d0bc commit 2385efaCopy full SHA for 2385efa
composer.json
@@ -14,12 +14,13 @@
14
"symfony/lock": "^3.4|^4.0",
15
"symfony/cache": "^3.4|^4.0",
16
"symfony/http-foundation": "^3.0|^4.0",
17
- "symfony/http-kernel": "^3.0|^4.0"
+ "symfony/http-kernel": "^3.0|^4.0",
18
+ "symfony/options-resolver": "^3.0|^4.0"
19
},
20
"require-dev": {
21
"friendsofphp/php-cs-fixer": "^2.6",
22
"phpunit/phpunit": "^5.7.27",
- "satooshi/php-coveralls": "2.0.x-dev"
23
+ "php-coveralls/php-coveralls": "^2.1"
24
25
"autoload": {
26
"psr-4": {
0 commit comments