Jon Pugh
Jon Pugh
This patch is used in the Drupal 7 composer project: https://github.com/drupal-composer/drupal-project/blob/7.x/composer.json#L76 I am *not* the developer of this commit, @sebCorbin is. Creating a PR mainly so I can install from...
I went through the wizard 3 times, and each time I got stuck in the adding dependencies section. I would search for a package, nothing would interest me, and I...
Extends the ability to select a radio button by name, not just by ID. Useful for Drupal radios.
I am running an automated upgrade as a test site for some Ansible I am developing using this repo. Upgrading a site in place hits a snag when the autoloader...
Right now, if you run the documented command to create a new project (or "composer install" on an existing stack) using PHP-CLI 7.4, it will fail: ```shell $ composer create-project...
This explains that to upgrade drupal with the `composer update` command you have to change the `drupal/core` version constraint.
I find myself always going back to the README.md for this, so I figured, why not add it as a command? I've already added it to our fork of this:...
I think we should figure out a way to have either separate templates or separate variables for php.ini for CLI. For example often there will be no memory limit for...
Just a little README fix.