Skip to content

Commit f33160f

Browse files
authored
Merge pull request #105 from wp-cli/unlock-framework-version
Unlock framework version
2 parents b8e3d18 + b78c372 commit f33160f

File tree

3 files changed

+16
-63
lines changed

3 files changed

+16
-63
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"wp-cli/shell-command": "^2",
3434
"wp-cli/super-admin-command": "^2",
3535
"wp-cli/widget-command": "^2",
36-
"wp-cli/wp-cli": "^2.1.0"
36+
"wp-cli/wp-cli": "dev-master"
3737
},
3838
"require-dev": {
3939
"roave/security-advisories": "dev-master",
40-
"wp-cli/wp-cli-tests": "^2.0.7"
40+
"wp-cli/wp-cli-tests": "^2.1"
4141
},
4242
"suggest": {
4343
"psy/psysh": "Enhanced `wp shell` functionality"

composer.lock

Lines changed: 14 additions & 60 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ function get_composer_versions( $current_version ) {
167167
->in(WP_CLI_VENDOR_DIR . '/mustache')
168168
->in(WP_CLI_VENDOR_DIR . '/rmccue/requests')
169169
->in(WP_CLI_VENDOR_DIR . '/composer')
170-
->in(WP_CLI_VENDOR_DIR . '/ramsey/array_column')
171170
->in(WP_CLI_VENDOR_DIR . '/symfony/finder')
172171
->in(WP_CLI_VENDOR_DIR . '/symfony/polyfill-ctype')
173172
->in(WP_CLI_VENDOR_DIR . '/symfony/polyfill-mbstring')

0 commit comments

Comments
 (0)