Skip to content

Commit 84c3cf5

Browse files
committed
moving php-cs-fixer to devDependencies
1 parent 2895c80 commit 84c3cf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
}
3030
},
3131
"require": {
32-
"php": "^8.0",
33-
"friendsofphp/php-cs-fixer": "^3.6"
32+
"php": "^8.0"
3433
},
3534
"require-dev": {
3635
"infection/infection": "^0.26.5",
3736
"orchestra/testbench": "^7.1",
38-
"pestphp/pest": "^1.21"
37+
"pestphp/pest": "^1.21",
38+
"friendsofphp/php-cs-fixer": "^3.6"
3939
},
4040
"extra": {
4141
"laravel": {

0 commit comments

Comments
 (0)