Skip to content

Commit

Permalink
Merge pull request #75 from sforward/chore/require-dev
Browse files Browse the repository at this point in the history
Move code style dependency to require-dev
  • Loading branch information
olivervogel authored Feb 6, 2024
2 parents c1c2894 + b09b616 commit 5fb1176
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 @@ -29,13 +29,13 @@
"require": {
"php": "^8.1",
"ext-mbstring": "*",
"illuminate/validation": "~10",
"slevomat/coding-standard": "~8.0"
"illuminate/validation": "~10"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"phpstan/phpstan": "^1",
"symfony/uid": "^5.1|^6.2",
"slevomat/coding-standard": "~8.0",
"squizlabs/php_codesniffer": "^3.8"
},
"autoload": {
Expand Down

0 comments on commit 5fb1176

Please sign in to comment.