Skip to content
composer.json 607 B
Newer Older
  "name": "drupal/drupal",
  "description": "Drupal is an open source content management platform powering millions of websites and applications.",
  "minimum-stability": "dev",
  "prefer-stable": true,
    "preferred-install": "dist",
    "autoloader-suffix": "Drupal8"
  },
  "extra": {
    "_readme": [
      "By default Drupal loads the autoloader from ./core/vendor/autoload.php.",
      "To change the autoloader you can edit ./autoload.php."
    ]