Skip to content

Commit b8ffa34

Browse files
authored
Merge pull request #398 from dmason30/patch-1
Move slevomat/coding-standard to require-dev
2 parents 7019f1e + 81a5e3e commit b8ffa34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"illuminate/container": "^8.0",
2424
"illuminate/database": "^8.0",
2525
"illuminate/http": "^8.0",
26-
"illuminate/support": "^8.0",
27-
"slevomat/coding-standard": "^6.4"
26+
"illuminate/support": "^8.0"
2827
},
2928
"require-dev": {
3029
"doctrine/dbal": "^2.10",
@@ -35,6 +34,7 @@
3534
"php-coveralls/php-coveralls" : "^2.2",
3635
"phpmd/phpmd": "^2.7",
3736
"phpunit/phpunit": "^9.0",
37+
"slevomat/coding-standard": "^6.4",
3838
"squizlabs/php_codesniffer": "^3.4",
3939
"symfony/thanks": "^1.2",
4040
"laravel/legacy-factories": "^1.0"

0 commit comments

Comments
 (0)