{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "content-hash": "439b16dd5df2e0730bd1cc4352654d09", "packages": [ { "name": "drupal/core", "version": "10.4.5", "source": { "type": "git", "url": "https://github.com/drupal/core.git", "reference": "5247dbaa65b42b601058555f4a8b2bd541f5611f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/drupal/core/zipball/5247dbaa65b42b601058555f4a8b2bd541f5611f", "reference": "5247dbaa65b42b601058555f4a8b2bd541f5611f", "shasum": "" }, "require": { "asm89/stack-cors": "^2.1", "composer-runtime-api": "^2.1", "composer/semver": "^3.3", "doctrine/annotations": "^1.14", "egulias/email-validator": "^3.2.1|^4.0", "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": "*", "guzzlehttp/guzzle": "^7.5", "guzzlehttp/psr7": "^2.4.5", "masterminds/html5": "^2.7", "mck89/peast": "^1.14", "pear/archive_tar": "^1.4.14", "php": ">=8.1.0", "psr/log": "^3.0", "sebastian/diff": "^4", "symfony/console": "^6.4", "symfony/dependency-injection": "^6.4", "symfony/event-dispatcher": "^6.4", "symfony/filesystem": "^6.4", "symfony/finder": "^6.4", "symfony/http-foundation": "^6.4", "symfony/http-kernel": "^6.4", "symfony/mailer": "^6.4", "symfony/mime": "^6.4", "symfony/polyfill-iconv": "^1.26", "symfony/process": "^6.4", "symfony/psr-http-message-bridge": "^2.1|^6.4", "symfony/routing": "^6.4", "symfony/serializer": "^6.4", "symfony/validator": "^6.4", "symfony/yaml": "^6.4", "twig/twig": "^3.15.0" }, "conflict": { "drush/drush": "<12.4.3" }, "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" }, "suggest": { "ext-zip": "Needed to extend the plugin.manager.archiver service capability with the handling of files in the ZIP format." }, "type": "drupal-core", "extra": { "drupal-scaffold": { "file-mapping": { "[web-root]/.htaccess": "assets/scaffold/files/htaccess", "[web-root]/README.md": "assets/scaffold/files/drupal.README.md", "[web-root]/index.php": "assets/scaffold/files/index.php", "[web-root]/.csslintrc": "assets/scaffold/files/csslintrc", "[web-root]/robots.txt": "assets/scaffold/files/robots.txt", "[web-root]/update.php": "assets/scaffold/files/update.php", "[web-root]/web.config": "assets/scaffold/files/web.config", "[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt", "[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]/sites/README.txt": "assets/scaffold/files/sites.README.txt", "[project-root]/.editorconfig": "assets/scaffold/files/editorconfig", "[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore", "[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt", "[project-root]/.gitattributes": "assets/scaffold/files/gitattributes", "[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt", "[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt", "[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php", "[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/default/default.services.yml": "assets/scaffold/files/default.services.yml", "[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php" } } }, "autoload": { "files": [ "includes/bootstrap.inc" ], "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" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { "source": "https://github.com/drupal/core/tree/10.4.5" }, "time": "2025-03-19T15:53:40+00:00" }, { "name": "drupal/simple_sitemap", "version": "4.2.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/simple_sitemap.git", "reference": "4.2.2" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/simple_sitemap-4.2.2.zip", "reference": "4.2.2", "shasum": "1f9c9197d37450fb347a4fa3f10191f5f4b5ef13" }, "require": { "drupal/core": "^10.2 || ^11", "ext-xmlwriter": "*" }, "conflict": { "drush/drush": "<12.5.1" }, "require-dev": { "drupal/paragraphs": "^1.18" }, "type": "drupal-module", "extra": { "drupal": { "version": "4.2.2", "datestamp": "1750876597", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Pawel Ginalski (gbyte)", "homepage": "https://www.drupal.org/u/gbyte", "email": "contact@gbyte.dev", "role": "Maintainer" }, { "name": "walkingdexter", "homepage": "https://www.drupal.org/user/3251330" } ], "description": "Creates a standard conform hreflang XML sitemap of the site content and provides a framework for developing other sitemap types.", "homepage": "https://drupal.org/project/simple_sitemap", "support": { "source": "https://cgit.drupalcode.org/simple_sitemap", "issues": "https://drupal.org/project/issues/simple_sitemap" } }, { "name": "drupal/tfa", "version": "2.0.0-alpha4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/tfa.git", "reference": "2.0.0-alpha4" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/tfa-2.0.0-alpha4.zip", "reference": "2.0.0-alpha4", "shasum": "70b03b6c7868ced71ed0b3ca596ad83e76c2adc0" }, "require": { "chillerlan/php-qrcode": "^1.0.9 || ^2.0 || ^3.2 || ^4.0", "drupal/core": "^10.1 || ^11", "drupal/encrypt": "^3.1", "php": "^8.1", "spomky-labs/otphp": "^11.2" }, "require-dev": { "drupal/encrypt": "*", "drupal/key": "*", "drush/drush": "^11 || ^12 || ^13", "mglaman/phpstan-drupal": "^1.1", "phpstan/extension-installer": "^1.2", "phpstan/phpstan": "^1.9", "phpstan/phpstan-deprecation-rules": "^1.1", "phpstan/phpstan-phpunit": "^1.3" }, "type": "drupal-module", "extra": { "drupal": { "version": "2.0.0-alpha4", "datestamp": "1732925521", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." } }, "drush": { "services": { "drush.services.yml": "^11" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "cmlara", "homepage": "https://www.drupal.org/user/1790054" }, { "name": "coltrane", "homepage": "https://www.drupal.org/user/91990" }, { "name": "daggerhart", "homepage": "https://www.drupal.org/user/167806" }, { "name": "greggles", "homepage": "https://www.drupal.org/user/36762" }, { "name": "jcnventura", "homepage": "https://www.drupal.org/user/122464" }, { "name": "nerdstein", "homepage": "https://www.drupal.org/user/1557710" }, { "name": "poker10", "homepage": "https://www.drupal.org/user/272316" } ], "description": "Pluggable provider of two factor authentication for Drupal", "homepage": "https://www.drupal.org/project/tfa", "support": { "source": "https://git.drupalcode.org/project/tfa" } }, { "name": "theseer/tokenizer", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", "shasum": "" }, "require": { "ext-dom": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": "^7.0" }, "type": "library", "autoload": { "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", "license": ["BSD-3-Clause"], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "time": "2019-06-13T22:48:21+00:00" }, { "name": "league/flysystem", "version": "1.0.8", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", "reference": "941a320939cf9421bb6573fad417c841f8b862f3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/941a320939cf9421bb6573fad417c841f8b862f3", "reference": "941a320939cf9421bb6573fad417c841f8b862f3", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "ext-fileinfo": "*", "mockery/mockery": "~0.9", "phpspec/phpspec": "^2.2", "phpspec/prophecy-phpunit": "~1.0", "phpunit/phpunit": "~4.1" }, "suggest": { "ext-fileinfo": "Required for MimeType", "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", "league/flysystem-copy": "Allows you to use Copy.com storage", "league/flysystem-dropbox": "Allows you to use Dropbox storage", "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", "league/flysystem-webdav": "Allows you to use WebDAV storage", "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "League\\Flysystem\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frenky.net" } ], "description": "Filesystem abstraction: Many filesystems, one API.", "keywords": [ "Cloud Files", "WebDAV", "abstraction", "aws", "cloud", "copy.com", "dropbox", "file systems", "files", "filesystem", "filesystems", "ftp", "rackspace", "remote", "s3", "sftp", "storage" ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", "source": "https://github.com/thephpleague/flysystem/tree/master" }, "time": "2015-07-12T21:01:33+00:00" }, { "name": "sentry/sdk", "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/getsentry/sentry-php-sdk.git", "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874", "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874", "shasum": "" }, "require": { "http-interop/http-factory-guzzle": "^1.0", "php-http/curl-client": "^1.0|^2.0", "sentry/sentry": "^2.1.3" }, "type": "metapackage", "notification-url": "https://packagist.org/downloads/", "license": ["MIT"], "authors": [ { "name": "Sentry", "email": "accounts@sentry.io" } ], "description": "This is a metapackage shipping sentry/sentry with a recommended http client.", "time": "2019-09-09T19:54:44+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": { "php": "^7.1.3" }, "platform-dev": [] }