We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
composer.json
1 parent ef2e0f5 commit 71110b9Copy full SHA for 71110b9
composer.json
@@ -180,6 +180,18 @@
180
"type": "path",
181
"url": "i18n-command"
182
},
183
+ {
184
+ "type": "path",
185
+ "url": "ability-command"
186
+ },
187
188
189
+ "url": "ai-command"
190
191
192
193
+ "url": "block-command"
194
195
{
196
197
"url": "wp-cli-tests"
@@ -200,6 +212,7 @@
200
212
"johnpbloch/wordpress-core": "dev-master",
201
213
"johnpbloch/wordpress-core-installer": "^1.0 || ^2.0",
202
214
"wp-cli/ability-command": "^1.0@dev",
215
+ "wp-cli/ai-command": "^1.0@dev",
203
216
"wp-cli/admin-command": "dev-main",
204
217
"wp-cli/automated-tests": "dev-main",
205
218
"wp-cli/block-command": "^1.0@dev",
0 commit comments