Skip to content

Commit f2a2b90

Browse files
committed
Fixed deps
1 parent 338a943 commit f2a2b90

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.php_cs

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ return PhpCsFixer\Config::create()
1313
'@PSR2' => true,
1414
'@Symfony' => true,
1515
'single_line_after_imports' => false,
16+
'no_superfluous_phpdoc_tags' => false,
17+
'single_line_throw' => false
1618
])
1719
->setFinder($finder)
1820
;

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"ext-curl": "*",
1515
"symfony/event-dispatcher": "^3.4 || ^4.0 || ^5.0",
1616
"symfony/yaml": "^3.4 || ^4.0 || ^5.0",
17-
"nesbot/carbon": "^1.22 || ^2.0",
18-
"phpunit/phpunit": "7.5.*"
17+
"nesbot/carbon": "^1.22 || ^2.0"
1918
},
2019
"autoload": {
2120
"psr-4": {

0 commit comments

Comments
 (0)