Hi, must be doing something wrong here, but not sure what. I’m using the following command to create a new WP project using bedrock:
$ composer create-project roots/bedrock my-wp-project
Installing roots/bedrock (1.3.3)
- Installing roots/bedrock (1.3.3)
Loading from cache
Created project in my-wp-project
Generate salts and append to .env file? [Y,n]?
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them.
- Installing composer/installers (v1.0.12)
Loading from cache
- Installing johnpbloch/wordpress-core-installer (0.2.0)
Loading from cache
- Installing johnpbloch/wordpress (4.1.1)
Loading from cache
- Installing vlucas/phpdotenv (v1.0.9)
Loading from cache
Generating autoload files
During installation, everything seems fine. The messages all reference the latest version of packages: (roots/bedrock 1.3.3, johnpbloch/wordpress 4.1.1), but after the installation, while composer.json and composer.lock both reference v4.1.1 of the johnpbloch/wordpress package, the actual version of WP installed in web/wp is v4.1 (not 4.1.1)
Running composer update doesn’t seem to do anything.