{ "name": "apigee/devportal-kickstart-project", "description": "Composer project template for the Apigee Developer Portal Drupal distribution.", "type": "project", "license": "GPL-2.0-or-later", "homepage": "https://www.drupal.org/project/apigee_devportal_kickstart", "support": { "docs": "https://www.drupal.org/docs/8/modules/apigee-developer-portal-kickstart" }, "repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8" }, { "type": "package", "package": { "name": "furf/jquery-ui-touch-punch", "version": "dev-master", "type": "drupal-library", "dist": { "url": "https://github.com/furf/jquery-ui-touch-punch/archive/master.zip", "type": "zip" } } } ], "require": { "php": "~8.0.0 || ~8.1.0", "apigee/apigee_devportal_kickstart": "^2", "composer/installers": "^1.9", "drupal/apigee_m10n": "^2.1.0", "drupal/commerce": "^2.36", "drupal/core-composer-scaffold": "^9", "drupal/core-project-message": "^9", "drupal/core-recommended": "^9", "drupal/google_analytics": "^4.0", "drupal/jsonapi_extras": "^3.23", "drupal/smtp": "^1.2", "furf/jquery-ui-touch-punch": "dev-master" }, "require-dev": { "apigee/apigee-mock-client-php": "^1.1", "drupal/core-dev": "^9", "drush/drush": "^11" }, "conflict": { "drupal/drupal": "*" }, "minimum-stability": "dev", "prefer-stable": true, "config": { "sort-packages": true, "process-timeout": 0, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true, "cweagans/composer-patches": true, "composer/installers": true, "drupal/core-composer-scaffold": true, "drupal/core-project-message": true } }, "extra": { "drupal-scaffold": { "locations": { "web-root": "web/" } }, "installer-paths": { "web/core": ["type:drupal-core"], "web/libraries/{$name}": ["type:drupal-library"], "web/modules/contrib/{$name}": ["type:drupal-module"], "web/profiles/contrib/{$name}": ["type:drupal-profile"], "web/themes/contrib/{$name}": ["type:drupal-theme"], "drush/Commands/contrib/{$name}": ["type:drupal-drush"], "web/modules/custom/{$name}": ["type:drupal-custom-module"], "web/themes/custom/{$name}": ["type:drupal-custom-theme"] }, "drupal-core-project-message": { "include-keys": ["homepage", "support"], "post-create-project-cmd-message": [ " ", " Congratulations, you’ve installed the Apigee Developer Portal Drupal codebase ", " from the apigee/devportal-kickstart-project template! ", " ", "", "Next steps:", " * Install the site: https://www.drupal.org/docs/8/modules/apigee-developer-portal-kickstart/get-started-with-kickstart", " * Read the guide: https://www.drupal.org/docs/8/modules/apigee-developer-portal-kickstart", " * Report issues : https://github.com/apigee/apigee-devportal-kickstart-drupal/issues" ] }, "enable-patching": true, "patches": { "drupal/core": { "Support entities that are neither content nor config entities":"https://www.drupal.org/files/issues/2020-12-02/3042467-50.patch" }, "drupal/jsonapi_extras":{ "JSON APIS EXTRAS BULK PATCH": "https://www.drupal.org/files/issues/2020-02-20/add-enable-disable-all-buttons--2896799--10.patch", "Jsonapi_extra installation issue due to 3042467-50.patch": "https://github.com/apigee/apigee-devportal-kickstart-drupal/files/9189452/patch.569-1.txt" } }, "patchLevel": { "drupal/core": "-p2" } }, "scripts": { "quick-start": [ "composer install", "php web/core/scripts/drupal quick-start apigee_devportal_kickstart" ] } }