|
25 | 25 | "prefer-stable": true, |
26 | 26 | "require": { |
27 | 27 | "php": ">=7.0", |
28 | | - "acmephp/core": "dev-master", |
29 | 28 | "composer/composer": "^1.2.0", |
30 | 29 | "composer/semver": "~1.0", |
31 | | - "easyengine/cron-command": "v1.0.0-beta.2", |
32 | | - "easyengine/site-command": "v2.0.0", |
33 | | - "easyengine/site-wp-command": "v1.0.0-beta.1", |
34 | | - "easyengine/shell-command": "v1.0.0-beta.1", |
35 | | - "ext-openssl": "*", |
36 | | - "guzzlehttp/guzzle": "^6.0", |
| 30 | + "easyengine/admin-tools-command": "v1.0.0-beta.1", |
| 31 | + "easyengine/auth-command": "v1.0.0-beta.1", |
| 32 | + "easyengine/config-command": "v1.0.0-beta.1", |
| 33 | + "easyengine/cron-command": "v1.0.0-beta.3", |
| 34 | + "easyengine/mailhog-command": "v1.0.0-beta.1", |
| 35 | + "easyengine/site-command": "v2.1.0", |
| 36 | + "easyengine/site-type-wp": "v1.0.0-beta.2", |
| 37 | + "easyengine/site-type-php": "v1.0.0-beta.1", |
| 38 | + "easyengine/service-command": "v1.0.0-beta.1", |
| 39 | + "easyengine/shell-command" : "v1.0.0-beta.2", |
37 | 40 | "justinrainbow/json-schema": "~5.2.5", |
38 | | - "league/flysystem": "^1.0.19", |
39 | 41 | "monolog/monolog": "^1.23", |
40 | 42 | "mustache/mustache": "~2.4", |
41 | 43 | "rmccue/requests": "~1.6", |
|
47 | 49 | "symfony/filesystem": "^2.7|^3.0", |
48 | 50 | "symfony/finder": "^2.7|^3.0", |
49 | 51 | "symfony/process": "^2.1|^3.0", |
50 | | - "symfony/serializer": "^3.0", |
51 | 52 | "symfony/translation": "^2.7|^3.0", |
52 | 53 | "symfony/yaml": "^2.7|^3.0", |
53 | | - "webmozart/assert": "^1.0", |
54 | 54 | "wp-cli/autoload-splitter": "^0.1.5", |
55 | 55 | "wp-cli/mustangostang-spyc": "^0.6.3", |
56 | 56 | "wp-cli/php-cli-tools": "~0.11.2" |
|
71 | 71 | "EE": "php" |
72 | 72 | }, |
73 | 73 | "psr-4": { |
74 | | - "": "php/commands/src", |
75 | | - "AcmePhp\\Cli\\": "php/AcmePhp/Cli" |
| 74 | + "": "php/commands/src" |
76 | 75 | } |
77 | 76 | }, |
78 | 77 | "extra": { |
|
0 commit comments