Skip to content

Commit

Permalink
Require vs require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
darylldoyle committed Nov 15, 2023
1 parent e0c395d commit 26cb077
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"description": "10up's PHP CodeSniffer Ruleset",
"type": "phpcodesniffer-standard",
"license": "MIT",
"require": {},
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "*",
"phpcompatibility/phpcompatibility-wp": "^2",
"automattic/vipwpcs": "^3.0",
"phpcompatibility/php-compatibility": "dev-develop as 9.99.99"
},
"prefer-stable": true,
"authors": [
{
Expand All @@ -25,11 +30,5 @@
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "dev",
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "*",
"phpcompatibility/phpcompatibility-wp": "^2",
"automattic/vipwpcs": "^3.0",
"phpcompatibility/php-compatibility": "dev-develop as 9.99.99"
}
"minimum-stability": "dev"
}
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 26cb077

Please sign in to comment.