We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cc19a commit fc8b558Copy full SHA for fc8b558
composer.json
@@ -1,8 +1,8 @@
1
{
2
- "name": "easyengine/site-wp-command",
3
- "description": "EasyEngine package for WordPress site creation.",
+ "name": "easyengine/site-type-wp",
+ "description": "EasyEngine site type package for WordPress site creation.",
4
"type": "ee-cli-package",
5
- "homepage": "https://github.com/easyengine/site-wp-command",
+ "homepage": "https://github.com/easyengine/site-type-wp",
6
"license": "MIT",
7
"authors": [],
8
"minimum-stability": "dev",
@@ -11,7 +11,7 @@
11
"psr-4": {
12
"": "src/"
13
},
14
- "files": [ "site-wp-command.php" ]
+ "files": [ "site-type-wp.php" ]
15
16
"require-dev": {
17
"wp-cli/mustangostang-spyc": "^0.6.3"
site-wp-command.php renamed to site-type-wp.php
0 commit comments