Skip to content

Commit e7e0891

Browse files
committed
Move cs-fixer to dev dependencies
1 parent e3cbf3b commit e7e0891

File tree

2 files changed

+2516
-2516
lines changed

2 files changed

+2516
-2516
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
],
1212
"require": {
1313
"php": "^8.1",
14-
"react/http": "^0.8.1",
15-
"friendsofphp/php-cs-fixer": "^3.8"
14+
"react/http": "^0.8.1"
1615
},
1716
"require-dev": {
17+
"friendsofphp/php-cs-fixer": "^3.8",
1818
"phpunit/phpunit": "^9.5",
1919
"phpstan/phpstan": "^1.6"
2020
},

0 commit comments

Comments
 (0)