Skip to content

Commit

Permalink
fix: Move php_codesniffer to dev dependency (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed May 2, 2020
1 parent 152ab62 commit 993552a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"require": {
"php": "^7.1",
"illuminate/console": ">=7.0",
"illuminate/database": ">=7.0",
"squizlabs/php_codesniffer": "*"
"illuminate/database": ">=7.0"
},
"require-dev": {
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^8.0",
"squizlabs/php_codesniffer": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 993552a

Please sign in to comment.