wordpress-develop incorrect phpunit version
-
I’m running WAMP 3.3.1 (64bit) with PHP 8.2.5 – I’ve installed WordPress/wordpress-develop and have it sorta setup. The build process works fine.
The problem I keep running into is Composer installing the wrong version of phpunit. On
composer install
I get phpunit 4.8.36.I’ve tried running
composer update
but no change.I’ve tried clearing my composer cache via
composer clear-cache
andcomposer install --no-cache
but still, 4.8.36.I’ve tried fully reinstalling WordPress/wordpress-develop, but the issue persists.
Any ideas, suggestions, explanations is appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wordpress-develop incorrect phpunit version’ is closed to new replies.