ucdavis / sitefarm-distro-template

13 stars 9 forks source link

Added Drupal Core as a dependency for the installer #19

Closed sean-e-dietrich closed 6 years ago

sean-e-dietrich commented 6 years ago

Added the following to the composer.json file:

        "drupal/core": "~8.4",

As a requirement for the installer this should take any confusion out of composer.

Should solve #18

mrkmiller commented 6 years ago

Thanks for the pull request, but at this point I'm not sure it's needed. https://github.com/ucdavis/sitefarm_seed/pull/188 will be adding in a minimum drupal core version. Also, it is recommended that people alter this template to add what they need. So we aren't putting in any set versions here.