|
19 | 19 | "platform": { |
20 | 20 | "php": "7.3" |
21 | 21 | }, |
22 | | - "sort-packages": true |
| 22 | + "sort-packages": true, |
| 23 | + "allow-plugins": { |
| 24 | + "dealerdirect/phpcodesniffer-composer-installer": true |
| 25 | + } |
23 | 26 | }, |
24 | 27 | "minimum-stability": "dev", |
25 | 28 | "prefer-stable": true, |
26 | 29 | "require": { |
27 | 30 | "php": ">=7.0", |
28 | | - "composer/composer": "2.2.23", |
| 31 | + "composer/composer": "2.2.24", |
29 | 32 | "composer/semver": "3.2.4", |
30 | 33 | "daverandom/libdns": "^2.0", |
31 | 34 | "easyengine/admin-tools-command": "v1.1.0", |
|
35 | 38 | "easyengine/log-command": "v1.1.0", |
36 | 39 | "easyengine/mailhog-command": "v1.0.3", |
37 | 40 | "easyengine/service-command": "v1.6.1", |
38 | | - "easyengine/shell-command": "v1.1.1", |
39 | | - "easyengine/site-command": "v3.3.0", |
40 | | - "easyengine/site-type-php": "v1.8.0", |
41 | | - "easyengine/site-type-wp": "v1.8.0", |
| 41 | + "easyengine/shell-command": "v1.1.3", |
| 42 | + "easyengine/site-command": "v3.3.2", |
| 43 | + "easyengine/site-type-php": "v1.8.1", |
| 44 | + "easyengine/site-type-wp": "v1.8.2", |
42 | 45 | "monolog/monolog": "1.24.0", |
43 | 46 | "mustache/mustache": "2.14.1", |
44 | 47 | "rmccue/requests": "1.8.0", |
|
0 commit comments