example-drops-8-composer
example-drops-8-composer copied to clipboard
Install drops-8 with Composer on Pantheon.
Pantheon's [composer.json](https://github.com/pantheon-systems/example-drops-8-composer/blob/master/composer.json) file is very similar to the one used by the [drupal-composer](https://github.com/drupal-composer/drupal-project/blob/8.x/composer.json) project. Support for the drupal-library installer-paths is missing. ` "web/libraries/{$name}": ["type:drupal-library"],` Someone noticed this issue with the...
I'm starting to develop a Pantheon orb over in https://github.com/pantheon-systems/circleci-orb. This WIP PR will help me validate that the orb is working.
Our `composer.json` directly requires packages that are also brought in by `drupal/coder` and `drupal/drupal-extension`. I don't think we get a benefit from directly requiring these. It makes this project appear...
@greg-1-anderson, [add-commit-comment](https://github.com/pantheon-systems/example-drops-8-composer/blob/master/scripts/github/add-commit-comment), seems like exactly the kind of file we just discussed as belonging better in the container rather than the project repo. Do you agree?
I was following the example code from https://pantheon.io/docs/guides/build-tools/create-project/ and on the step ( terminus build:project:create d8 _my-project-name_ ) I ran into the error ( Error - Command `git -C _path_...
Consider making the circleci portion of the project orbs. See http://go.circleci.com/X2G0faM0k000H15h3022ZX0
Good Morning, Trying to build a new site on Pantheon but having issues with multiple Terminus Errors. I've troubleshooted and added Php curl and Php xml, but can't seem to...