example-wordpress-composer
example-wordpress-composer copied to clipboard
Full output can be found here: https://gist.github.com/ersonjn/e7b1f6758f0ea74a2273273e099582c6 The package **dmore/behat-chrome-extension** which is listed in the **require-dev** of **composer.json** is dependent on the failing package: dmore/chrome-mink-driver as the URL provided in...
When using this workflow what is the intended method for updating WordPress core? I was expecting it to be pulled in via Composer which would allow us to specify a...
Running `terminus build:project:create wp ` fails with the following message: ``` Your lock file does not contain a compatible set of packages. Please run composer update. Problem 1 - composer/installers...
Right now I'm able to create projects through terminus with a CircleCI authentication after following this guide: https://pantheon.io/docs/guides/build-tools/create-project/ The problem is when I try to create a project with the...
[WordHat](https://github.com/paulgibbs/behat-wordpress-extension/) has been archived/abandoned. Should that prompt us to remove it from this repo? ---------- First, what is it, and how are we using it? WordHat is meant as a...
I have been enjoying pantheon. But in an effort to have a bedrock local environment, I have found the lando section of this documentation confusing. Can somebody please guide me...
This should close this issue https://github.com/pantheon-systems/example-wordpress-composer/issues/67
wp-coding-standards is now up to [2.2.0](https://github.com/WordPress/WordPress-Coding-Standards/releases/tag/2.2.0). Would it make sense to upgrade the composer.json to allow for installing the latest coding standards? Right now it's limited to ^1.2.1.
hey gang, first off, thanks for putting this resource together. getting CI to play with wordpress/pantheon's systems has been a goal for a long time, and the light is finally...