Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
novicell/drupal-premium / composer.json
Size: Mime:
{
  "name": "novicell/drupal-premium",
  "description": "Novicell Drupal Premium package for Drupal 9 projects",
  "type": "project",
  "homepage": "https://www.drupal.org/project/drupal",
  "support": {
    "docs": "https://www.drupal.org/docs/user_guide/en/index.html",
    "chat": "https://www.drupal.org/node/314178"
  },
  "repositories": [
    {
      "type": "composer",
      "url": "https://packages.drupal.org/8"
    },
    {
      "type": "composer",
      "url": "https://packages.drupal.dk/php/"
    },
    {
      "type": "composer",
      "url": "https://asset-packagist.org"
    }
  ],
  "require": {
    "php": ">=8.3",
    "ext-json": "*",
    "ext-pdo": "*",
    "bower-asset/jquery-simple-color": "^1.2",
    "bower-asset/spectrum": "^1.8",
    "composer/installers": "^1.2",
    "cweagans/composer-patches": "^1.6.5",
    "drupal/admin_toolbar": "^3.4",
    "drupal/allowed_formats": "^3.0",
    "drupal/atoms": "^1.0",
    "drupal/autosave_form": "^1.0",
    "drupal/components": "^3.0@beta",
    "drupal/config_ignore": "^3.0",
    "drupal/config_split": "^2.0",
    "drupal/core-composer-scaffold": "^11",
    "drupal/core-project-message": "^11",
    "drupal/core-recommended": "^11",
    "drupal/core-vendor-hardening": "^11.0",
    "drupal/editor_advanced_link": "^2.2",
    "drupal/entity_clone": "^2.0@beta",
    "drupal/entity_usage": "^2.0@beta",
    "drupal/field_group": "^3.0",
    "drupal/focal_point": "^2.0",
    "drupal/gin": "^4.0",
    "drupal/gin_toolbar": "^2.0",
    "drupal/health_check": "^3.0",
    "drupal/hreflang": "^1.0",
    "drupal/imageapi_optimize": "^4.0",
    "drupal/inline_block_title_automatic": "^2.0",
    "drupal/layout_builder_at": "^3.0",
    "drupal/layout_builder_iframe_modal": "^1.3",
    "drupal/layout_builder_restrictions": "^3.0",
    "drupal/linkit": "^7.0",
    "drupal/metatag": "^2.0",
    "drupal/noreferrer": "^3.0",
    "drupal/paragraphs": "^1.0",
    "drupal/paragraphs_asymmetric_translation_widgets": "^1.0",
    "drupal/pathauto": "^1.0",
    "drupal/rdf": "^3.0",
    "drupal/redirect": "^1.0",
    "drupal/redis": "^1.5",
    "drupal/role_delegation": "^1.1",
    "drupal/scheduled_transitions": "^2.0",
    "drupal/search_api": "^1.0",
    "drupal/search_api_exclude_entity": "^3.0",
    "drupal/simple_sitemap": "^4.1",
    "drupal/view_unpublished": "^1.0",
    "drupal/webform": "^6.3@beta",
    "drupal/webp": "^1.0@RC",
    "drush/drush": "^13",
    "novicell/media_icons": "^1.0",
    "novicell/premium_core": "^1.0",
    "novicell/premium_profile": "^11.0",
    "novicell/premium_search": "^2.0",
    "novicell/premium_tools": "^1.0",
    "novicell/status_feed": "^1.0",
    "novicell/styles": "^1.0",
    "oomphinc/composer-installers-extender": "^2.0",
    "vlucas/phpdotenv": "^5.3",
    "wikimedia/composer-merge-plugin": "^2.0"
  },
  "require-dev": {
    "drupal/devel": "^5.0",
    "drupal/upgrade_status": "^4.0"
  },
  "conflict": {
    "drupal/drupal": "*"
  },
  "minimum-stability": "dev",
  "prefer-stable": true,
  "config": {
    "platform": {
      "php": "8.3"
    },
    "optimize-autoloader": true,
    "sort-packages": true,
    "allow-plugins": {
      "cweagans/composer-patches": true,
      "drupal/core-composer-scaffold": true,
      "drupal/core-project-message": true,
      "drupal/core-vendor-hardening": true,
      "composer/installers": true,
      "wikimedia/composer-merge-plugin": true,
      "oomphinc/composer-installers-extender": true
    }
  },
  "autoload": {
    "classmap": [
      "scripts/composer/ScriptHandler.php"
    ]
  },
  "scripts": {
    "post-root-package-install": [
      "Premium\\composer\\ScriptHandler::postRootPackageInstall"
    ],
    "post-create-project-cmd": [
      "Premium\\composer\\ScriptHandler::postCreateProjectCmd"
    ]
  },
  "extra": {
    "drupal-scaffold": {
      "allowed-packages": [
        "drupal/core"
      ],
      "locations": {
        "web-root": "webroot/"
      },
      "file-mapping": {
        "[web-root]/robots.txt": {
          "append": "assets/robots-additions.txt"
        },
        "[web-root]/sites/development.services.yml": {
          "mode": "replace",
          "path": "assets/development.services.yml",
          "overwrite": false
        }
      }
    },
    "installer-paths": {
      "webroot/core": [
        "type:drupal-core"
      ],
      "webroot/libraries/{$name}": [
        "type:drupal-library",
        "type:npm-asset",
        "type:bower-asset"
      ],
      "webroot/modules/contrib/{$name}": [
        "type:drupal-module"
      ],
      "webroot/profiles/contrib/{$name}": [
        "type:drupal-profile"
      ],
      "webroot/themes/contrib/{$name}": [
        "type:drupal-theme"
      ],
      "webroot/drush/Commands/contrib/{$name}": [
        "type:drupal-drush"
      ],
      "webroot/modules/custom/{$name}": [
        "type:drupal-custom-module"
      ],
      "webroot/themes/custom/{$name}": [
        "type:drupal-custom-theme"
      ]
    },
    "installer-types": [
      "npm-asset",
      "bower-asset"
    ],
    "merge-plugin": {
      "include": [
        "webroot/modules/contrib/webform/composer.libraries.json"
      ]
    },
    "patches": {
    }
  }
}