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 3804282 commit 9d83e50Copy full SHA for 9d83e50
composer.json
@@ -18,13 +18,13 @@
18
"php": ">=7.0.0",
19
"symfony/config": "^2.3|^3.0|^4",
20
"symfony/translation": "^2.3|^3.0|^4",
21
- "symfony/yaml": "^2.3|^3.0|^4",
22
- "friendsofphp/php-cs-fixer": "^2.14"
+ "symfony/yaml": "^2.3|^3.0|^4"
23
},
24
"require-dev": {
25
"thunderer/shortcode": "^0.7",
26
"phpspec/phpspec": "^2",
27
- "phpunit/phpunit": "^4.5|^5.0"
+ "phpunit/phpunit": "^4.5|^5.0",
+ "friendsofphp/php-cs-fixer": "^2.14"
28
29
"config": {
30
"bin-dir": "bin"
0 commit comments