Skip to content

Commit 45b52c7

Browse files
Update Composer dependencies (2023-10-02) (#578)
* Update Composer dependencies (2023-10-02) ``` Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 6 updates, 0 removals - Upgrading composer/composer (2.2.21 => 2.2.22) - Upgrading justinrainbow/json-schema (5.2.12 => v5.2.13) - Upgrading phpcsstandards/phpcsextra (1.1.1 => 1.1.2) - Upgrading roave/security-advisories (dev-latest a4a221e => dev-latest 2bd71aa) - Upgrading wp-cli/php-cli-tools (v0.11.20 => v0.11.21) - Upgrading wp-cli/wp-cli (dev-main 8114cb4 => dev-main 70c20e7) Writing lock file ``` * Remove themes to avoid fatals when switching between versions
1 parent 2ce4961 commit 45b52c7

File tree

2 files changed

+56
-43
lines changed

2 files changed

+56
-43
lines changed

composer.lock

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

features/requests.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Feature: Requests integration with both v1 and v2
2525

2626
Given a WP installation
2727
And I run `vendor/bin/wp core update --version=5.8 --force`
28+
And I run `rm -r wp-content/themes/*`
2829

2930
When I run `vendor/bin/wp core version`
3031
Then STDOUT should contain:
@@ -46,6 +47,7 @@ Feature: Requests integration with both v1 and v2
4647
Scenario: Current version with WordPress-bundled Requests v1
4748
Given a WP installation
4849
And I run `wp core update --version=5.8 --force`
50+
And I run `rm -r wp-content/themes/*`
4951

5052
When I run `wp core version`
5153
Then STDOUT should contain:

0 commit comments

Comments
 (0)