Skip to content

Commit a163ccb

Browse files
committed
Merge branch 'develop' for v4.0.4
2 parents b311fcf + 242629a commit a163ccb

File tree

4 files changed

+89
-46
lines changed

4 files changed

+89
-46
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.3
1+
4.0.4

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
"php": ">=7.0",
2828
"composer/composer": "1.7.3",
2929
"composer/semver": "1.4.2",
30-
"easyengine/admin-tools-command": "v1.0.1",
31-
"easyengine/auth-command": "v1.0.0",
30+
"easyengine/admin-tools-command": "v1.0.2",
31+
"easyengine/auth-command": "v1.0.1",
3232
"easyengine/config-command": "v1.0.1",
3333
"easyengine/cron-command": "v1.0.1",
3434
"easyengine/log-command": "v1.0.0",
3535
"easyengine/mailhog-command": "v1.0.1",
36-
"easyengine/site-command": "v2.2.4",
37-
"easyengine/site-type-wp": "v1.0.1",
38-
"easyengine/site-type-php": "v1.0.1",
39-
"easyengine/service-command": "v1.0.2",
36+
"easyengine/site-command": "v2.2.5",
37+
"easyengine/site-type-wp": "v1.0.2",
38+
"easyengine/site-type-php": "v1.0.2",
39+
"easyengine/service-command": "v1.0.3",
4040
"easyengine/shell-command" : "v1.0.0",
4141
"justinrainbow/json-schema": "5.2.7",
4242
"monolog/monolog": "1.24.0",

composer.lock

Lines changed: 81 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utils/make-phar.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ function get_composer_versions( $current_version ) {
170170
->in(EE_VENDOR_DIR . '/symfony/polyfill-ctype')
171171
->in(EE_VENDOR_DIR . '/monolog')
172172
->in(EE_VENDOR_DIR . '/guzzlehttp')
173+
->in(EE_VENDOR_DIR . '/ralouphie/getallheaders')
173174
->in(EE_VENDOR_DIR . '/acmephp')
174175
->in(EE_VENDOR_DIR . '/league')
175176
->in(EE_VENDOR_DIR . '/webmozart')

0 commit comments

Comments
 (0)