Skip to content

Commit 79f6fc0

Browse files
🐛 Fix wrong dev dep
1 parent 4bbc59a commit 79f6fc0

File tree

2 files changed

+67
-68
lines changed

2 files changed

+67
-68
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"license": "MIT",
77
"homepage": "https://github.com/Idearia/wp-cli-command",
88
"require": {
9-
"php": "^7.0",
9+
"php": "^7.4"
10+
},
11+
"require-dev": {
12+
"php-stubs/wp-cli-stubs": "^2.7",
1013
"phpstan/phpstan": "^1.9"
1114
},
1215
"autoload": {
1316
"psr-4": {
1417
"Idearia\\WP_CLI\\": "src/"
1518
}
16-
},
17-
"require-dev": {
18-
"php-stubs/wp-cli-stubs": "^2.7"
1919
}
2020
}

composer.lock

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

0 commit comments

Comments
 (0)