Skip to content

Instantly share code, notes, and snippets.

@hussainweb
Created October 15, 2017 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hussainweb/78c0a5fe45556c265b16e10928b76723 to your computer and use it in GitHub Desktop.
Save hussainweb/78c0a5fe45556c265b16e10928b76723 to your computer and use it in GitHub Desktop.
Drupal 8 composer.json created with hussainweb/drupal-composer-init
{
"name": "hw/drupal-composer",
"type": "project",
"require": {
"cweagans/composer-patches": "^1.6.0",
"hussainweb/drupal-composer-helper": "^1.0",
"drupal/core": "^8.4",
"drupal/console": "^1.0.1",
"drush/drush": "~8.0|^9.0",
"drupal/redirect": "^1.0@beta",
"drupal/panels": "^4.2"
},
"require-dev": {
"behat/mink": "~1.7",
"behat/mink-goutte-driver": "~1.2",
"jcalderonzumba/gastonjs": "~1.0.2",
"jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
"mikey179/vfsstream": "~1.2",
"phpunit/phpunit": ">=4.8.28 <5",
"symfony/css-selector": "~2.8"
},
"authors": [
{
"name": "hw",
"email": "masked@masked.com"
}
],
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"minimum-stability": "dev",
"extra": {
"drupal-composer-helper": {
"web-prefix": "web"
},
"enable-patching": true
},
"prefer-stable": true,
"conflict": {
"drupal/drupal": "*"
},
"config": {
"sort-packages": true,
"optimize-autoloader": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment