We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338a943 commit f2a2b90Copy full SHA for f2a2b90
.php_cs
@@ -13,6 +13,8 @@ return PhpCsFixer\Config::create()
13
'@PSR2' => true,
14
'@Symfony' => true,
15
'single_line_after_imports' => false,
16
+ 'no_superfluous_phpdoc_tags' => false,
17
+ 'single_line_throw' => false
18
])
19
->setFinder($finder)
20
;
composer.json
@@ -14,8 +14,7 @@
"ext-curl": "*",
"symfony/event-dispatcher": "^3.4 || ^4.0 || ^5.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0",
- "nesbot/carbon": "^1.22 || ^2.0",
- "phpunit/phpunit": "7.5.*"
+ "nesbot/carbon": "^1.22 || ^2.0"
},
"autoload": {
21
"psr-4": {
0 commit comments