{ "name": "openeuropa/oe_whitelabel", "description": "OpenEuropa Whitelabel theme.", "type": "drupal-theme", "license": "EUPL-1.2", "minimum-stability": "dev", "prefer-stable": true, "require": { "php": ">=7.4", "cweagans/composer-patches": "^1.7", "drupal/core": "^9.2", "drupal/twig_field_value": "^2.0", "openeuropa/oe_bootstrap_theme": "^1.0.0-alpha7" }, "require-dev": { "composer/installers": "^1.11", "drupal/better_exposed_filters": "^5.0", "drupal/config_devel": "~1.2", "drupal/core-composer-scaffold": "^9.2", "drupal/core-dev": "^9.2", "drupal/ctools": "^3.7", "drupal/drupal-extension": "~4.1", "drupal/file_link": "^2.0.4", "drupal/pathauto": "^1.8", "drupal/search_api": "^1.21", "drupal/search_api_autocomplete": "^1.5", "drush/drush": "^10.3", "easyrdf/easyrdf": "1.0.0 as 0.9.1", "egulias/email-validator": "^2.1.22 || ^3.0", "nikic/php-parser": "^4.13", "openeuropa/code-review": "^1.7 || ^2.0", "openeuropa/composer-artifacts": "^1.0.0-alpha1", "openeuropa/oe_authentication": "^1.4", "openeuropa/oe_contact_forms": "~1.1", "openeuropa/oe_corporate_blocks": "^4.4", "openeuropa/oe_multilingual": "^1.9", "openeuropa/oe_starter_content": "1.x-dev#5a4a77b", "openeuropa/task-runner-drupal-project-symlink": "^1.0-beta5", "phpspec/prophecy-phpunit": "^1 || ^2" }, "scripts": { "post-install-cmd": "./vendor/bin/run drupal:site-setup", "post-update-cmd": "./vendor/bin/run drupal:site-setup" }, "repositories": { "drupal":{ "type": "composer", "url": "https://packages.drupal.org/8" }, "openeuropa/oe_starter_content": { "type": "git", "url": "https://github.com/openeuropa/oe_starter_content" } }, "extra": { "composer-exit-on-patch-failure": true, "enable-patching": true, "artifacts": { "openeuropa/oe_bootstrap_theme": { "dist": { "url": "https://github.com/{name}/releases/download/{pretty-version}/{project-name}-{pretty-version}.zip", "type": "zip" } } }, "patches": { "openeuropa/oe_bootstrap_theme" : { "1.x latest": "https://github.com/openeuropa/oe_bootstrap_theme/compare/1.0.0-alpha7..1.x.diff" } }, "drupal-scaffold": { "locations": { "web-root": "./build" } }, "_readme": [ "Explicit minimum version requirement of drupal/ctools module due to D9.2 compatibility.", "Explicit requirement for drupal/file_link due to https://www.drupal.org/project/file_link/issues/3147517. It can be removed when oe_starter_content requires oe_media version 1.15.0 or above.", "Explicit requirement for drupal/pathauto due to D9.2 compatibility according to https://www.drupal.org/node/2979476.", "Explicit requirement for egulias/email-validator due to https://www.drupal.org/project/drupal/issues/3061074#comment-14300579. It can be removed when Drupal core 9.2 support is droppped." ], "installer-paths": { "build/core": [ "type:drupal-core" ], "build/profiles/contrib/{$name}": [ "type:drupal-profile" ], "build/modules/contrib/{$name}": [ "type:drupal-module" ], "build/themes/contrib/{$name}": [ "type:drupal-theme" ] } }, "config": { "sort-packages": true, "allow-plugins": { "openeuropa/composer-artifacts": true, "composer/installers": true, "drupal/core-composer-scaffold": true, "cweagans/composer-patches": true, "dealerdirect/phpcodesniffer-composer-installer": true, "phpro/grumphp": true } } }