Skip to content

Commit 6c6448d

Browse files
authored
Remove Codeception explicit installation
Due to a conflict between the version of `symfony/console` the `wp-cli/wp-cli` package requires installing `codeception/codeception` before `lucatume/wp-browser` will fail; simply requiring `lucatume/wp-browser` will fix this while still pulling `codeception/codeception` latest version.
1 parent ba6d54d commit 6c6448d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

for/wordpress.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,21 @@ sidebar: |
2424

2525
## Install
2626

27-
Install latest stable Codeception via Composer:
27+
Install latest stable WPBrowser package via Composer (WPBrowser will install Codeception for you):
2828

2929
```bash
30-
composer require codeception/codeception --dev
30+
composer require lucatume/wp-browser --dev
3131
```
3232

33-
Install latest stable WPBrowser package via Composer:
33+
If a dependency resolution issue arises and you have previously installed `codeception/codeception` try removing it and requiring just `lucatume/wp-browser`:
3434

3535
```bash
36+
composer remove codeception/codeception --dev
3637
composer require lucatume/wp-browser --dev
3738
```
3839

40+
WPBrowser will install the latest version of Codeception for you.
41+
3942
## Setup
4043

4144
To fully use the WordPress specific modules of the WPBrowser suite you need to setup a local WordPress installation; this is in no way different from what's required to locally develop a WordPress theme or plugin.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy