Skip to content

Commit 2a3f227

Browse files
Merge pull request #1195 from mrrobot47/refactor-for-type
Move type routing to site-command
2 parents 4b917ee + 78c7fc8 commit 2a3f227

20 files changed

+6
-2563
lines changed

composer.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"prefer-stable": true,
2626
"require": {
2727
"php": ">=7.0",
28-
"acmephp/core": "dev-master",
2928
"composer/composer": "^1.2.0",
3029
"composer/semver": "~1.0",
3130
"easyengine/admin-tools-command": "dev-develop",
@@ -35,10 +34,7 @@
3534
"easyengine/site-command": "v2.0.0",
3635
"easyengine/site-wp-command": "v1.0.0-beta.1",
3736
"easyengine/shell-command": "v1.0.0-beta.1",
38-
"ext-openssl": "*",
39-
"guzzlehttp/guzzle": "^6.0",
4037
"justinrainbow/json-schema": "~5.2.5",
41-
"league/flysystem": "^1.0.19",
4238
"monolog/monolog": "^1.23",
4339
"mustache/mustache": "~2.4",
4440
"rmccue/requests": "~1.6",
@@ -50,10 +46,8 @@
5046
"symfony/filesystem": "^2.7|^3.0",
5147
"symfony/finder": "^2.7|^3.0",
5248
"symfony/process": "^2.1|^3.0",
53-
"symfony/serializer": "^3.0",
5449
"symfony/translation": "^2.7|^3.0",
5550
"symfony/yaml": "^2.7|^3.0",
56-
"webmozart/assert": "^1.0",
5751
"wp-cli/autoload-splitter": "^0.1.5",
5852
"wp-cli/mustangostang-spyc": "^0.6.3",
5953
"wp-cli/php-cli-tools": "~0.11.2"
@@ -74,8 +68,7 @@
7468
"EE": "php"
7569
},
7670
"psr-4": {
77-
"": "php/commands/src",
78-
"AcmePhp\\Cli\\": "php/AcmePhp/Cli"
71+
"": "php/commands/src"
7972
}
8073
},
8174
"extra": {

php/AcmePhp/Cli/Exception/AcmeCliActionException.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

php/AcmePhp/Cli/Exception/AcmeCliException.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

php/AcmePhp/Cli/Exception/AcmeDnsResolutionException.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

php/AcmePhp/Cli/Exception/CommandFlowException.php

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)