You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
162 lines
7.3 KiB
162 lines
7.3 KiB
{ |
|
"name": "drupal/core", |
|
"description": "Drupal is an open source content management platform powering millions of websites and applications.", |
|
"type": "drupal-core", |
|
"license": "GPL-2.0-or-later", |
|
"require": { |
|
"ext-date": "*", |
|
"ext-dom": "*", |
|
"ext-filter": "*", |
|
"ext-gd": "*", |
|
"ext-hash": "*", |
|
"ext-json": "*", |
|
"ext-pcre": "*", |
|
"ext-PDO": "*", |
|
"ext-session": "*", |
|
"ext-SimpleXML": "*", |
|
"ext-SPL": "*", |
|
"ext-tokenizer": "*", |
|
"ext-xml": "*", |
|
"ext-zlib": "*", |
|
"php": ">=8.3.0", |
|
"symfony/console": "^7.4", |
|
"symfony/dependency-injection": "^7.4", |
|
"symfony/event-dispatcher": "^7.4", |
|
"symfony/filesystem": "^7.4", |
|
"symfony/finder": "^7.4", |
|
"symfony/http-foundation": "^7.4", |
|
"symfony/http-kernel": "^7.4", |
|
"symfony/mailer": "^7.4", |
|
"symfony/mime": "^7.4", |
|
"symfony/routing": "^7.4", |
|
"symfony/serializer": "^7.4", |
|
"symfony/validator": "^7.4", |
|
"symfony/process": "^7.4.5", |
|
"symfony/polyfill-iconv": "^1.32", |
|
"symfony/polyfill-php84": "^1.32", |
|
"symfony/polyfill-php85": "^1.32", |
|
"symfony/yaml": "^7.4", |
|
"revolt/event-loop": "^1.0", |
|
"twig/twig": "^3.21.0", |
|
"doctrine/lexer": "^2 || ^3", |
|
"drupal/core-composer-scaffold": "self.version", |
|
"guzzlehttp/guzzle": "^7.10", |
|
"guzzlehttp/psr7": "^2.8.0", |
|
"egulias/email-validator": "^3.2.1|^4.0", |
|
"masterminds/html5": "^2.7", |
|
"symfony/psr-http-message-bridge": "^7.4", |
|
"composer-runtime-api": "^2.1", |
|
"composer/semver": "^3.3", |
|
"asm89/stack-cors": "^2.3", |
|
"pear/archive_tar": "^1.4.14", |
|
"psr/log": "^3.0", |
|
"mck89/peast": "^1.17.4", |
|
"sebastian/diff": "^4 || ^5 || ^6 || ^7", |
|
"php-tuf/composer-stager": "^2.0" |
|
}, |
|
"conflict": { |
|
"drupal/automatic_updates": "<4", |
|
"drupal/project_browser": "<2.1", |
|
"drush/drush": "<12.4.3", |
|
"dealerdirect/phpcodesniffer-composer-installer": "1.1.0" |
|
}, |
|
"replace": { |
|
"drupal/core-annotation": "self.version", |
|
"drupal/core-assertion": "self.version", |
|
"drupal/core-class-finder": "self.version", |
|
"drupal/core-datetime": "self.version", |
|
"drupal/core-dependency-injection": "self.version", |
|
"drupal/core-diff": "self.version", |
|
"drupal/core-discovery": "self.version", |
|
"drupal/core-event-dispatcher": "self.version", |
|
"drupal/core-file-cache": "self.version", |
|
"drupal/core-file-security": "self.version", |
|
"drupal/core-filesystem": "self.version", |
|
"drupal/core-front-matter": "self.version", |
|
"drupal/core-gettext": "self.version", |
|
"drupal/core-graph": "self.version", |
|
"drupal/core-http-foundation": "self.version", |
|
"drupal/core-php-storage": "self.version", |
|
"drupal/core-plugin": "self.version", |
|
"drupal/core-proxy-builder": "self.version", |
|
"drupal/core-render": "self.version", |
|
"drupal/core-serialization": "self.version", |
|
"drupal/core-transliteration": "self.version", |
|
"drupal/core-utility": "self.version", |
|
"drupal/core-uuid": "self.version", |
|
"drupal/core-version": "self.version" |
|
}, |
|
"minimum-stability": "dev", |
|
"prefer-stable": true, |
|
"autoload": { |
|
"psr-4": { |
|
"Drupal\\Core\\": "lib/Drupal/Core", |
|
"Drupal\\Component\\": "lib/Drupal/Component" |
|
}, |
|
"classmap": [ |
|
"lib/Drupal.php", |
|
"lib/Drupal/Component/DependencyInjection/Container.php", |
|
"lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php", |
|
"lib/Drupal/Component/FileCache/FileCacheFactory.php", |
|
"lib/Drupal/Component/Utility/Timer.php", |
|
"lib/Drupal/Component/Utility/Unicode.php", |
|
"lib/Drupal/Core/Cache/Cache.php", |
|
"lib/Drupal/Core/Cache/CacheBackendInterface.php", |
|
"lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php", |
|
"lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php", |
|
"lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php", |
|
"lib/Drupal/Core/Cache/DatabaseBackend.php", |
|
"lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php", |
|
"lib/Drupal/Core/Database/Connection.php", |
|
"lib/Drupal/Core/Database/Database.php", |
|
"lib/Drupal/Core/Database/StatementInterface.php", |
|
"lib/Drupal/Core/DependencyInjection/Container.php", |
|
"lib/Drupal/Core/DrupalKernel.php", |
|
"lib/Drupal/Core/DrupalKernelInterface.php", |
|
"lib/Drupal/Core/Installer/InstallerRedirectTrait.php", |
|
"lib/Drupal/Core/Site/Settings.php", |
|
"lib/Drupal/Component/Datetime/Time.php" |
|
], |
|
"files": [ |
|
"includes/bootstrap.inc" |
|
] |
|
}, |
|
"config": { |
|
"preferred-install": "dist" |
|
}, |
|
"suggest": { |
|
"ext-zip": "Needed to extend the plugin.manager.archiver service capability with the handling of files in the ZIP format." |
|
}, |
|
"extra": { |
|
"drupal-scaffold": { |
|
"file-mapping": { |
|
"[project-root]/.editorconfig": "assets/scaffold/files/editorconfig", |
|
"[project-root]/.gitattributes": "assets/scaffold/files/gitattributes", |
|
"[project-root]/recipes/README.txt": "assets/scaffold/files/recipes.README.txt", |
|
"[web-root]/.csslintrc": "assets/scaffold/files/csslintrc", |
|
"[web-root]/.eslintignore": "assets/scaffold/files/eslintignore", |
|
"[web-root]/.eslintrc.json": "assets/scaffold/files/eslintrc.json", |
|
"[web-root]/.ht.router.php": "assets/scaffold/files/ht.router.php", |
|
"[web-root]/.htaccess": "assets/scaffold/files/htaccess", |
|
"[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore", |
|
"[web-root]/index.php": "assets/scaffold/files/index.php", |
|
"[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt", |
|
"[web-root]/README.md": "assets/scaffold/files/drupal.README.md", |
|
"[web-root]/robots.txt": "assets/scaffold/files/robots.txt", |
|
"[web-root]/update.php": "assets/scaffold/files/update.php", |
|
"[web-root]/sites/README.txt": "assets/scaffold/files/sites.README.txt", |
|
"[web-root]/sites/development.services.yml": "assets/scaffold/files/development.services.yml", |
|
"[web-root]/sites/example.settings.local.php": "assets/scaffold/files/example.settings.local.php", |
|
"[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php", |
|
"[web-root]/sites/default/default.services.yml": "assets/scaffold/files/default.services.yml", |
|
"[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php", |
|
"[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt", |
|
"[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt", |
|
"[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt" |
|
} |
|
} |
|
}, |
|
"scripts": { |
|
"pre-autoload-dump": "Drupal\\Core\\Composer\\Composer::preAutoloadDump" |
|
} |
|
}
|
|
|