/
drupal.ru
/
next
Обзор
Документация
Войти
/
drupal.ru
/
next
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
migrate
composer.json
182 строки
6 KB
Sboev
Add highlight_php module
12 сен 2024, 09:31
12 сен 2024, 09:31
aca8e0d
Код
Авторство
О чём код?
{ "name": "drupal/recommended-project", "description": "Project template for Drupal projects with a relocated document root", "type": "project", "license": "GPL-2.0-or-later", "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": { "asset-packagist": { "type": "composer", "url": "https://asset-packagist.org" }, "0": { "type": "composer", "url": "https://packages.drupal.org/8" }, "1": { "type": "package", "package": { "name": "jackmoore/colorbox", "version": "1.6.4", "type": "drupal-library", "dist": { "url": "https://github.com/jackmoore/colorbox/archive/1.6.4.zip", "type": "zip" } } } }, "require": { "composer/installers": "^2.0", "cweagans/composer-patches": "^1.7", "drupal/admin_toolbar": "^3.4", "drupal/advanced_text_formatter": "^3.0@RC", "drupal/auto_entitylabel": "^3.2", "drupal/better_exposed_filters": "^7.0@beta", "drupal/captcha": "^2.0", "drupal/ckeditor5_plugin_pack": "^1.1", "drupal/ckeditor_plugin_report": "^1.0", "drupal/colorbox": "^2.0", "drupal/config_pages": "^2.15", "drupal/config_partial_export": "^2.0@alpha", "drupal/config_split": "^2.0@RC", "drupal/content_type_clone": "^1.1", "drupal/core-composer-scaffold": "^10", "drupal/core-project-message": "^10", "drupal/core-recommended": "^10", "drupal/datafield": "^1.0", "drupal/devel": "^5.1", "drupal/dotenv": "^1.2", "drupal/entity_update": "^3.0", "drupal/error_page": "^2.0", "drupal/eu_cookie_compliance": "^1.24", "drupal/facets": "^3.0@beta", "drupal/facets_range_dropdowns": "^2.0", "drupal/field_group": "^3.4", "drupal/field_permissions": "^1.3", "drupal/filefield_paths": "^1.0@beta", "drupal/gdpr": "^3.1", "drupal/highlight_php": "^1.0", "drupal/highlightjs_input_filter": "^1.1", "drupal/mail_login": "^3.0", "drupal/migrate_devel": "^2.3", "drupal/migrate_manifest": "^3.1", "drupal/migrate_plus": "^6.0", "drupal/migrate_tools": "^6.0", "drupal/migrate_upgrade": "^4.0", "drupal/pathauto": "^1.12", "drupal/privatemsg": "^2.0@RC", "drupal/profile": "^1.11", "drupal/quick_node_clone": "^1.17", "drupal/rabbit_hole": "^2.0@alpha", "drupal/redirect": "^1.9", "drupal/remote_stream_wrapper": "^2.0", "drupal/responsive_favicons": "^2.0", "drupal/responsive_tables_filter": "^2.0", "drupal/responsivewrappers": "^2.0", "drupal/robotstxt": "^1.5", "drupal/search_api_solr": "^4.3", "drupal/seo_pager": "^1.0", "drupal/shield": "^1.7", "drupal/site_settings": "^2.0@alpha", "drupal/svg_image": "^3.0", "drupal/taxonomy_manager": "^2.0", "drupal/token": "^1.13", "drupal/transliterate_filenames": "^2.0", "drupal/twig_tweak": "^3.2", "drupal/views_bulk_operations": "^4.2", "drupal/webform": "^6.2", "drupal/xbbcode": "^5.0", "drupal/xmlsitemap": "^1.5", "drupal/yandex_smartcaptcha": "^1.0", "drush/drush": "^12.5", "jackmoore/colorbox": "^1.6", "oomphinc/composer-installers-extender": "^2.0", "wikimedia/composer-merge-plugin": "^2.1" }, "require-dev": { "drupal/core-dev": "^10" }, "conflict": { "drupal/drupal": "*" }, "minimum-stability": "dev", "prefer-stable": true, "config": { "allow-plugins": { "composer/installers": true, "drupal/core-composer-scaffold": true, "phpstan/extension-installer": true, "dealerdirect/phpcodesniffer-composer-installer": true, "wikimedia/composer-merge-plugin": true, "cweagans/composer-patches": true, "oomphinc/composer-installers-extender": true, "php-http/discovery": true, "drupal/core-project-message": true }, "sort-packages": true }, "extra": { "drupal-scaffold": { "locations": { "web-root": "web/" }, "file-mapping": { "[web-root]/sites/development.services.yml": false, "[web-root]/robots.txt": false, "[web-root]/.htaccess": false } }, "installer-paths": { "web/core": [ "type:drupal-core" ], "web/libraries/{$name}": ["type:drupal-library", "type:bower-asset", "type:npm-asset"], "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/profiles/custom/{$name}": [ "type:drupal-custom-profile" ], "web/themes/custom/{$name}": [ "type:drupal-custom-theme" ] }, "drupal-core-project-message": { "include-keys": ["homepage", "support"], "post-create-project-cmd-message": [] }, "enable-patching": true, "patches-file": "composer.patches.json", "installer-types": [ "bower-asset", "npm-asset" ], "merge-plugin": { "include": [ "web/modules/contrib/webform/composer.libraries.json" ] } }, "autoload": { "files": [ "load.environment.php" ] } }