Skip to content

Commit

Permalink
Merge pull request #398 from dmason30/patch-1
Browse files Browse the repository at this point in the history
Move slevomat/coding-standard to require-dev
  • Loading branch information
mikebronner authored Apr 13, 2021
2 parents 7019f1e + 81a5e3e commit b8ffa34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"illuminate/container": "^8.0",
"illuminate/database": "^8.0",
"illuminate/http": "^8.0",
"illuminate/support": "^8.0",
"slevomat/coding-standard": "^6.4"
"illuminate/support": "^8.0"
},
"require-dev": {
"doctrine/dbal": "^2.10",
Expand All @@ -35,6 +34,7 @@
"php-coveralls/php-coveralls" : "^2.2",
"phpmd/phpmd": "^2.7",
"phpunit/phpunit": "^9.0",
"slevomat/coding-standard": "^6.4",
"squizlabs/php_codesniffer": "^3.4",
"symfony/thanks": "^1.2",
"laravel/legacy-factories": "^1.0"
Expand Down

0 comments on commit b8ffa34

Please sign in to comment.