Skip to content

Commit 7f56bab

Browse files
committed
Move Composer deps to dev only
1 parent 46f69d0 commit 7f56bab

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.4",
13+
"php": ">=5.4"
14+
},
15+
"require-dev": {
1416
"wpscholar/phpcs-standards-wpscholar": "^1.0",
1517
"wp-cli/wp-cli-bundle": "^2.11"
1618
},

composer.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)