Select Git revision
composer.lock
Bertrand Gauthier authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
composer.lock 333.76 KiB
{
"_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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "f8255ab27896ddcf9cadff570bcc222d",
"packages": [
{
"name": "api-skeletons/doctrine-orm-hydration-module",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/API-Skeletons/doctrine-orm-hydration-module.git",
"reference": "d21130e9995cc0afdf1648451f3c88161708fad4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/API-Skeletons/doctrine-orm-hydration-module/zipball/d21130e9995cc0afdf1648451f3c88161708fad4",
"reference": "d21130e9995cc0afdf1648451f3c88161708fad4",
"shasum": ""
},
"require": {
"doctrine/doctrine-laminas-hydrator": "^2.1 || ^3.0 || ^4.0",
"doctrine/doctrine-module": "^4.1 || ^5.1",
"php": "^7.4 || ~8.0.0"
},
"require-dev": {
"doctrine/doctrine-orm-module": "^3.2 || ^5.1",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"laminas": {
"module": "ApiSkeletons\\DoctrineORMHydrationModule"
}
},
"autoload": {
"psr-4": {
"ApiSkeletons\\DoctrineORMHydrationModule\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Toon Verwerft",
"email": "toon.verwerft@phpro.be"
},
{
"name": "Tom H Anderson",
"email": "tom.h.anderson@gmail.com"
}
],
"description": "Doctrine ORM hydrators for Laminas",
"keywords": [
"doctrine",
"hydrator",
"laminas",
"orm"
],
"support": {
"issues": "https://github.com/API-Skeletons/doctrine-orm-hydration-module/issues",
"source": "https://github.com/API-Skeletons/doctrine-orm-hydration-module/tree/1.0.3"
},
"time": "2022-11-02T01:31:24+00:00"
},
{
"name": "brick/varexporter",
"version": "0.3.8",
"source": {
"type": "git",
"url": "https://github.com/brick/varexporter.git",
"reference": "b5853edea6204ff8fa10633c3a4cccc4058410ed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/brick/varexporter/zipball/b5853edea6204ff8fa10633c3a4cccc4058410ed",
"reference": "b5853edea6204ff8fa10633c3a4cccc4058410ed",
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.0",
"php": "^7.2 || ^8.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^8.5 || ^9.0",
"vimeo/psalm": "4.23.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Brick\\VarExporter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A powerful alternative to var_export(), which can export closures and objects without __set_state()",
"keywords": [
"var_export"
],
"support": {
"issues": "https://github.com/brick/varexporter/issues",
"source": "https://github.com/brick/varexporter/tree/0.3.8"
},
"funding": [
{
"url": "https://github.com/BenMorel",
"type": "github"
}
],
"time": "2023-01-21T23:05:38+00:00"
},
{
"name": "bshaffer/oauth2-server-php",
"version": "v1.14.1",
"source": {
"type": "git",
"url": "https://github.com/bshaffer/oauth2-server-php.git",
"reference": "096db2c86a7d67a2ba45e72be7d208c342694542"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/096db2c86a7d67a2ba45e72be7d208c342694542",
"reference": "096db2c86a7d67a2ba45e72be7d208c342694542",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"require-dev": {
"aws/aws-sdk-php": "^2.8",
"firebase/php-jwt": "^6.4",
"phpunit/phpunit": "^7.5||^8.0",
"predis/predis": "^1.1",
"thobbs/phpcassa": "dev-master",
"yoast/phpunit-polyfills": "^1.0"
},
"suggest": {
"aws/aws-sdk-php": "~2.8 is required to use DynamoDB storage",
"firebase/php-jwt": "~v6.4 is required to use JWT features",
"mongodb/mongodb": "^1.1 is required to use MongoDB storage",
"predis/predis": "Required to use Redis storage",
"thobbs/phpcassa": "Required to use Cassandra storage"
},
"type": "library",
"autoload": {
"psr-0": {
"OAuth2": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brent Shaffer",
"email": "bshafs@gmail.com",
"homepage": "http://brentertainment.com"
}
],
"description": "OAuth2 Server for PHP",
"homepage": "http://github.com/bshaffer/oauth2-server-php",
"keywords": [
"auth",
"oauth",
"oauth2"
],
"support": {
"issues": "https://github.com/bshaffer/oauth2-server-php/issues",
"source": "https://github.com/bshaffer/oauth2-server-php/tree/v1.14.1"
},
"time": "2023-07-07T17:53:54+00:00"
},
{
"name": "doctrine/annotations",
"version": "1.14.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/253dca476f70808a5aeed3a47cc2cc88c5cab915",
"reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915",
"shasum": ""
},
"require": {
"doctrine/lexer": "^1 || ^2",
"ext-tokenizer": "*",
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
},
"require-dev": {
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/coding-standard": "^9 || ^12",
"phpstan/phpstan": "~1.4.10 || ^1.10.28",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7",
"vimeo/psalm": "^4.30 || ^5.14"
},
"suggest": {
"php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
"keywords": [
"annotations",
"docblock",
"parser"
],
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
"source": "https://github.com/doctrine/annotations/tree/1.14.4"
},
"time": "2024-09-05T10:15:52+00:00"
},
{
"name": "doctrine/cache",
"version": "1.13.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
"reference": "56cd022adb5514472cb144c087393c1821911d09"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/56cd022adb5514472cb144c087393c1821911d09",
"reference": "56cd022adb5514472cb144c087393c1821911d09",
"shasum": ""
},
"require": {
"php": "~7.1 || ^8.0"
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
"cache/integration-tests": "dev-master",
"doctrine/coding-standard": "^9",
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"predis/predis": "~1.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"symfony/cache": "^4.4 || ^5.4 || ^6",
"symfony/var-exporter": "^4.4 || ^5.4 || ^6"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
"homepage": "https://www.doctrine-project.org/projects/cache.html",
"keywords": [
"abstraction",
"apcu",
"cache",
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
],
"support": {
"issues": "https://github.com/doctrine/cache/issues",
"source": "https://github.com/doctrine/cache/tree/1.13.0"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
"type": "tidelift"
}
],
"time": "2022-05-20T20:06:54+00:00"
},
{
"name": "doctrine/collections",
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
"reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
"shasum": ""
},
"require": {
"doctrine/deprecations": "^0.5.3 || ^1",
"php": "^7.1.3 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9.0 || ^10.0",
"phpstan/phpstan": "^1.4.8",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
"vimeo/psalm": "^4.22"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
"homepage": "https://www.doctrine-project.org/projects/collections.html",
"keywords": [
"array",
"collections",
"iterators",
"php"
],
"support": {
"issues": "https://github.com/doctrine/collections/issues",
"source": "https://github.com/doctrine/collections/tree/1.8.0"
},
"time": "2022-09-01T20:12:10+00:00"
},
{
"name": "doctrine/common",
"version": "3.4.5",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
"reference": "6c8fef961f67b8bc802ce3e32e3ebd1022907286"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/6c8fef961f67b8bc802ce3e32e3ebd1022907286",
"reference": "6c8fef961f67b8bc802ce3e32e3ebd1022907286",
"shasum": ""
},
"require": {
"doctrine/persistence": "^2.0 || ^3.0",
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9.0 || ^10.0",
"doctrine/collections": "^1",
"phpstan/phpstan": "^1.4.1",
"phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
"squizlabs/php_codesniffer": "^3.0",
"symfony/phpunit-bridge": "^6.1",
"vimeo/psalm": "^4.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.",
"homepage": "https://www.doctrine-project.org/projects/common.html",
"keywords": [
"common",
"doctrine",
"php"
],
"support": {
"issues": "https://github.com/doctrine/common/issues",
"source": "https://github.com/doctrine/common/tree/3.4.5"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
"type": "tidelift"
}
],
"time": "2024-10-08T15:53:43+00:00"
},
{
"name": "doctrine/dbal",
"version": "3.9.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "61446f07fcb522414d6cfd8b1c3e5f9e18c579ba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/61446f07fcb522414d6cfd8b1c3e5f9e18c579ba",
"reference": "61446f07fcb522414d6cfd8b1c3e5f9e18c579ba",
"shasum": ""
},
"require": {
"composer-runtime-api": "^2",
"doctrine/cache": "^1.11|^2.0",
"doctrine/deprecations": "^0.5.3|^1",
"doctrine/event-manager": "^1|^2",
"php": "^7.4 || ^8.0",
"psr/cache": "^1|^2|^3",
"psr/log": "^1|^2|^3"
},
"require-dev": {
"doctrine/coding-standard": "12.0.0",
"fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2023.1",
"phpstan/phpstan": "1.12.6",
"phpstan/phpstan-strict-rules": "^1.6",
"phpunit/phpunit": "9.6.20",
"psalm/plugin-phpunit": "0.18.4",
"slevomat/coding-standard": "8.13.1",
"squizlabs/php_codesniffer": "3.10.2",
"symfony/cache": "^5.4|^6.0|^7.0",
"symfony/console": "^4.4|^5.4|^6.0|^7.0",
"vimeo/psalm": "4.30.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\DBAL\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
"homepage": "https://www.doctrine-project.org/projects/dbal.html",
"keywords": [
"abstraction",
"database",
"db2",
"dbal",
"mariadb",
"mssql",
"mysql",
"oci8",
"oracle",
"pdo",
"pgsql",
"postgresql",
"queryobject",
"sasql",
"sql",
"sqlite",
"sqlserver",
"sqlsrv"
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.9.3"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
"type": "tidelift"
}
],
"time": "2024-10-10T17:56:43+00:00"
},
{
"name": "doctrine/deprecations",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
"reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
"reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9",
"phpstan/phpstan": "1.4.10 || 1.10.15",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psalm/plugin-phpunit": "0.18.4",
"psr/log": "^1 || ^2 || ^3",
"vimeo/psalm": "4.30.0 || 5.12.0"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
"source": "https://github.com/doctrine/deprecations/tree/1.1.3"
},
"time": "2024-01-30T19:34:25+00:00"
},
{
"name": "doctrine/doctrine-laminas-hydrator",
"version": "3.4.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/doctrine-laminas-hydrator.git",
"reference": "3026b89388106f1a4404d1be569e81221b568563"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/doctrine-laminas-hydrator/zipball/3026b89388106f1a4404d1be569e81221b568563",
"reference": "3026b89388106f1a4404d1be569e81221b568563",
"shasum": ""
},
"require": {
"doctrine/collections": "^1.8.0 || ^2.0.0",
"doctrine/inflector": "^2.0.4",
"doctrine/persistence": "^2.5.0 || ^3.0.0",
"ext-ctype": "*",
"laminas/laminas-hydrator": "^4.13.0",
"laminas/laminas-stdlib": "^3.14.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpstan/phpstan": "^1.9.2",
"phpunit/phpunit": "^9.5.26",
"vimeo/psalm": "^5.15.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Laminas\\Hydrator\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Doctrine hydrators for Laminas applications",
"keywords": [
"doctrine",
"hydrator",
"laminas"
],
"support": {
"issues": "https://github.com/doctrine/doctrine-laminas-hydrator/issues",
"rss": "https://github.com/doctrine/doctrine-laminas-hydrator/releases.atom",
"source": "https://github.com/doctrine/doctrine-laminas-hydrator"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-laminas-hydrator",
"type": "tidelift"
}
],
"time": "2023-11-21T16:38:19+00:00"
},
{
"name": "doctrine/doctrine-module",
"version": "5.3.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineModule.git",
"reference": "ad346200568aa095c58e2866eb1e2be0e3c3083f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineModule/zipball/ad346200568aa095c58e2866eb1e2be0e3c3083f",
"reference": "ad346200568aa095c58e2866eb1e2be0e3c3083f",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.13.3",
"doctrine/cache": "^1.13.0",
"doctrine/collections": "^1.8.0",
"doctrine/doctrine-laminas-hydrator": "^3.2.0",
"doctrine/event-manager": "^1.2.0",
"doctrine/inflector": "^2.0.6",
"doctrine/persistence": "^2.5.5 || ^3.1.0",
"laminas/laminas-authentication": "^2.12.0",
"laminas/laminas-cache": "^3.6.0",
"laminas/laminas-eventmanager": "^3.5.0",
"laminas/laminas-form": "^3.4.1",
"laminas/laminas-modulemanager": "^2.12.0",
"laminas/laminas-mvc": "^3.3.5",
"laminas/laminas-paginator": "^2.13.0",
"laminas/laminas-servicemanager": "^3.17.0",
"laminas/laminas-stdlib": "^3.13.0",
"laminas/laminas-validator": "^2.25.0",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"psr/container": "^1.1.2",
"symfony/console": "^5.4.16 || ^6.2.1"
},
"conflict": {
"doctrine/orm": "2.12.0"
},
"provide": {
"laminas/laminas-cache-storage-implementation": "1.0.0"
},
"require-dev": {
"doctrine/coding-standard": "^9.0.2",
"doctrine/mongodb-odm": "^2.4.2",
"doctrine/orm": "^2.13.4",
"jangregor/phpstan-prophecy": "^1.0.0",
"laminas/laminas-cache-storage-adapter-blackhole": "^2.0.0",
"laminas/laminas-cache-storage-adapter-memory": "^2.1.0",
"laminas/laminas-i18n": "^2.17.0",
"laminas/laminas-log": "^2.15.3",
"laminas/laminas-serializer": "^2.13.0",
"laminas/laminas-session": "^2.13.0",
"phpstan/phpstan": "^1.9.2",
"phpstan/phpstan-phpunit": "^1.3.0",
"phpunit/phpunit": "^9.5.27",
"predis/predis": "^1.1.10",
"vimeo/psalm": "^5.0"
},
"suggest": {
"doctrine/data-fixtures": "Data Fixtures if you want to generate test data or bootstrap data for your deployments"
},
"bin": [
"bin/doctrine-module"
],
"type": "library",
"extra": {
"laminas": {
"config-provider": "DoctrineModule\\ConfigProvider",
"module": "DoctrineModule"
}
},
"autoload": {
"psr-4": {
"DoctrineModule\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle Spraggs",
"email": "theman@spiffyjr.me",
"homepage": "http://www.spiffyjr.me/"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://marco-pivetta.com/"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@hotmail.com"
},
{
"name": "Michaël Gallego",
"email": "mic.gallego@gmail.com",
"homepage": "http://www.michaelgallego.fr"
},
{
"name": "Tom H Anderson",
"email": "tom.h.anderson@gmail.com",
"homepage": "https://tomhanderson.com"
}
],
"description": "Laminas Module that provides Doctrine basic functionality required for ORM and ODM modules",
"homepage": "http://www.doctrine-project.org/",
"keywords": [
"doctrine",
"laminas",
"module"
],
"support": {
"issues": "https://github.com/doctrine/DoctrineModule/issues",
"source": "https://github.com/doctrine/DoctrineModule/tree/5.3.0"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-module",
"type": "tidelift"
}
],
"time": "2022-12-12T15:24:40+00:00"
},
{
"name": "doctrine/doctrine-orm-module",
"version": "5.3.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineORMModule.git",
"reference": "79715e6ed9939595789b62eb21ed15592493ee3c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineORMModule/zipball/79715e6ed9939595789b62eb21ed15592493ee3c",
"reference": "79715e6ed9939595789b62eb21ed15592493ee3c",
"shasum": ""
},
"require": {
"doctrine/dbal": "^2.13.7 || ^3.3.2",
"doctrine/doctrine-laminas-hydrator": "^3.0.0",
"doctrine/doctrine-module": "^5.3.0",
"doctrine/event-manager": "^1.1.1",
"doctrine/orm": "^2.11.1",
"doctrine/persistence": "^2.3.0 || ^3.0.0",
"ext-json": "*",
"laminas/laminas-eventmanager": "^3.4.0",
"laminas/laminas-modulemanager": "^2.11.0",
"laminas/laminas-mvc": "^3.3.2",
"laminas/laminas-paginator": "^2.12.2",
"laminas/laminas-servicemanager": "^3.17.0",
"laminas/laminas-stdlib": "^3.7.1",
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"psr/container": "^1.1.2",
"symfony/console": "^5.4.3 || ^6.0.3"
},
"conflict": {
"doctrine/migrations": "<3.3"
},
"require-dev": {
"doctrine/annotations": "^1.13.2",
"doctrine/coding-standard": "^9.0.0",
"doctrine/data-fixtures": "^1.5.2",
"doctrine/migrations": "^3.4.1",
"laminas/laminas-developer-tools": "^2.3.0",
"laminas/laminas-i18n": "^2.13.0",
"laminas/laminas-log": "^2.15.0",
"laminas/laminas-serializer": "^2.12.0",
"ocramius/proxy-manager": "^2.2.0",
"phpstan/phpstan": "^1.4.6",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpunit/phpunit": "^9.5.13",
"squizlabs/php_codesniffer": "^3.6.2",
"vimeo/psalm": "^5.4.0"
},
"suggest": {
"doctrine/migrations": "doctrine migrations if you want to keep your schema definitions versioned",
"laminas/laminas-developer-tools": "laminas-developer-tools if you want to profile operations executed by the ORM during development",
"laminas/laminas-form": "if you want to use form elements backed by Doctrine"
},
"type": "library",
"extra": {
"laminas": {
"config-provider": "DoctrineORMModule\\ConfigProvider",
"module": "DoctrineORMModule"
}
},
"autoload": {
"psr-4": {
"DoctrineORMModule\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle Spraggs",
"email": "theman@spiffyjr.me",
"homepage": "http://www.spiffyjr.me/"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://marco-pivetta.com/"
},
{
"name": "Evan Coury",
"email": "me@evancoury.com",
"homepage": "http://blog.evan.pro/"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@hotmail.com"
},
{
"name": "Tom H Anderson",
"email": "tom.h.anderson@gmail.com"
}
],
"description": "Laminas Module that provides Doctrine ORM functionality",
"homepage": "http://www.doctrine-project.org/",
"keywords": [
"doctrine",
"laminas",
"module",
"orm"
],
"support": {
"issues": "https://github.com/doctrine/DoctrineORMModule/issues",
"source": "https://github.com/doctrine/DoctrineORMModule/tree/5.3.0"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-orm-module",
"type": "tidelift"
}
],
"time": "2022-12-23T10:42:13+00:00"
},
{
"name": "doctrine/event-manager",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
"reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520",
"reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520",
"shasum": ""
},
"require": {
"doctrine/deprecations": "^0.5.3 || ^1",
"php": "^7.1 || ^8.0"
},
"conflict": {
"doctrine/common": "<2.9"
},
"require-dev": {
"doctrine/coding-standard": "^9 || ^10",
"phpstan/phpstan": "~1.4.10 || ^1.8.8",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.24"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"keywords": [
"event",
"event dispatcher",
"event manager",
"event system",
"events"
],
"support": {
"issues": "https://github.com/doctrine/event-manager/issues",
"source": "https://github.com/doctrine/event-manager/tree/1.2.0"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
"type": "tidelift"
}
],
"time": "2022-10-12T20:51:15+00:00"
},
{
"name": "doctrine/inflector",
"version": "2.0.10",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
"reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^11.0",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^8.5 || ^9.5",
"vimeo/psalm": "^4.25 || ^5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
"homepage": "https://www.doctrine-project.org/projects/inflector.html",
"keywords": [
"inflection",
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
"source": "https://github.com/doctrine/inflector/tree/2.0.10"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
"type": "tidelift"
}
],
"time": "2024-02-18T20:23:39+00:00"
},
{
"name": "doctrine/instantiator",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9 || ^11",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.16 || ^1",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.30 || ^5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "https://ocramius.github.io/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
"keywords": [
"constructor",
"instantiate"
],
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/1.5.0"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
"type": "tidelift"
}
],
"time": "2022-12-30T00:15:36+00:00"
},
{
"name": "doctrine/lexer",
"version": "2.1.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6",
"reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6",
"shasum": ""
},
"require": {
"doctrine/deprecations": "^1.0",
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9 || ^12",
"phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
"psalm/plugin-phpunit": "^0.18.3",
"vimeo/psalm": "^4.11 || ^5.21"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Lexer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
"keywords": [
"annotations",
"docblock",
"lexer",
"parser",
"php"
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/2.1.1"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
"type": "tidelift"
}
],
"time": "2024-02-05T11:35:39+00:00"
},
{
"name": "doctrine/orm",
"version": "2.20.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
"reference": "8ed6c2234aba019f9737a6bcc9516438e62da27c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/8ed6c2234aba019f9737a6bcc9516438e62da27c",
"reference": "8ed6c2234aba019f9737a6bcc9516438e62da27c",
"shasum": ""
},
"require": {
"composer-runtime-api": "^2",
"doctrine/cache": "^1.12.1 || ^2.1.1",
"doctrine/collections": "^1.5 || ^2.1",
"doctrine/common": "^3.0.3",
"doctrine/dbal": "^2.13.1 || ^3.2",
"doctrine/deprecations": "^0.5.3 || ^1",
"doctrine/event-manager": "^1.2 || ^2",
"doctrine/inflector": "^1.4 || ^2.0",
"doctrine/instantiator": "^1.3 || ^2",
"doctrine/lexer": "^2 || ^3",
"doctrine/persistence": "^2.4 || ^3",
"ext-ctype": "*",
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3",
"symfony/console": "^4.2 || ^5.0 || ^6.0 || ^7.0",
"symfony/polyfill-php72": "^1.23",
"symfony/polyfill-php80": "^1.16"
},
"conflict": {
"doctrine/annotations": "<1.13 || >= 3.0"
},
"require-dev": {
"doctrine/annotations": "^1.13 || ^2",
"doctrine/coding-standard": "^9.0.2 || ^12.0",
"phpbench/phpbench": "^0.16.10 || ^1.0",
"phpstan/extension-installer": "~1.1.0 || ^1.4",
"phpstan/phpstan": "~1.4.10 || 1.12.6",
"phpstan/phpstan-deprecation-rules": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
"psr/log": "^1 || ^2 || ^3",
"squizlabs/php_codesniffer": "3.7.2",
"symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7.0",
"symfony/var-exporter": "^4.4 || ^5.4 || ^6.2 || ^7.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"vimeo/psalm": "4.30.0 || 5.24.0"
},
"suggest": {
"ext-dom": "Provides support for XSD validation for XML mapping files",
"symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
},
"bin": [
"bin/doctrine"
],
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\ORM\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "Object-Relational-Mapper for PHP",
"homepage": "https://www.doctrine-project.org/projects/orm.html",
"keywords": [
"database",
"orm"
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/2.20.0"
},
"time": "2024-10-11T11:47:24+00:00"
},
{
"name": "doctrine/persistence",
"version": "3.4.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
"reference": "0ea965320cec355dba75031c1b23d4c78362e3ff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/0ea965320cec355dba75031c1b23d4c78362e3ff",
"reference": "0ea965320cec355dba75031c1b23d4c78362e3ff",
"shasum": ""
},
"require": {
"doctrine/event-manager": "^1 || ^2",
"php": "^7.2 || ^8.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0"
},
"conflict": {
"doctrine/common": "<2.10"
},
"require-dev": {
"doctrine/coding-standard": "^12",
"doctrine/common": "^3.0",
"phpstan/phpstan": "1.12.7",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "^8.5.38 || ^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Persistence\\": "src/Persistence"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
"homepage": "https://www.doctrine-project.org/projects/persistence.html",
"keywords": [
"mapper",
"object",
"odm",
"orm",
"persistence"
],
"support": {
"issues": "https://github.com/doctrine/persistence/issues",
"source": "https://github.com/doctrine/persistence/tree/3.4.0"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
"type": "tidelift"
}
],
"time": "2024-10-30T19:48:12+00:00"
},
{
"name": "laminas-api-tools/api-tools",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/laminas-api-tools/api-tools.git",
"reference": "5ecdfc1674aa1bf970e03f206accaf86c1a2483f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas-api-tools/api-tools/zipball/5ecdfc1674aa1bf970e03f206accaf86c1a2483f",
"reference": "5ecdfc1674aa1bf970e03f206accaf86c1a2483f",
"shasum": ""
},
"require": {
"laminas-api-tools/api-tools-api-problem": "^1.6",
"laminas-api-tools/api-tools-content-negotiation": "^1.8",
"laminas-api-tools/api-tools-content-validation": "^1.12",
"laminas-api-tools/api-tools-hal": "^1.10",
"laminas-api-tools/api-tools-mvc-auth": "^1.8",
"laminas-api-tools/api-tools-oauth2": "^1.9",
"laminas-api-tools/api-tools-provider": "^1.4",
"laminas-api-tools/api-tools-rest": "^1.8",
"laminas-api-tools/api-tools-rpc": "^1.8",
"laminas-api-tools/api-tools-versioning": "^1.7",
"laminas/laminas-db": "^2.8.1",
"laminas/laminas-eventmanager": "^2.6.3 || ^3.0.1",
"laminas/laminas-loader": "^2.5.1",
"laminas/laminas-mvc": "^2.7.9 || ^3.0.2",
"laminas/laminas-paginator": "^2.7",
"laminas/laminas-servicemanager": "^3.11",
"laminas/laminas-stdlib": "^2.7.7 || ^3.0.1",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"replace": {
"zfcampus/zf-apigility": "^1.4.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-http": "^2.18",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.27",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.30"
},
"suggest": {
"alcaeus/mongo-php-adapter": "^1.0.5, if you are using ext/mongodb and wish to use the MongoConnectedListener.",
"laminas-api-tools/api-tools-asset-manager": "^1.0, to install the assets used by api-tools-welcome and/or api-tools-admin-ui, until rwoverdijk/assetmanager 1.7 is released",
"rwoverdijk/assetmanager": "^1.7, to install the assets used by api-tools-welcome and/or api-tools-admin-ui (may not yet be released)"
},
"type": "library",
"extra": {
"laminas": {
"module": "Laminas\\ApiTools"
}
},
"autoload": {
"psr-4": {
"Laminas\\ApiTools\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Laminas API Tools module for Laminas",
"homepage": "https://api-tools.getlaminas.org",
"keywords": [
"api",
"api-tools",
"framework",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://api-tools.getlaminas.org/documentation",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas-api-tools/api-tools/issues",
"rss": "https://github.com/laminas-api-tools/api-tools/releases.atom",
"source": "https://github.com/laminas-api-tools/api-tools"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-07-11T20:33:51+00:00"
},
{
"name": "laminas-api-tools/api-tools-api-problem",
"version": "1.6.0",
"source": {
"type": "git",
"url": "https://github.com/laminas-api-tools/api-tools-api-problem.git",
"reference": "ae6c8d3b063fc8adc3db6d8e5b80ffec2b4614d5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas-api-tools/api-tools-api-problem/zipball/ae6c8d3b063fc8adc3db6d8e5b80ffec2b4614d5",
"reference": "ae6c8d3b063fc8adc3db6d8e5b80ffec2b4614d5",
"shasum": ""
},
"require": {
"ext-json": "*",
"laminas/laminas-eventmanager": "^2.6.3 || ^3.0.1",
"laminas/laminas-http": "^2.15.1",
"laminas/laminas-json": "^2.6.1 || ^3.0",
"laminas/laminas-mvc": "^2.7.15 || ^3.0.4",
"laminas/laminas-view": "^2.8.1",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"replace": {
"zfcampus/zf-api-problem": "^1.3.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.27",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.30"
},
"type": "library",
"extra": {
"laminas": {
"module": "Laminas\\ApiTools\\ApiProblem"
}
},
"autoload": {
"psr-4": {
"Laminas\\ApiTools\\ApiProblem\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Laminas Module providing API-Problem assets and rendering",
"homepage": "https://api-tools.getlaminas.org",
"keywords": [
"api-problem",
"api-tools",
"laminas",
"module",
"rest"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://api-tools.getlaminas.org/documentation",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas-api-tools/api-tools-api-problem/issues",
"rss": "https://github.com/laminas-api-tools/api-tools-api-problem/releases.atom",
"source": "https://github.com/laminas-api-tools/api-tools-api-problem"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-01-09T21:28:28+00:00"
},
{
"name": "laminas-api-tools/api-tools-configuration",
"version": "1.6.0",
"source": {
"type": "git",
"url": "https://github.com/laminas-api-tools/api-tools-configuration.git",
"reference": "4ef664a07b943150bb77dd527f434a3408a8baf6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas-api-tools/api-tools-configuration/zipball/4ef664a07b943150bb77dd527f434a3408a8baf6",
"reference": "4ef664a07b943150bb77dd527f434a3408a8baf6",
"shasum": ""
},
"require": {
"laminas/laminas-config": "^3.8",
"laminas/laminas-modulemanager": "^2.14",
"laminas/laminas-stdlib": "^3.16.1",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"zfcampus/zf-configuration": "*"
},
"require-dev": {
"container-interop/container-interop": "^1.2.0",
"laminas/laminas-coding-standard": "^2.4.0",
"phpunit/phpunit": "^9.5.27",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^5.0"
},
"type": "library",
"extra": {
"laminas": {
"module": "Laminas\\ApiTools\\Configuration"
}
},
"autoload": {
"psr-4": {
"Laminas\\ApiTools\\Configuration\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Laminas module providing a REST resource for manipulating configuration",
"homepage": "https://api-tools.getlaminas.org",
"keywords": [
"api-tools",
"config",
"laminas",
"module",
"rest"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://api-tools.getlaminas.org/documentation",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas-api-tools/api-tools-configuration/issues",
"rss": "https://github.com/laminas-api-tools/api-tools-configuration/releases.atom",
"source": "https://github.com/laminas-api-tools/api-tools-configuration"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2022-12-09T18:46:54+00:00"
},
{
"name": "laminas-api-tools/api-tools-content-negotiation",
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://github.com/laminas-api-tools/api-tools-content-negotiation.git",
"reference": "28f055dcf7186da5a98d19bd3f567da48942616d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas-api-tools/api-tools-content-negotiation/zipball/28f055dcf7186da5a98d19bd3f567da48942616d",
"reference": "28f055dcf7186da5a98d19bd3f567da48942616d",
"shasum": ""
},
"require": {
"laminas-api-tools/api-tools-api-problem": "^1.4.0",
"laminas/laminas-eventmanager": "^2.6.3 || ^3.0.1",
"laminas/laminas-filter": "^2.7.1",
"laminas/laminas-http": "^2.5.4",
"laminas/laminas-json": "^2.6.1 || ^3.0",
"laminas/laminas-mvc": "^2.7.15 || ^3.0.2",
"laminas/laminas-servicemanager": "^2.7.6 || ^3.1",
"laminas/laminas-stdlib": "^2.7.8 || ^3.2.1",
"laminas/laminas-validator": "^2.8.1",
"laminas/laminas-view": "^2.8.1",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"replace": {
"zfcampus/zf-content-negotiation": "^1.4.0"
},
"require-dev": {
"laminas-api-tools/api-tools-hal": "^1.10",
"laminas/laminas-coding-standard": "~2.3.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.27",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.30"
},
"type": "library",
"extra": {
"laminas": {
"module": "Laminas\\ApiTools\\ContentNegotiation"
}
},
"autoload": {
"psr-4": {
"Laminas\\ApiTools\\ContentNegotiation\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Laminas Module providing content-negotiation features",
"homepage": "https://api-tools.getlaminas.org",
"keywords": [
"api-tools",
"content-negotiation",
"laminas",
"module"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://api-tools.getlaminas.org/documentation",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas-api-tools/api-tools-content-negotiation/issues",
"rss": "https://github.com/laminas-api-tools/api-tools-content-negotiation/releases.atom",
"source": "https://github.com/laminas-api-tools/api-tools-content-negotiation"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-07-10T20:56:08+00:00"
},
{
"name": "laminas-api-tools/api-tools-content-validation",
"version": "1.12.0",
"source": {
"type": "git",
"url": "https://github.com/laminas-api-tools/api-tools-content-validation.git",
"reference": "f342511d5dc346750eed07bf2337eaf958d76ebe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas-api-tools/api-tools-content-validation/zipball/f342511d5dc346750eed07bf2337eaf958d76ebe",
"reference": "f342511d5dc346750eed07bf2337eaf958d76ebe",
"shasum": ""
},
"require": {
"laminas-api-tools/api-tools-api-problem": "^1.6",
"laminas-api-tools/api-tools-content-negotiation": "^1.8",
"laminas/laminas-eventmanager": "^2.6.3 || ^3.0.1",
"laminas/laminas-filter": "^2.7.1",
"laminas/laminas-http": "^2.5.4",
"laminas/laminas-inputfilter": "^2.8",
"laminas/laminas-mvc": "^2.7.15 || ^3.0.4",
"laminas/laminas-servicemanager": "^3.11",
"laminas/laminas-stdlib": "^3.2.1",
"laminas/laminas-validator": "^2.8.1",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"replace": {
"zfcampus/zf-content-validation": "^1.8.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-db": "^2.8.1",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.10",
"psalm/plugin-phpunit": "^0.16.0",
"vimeo/psalm": "^4.7"
},
"type": "library",
"extra": {
"laminas": {
"module": "Laminas\\ApiTools\\ContentValidation"
}
},
"autoload": {
"psr-4": {
"Laminas\\ApiTools\\ContentValidation\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Laminas module providing incoming content validation",
"homepage": "https://api-tools.getlaminas.org",
"keywords": [
"api-tools",
"laminas",
"module",
"validation"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://api-tools.getlaminas.org/documentation",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas-api-tools/api-tools-content-validation/issues",
"rss": "https://github.com/laminas-api-tools/api-tools-content-validation/releases.atom",
"source": "https://github.com/laminas-api-tools/api-tools-content-validation"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-07-11T13:01:50+00:00"
},
{
"name": "laminas-api-tools/api-tools-doctrine",
"version": "2.5.x-dev",
"source": {
"type": "git",
"url": "https://github.com/orderadmin/api-tools-doctrine.git",
"reference": "5381ab8f1e0abeceda2c54f708da7155fa8c5f8e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/orderadmin/api-tools-doctrine/zipball/5381ab8f1e0abeceda2c54f708da7155fa8c5f8e",
"reference": "5381ab8f1e0abeceda2c54f708da7155fa8c5f8e",
"shasum": ""
},
"require": {
"api-skeletons/doctrine-orm-hydration-module": "^1.0",
"ext-json": "*",
"laminas-api-tools/api-tools": "^1.3",
"laminas-api-tools/api-tools-rest": "^1.3.2",
"laminas/laminas-hydrator": "^4.0",
"laminas/laminas-servicemanager": "^3.11.2",
"laminas/laminas-stdlib": "^3.3",
"laminas/laminas-view": "^2.11.3",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"doctrine/dbal": "<2.12.0",
"doctrine/orm": "<2.6.3"
},
"replace": {
"zfcampus/zf-apigility-doctrine": "^2.3.0"
},
"require-dev": {
"doctrine/dbal": "^2.10",
"doctrine/doctrine-module": "^5.1 || ^6.1",
"doctrine/doctrine-orm-module": "^5.1",
"laminas-api-tools/api-tools-admin": "^1.5.7",
"laminas-api-tools/api-tools-hal": "^1.6.1",
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-form": "^3.1.1",
"laminas/laminas-i18n": "^2.7.3",
"laminas/laminas-log": "^2.9.1",
"laminas/laminas-mvc": "^2.7.13 || ^3.0.2",
"laminas/laminas-serializer": "^2.8.0",
"laminas/laminas-test": "^2.6.1 || ^3.0.1",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.3",
"psalm/plugin-phpunit": "^0.16.1",
"symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0",
"vimeo/psalm": "^4.8"
},
"suggest": {
"api-skeletons/zf-doctrine-hydrator": "Hydrator strategies for Doctrine in Laminas API Tools",
"api-skeletons/zf-oauth2-doctrine": "OAuth2 Doctrine Adapter for Laminas API Tools",
"doctrine/doctrine-mongo-odm-module": "For Mongo ODM mapping",
"doctrine/doctrine-orm-module": "For ORM mapping"
},
"default-branch": true,
"type": "library",
"extra": {
"laminas": {
"module": [
"Laminas\\ApiTools\\Doctrine\\Admin",
"Laminas\\ApiTools\\Doctrine\\Server"
]
}
},
"autoload": {
"psr-4": {
"Laminas\\ApiTools\\Doctrine\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"LaminasTest\\ApiTools\\Doctrine\\": "test/src/"
}
},
"scripts": {
"check": [
"@cs-check",
"@test"
],
"cs-check": [
"phpcs"
],
"cs-fix": [
"phpcbf"
],
"test": [
"phpunit --colors=always"
],
"test-coverage": [
"phpunit --colors=always --coverage-clover clover.xml"
]
},
"license": [
"BSD-3-Clause"
],
"description": "Laminas API Tools Doctrine module",
"homepage": "https://api-tools.getlaminas.org",
"keywords": [
"api",
"api-tools",
"doctrine",
"laminas"
],
"support": {
"docs": "https://api-tools.getlaminas.org/documentation",
"issues": "https://github.com/laminas-api-tools/api-tools-doctrine/issues",
"source": "https://github.com/laminas-api-tools/api-tools-doctrine",
"rss": "https://github.com/laminas-api-tools/api-tools-doctrine/releases.atom",
"chat": "https://laminas.dev/chat",
"forum": "https://discourse.laminas.dev"
},
"time": "2024-07-15T00:37:49+00:00"
},
{
"name": "laminas-api-tools/api-tools-doctrine-querybuilder",
"version": "1.10.x-dev",
"source": {
"type": "git",
"url": "https://github.com/orderadmin/api-tools-doctrine-querybuilder.git",
"reference": "981d901a7f9f5530193e235d14abad5189eb0d10"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/orderadmin/api-tools-doctrine-querybuilder/zipball/981d901a7f9f5530193e235d14abad5189eb0d10",
"reference": "981d901a7f9f5530193e235d14abad5189eb0d10",
"shasum": ""
},
"require": {
"doctrine/doctrine-module": "^2.1.8 || ^3.0.1 || ^4.1.0 || ^5.1 || ^6.1",
"laminas-api-tools/api-tools-api-problem": "^1.2.2",
"laminas-api-tools/api-tools-doctrine": "^2.1",
"laminas-api-tools/api-tools-hal": "^1.4.2",
"laminas/laminas-hydrator": "^2.2.1 || ^3.0 || ^4.0",
"laminas/laminas-modulemanager": "^2.7.2",
"laminas/laminas-mvc": "^2.7.13 || ^3.0.2",
"laminas/laminas-servicemanager": "^2.7.6 || ^3.1.1",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"replace": {
"zfcampus/zf-doctrine-querybuilder": "^1.8.0"
},
"require-dev": {
"doctrine/dbal": "^2.12.1 || ^3.0.0",
"doctrine/doctrine-mongo-odm-module": "^1.0 || ^2.0.2 || ^3.0.2",
"doctrine/doctrine-orm-module": "^2.1.3",
"doctrine/orm": "^2.7.5",
"laminas-api-tools/api-tools-provider": "^1.2",
"laminas/laminas-coding-standard": "~2.1.4",
"laminas/laminas-i18n": "^2.7.3",
"laminas/laminas-log": "^2.9.1",
"laminas/laminas-serializer": "^2.8",
"laminas/laminas-test": "^2.6.1 || ^3.0.1",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.0",
"psalm/plugin-phpunit": "^0.15",
"symfony/yaml": "^2.3 || ^3.0 || ^4.0",
"vimeo/psalm": "^4.7"
},
"suggest": {
"doctrine/doctrine-mongo-odm-module": "^1.0 || ^2.0.2 || ^3.0.2, if you wish to use the Doctrine ODM",
"doctrine/doctrine-orm-module": "^2.1.3 || ^3.1.1, if you wish to use the Doctrine ORM",
"ext/mongo": "Mongo extension, if using ODM"
},
"default-branch": true,
"type": "library",
"extra": {
"laminas": {
"module": [
"Laminas\\ApiTools\\Doctrine\\QueryBuilder"
]
}
},
"autoload": {
"files": [
"src/_autoload.php"
],
"psr-4": {
"Laminas\\ApiTools\\Doctrine\\QueryBuilder\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"LaminasTest\\ApiTools\\Doctrine\\QueryBuilder\\": "test/"
}
},
"scripts": {
"check": [
"@cs-check",
"@test"
],
"cs-check": [
"phpcs"
],
"cs-fix": [
"phpcbf"
],
"test": [
"phpunit --colors=always"
],
"test-coverage": [
"phpunit --colors=always --coverage-clover clover.xml"
]
},
"license": [
"BSD-3-Clause"
],
"description": "Laminas API Tools Doctrine QueryBuilder module",
"homepage": "https://api-tools.getlaminas.org",
"keywords": [
"api",
"api-tools",
"doctrine",
"filter",
"laminas"
],
"support": {
"docs": "https://api-tools.getlaminas.org/documentation",
"issues": "https://github.com/laminas-api-tools/api-tools-doctrine-querybuilder/issues",
"source": "https://github.com/laminas-api-tools/api-tools-doctrine-querybuilder",
"rss": "https://github.com/laminas-api-tools/api-tools-doctrine-querybuilder/releases.atom",
"chat": "https://laminas.dev/chat",
"forum": "https://discourse.laminas.dev"
},
"time": "2024-07-15T00:14:20+00:00"
},
{
"name": "laminas-api-tools/api-tools-documentation",
"version": "1.6.0",
"source": {
"type": "git",
"url": "https://github.com/laminas-api-tools/api-tools-documentation.git",
"reference": "5e6b7738a8603d3b35627733fb6584bb6ab8149f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas-api-tools/api-tools-documentation/zipball/5e6b7738a8603d3b35627733fb6584bb6ab8149f",
"reference": "5e6b7738a8603d3b35627733fb6584bb6ab8149f",
"shasum": ""
},
"require": {
"laminas-api-tools/api-tools-configuration": "^1.6",
"laminas-api-tools/api-tools-content-negotiation": "^1.8",
"laminas-api-tools/api-tools-provider": "^1.6",
"laminas/laminas-inputfilter": "^2.13",
"laminas/laminas-modulemanager": "^2.11",
"laminas/laminas-mvc": "^3.3",
"laminas/laminas-servicemanager": "^3.8",
"laminas/laminas-view": "^2.13",
"michelf/php-markdown": "^1.5",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"zfcampus/zf-apigility-documentation": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-db": "^2.13.4",
"laminas/laminas-stdlib": "^3.6.4",
"phpunit/phpunit": "^9.5.10",
"psalm/plugin-phpunit": "^0.16.0",
"vimeo/psalm": "^4.7",
"webmozart/assert": "^1.10"
},
"type": "library",
"extra": {
"laminas": {
"module": "Laminas\\ApiTools\\Documentation"
}
},
"autoload": {
"psr-4": {
"Laminas\\ApiTools\\Documentation\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Laminas API Tools API documentation module",
"homepage": "https://api-tools.getlaminas.org",
"keywords": [
"api-tools",
"documentation",
"laminas",
"module"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://api-tools.getlaminas.org/documentation",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas-api-tools/api-tools-documentation/issues",
"rss": "https://github.com/laminas-api-tools/api-tools-documentation/releases.atom",
"source": "https://github.com/laminas-api-tools/api-tools-documentation"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-07-12T16:15:32+00:00"
},
{
"name": "laminas-api-tools/api-tools-hal",
"version": "1.10.0",
"source": {
"type": "git",
"url": "https://github.com/laminas-api-tools/api-tools-hal.git",
"reference": "3cc89f2acce62e1a5b814f640993b27e8bb8de85"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas-api-tools/api-tools-hal/zipball/3cc89f2acce62e1a5b814f640993b27e8bb8de85",
"reference": "3cc89f2acce62e1a5b814f640993b27e8bb8de85",
"shasum": ""
},
"require": {
"ext-json": "*",
"laminas-api-tools/api-tools-api-problem": "^1.6.0",
"laminas/laminas-eventmanager": "^3.0.1",
"laminas/laminas-filter": "^2.7.1",
"laminas/laminas-http": "^2.5.4",
"laminas/laminas-hydrator": "^3.2.0 || ^4.0.1",
"laminas/laminas-mvc": "^3.0.2",
"laminas/laminas-paginator": "^2.7",
"laminas/laminas-stdlib": "^3.0.1",
"laminas/laminas-uri": "^2.5.2",
"laminas/laminas-view": "^2.11.4",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"psr/link": "^1.0 || ^2.0"
},
"replace": {
"zfcampus/zf-hal": "^1.6.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-modulemanager": "^2.10.1",
"laminas/laminas-router": "^3.11",
"phpdocumentor/reflection-docblock": "^5.2.2",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.27",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.30"
},
"type": "library",
"extra": {
"laminas": {
"module": "Laminas\\ApiTools\\Hal"
}
},
"autoload": {
"psr-4": {
"Laminas\\ApiTools\\Hal\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Laminas Module providing Hypermedia Application Language assets and rendering",
"homepage": "https://api-tools.getlaminas.org",
"keywords": [
"api-tools",
"hal",
"laminas",
"module",
"psr-13",
"rest"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://api-tools.getlaminas.org/documentation",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas-api-tools/api-tools-hal/issues",
"rss": "https://github.com/laminas-api-tools/api-tools-hal/releases.atom",
"source": "https://github.com/laminas-api-tools/api-tools-hal"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-07-10T20:48:58+00:00"
},
{
"name": "laminas-api-tools/api-tools-mvc-auth",
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://github.com/laminas-api-tools/api-tools-mvc-auth.git",
"reference": "3986e1a6970d66b57f1b67f6e01cac215bf3ed16"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas-api-tools/api-tools-mvc-auth/zipball/3986e1a6970d66b57f1b67f6e01cac215bf3ed16",
"reference": "3986e1a6970d66b57f1b67f6e01cac215bf3ed16",
"shasum": ""
},
"require": {
"laminas-api-tools/api-tools-api-problem": "^1.5.0",
"laminas-api-tools/api-tools-content-negotiation": "^1.8.0",
"laminas-api-tools/api-tools-oauth2": "^1.9",
"laminas/laminas-authentication": "^2.5.3",
"laminas/laminas-eventmanager": "^3.2",
"laminas/laminas-http": "^2.5.4",
"laminas/laminas-mvc": "^2.7.9 || ^3.0.2",
"laminas/laminas-permissions-acl": "^2.6",
"laminas/laminas-permissions-rbac": "^2.6.0 || ^3.0",
"laminas/laminas-servicemanager": "^3.11",
"laminas/laminas-stdlib": "^2.7.8 || ^3.0.1",
"laminas/laminas-zendframework-bridge": "^1.1",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"replace": {
"zfcampus/zf-mvc-auth": "^1.5.1"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-session": "^2.8.5",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.10",
"psalm/plugin-phpunit": "^0.16.0",
"vimeo/psalm": "^4.7"
},
"type": "library",
"extra": {
"laminas": {
"module": "Laminas\\ApiTools\\MvcAuth"
}
},
"autoload": {
"psr-4": {
"Laminas\\ApiTools\\MvcAuth\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Laminas Module providing Authentication and Authorization events and infrastructure",
"homepage": "https://api-tools.getlaminas.org",
"keywords": [
"api-tools",
"laminas",
"module"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://api-tools.getlaminas.org/documentation",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas-api-tools/api-tools-mvc-auth/issues",
"rss": "https://github.com/laminas-api-tools/api-tools-mvc-auth/releases.atom",
"source": "https://github.com/laminas-api-tools/api-tools-mvc-auth"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-07-11T16:04:36+00:00"
},
{
"name": "laminas-api-tools/api-tools-oauth2",
"version": "1.9.0",
"source": {
"type": "git",
"url": "https://github.com/laminas-api-tools/api-tools-oauth2.git",
"reference": "1936977ac4fd80094e9825084191dd0f7b93aea7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas-api-tools/api-tools-oauth2/zipball/1936977ac4fd80094e9825084191dd0f7b93aea7",
"reference": "1936977ac4fd80094e9825084191dd0f7b93aea7",
"shasum": ""
},
"require": {
"bshaffer/oauth2-server-php": "^1.14.1",
"laminas-api-tools/api-tools-api-problem": "^1.5",
"laminas-api-tools/api-tools-content-negotiation": "^1.8.0",
"laminas/laminas-crypt": "^3.4",
"laminas/laminas-http": "^2.13",
"laminas/laminas-mvc": "^2.7.15 || ^3.0.2",
"laminas/laminas-mvc-i18n": "^1.2",
"laminas/laminas-servicemanager": "^3.11",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"webmozart/assert": "^1.10"
},
"replace": {
"zfcampus/zf-oauth2": "^1.5.0"
},
"require-dev": {
"laminas/laminas-authentication": "^2.8",
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-db": "^2.12",
"laminas/laminas-i18n": "^2.11.1",
"laminas/laminas-log": "^2.13",
"laminas/laminas-modulemanager": "^2.10",
"laminas/laminas-serializer": "^2.10",
"laminas/laminas-test": "^4.0.0",
"mockery/mockery": "^1.3.2",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.10",
"psalm/plugin-phpunit": "^0.16",
"vimeo/psalm": "^4.23"
},
"suggest": {
"alcaeus/mongo-php-adapter": "^1.0.5, if you are using ext/mongodb and wish to use the MongoAdapter for OAuth2 credential storage."
},
"bin": [
"bin/bcrypt.php"
],
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\ApiTools\\OAuth2\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Laminas module for implementing an OAuth2 server",
"homepage": "https://api-tools.getlaminas.org",
"keywords": [
"api",
"api-tools",
"framework",
"laminas",
"oauth2"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://api-tools.getlaminas.org/documentation",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas-api-tools/api-tools-oauth2/issues",
"rss": "https://github.com/laminas-api-tools/api-tools-oauth2/releases.atom",
"source": "https://github.com/laminas-api-tools/api-tools-oauth2"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-07-11T15:25:35+00:00"
},
{
"name": "laminas-api-tools/api-tools-provider",
"version": "1.6.0",
"source": {
"type": "git",
"url": "https://github.com/laminas-api-tools/api-tools-provider.git",
"reference": "6b05862726a711f0581b24dc4145e9c064c0a8b1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas-api-tools/api-tools-provider/zipball/6b05862726a711f0581b24dc4145e9c064c0a8b1",
"reference": "6b05862726a711f0581b24dc4145e9c064c0a8b1",
"shasum": ""
},
"require": {
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"replace": {
"zfcampus/zf-apigility-provider": "^1.3.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"vimeo/psalm": "^4.30"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\ApiTools\\Provider\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Laminas API Tools interfaces",
"homepage": "https://api-tools.getlaminas.org",
"keywords": [
"api",
"api-tools",
"framework",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://api-tools.getlaminas.org/documentation",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas-api-tools/api-tools-provider/issues",
"rss": "https://github.com/laminas-api-tools/api-tools-provider/releases.atom",
"source": "https://github.com/laminas-api-tools/api-tools-provider"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-02-06T10:16:55+00:00"
},
{
"name": "laminas-api-tools/api-tools-rest",
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://github.com/laminas-api-tools/api-tools-rest.git",
"reference": "3cc78408827040d2fc8961e4ea6c5021aae2eec3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas-api-tools/api-tools-rest/zipball/3cc78408827040d2fc8961e4ea6c5021aae2eec3",
"reference": "3cc78408827040d2fc8961e4ea6c5021aae2eec3",
"shasum": ""
},
"require": {
"laminas-api-tools/api-tools-api-problem": "^1.6.0",
"laminas-api-tools/api-tools-content-negotiation": "^1.8.0",
"laminas-api-tools/api-tools-hal": "^1.7",
"laminas-api-tools/api-tools-mvc-auth": "^1.8",
"laminas/laminas-eventmanager": "^3.2",
"laminas/laminas-mvc": "^2.7.14 || ^3.0.2",
"laminas/laminas-paginator": "^2.7",
"laminas/laminas-stdlib": "^2.7.8 || ^3.3",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"replace": {
"zfcampus/zf-rest": "^1.5.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-escaper": "^2.5.2",
"laminas/laminas-http": "^2.5.4",
"laminas/laminas-inputfilter": "^2.7.2",
"laminas/laminas-servicemanager": "^3.11",
"laminas/laminas-uri": "^2.5.2",
"laminas/laminas-validator": "^2.8.1",
"laminas/laminas-view": "^2.11.3",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.10",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.7"
},
"type": "library",
"extra": {
"laminas": {
"module": "Laminas\\ApiTools\\Rest"
}
},
"autoload": {
"psr-4": {
"Laminas\\ApiTools\\Rest\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Laminas Module providing structure for RESTful resources",
"homepage": "https://api-tools.getlaminas.org",
"keywords": [
"api-tools",
"laminas",
"laminas3",
"module",
"rest"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://api-tools.getlaminas.org/documentation",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas-api-tools/api-tools-rest/issues",
"rss": "https://github.com/laminas-api-tools/api-tools-rest/releases.atom",
"source": "https://github.com/laminas-api-tools/api-tools-rest"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-07-11T16:53:02+00:00"
},
{
"name": "laminas-api-tools/api-tools-rpc",
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://github.com/laminas-api-tools/api-tools-rpc.git",
"reference": "5788d8e7d59694cf3c2a385d71ed0c16700e83a9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas-api-tools/api-tools-rpc/zipball/5788d8e7d59694cf3c2a385d71ed0c16700e83a9",
"reference": "5788d8e7d59694cf3c2a385d71ed0c16700e83a9",
"shasum": ""
},
"require": {
"laminas-api-tools/api-tools-api-problem": "^1.6",
"laminas-api-tools/api-tools-content-negotiation": "^1.8",
"laminas/laminas-eventmanager": "^3.3",
"laminas/laminas-http": "^2.14",
"laminas/laminas-mvc": "^3.2",
"laminas/laminas-servicemanager": "^3.11",
"laminas/laminas-stdlib": "^3.3",
"laminas/laminas-view": "^2.12",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"zfcampus/zf-rpc": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"phpunit/phpunit": "^9.5.10",
"psalm/plugin-phpunit": "^0.15.2",
"vimeo/psalm": "^4.7"
},
"type": "library",
"extra": {
"laminas": {
"module": "Laminas\\ApiTools\\Rpc"
}
},
"autoload": {
"psr-4": {
"Laminas\\ApiTools\\Rpc\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Laminas Module for simplifying the creation of RPC services",
"homepage": "https://api-tools.getlaminas.org",
"keywords": [
"api-tools",
"laminas",
"module",
"rpc"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://api-tools.getlaminas.org/documentation",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas-api-tools/api-tools-rpc/issues",
"rss": "https://github.com/laminas-api-tools/api-tools-rpc/releases.atom",
"source": "https://github.com/laminas-api-tools/api-tools-rpc"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-07-11T17:02:48+00:00"
},
{
"name": "laminas-api-tools/api-tools-versioning",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/laminas-api-tools/api-tools-versioning.git",
"reference": "f175696276b2f1cfacff71fa00526e79dc8d1fc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas-api-tools/api-tools-versioning/zipball/f175696276b2f1cfacff71fa00526e79dc8d1fc4",
"reference": "f175696276b2f1cfacff71fa00526e79dc8d1fc4",
"shasum": ""
},
"require": {
"laminas/laminas-eventmanager": "^3.2",
"laminas/laminas-http": "^2.5.4",
"laminas/laminas-modulemanager": "^2.7.2",
"laminas/laminas-mvc": "^2.7.15 || ^3.0.2",
"laminas/laminas-servicemanager": "^3.11",
"laminas/laminas-stdlib": "^2.7.7 || ^3.0.1",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"zfcampus/zf-versioning": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.10",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.13.1"
},
"type": "library",
"extra": {
"laminas": {
"module": "Laminas\\ApiTools\\Versioning"
}
},
"autoload": {
"psr-4": {
"Laminas\\ApiTools\\Versioning\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Laminas Module providing listeners and route prototypes for implementing API versioning",
"homepage": "https://api-tools.getlaminas.org",
"keywords": [
"api-tools",
"laminas",
"module",
"rest"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://api-tools.getlaminas.org/documentation",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas-api-tools/api-tools-versioning/issues",
"rss": "https://github.com/laminas-api-tools/api-tools-versioning/releases.atom",
"source": "https://github.com/laminas-api-tools/api-tools-versioning"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-07-11T18:25:42+00:00"
},
{
"name": "laminas/laminas-authentication",
"version": "2.15.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-authentication.git",
"reference": "9036ae55a84862b16f8631460f90eeea6c19c54e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-authentication/zipball/9036ae55a84862b16f8631460f90eeea6c19c54e",
"reference": "9036ae55a84862b16f8631460f90eeea6c19c54e",
"shasum": ""
},
"require": {
"laminas/laminas-stdlib": "^3.6.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"zendframework/zend-authentication": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-crypt": "^2.6.0 || ^3.9.0",
"laminas/laminas-db": "^2.15.0",
"laminas/laminas-http": "^2.17.0",
"laminas/laminas-ldap": "^2.16",
"laminas/laminas-session": "^2.13.0",
"laminas/laminas-uri": "^2.10.0",
"laminas/laminas-validator": "^2.26.0",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.17.0",
"squizlabs/php_codesniffer": "^3.7.1",
"vimeo/psalm": "^4.29.0"
},
"suggest": {
"laminas/laminas-crypt": "Laminas\\Crypt component",
"laminas/laminas-db": "Laminas\\Db component",
"laminas/laminas-http": "Laminas\\Http component",
"laminas/laminas-ldap": "Laminas\\Ldap component",
"laminas/laminas-session": "Laminas\\Session component",
"laminas/laminas-uri": "Laminas\\Uri component",
"laminas/laminas-validator": "Laminas\\Validator component"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Authentication\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "provides an API for authentication and includes concrete authentication adapters for common use case scenarios",
"homepage": "https://laminas.dev",
"keywords": [
"Authentication",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-authentication/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-authentication/issues",
"rss": "https://github.com/laminas/laminas-authentication/releases.atom",
"source": "https://github.com/laminas/laminas-authentication"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-07-12T08:21:19+00:00"
},
{
"name": "laminas/laminas-cache",
"version": "3.10.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-cache.git",
"reference": "7bda6c5b500b916cbb03d0504069865d31b3efa5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-cache/zipball/7bda6c5b500b916cbb03d0504069865d31b3efa5",
"reference": "7bda6c5b500b916cbb03d0504069865d31b3efa5",
"shasum": ""
},
"require": {
"laminas/laminas-cache-storage-implementation": "1.0",
"laminas/laminas-eventmanager": "^3.4",
"laminas/laminas-servicemanager": "^3.18.0",
"laminas/laminas-stdlib": "^3.6",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"psr/cache": "^1.0",
"psr/simple-cache": "^1.0",
"stella-maris/clock": "^0.1.5",
"webmozart/assert": "^1.9"
},
"conflict": {
"symfony/console": "<5.1"
},
"provide": {
"psr/cache-implementation": "1.0",
"psr/simple-cache-implementation": "1.0"
},
"require-dev": {
"laminas/laminas-cache-storage-adapter-apcu": "^2.4",
"laminas/laminas-cache-storage-adapter-blackhole": "^2.3",
"laminas/laminas-cache-storage-adapter-filesystem": "^2.3",
"laminas/laminas-cache-storage-adapter-memory": "^2.2",
"laminas/laminas-cache-storage-adapter-test": "^2.4",
"laminas/laminas-cli": "^1.7",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-config-aggregator": "^1.13",
"laminas/laminas-feed": "^2.20",
"laminas/laminas-serializer": "^2.14",
"phpbench/phpbench": "^1.2.7",
"phpunit/phpunit": "^9.5.27",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.4"
},
"suggest": {
"laminas/laminas-cache-storage-adapter-apcu": "APCu implementation",
"laminas/laminas-cache-storage-adapter-blackhole": "Blackhole/Void implementation",
"laminas/laminas-cache-storage-adapter-ext-mongodb": "MongoDB implementation",
"laminas/laminas-cache-storage-adapter-filesystem": "Filesystem implementation",
"laminas/laminas-cache-storage-adapter-memcached": "Memcached implementation",
"laminas/laminas-cache-storage-adapter-memory": "Memory implementation",
"laminas/laminas-cache-storage-adapter-redis": "Redis implementation",
"laminas/laminas-cache-storage-adapter-session": "Session implementation",
"laminas/laminas-cli": "The laminas-cli binary can be used to consume commands provided by this component",
"laminas/laminas-serializer": "Laminas\\Serializer component"
},
"type": "library",
"extra": {
"laminas": {
"component": "Laminas\\Cache",
"config-provider": "Laminas\\Cache\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output",
"homepage": "https://laminas.dev",
"keywords": [
"cache",
"laminas",
"psr-16",
"psr-6"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-cache/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-cache/issues",
"rss": "https://github.com/laminas/laminas-cache/releases.atom",
"source": "https://github.com/laminas/laminas-cache"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-03-31T18:59:17+00:00"
},
{
"name": "laminas/laminas-component-installer",
"version": "2.8.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-component-installer.git",
"reference": "3c998d2b2755985c71cd4d5d9b294228f63d3a65"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-component-installer/zipball/3c998d2b2755985c71cd4d5d9b294228f63d3a65",
"reference": "3c998d2b2755985c71cd4d5d9b294228f63d3a65",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0"
},
"conflict": {
"zendframework/zend-component-installer": "*"
},
"require-dev": {
"composer/composer": "^2.1.9@RC",
"laminas/laminas-coding-standard": "~2.3.0",
"mikey179/vfsstream": "^1.6.10",
"phpunit/phpunit": "^9.5.19",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.22.0",
"webmozart/assert": "^1.10.0"
},
"type": "composer-plugin",
"extra": {
"class": "Laminas\\ComponentInstaller\\ComponentInstaller"
},
"autoload": {
"psr-4": {
"Laminas\\ComponentInstaller\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Composer plugin for injecting modules and configuration providers into application configuration",
"homepage": "https://laminas.dev",
"keywords": [
"component installer",
"composer",
"laminas",
"plugin"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-component-installer/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-component-installer/issues",
"rss": "https://github.com/laminas/laminas-component-installer/releases.atom",
"source": "https://github.com/laminas/laminas-component-installer"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2022-07-03T21:27:51+00:00"
},
{
"name": "laminas/laminas-config",
"version": "3.9.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-config.git",
"reference": "e53717277f6c22b1c697a46473b9a5ec9a438efa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-config/zipball/e53717277f6c22b1c697a46473b9a5ec9a438efa",
"reference": "e53717277f6c22b1c697a46473b9a5ec9a438efa",
"shasum": ""
},
"require": {
"ext-json": "*",
"laminas/laminas-stdlib": "^3.6",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"psr/container": "^1.0"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
"zendframework/zend-config": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-filter": "~2.23.0",
"laminas/laminas-i18n": "~2.19.0",
"laminas/laminas-servicemanager": "~3.19.0",
"phpunit/phpunit": "~9.5.25"
},
"suggest": {
"laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
"laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor",
"laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Config\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "provides a nested object property based user interface for accessing this configuration data within application code",
"homepage": "https://laminas.dev",
"keywords": [
"config",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-config/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-config/issues",
"rss": "https://github.com/laminas/laminas-config/releases.atom",
"source": "https://github.com/laminas/laminas-config"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-09-19T12:02:54+00:00"
},
{
"name": "laminas/laminas-crypt",
"version": "3.12.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-crypt.git",
"reference": "ceab630494fc7a0d82ec39ad63947ef889a21be7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-crypt/zipball/ceab630494fc7a0d82ec39ad63947ef889a21be7",
"reference": "ceab630494fc7a0d82ec39ad63947ef889a21be7",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"laminas/laminas-math": "^3.4",
"laminas/laminas-stdlib": "^3.8",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"psr/container": "^1.1"
},
"conflict": {
"zendframework/zend-crypt": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "^9.5.25"
},
"suggest": {
"ext-openssl": "Required for most features of Laminas\\Crypt"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Crypt\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Strong cryptography tools and password hashing",
"homepage": "https://laminas.dev",
"keywords": [
"crypt",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-crypt/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-crypt/issues",
"rss": "https://github.com/laminas/laminas-crypt/releases.atom",
"source": "https://github.com/laminas/laminas-crypt"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"abandoned": true,
"time": "2024-07-15T09:11:42+00:00"
},
{
"name": "laminas/laminas-db",
"version": "2.18.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-db.git",
"reference": "4df7a3f7ffe268e8683306fcec125c269408b295"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-db/zipball/4df7a3f7ffe268e8683306fcec125c269408b295",
"reference": "4df7a3f7ffe268e8683306fcec125c269408b295",
"shasum": ""
},
"require": {
"laminas/laminas-stdlib": "^3.7.1",
"php": "~8.0.0 || ~8.1.0|| ~8.2.0"
},
"conflict": {
"zendframework/zend-db": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.4.0",
"laminas/laminas-eventmanager": "^3.6.0",
"laminas/laminas-hydrator": "^4.7",
"laminas/laminas-servicemanager": "^3.19.0",
"phpunit/phpunit": "^9.5.25"
},
"suggest": {
"laminas/laminas-eventmanager": "Laminas\\EventManager component",
"laminas/laminas-hydrator": "(^3.2 || ^4.3) Laminas\\Hydrator component for using HydratingResultSets",
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
},
"type": "library",
"extra": {
"laminas": {
"component": "Laminas\\Db",
"config-provider": "Laminas\\Db\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Db\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
"homepage": "https://laminas.dev",
"keywords": [
"db",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-db/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-db/issues",
"rss": "https://github.com/laminas/laminas-db/releases.atom",
"source": "https://github.com/laminas/laminas-db"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-05-05T16:22:28+00:00"
},
{
"name": "laminas/laminas-escaper",
"version": "2.12.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-escaper.git",
"reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
"reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-mbstring": "*",
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"zendframework/zend-escaper": "*"
},
"require-dev": {
"infection/infection": "^0.26.6",
"laminas/laminas-coding-standard": "~2.4.0",
"maglnet/composer-require-checker": "^3.8.0",
"phpunit/phpunit": "^9.5.18",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.22.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Escaper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
"homepage": "https://laminas.dev",
"keywords": [
"escaper",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-escaper/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-escaper/issues",
"rss": "https://github.com/laminas/laminas-escaper/releases.atom",
"source": "https://github.com/laminas/laminas-escaper"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2022-10-10T10:11:09+00:00"
},
{
"name": "laminas/laminas-eventmanager",
"version": "3.11.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-eventmanager.git",
"reference": "9cfa79ce247c567f05ce4b7c975c6bdf9698c5dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/9cfa79ce247c567f05ce4b7c975c6bdf9698c5dd",
"reference": "9cfa79ce247c567f05ce4b7c975c6bdf9698c5dd",
"shasum": ""
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
},
"conflict": {
"container-interop/container-interop": "<1.2",
"zendframework/zend-eventmanager": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-stdlib": "^3.15",
"phpbench/phpbench": "^1.2.7",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"psr/container": "^1.1.2 || ^2.0.2",
"vimeo/psalm": "^5.0.0"
},
"suggest": {
"laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature",
"psr/container": "^1.1.2 || ^2.0.2, to use the lazy listeners feature"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\EventManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Trigger and listen to events within a PHP application",
"homepage": "https://laminas.dev",
"keywords": [
"event",
"eventmanager",
"events",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-eventmanager/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-eventmanager/issues",
"rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
"source": "https://github.com/laminas/laminas-eventmanager"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-10-10T08:29:58+00:00"
},
{
"name": "laminas/laminas-filter",
"version": "2.31.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-filter.git",
"reference": "548a6597d357b0b0b139cc7bffea4dfbc50eb5a8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-filter/zipball/548a6597d357b0b0b139cc7bffea4dfbc50eb5a8",
"reference": "548a6597d357b0b0b139cc7bffea4dfbc50eb5a8",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"laminas/laminas-servicemanager": "^3.14.0",
"laminas/laminas-stdlib": "^3.13.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"laminas/laminas-validator": "<2.10.1",
"zendframework/zend-filter": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-crypt": "^3.9",
"laminas/laminas-uri": "^2.10",
"pear/archive_tar": "^1.4.14",
"phpunit/phpunit": "^9.5.27",
"psalm/plugin-phpunit": "^0.18.4",
"psr/http-factory": "^1.0.1",
"vimeo/psalm": "^5.3"
},
"suggest": {
"laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters",
"laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality",
"laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter",
"psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters"
},
"type": "library",
"extra": {
"laminas": {
"component": "Laminas\\Filter",
"config-provider": "Laminas\\Filter\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Filter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Programmatically filter and normalize data and files",
"homepage": "https://laminas.dev",
"keywords": [
"filter",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-filter/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-filter/issues",
"rss": "https://github.com/laminas/laminas-filter/releases.atom",
"source": "https://github.com/laminas/laminas-filter"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-01-12T06:17:48+00:00"
},
{
"name": "laminas/laminas-form",
"version": "3.9.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-form.git",
"reference": "843056ab671477be0204ceb7f13feaab41193b52"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-form/zipball/843056ab671477be0204ceb7f13feaab41193b52",
"reference": "843056ab671477be0204ceb7f13feaab41193b52",
"shasum": ""
},
"require": {
"laminas/laminas-hydrator": "^4.3.1",
"laminas/laminas-inputfilter": "^2.19.1",
"laminas/laminas-stdlib": "^3.7.1",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"doctrine/annotations": "<1.12.0",
"laminas/laminas-captcha": "<2.13.0",
"laminas/laminas-eventmanager": "<3.6.0",
"laminas/laminas-i18n": "<2.19.0",
"laminas/laminas-recaptcha": "<3.4.0",
"laminas/laminas-servicemanager": "<3.19.0",
"laminas/laminas-view": "<2.24.0"
},
"require-dev": {
"doctrine/annotations": "^1.13.3",
"ext-intl": "*",
"laminas/laminas-captcha": "^2.15",
"laminas/laminas-coding-standard": "^2.4",
"laminas/laminas-db": "^2.16",
"laminas/laminas-escaper": "^2.12",
"laminas/laminas-eventmanager": "^3.8",
"laminas/laminas-filter": "^2.29",
"laminas/laminas-i18n": "^2.21",
"laminas/laminas-modulemanager": "^2.14.0",
"laminas/laminas-recaptcha": "^3.5",
"laminas/laminas-servicemanager": "^3.20",
"laminas/laminas-session": "^2.16",
"laminas/laminas-text": "^2.9.0",
"laminas/laminas-validator": "^2.28",
"laminas/laminas-view": "^2.25",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.1"
},
"suggest": {
"doctrine/annotations": "^1.12, required to use laminas-form annotations support",
"laminas/laminas-captcha": "^2.11, required for using CAPTCHA form elements",
"laminas/laminas-eventmanager": "^3.4, reuired for laminas-form annotations support",
"laminas/laminas-i18n": "^2.12, required when using laminas-form view helpers",
"laminas/laminas-recaptcha": "^3.4, in order to use the ReCaptcha form element",
"laminas/laminas-servicemanager": "^3.10, required to use the form factories or provide services",
"laminas/laminas-view": "^2.14, required for using the laminas-form view helpers"
},
"type": "library",
"extra": {
"laminas": {
"component": "Laminas\\Form",
"config-provider": "Laminas\\Form\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Form\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
"homepage": "https://laminas.dev",
"keywords": [
"form",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-form/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-form/issues",
"rss": "https://github.com/laminas/laminas-form/releases.atom",
"source": "https://github.com/laminas/laminas-form"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-03-13T17:53:17+00:00"
},
{
"name": "laminas/laminas-http",
"version": "2.18.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-http.git",
"reference": "76de9008f889bc7088f85a41d0d2b06c2b59c53d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-http/zipball/76de9008f889bc7088f85a41d0d2b06c2b59c53d",
"reference": "76de9008f889bc7088f85a41d0d2b06c2b59c53d",
"shasum": ""
},
"require": {
"laminas/laminas-loader": "^2.8",
"laminas/laminas-stdlib": "^3.6",
"laminas/laminas-uri": "^2.9.1",
"laminas/laminas-validator": "^2.15",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"zendframework/zend-http": "*"
},
"require-dev": {
"ext-curl": "*",
"laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "^9.5.25"
},
"suggest": {
"paragonie/certainty": "For automated management of cacert.pem"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Http\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
"homepage": "https://laminas.dev",
"keywords": [
"http",
"http client",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-http/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-http/issues",
"rss": "https://github.com/laminas/laminas-http/releases.atom",
"source": "https://github.com/laminas/laminas-http"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2022-11-23T15:45:41+00:00"
},
{
"name": "laminas/laminas-hydrator",
"version": "4.13.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-hydrator.git",
"reference": "de6da92da20873d569532adec94afa7285f21157"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/de6da92da20873d569532adec94afa7285f21157",
"reference": "de6da92da20873d569532adec94afa7285f21157",
"shasum": ""
},
"require": {
"laminas/laminas-stdlib": "^3.3",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"webmozart/assert": "^1.10"
},
"conflict": {
"laminas/laminas-servicemanager": "<3.14.0",
"zendframework/zend-hydrator": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-eventmanager": "^3.10",
"laminas/laminas-modulemanager": "^2.14.0",
"laminas/laminas-serializer": "^2.14.0",
"laminas/laminas-servicemanager": "^3.20",
"phpbench/phpbench": "^1.2.8",
"phpunit/phpunit": "^9.5.28",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.6"
},
"suggest": {
"laminas/laminas-eventmanager": "^3.2, to support aggregate hydrator usage",
"laminas/laminas-serializer": "^2.9, to use the SerializableStrategy",
"laminas/laminas-servicemanager": "^3.14, to support hydrator plugin manager usage"
},
"type": "library",
"extra": {
"laminas": {
"component": "Laminas\\Hydrator",
"config-provider": "Laminas\\Hydrator\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Hydrator\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Serialize objects to arrays, and vice versa",
"homepage": "https://laminas.dev",
"keywords": [
"hydrator",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-hydrator/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-hydrator/issues",
"rss": "https://github.com/laminas/laminas-hydrator/releases.atom",
"source": "https://github.com/laminas/laminas-hydrator"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-03-19T20:05:31+00:00"
},
{
"name": "laminas/laminas-i18n",
"version": "2.22.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-i18n.git",
"reference": "075bec49f777698c6fc229eecefbe7a2364cd18e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/075bec49f777698c6fc229eecefbe7a2364cd18e",
"reference": "075bec49f777698c6fc229eecefbe7a2364cd18e",
"shasum": ""
},
"require": {
"ext-intl": "*",
"laminas/laminas-servicemanager": "^3.14.0",
"laminas/laminas-stdlib": "^2.7 || ^3.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"laminas/laminas-view": "<2.20.0",
"phpspec/prophecy": "<1.9.0",
"zendframework/zend-i18n": "*"
},
"require-dev": {
"laminas/laminas-cache": "^3.8",
"laminas/laminas-cache-storage-adapter-memory": "^2.2.0",
"laminas/laminas-cache-storage-deprecated-factory": "^1.0.1",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-config": "^3.8.0",
"laminas/laminas-eventmanager": "^3.7",
"laminas/laminas-filter": "^2.28.1",
"laminas/laminas-validator": "^2.28",
"laminas/laminas-view": "^2.25",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.3",
"vimeo/psalm": "^5.0.0"
},
"suggest": {
"laminas/laminas-cache": "You should install this package to cache the translations",
"laminas/laminas-config": "You should install this package to use the INI translation format",
"laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
"laminas/laminas-filter": "You should install this package to use the provided filters",
"laminas/laminas-i18n-resources": "This package provides validator and captcha translations",
"laminas/laminas-validator": "You should install this package to use the provided validators",
"laminas/laminas-view": "You should install this package to use the provided view helpers"
},
"type": "library",
"extra": {
"laminas": {
"component": "Laminas\\I18n",
"config-provider": "Laminas\\I18n\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\I18n\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Provide translations for your application, and filter and validate internationalized values",
"homepage": "https://laminas.dev",
"keywords": [
"i18n",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-i18n/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-i18n/issues",
"rss": "https://github.com/laminas/laminas-i18n/releases.atom",
"source": "https://github.com/laminas/laminas-i18n"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-03-31T12:31:38+00:00"
},
{
"name": "laminas/laminas-inputfilter",
"version": "2.24.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-inputfilter.git",
"reference": "c5a53b1e72a2270b441391728291f7136e9461d1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/c5a53b1e72a2270b441391728291f7136e9461d1",
"reference": "c5a53b1e72a2270b441391728291f7136e9461d1",
"shasum": ""
},
"require": {
"laminas/laminas-filter": "^2.13",
"laminas/laminas-servicemanager": "^3.16.0",
"laminas/laminas-stdlib": "^3.0",
"laminas/laminas-validator": "^2.15",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"zendframework/zend-inputfilter": "*"
},
"require-dev": {
"ext-json": "*",
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^9.5.27",
"psalm/plugin-phpunit": "^0.18.4",
"psr/http-message": "^1.0.1",
"vimeo/psalm": "^5.4",
"webmozart/assert": "^1.11"
},
"suggest": {
"psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads"
},
"type": "library",
"extra": {
"laminas": {
"component": "Laminas\\InputFilter",
"config-provider": "Laminas\\InputFilter\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\InputFilter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
"homepage": "https://laminas.dev",
"keywords": [
"inputfilter",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-inputfilter/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-inputfilter/issues",
"rss": "https://github.com/laminas/laminas-inputfilter/releases.atom",
"source": "https://github.com/laminas/laminas-inputfilter"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-04-05T08:44:05+00:00"
},
{
"name": "laminas/laminas-json",
"version": "3.5.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-json.git",
"reference": "7a8a1d7bf2d05dd6c1fbd7c0868d3848cf2b57ec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-json/zipball/7a8a1d7bf2d05dd6c1fbd7c0868d3848cf2b57ec",
"reference": "7a8a1d7bf2d05dd6c1fbd7c0868d3848cf2b57ec",
"shasum": ""
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"zendframework/zend-json": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-stdlib": "^2.7.7 || ^3.1",
"phpunit/phpunit": "^9.5.25"
},
"suggest": {
"laminas/laminas-json-server": "For implementing JSON-RPC servers",
"laminas/laminas-xml2json": "For converting XML documents to JSON"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Json\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
"homepage": "https://laminas.dev",
"keywords": [
"json",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-json/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-json/issues",
"rss": "https://github.com/laminas/laminas-json/releases.atom",
"source": "https://github.com/laminas/laminas-json"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2022-10-17T04:06:45+00:00"
},
{
"name": "laminas/laminas-loader",
"version": "2.11.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-loader.git",
"reference": "f2eedd3a6e774d965158fd11946bb1eba72e298c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-loader/zipball/f2eedd3a6e774d965158fd11946bb1eba72e298c",
"reference": "f2eedd3a6e774d965158fd11946bb1eba72e298c",
"shasum": ""
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
},
"conflict": {
"zendframework/zend-loader": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "~9.5.25"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Loader\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Autoloading and plugin loading strategies",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"loader"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-loader/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-loader/issues",
"rss": "https://github.com/laminas/laminas-loader/releases.atom",
"source": "https://github.com/laminas/laminas-loader"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2024-10-16T09:06:57+00:00"
},
{
"name": "laminas/laminas-log",
"version": "2.16.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-log.git",
"reference": "a9c16bb161311553238b8989aa587bed4b518a7e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-log/zipball/a9c16bb161311553238b8989aa587bed4b518a7e",
"reference": "a9c16bb161311553238b8989aa587bed4b518a7e",
"shasum": ""
},
"require": {
"laminas/laminas-servicemanager": "^3.3.0",
"laminas/laminas-stdlib": "^3.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"psr/log": "^1.1.2"
},
"conflict": {
"zendframework/zend-log": "*"
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"require-dev": {
"ext-dom": "*",
"ext-json": "*",
"ext-xml": "*",
"firephp/firephp-core": "^0.5.3",
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-db": "^2.6",
"laminas/laminas-escaper": "^2.5",
"laminas/laminas-filter": "^2.5",
"laminas/laminas-mail": "^2.6.1",
"laminas/laminas-validator": "^2.10.1",
"mikey179/vfsstream": "^1.6.7",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.10"
},
"suggest": {
"ext-mongo": "mongo extension to use Mongo writer",
"ext-mongodb": "mongodb extension to use MongoDB writer",
"laminas/laminas-db": "Laminas\\Db component to use the database log writer",
"laminas/laminas-escaper": "Laminas\\Escaper component, for use in the XML log formatter",
"laminas/laminas-mail": "Laminas\\Mail component to use the email log writer",
"laminas/laminas-validator": "Laminas\\Validator component to block invalid log messages"
},
"type": "library",
"extra": {
"laminas": {
"component": "Laminas\\Log",
"config-provider": "Laminas\\Log\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Log\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Robust, composite logger with filtering, formatting, and PSR-3 support",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"log",
"logging"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-log/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-log/issues",
"rss": "https://github.com/laminas/laminas-log/releases.atom",
"source": "https://github.com/laminas/laminas-log"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2022-12-19T16:38:15+00:00"
},
{
"name": "laminas/laminas-math",
"version": "3.7.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-math.git",
"reference": "3e90445828fd64308de2a600b48c3df051b3b17a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-math/zipball/3e90445828fd64308de2a600b48c3df051b3b17a",
"reference": "3e90445828fd64308de2a600b48c3df051b3b17a",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
},
"conflict": {
"zendframework/zend-math": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "~9.5.25"
},
"suggest": {
"ext-bcmath": "If using the bcmath functionality",
"ext-gmp": "If using the gmp functionality"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev",
"dev-develop": "3.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Math\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Create cryptographically secure pseudo-random numbers, and manage big integers",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"math"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-math/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-math/issues",
"rss": "https://github.com/laminas/laminas-math/releases.atom",
"source": "https://github.com/laminas/laminas-math"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-10-18T09:53:37+00:00"
},
{
"name": "laminas/laminas-modulemanager",
"version": "2.14.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-modulemanager.git",
"reference": "fb0a2c34423f7d3321dd7c42dc5fc4db905a99ac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/fb0a2c34423f7d3321dd7c42dc5fc4db905a99ac",
"reference": "fb0a2c34423f7d3321dd7c42dc5fc4db905a99ac",
"shasum": ""
},
"require": {
"brick/varexporter": "^0.3.2",
"laminas/laminas-config": "^3.7",
"laminas/laminas-eventmanager": "^3.4",
"laminas/laminas-stdlib": "^3.6",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"webimpress/safe-writer": "^1.0.2 || ^2.1"
},
"conflict": {
"zendframework/zend-modulemanager": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.3",
"laminas/laminas-loader": "^2.9.0",
"laminas/laminas-mvc": "^3.5.0",
"laminas/laminas-servicemanager": "^3.19.0",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.29"
},
"suggest": {
"laminas/laminas-console": "Laminas\\Console component",
"laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules",
"laminas/laminas-mvc": "Laminas\\Mvc component",
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\ModuleManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Modular application system for laminas-mvc applications",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"modulemanager"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-modulemanager/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-modulemanager/issues",
"rss": "https://github.com/laminas/laminas-modulemanager/releases.atom",
"source": "https://github.com/laminas/laminas-modulemanager"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2022-10-28T09:21:04+00:00"
},
{
"name": "laminas/laminas-mvc",
"version": "3.6.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-mvc.git",
"reference": "f12e801c31c04a4b35017354ff84070f5573879f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/f12e801c31c04a4b35017354ff84070f5573879f",
"reference": "f12e801c31c04a4b35017354ff84070f5573879f",
"shasum": ""
},
"require": {
"container-interop/container-interop": "^1.2",
"laminas/laminas-eventmanager": "^3.4",
"laminas/laminas-http": "^2.15",
"laminas/laminas-modulemanager": "^2.8",
"laminas/laminas-router": "^3.11.1",
"laminas/laminas-servicemanager": "^3.20.0",
"laminas/laminas-stdlib": "^3.6",
"laminas/laminas-view": "^2.14",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"zendframework/zend-mvc": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.4.0",
"laminas/laminas-json": "^3.3",
"phpspec/prophecy": "^1.15.0",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^9.5.25",
"webmozart/assert": "^1.11"
},
"suggest": {
"laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
"laminas/laminas-log": "^2.9.1 To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
"laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application",
"laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments",
"laminas/laminas-mvc-middleware": "To dispatch middleware in your laminas-mvc application",
"laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
"laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
"laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per laminas-authentication) in controllers",
"laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
"laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
"laminas/laminas-servicemanager-di": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Mvc\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"mvc"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-mvc/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-mvc/issues",
"rss": "https://github.com/laminas/laminas-mvc/releases.atom",
"source": "https://github.com/laminas/laminas-mvc"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-03-15T10:21:03+00:00"
},
{
"name": "laminas/laminas-mvc-i18n",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-mvc-i18n.git",
"reference": "571f3e34afbff14351677c450f872a0dd19f9d28"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/571f3e34afbff14351677c450f872a0dd19f9d28",
"reference": "571f3e34afbff14351677c450f872a0dd19f9d28",
"shasum": ""
},
"require": {
"container-interop/container-interop": "^1.1",
"ext-intl": "*",
"laminas/laminas-i18n": "^2.13.0",
"laminas/laminas-router": "^3.5.0",
"laminas/laminas-servicemanager": "^3.15.1",
"laminas/laminas-stdlib": "^3.10.1",
"laminas/laminas-validator": "^2.19.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"laminas/laminas-mvc": "<3.0.0",
"phpspec/prophecy": "<1.8.0",
"zendframework/zend-mvc-i18n": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^5.0.0"
},
"suggest": {
"laminas/laminas-cache": "To enable caching of translation strings"
},
"type": "library",
"extra": {
"laminas": {
"component": "Laminas\\Mvc\\I18n",
"config-provider": "Laminas\\Mvc\\I18n\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Mvc\\I18n\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Integration between laminas-mvc and laminas-i18n",
"homepage": "https://laminas.dev",
"keywords": [
"i18n",
"laminas",
"mvc"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-mvc-i18n/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-mvc-i18n/issues",
"rss": "https://github.com/laminas/laminas-mvc-i18n/releases.atom",
"source": "https://github.com/laminas/laminas-mvc-i18n"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2022-12-02T15:45:50+00:00"
},
{
"name": "laminas/laminas-paginator",
"version": "2.17.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-paginator.git",
"reference": "d0fca60a32656fe095045d76af7ad3a3bfc297f9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-paginator/zipball/d0fca60a32656fe095045d76af7ad3a3bfc297f9",
"reference": "d0fca60a32656fe095045d76af7ad3a3bfc297f9",
"shasum": ""
},
"require": {
"ext-json": "*",
"laminas/laminas-stdlib": "^3.10.1",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"zendframework/zend-paginator": "*"
},
"require-dev": {
"laminas/laminas-cache": "^3.6.0",
"laminas/laminas-cache-storage-adapter-memory": "^2.2.0",
"laminas/laminas-coding-standard": "^2.4.0",
"laminas/laminas-config": "^3.8.0",
"laminas/laminas-filter": "^2.23.0",
"laminas/laminas-servicemanager": "^3.19.0",
"laminas/laminas-view": "^2.24.0",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^5.0.0"
},
"suggest": {
"laminas/laminas-cache": "Laminas\\Cache component to support cache features",
"laminas/laminas-filter": "Laminas\\Filter component",
"laminas/laminas-paginator-adapter-laminasdb": "Provides pagination adapters for Select statements and TableGateway instances",
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
"laminas/laminas-view": "Laminas\\View component"
},
"type": "library",
"extra": {
"laminas": {
"component": "Laminas\\Paginator",
"config-provider": "Laminas\\Paginator\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Paginator\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Paginate collections of data from arbitrary sources",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"paginator"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-paginator/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-paginator/issues",
"rss": "https://github.com/laminas/laminas-paginator/releases.atom",
"source": "https://github.com/laminas/laminas-paginator"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2022-12-05T16:02:38+00:00"
},
{
"name": "laminas/laminas-permissions-acl",
"version": "2.14.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-permissions-acl.git",
"reference": "86cecb540cf8f2e088d70d8acef1fc9203ed5023"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-permissions-acl/zipball/86cecb540cf8f2e088d70d8acef1fc9203ed5023",
"reference": "86cecb540cf8f2e088d70d8acef1fc9203ed5023",
"shasum": ""
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"laminas/laminas-servicemanager": "<3.0",
"zendframework/zend-permissions-acl": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-servicemanager": "^3.19",
"phpbench/phpbench": "^1.2",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^5.0"
},
"suggest": {
"laminas/laminas-servicemanager": "To support Laminas\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Permissions\\Acl\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Provides a lightweight and flexible access control list (ACL) implementation for privileges management",
"homepage": "https://laminas.dev",
"keywords": [
"acl",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-permissions-acl/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-permissions-acl/issues",
"rss": "https://github.com/laminas/laminas-permissions-acl/releases.atom",
"source": "https://github.com/laminas/laminas-permissions-acl"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-02-01T16:19:54+00:00"
},
{
"name": "laminas/laminas-permissions-rbac",
"version": "3.4.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-permissions-rbac.git",
"reference": "b3c376fdc0eae3d5208280d57cd9bb766c3d85a0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-permissions-rbac/zipball/b3c376fdc0eae3d5208280d57cd9bb766c3d85a0",
"reference": "b3c376fdc0eae3d5208280d57cd9bb766c3d85a0",
"shasum": ""
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"zendframework/zend-permissions-rbac": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^4.29.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Permissions\\Rbac\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Provides a role-based access control management",
"homepage": "https://laminas.dev",
"keywords": [
"authorization",
"laminas",
"laminas-permissions-rbac",
"rbac"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-permissions-rbac/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-permissions-rbac/issues",
"rss": "https://github.com/laminas/laminas-permissions-rbac/releases.atom",
"source": "https://github.com/laminas/laminas-permissions-rbac"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2022-11-15T23:03:03+00:00"
},
{
"name": "laminas/laminas-router",
"version": "3.11.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-router.git",
"reference": "3512c28cb4ffd64a62bc9e8b685a50a6547b0a11"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-router/zipball/3512c28cb4ffd64a62bc9e8b685a50a6547b0a11",
"reference": "3512c28cb4ffd64a62bc9e8b685a50a6547b0a11",
"shasum": ""
},
"require": {
"laminas/laminas-http": "^2.15",
"laminas/laminas-servicemanager": "^3.14.0",
"laminas/laminas-stdlib": "^3.10.1",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"zendframework/zend-router": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-i18n": "^2.19.0",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^5.0.0"
},
"suggest": {
"laminas/laminas-i18n": "^2.15.0 if defining translatable HTTP path segments"
},
"type": "library",
"extra": {
"laminas": {
"component": "Laminas\\Router",
"config-provider": "Laminas\\Router\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Router\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Flexible routing system for HTTP and console applications",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"routing"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-router/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-router/issues",
"rss": "https://github.com/laminas/laminas-router/releases.atom",
"source": "https://github.com/laminas/laminas-router"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2022-12-29T14:47:23+00:00"
},
{
"name": "laminas/laminas-servicemanager",
"version": "3.20.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-servicemanager.git",
"reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/bc2c2cbe2dd90db8b9d16b0618f542692b76ab59",
"reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59",
"shasum": ""
},
"require": {
"laminas/laminas-stdlib": "^3.2.1",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"psr/container": "^1.0"
},
"conflict": {
"ext-psr": "*",
"laminas/laminas-code": "<3.3.1",
"zendframework/zend-code": "<3.3.1",
"zendframework/zend-servicemanager": "*"
},
"provide": {
"psr/container-implementation": "^1.0"
},
"replace": {
"container-interop/container-interop": "^1.2.0"
},
"require-dev": {
"composer/package-versions-deprecated": "^1.11.99.5",
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-container-config-test": "^0.8",
"laminas/laminas-dependency-plugin": "^2.2",
"mikey179/vfsstream": "^1.6.11@alpha",
"ocramius/proxy-manager": "^2.14.1",
"phpbench/phpbench": "^1.2.7",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^5.0.0"
},
"suggest": {
"ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services"
},
"bin": [
"bin/generate-deps-for-config-factory",
"bin/generate-factory-for-class"
],
"type": "library",
"autoload": {
"files": [
"src/autoload.php"
],
"psr-4": {
"Laminas\\ServiceManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Factory-Driven Dependency Injection Container",
"homepage": "https://laminas.dev",
"keywords": [
"PSR-11",
"dependency-injection",
"di",
"dic",
"laminas",
"service-manager",
"servicemanager"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-servicemanager/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-servicemanager/issues",
"rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
"source": "https://github.com/laminas/laminas-servicemanager"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2022-12-01T17:03:38+00:00"
},
{
"name": "laminas/laminas-stdlib",
"version": "3.16.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-stdlib.git",
"reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/f4f773641807c7ccee59b758bfe4ac4ba33ecb17",
"reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17",
"shasum": ""
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"zendframework/zend-stdlib": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.4.0",
"phpbench/phpbench": "^1.2.7",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^5.0.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Stdlib\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "SPL extensions, array utilities, error handlers, and more",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"stdlib"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-stdlib/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-stdlib/issues",
"rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
"source": "https://github.com/laminas/laminas-stdlib"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2022-12-03T18:48:01+00:00"
},
{
"name": "laminas/laminas-text",
"version": "2.10.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-text.git",
"reference": "40f7acdb284d41553d32db811e704d6e15e415b4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-text/zipball/40f7acdb284d41553d32db811e704d6e15e415b4",
"reference": "40f7acdb284d41553d32db811e704d6e15e415b4",
"shasum": ""
},
"require": {
"laminas/laminas-servicemanager": "^3.19.0",
"laminas/laminas-stdlib": "^3.7.1",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"zendframework/zend-text": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Text\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Create FIGlets and text-based tables",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"text"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-text/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-text/issues",
"rss": "https://github.com/laminas/laminas-text/releases.atom",
"source": "https://github.com/laminas/laminas-text"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2022-12-11T15:36:27+00:00"
},
{
"name": "laminas/laminas-uri",
"version": "2.10.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-uri.git",
"reference": "663b050294945c7345cc3a61f3ca661d5f9e1f80"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-uri/zipball/663b050294945c7345cc3a61f3ca661d5f9e1f80",
"reference": "663b050294945c7345cc3a61f3ca661d5f9e1f80",
"shasum": ""
},
"require": {
"laminas/laminas-escaper": "^2.9",
"laminas/laminas-validator": "^2.15",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"zendframework/zend-uri": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "^9.5.25"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Uri\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"uri"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-uri/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-uri/issues",
"rss": "https://github.com/laminas/laminas-uri/releases.atom",
"source": "https://github.com/laminas/laminas-uri"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2022-10-16T15:02:45+00:00"
},
{
"name": "laminas/laminas-validator",
"version": "2.30.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-validator.git",
"reference": "b7d217b5e4951955fda9a3a5ada91b717b5c8d5c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-validator/zipball/b7d217b5e4951955fda9a3a5ada91b717b5c8d5c",
"reference": "b7d217b5e4951955fda9a3a5ada91b717b5c8d5c",
"shasum": ""
},
"require": {
"laminas/laminas-servicemanager": "^3.12.0",
"laminas/laminas-stdlib": "^3.13",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"psr/http-message": "^1.0.1"
},
"conflict": {
"zendframework/zend-validator": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.4.0",
"laminas/laminas-db": "^2.16",
"laminas/laminas-filter": "^2.28.1",
"laminas/laminas-http": "^2.18",
"laminas/laminas-i18n": "^2.19",
"laminas/laminas-session": "^2.15",
"laminas/laminas-uri": "^2.10.0",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.3",
"psr/http-client": "^1.0.1",
"psr/http-factory": "^1.0.1",
"vimeo/psalm": "^5.0"
},
"suggest": {
"laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
"laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator",
"laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages",
"laminas/laminas-i18n-resources": "Translations of validator messages",
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
"laminas/laminas-session": "Laminas\\Session component, ^2.8; required by the Csrf validator",
"laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators",
"psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators"
},
"type": "library",
"extra": {
"laminas": {
"component": "Laminas\\Validator",
"config-provider": "Laminas\\Validator\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Validator\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"validator"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-validator/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-validator/issues",
"rss": "https://github.com/laminas/laminas-validator/releases.atom",
"source": "https://github.com/laminas/laminas-validator"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-01-30T22:41:19+00:00"
},
{
"name": "laminas/laminas-view",
"version": "2.27.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-view.git",
"reference": "b7e66e148ccd55c815b9626ee0cfd358dbb28be4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-view/zipball/b7e66e148ccd55c815b9626ee0cfd358dbb28be4",
"reference": "b7e66e148ccd55c815b9626ee0cfd358dbb28be4",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-filter": "*",
"ext-json": "*",
"laminas/laminas-escaper": "^2.5",
"laminas/laminas-eventmanager": "^3.4",
"laminas/laminas-json": "^3.3",
"laminas/laminas-servicemanager": "^3.14.0",
"laminas/laminas-stdlib": "^3.10.1",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"psr/container": "^1 || ^2"
},
"conflict": {
"container-interop/container-interop": "<1.2",
"laminas/laminas-router": "<3.0.1",
"laminas/laminas-session": "<2.12",
"zendframework/zend-view": "*"
},
"require-dev": {
"laminas/laminas-authentication": "^2.13",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-feed": "^2.20",
"laminas/laminas-filter": "^2.31",
"laminas/laminas-http": "^2.18",
"laminas/laminas-i18n": "^2.21",
"laminas/laminas-modulemanager": "^2.14",
"laminas/laminas-mvc": "^3.6",
"laminas/laminas-mvc-i18n": "^1.7",
"laminas/laminas-mvc-plugin-flashmessenger": "^1.9",
"laminas/laminas-navigation": "^2.18.1",
"laminas/laminas-paginator": "^2.17",
"laminas/laminas-permissions-acl": "^2.13",
"laminas/laminas-router": "^3.11.1",
"laminas/laminas-uri": "^2.10",
"phpunit/phpunit": "^9.5.28",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.4"
},
"suggest": {
"laminas/laminas-authentication": "Laminas\\Authentication component",
"laminas/laminas-feed": "Laminas\\Feed component",
"laminas/laminas-filter": "Laminas\\Filter component",
"laminas/laminas-http": "Laminas\\Http component",
"laminas/laminas-i18n": "Laminas\\I18n component",
"laminas/laminas-mvc": "Laminas\\Mvc component",
"laminas/laminas-mvc-plugin-flashmessenger": "laminas-mvc-plugin-flashmessenger component, if you want to use the FlashMessenger view helper with laminas-mvc versions 3 and up",
"laminas/laminas-navigation": "Laminas\\Navigation component",
"laminas/laminas-paginator": "Laminas\\Paginator component",
"laminas/laminas-permissions-acl": "Laminas\\Permissions\\Acl component",
"laminas/laminas-uri": "Laminas\\Uri component"
},
"bin": [
"bin/templatemap_generator.php"
],
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\View\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Flexible view layer supporting and providing multiple view layers, helpers, and more",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"view"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-view/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-view/issues",
"rss": "https://github.com/laminas/laminas-view/releases.atom",
"source": "https://github.com/laminas/laminas-view"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-02-09T16:07:15+00:00"
},
{
"name": "laminas/laminas-zendframework-bridge",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-zendframework-bridge.git",
"reference": "5ef52e26392777a26dbb8f20fe24f91b406459f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/5ef52e26392777a26dbb8f20fe24f91b406459f6",
"reference": "5ef52e26392777a26dbb8f20fe24f91b406459f6",
"shasum": ""
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"squizlabs/php_codesniffer": "^3.7.1",
"vimeo/psalm": "^4.29.0"
},
"type": "library",
"extra": {
"laminas": {
"module": "Laminas\\ZendFrameworkBridge"
}
},
"autoload": {
"files": [
"src/autoload.php"
],
"psr-4": {
"Laminas\\ZendFrameworkBridge\\": "src//"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Alias legacy ZF class names to Laminas Project equivalents.",
"keywords": [
"ZendFramework",
"autoloading",
"laminas",
"zf"
],
"support": {
"forum": "https://discourse.laminas.dev/",
"issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
"rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
"source": "https://github.com/laminas/laminas-zendframework-bridge"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"abandoned": true,
"time": "2022-12-12T11:44:10+00:00"
},
{
"name": "michelf/php-markdown",
"version": "1.9.1",
"source": {
"type": "git",
"url": "https://github.com/michelf/php-markdown.git",
"reference": "5024d623c1a057dcd2d076d25b7d270a1d0d55f3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/michelf/php-markdown/zipball/5024d623c1a057dcd2d076d25b7d270a1d0d55f3",
"reference": "5024d623c1a057dcd2d076d25b7d270a1d0d55f3",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": ">=4.3 <5.8"
},
"type": "library",
"autoload": {
"psr-4": {
"Michelf\\": "Michelf/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Michel Fortin",
"email": "michel.fortin@michelf.ca",
"homepage": "https://michelf.ca/",
"role": "Developer"
},
{
"name": "John Gruber",
"homepage": "https://daringfireball.net/"
}
],
"description": "PHP Markdown",
"homepage": "https://michelf.ca/projects/php-markdown/",
"keywords": [
"markdown"
],
"support": {
"issues": "https://github.com/michelf/php-markdown/issues",
"source": "https://github.com/michelf/php-markdown/tree/1.9.1"
},
"time": "2021-11-24T02:52:38+00:00"
},
{
"name": "monolog/monolog",
"version": "1.27.1",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "904713c5929655dc9b97288b69cfeedad610c9a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/904713c5929655dc9b97288b69cfeedad610c9a1",
"reference": "904713c5929655dc9b97288b69cfeedad610c9a1",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": "~1.0"
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0",
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
"phpstan/phpstan": "^0.12.59",
"phpunit/phpunit": "~4.5",
"ruflin/elastica": ">=0.90 <3.0",
"sentry/sentry": "^0.13",
"swiftmailer/swiftmailer": "^5.3|^6.0"
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
"sentry/sentry": "Allow sending log messages to a Sentry server"
},
"type": "library",
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/1.27.1"
},
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
"time": "2022-06-09T08:53:42+00:00"
},
{
"name": "nikic/php-parser",
"version": "v4.19.4",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/715f4d25e225bc47b293a8b997fe6ce99bf987d2",
"reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.1"
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.9-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.19.4"
},
"time": "2024-09-29T15:01:53+00:00"
},
{
"name": "psr/cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"support": {
"source": "https://github.com/php-fig/cache/tree/master"
},
"time": "2016-08-06T20:24:11+00:00"
},
{
"name": "psr/clock",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/clock.git",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Clock\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for reading the clock.",
"homepage": "https://github.com/php-fig/clock",
"keywords": [
"clock",
"now",
"psr",
"psr-20",
"time"
],
"support": {
"issues": "https://github.com/php-fig/clock/issues",
"source": "https://github.com/php-fig/clock/tree/1.0.0"
},
"time": "2022-11-25T14:36:26+00:00"
},
{
"name": "psr/container",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
"shasum": ""
},
"require": {
"php": ">=7.4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/1.1.2"
},
"time": "2021-11-05T16:50:12+00:00"
},
{
"name": "psr/http-message",
"version": "1.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-message/tree/1.1"
},
"time": "2023-04-04T09:50:52+00:00"
},
{
"name": "psr/link",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/link.git",
"reference": "84b159194ecfd7eaa472280213976e96415433f7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/link/zipball/84b159194ecfd7eaa472280213976e96415433f7",
"reference": "84b159194ecfd7eaa472280213976e96415433f7",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"suggest": {
"fig/link-util": "Provides some useful PSR-13 utilities"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Link\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for HTTP links",
"homepage": "https://github.com/php-fig/link",
"keywords": [
"http",
"http-link",
"link",
"psr",
"psr-13",
"rest"
],
"support": {
"source": "https://github.com/php-fig/link/tree/2.0.1"
},
"time": "2021-03-11T23:00:27+00:00"
},
{
"name": "psr/log",
"version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"support": {
"source": "https://github.com/php-fig/log/tree/1.1.4"
},
"time": "2021-05-03T11:20:27+00:00"
},
{
"name": "psr/simple-cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/master"
},
"time": "2017-10-23T01:57:42+00:00"
},
{
"name": "stella-maris/clock",
"version": "0.1.7",
"source": {
"type": "git",
"url": "https://github.com/stella-maris-solutions/clock.git",
"reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stella-maris-solutions/clock/zipball/fa23ce16019289a18bb3446fdecd45befcdd94f8",
"reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8",
"shasum": ""
},
"require": {
"php": "^7.0|^8.0",
"psr/clock": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"StellaMaris\\Clock\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Andreas Heigl",
"role": "Maintainer"
}
],
"description": "A pre-release of the proposed PSR-20 Clock-Interface",
"homepage": "https://gitlab.com/stella-maris/clock",
"keywords": [
"clock",
"datetime",
"point in time",
"psr20"
],
"support": {
"source": "https://github.com/stella-maris-solutions/clock/tree/0.1.7"
},
"time": "2022-11-25T16:15:06+00:00"
},
{
"name": "symfony/console",
"version": "v5.4.46",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "fb0d4760e7147d81ab4d9e2d57d56268261b4e4e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/fb0d4760e7147d81ab4d9e2d57d56268261b4e4e",
"reference": "fb0d4760e7147d81ab4d9e2d57d56268261b4e4e",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/string": "^5.1|^6.0"
},
"conflict": {
"psr/log": ">=3",
"symfony/dependency-injection": "<4.4",
"symfony/dotenv": "<5.1",
"symfony/event-dispatcher": "<4.4",
"symfony/lock": "<4.4",
"symfony/process": "<4.4"
},
"provide": {
"psr/log-implementation": "1.0|2.0"
},
"require-dev": {
"psr/log": "^1|^2",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
"symfony/lock": "^4.4|^5.0|^6.0",
"symfony/process": "^4.4|^5.0|^6.0",
"symfony/var-dumper": "^4.4|^5.0|^6.0"
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com",
"keywords": [
"cli",
"command-line",
"console",
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v5.4.46"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-11-05T14:17:06+00:00"
},
{
"name": "symfony/deprecation-contracts",
"version": "v3.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
"reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
"shasum": ""
},
"require": {
"php": ">=8.0.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.2"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-01-02T09:55:41+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.31.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"provide": {
"ext-ctype": "*"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-09T11:45:10+00:00"
},
{
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.31.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
"reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-09T11:45:10+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.31.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "3833d7255cc303546435cb650316bff708a1c75c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
"reference": "3833d7255cc303546435cb650316bff708a1c75c",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-09T11:45:10+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.31.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-09T11:45:10+00:00"
},
{
"name": "symfony/polyfill-php72",
"version": "v1.31.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce",
"reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"type": "metapackage",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.31.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-09T11:45:10+00:00"
},
{
"name": "symfony/polyfill-php73",
"version": "v1.31.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
"reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.31.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-09T11:45:10+00:00"
},
{
"name": "symfony/polyfill-php80",
"version": "v1.31.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
"reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-09T11:45:10+00:00"
},
{
"name": "symfony/service-contracts",
"version": "v2.5.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/a2329596ddc8fd568900e3fc76cba42489ecc7f3",
"reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/container": "^1.1",
"symfony/deprecation-contracts": "^2.1|^3"
},
"conflict": {
"ext-psr": "<1.1|>=2"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v2.5.3"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2023-04-21T15:04:16+00:00"
},
{
"name": "symfony/string",
"version": "v6.0.19",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "d9e72497367c23e08bf94176d2be45b00a9d232a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/d9e72497367c23e08bf94176d2be45b00a9d232a",
"reference": "d9e72497367c23e08bf94176d2be45b00a9d232a",
"shasum": ""
},
"require": {
"php": ">=8.0.2",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/translation-contracts": "<2.0"
},
"require-dev": {
"symfony/error-handler": "^5.4|^6.0",
"symfony/http-client": "^5.4|^6.0",
"symfony/translation-contracts": "^2.0|^3.0",
"symfony/var-exporter": "^5.4|^6.0"
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
"psr-4": {
"Symfony\\Component\\String\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v6.0.19"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2023-01-01T08:36:10+00:00"
},
{
"name": "unicaen/console",
"version": "6.1.1",
"source": {
"type": "git",
"url": "https://git.unicaen.fr/lib/unicaen/console.git",
"reference": "745acb5724a7273ce70a4cd91af5b39492862b75"
},
"require": {
"laminas/laminas-stdlib": "^3.2",
"php": "^8.0"
},
"replace": {
"zendframework/zend-console": "^2.8.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-filter": "^2.7.2",
"laminas/laminas-json": "^2.6 || ^3.0",
"laminas/laminas-validator": "^2.10.1",
"phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.5.18"
},
"suggest": {
"laminas/laminas-filter": "To support DefaultRouteMatcher usage",
"laminas/laminas-validator": "To support DefaultRouteMatcher usage"
},
"type": "library",
"autoload": {
"psr-4": {
"Unicaen\\Console\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"UnicaenTest\\Console\\": "test/"
}
},
"scripts": {
"test": [
"phpunit --colors=always"
],
"test-coverage": [
"phpunit --colors=always --coverage-clover clover.xml"
]
},
"description": "Build console applications using getopt syntax or routing, complete with prompts",
"time": "2024-05-14T08:48:10+00:00"
},
{
"name": "unicaen/oracle",
"version": "dev-release_4.0.0",
"source": {
"type": "git",
"url": "https://git.unicaen.fr/lib/unicaen/oracle.git",
"reference": "9eaeb1bee06b7210ff2200b1f6f06271e95de39c"
},
"require": {
"doctrine/dbal": "^3.7",
"doctrine/orm": "^2.5",
"php": "^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
},
"type": "library",
"autoload": {
"psr-0": {
"UnicaenOracle": "src/",
"UnicaenOracleTest": "tests/"
},
"classmap": [
"./Module.php"
]
},
"description": "Bibliothèque utile lorsqu'on utilise un base de données Oracle",
"time": "2024-03-26T08:46:45+00:00"
},
{
"name": "webimpress/safe-writer",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/webimpress/safe-writer.git",
"reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webimpress/safe-writer/zipball/9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
"reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
"shasum": ""
},
"require": {
"php": "^7.3 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.4",
"vimeo/psalm": "^4.7",
"webimpress/coding-standard": "^1.2.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev",
"dev-develop": "2.3.x-dev",
"dev-release-1.0": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Webimpress\\SafeWriter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"description": "Tool to write files safely, to avoid race conditions",
"keywords": [
"concurrent write",
"file writer",
"race condition",
"safe writer",
"webimpress"
],
"support": {
"issues": "https://github.com/webimpress/safe-writer/issues",
"source": "https://github.com/webimpress/safe-writer/tree/2.2.0"
},
"funding": [
{
"url": "https://github.com/michalbundyra",
"type": "github"
}
],
"time": "2021-04-19T16:34:45+00:00"
},
{
"name": "webmozart/assert",
"version": "1.11.0",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"php": "^7.2 || ^8.0"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5.13"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
},
"time": "2022-06-03T18:03:27+00:00"
}
],
"packages-dev": [
{
"name": "laminas-api-tools/api-tools-asset-manager",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/laminas-api-tools/api-tools-asset-manager.git",
"reference": "aa1b606784af1252265e76a8af1582aac09e7610"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas-api-tools/api-tools-asset-manager/zipball/aa1b606784af1252265e76a8af1582aac09e7610",
"reference": "aa1b606784af1252265e76a8af1582aac09e7610",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1 || ^2.0",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"replace": {
"zfcampus/zf-asset-manager": "^1.2.0"
},
"require-dev": {
"composer/composer": "^1.4.1 || ^2.1.9",
"laminas/laminas-coding-standard": "~2.3.0",
"mikey179/vfsstream": "^1.6.10",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.27",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.30"
},
"type": "composer-plugin",
"extra": {
"class": "Laminas\\ApiTools\\AssetManager\\Plugin"
},
"autoload": {
"psr-4": {
"Laminas\\ApiTools\\AssetManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Composer plugin for copying module assets into application document roots.",
"homepage": "https://api-tools.getlaminas.org",
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://api-tools.getlaminas.org/documentation",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas-api-tools/api-tools-asset-manager/issues",
"rss": "https://github.com/laminas-api-tools/api-tools-asset-manager/releases.atom",
"source": "https://github.com/laminas-api-tools/api-tools-asset-manager"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-01-09T19:02:22+00:00"
},
{
"name": "laminas/laminas-composer-autoloading",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-composer-autoloading.git",
"reference": "4267d3469df364d8375de1b675436031fd9756c4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-composer-autoloading/zipball/4267d3469df364d8375de1b675436031fd9756c4",
"reference": "4267d3469df364d8375de1b675436031fd9756c4",
"shasum": ""
},
"require": {
"laminas/laminas-stdlib": "^3.1",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.3 || ~8.0.0"
},
"replace": {
"zfcampus/zf-composer-autoloading": "^2.1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.1.4",
"mikey179/vfsstream": "^1.6.7",
"mockery/mockery": "^1.4.1",
"php-mock/php-mock-phpunit": "^2.0",
"phpunit/phpunit": "^9.3",
"psalm/plugin-mockery": "^0.7.0",
"psalm/plugin-phpunit": "^0.15.1",
"vimeo/psalm": "^4.6"
},
"bin": [
"bin/laminas-composer-autoloading"
],
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\ComposerAutoloading\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Sets up Composer-based autoloading for your Laminas modules",
"homepage": "https://laminas.dev",
"keywords": [
"autoloading",
"console",
"framework",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-composer-autoloading/issues",
"rss": "https://github.com/laminas/laminas-composer-autoloading/releases.atom",
"source": "https://github.com/laminas/laminas-composer-autoloading"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2021-03-22T22:28:12+00:00"
},
{
"name": "laminas/laminas-dependency-plugin",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-dependency-plugin.git",
"reference": "73cfb63ddca9d6bfedad5e0a038f6d55063975a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-dependency-plugin/zipball/73cfb63ddca9d6bfedad5e0a038f6d55063975a3",
"reference": "73cfb63ddca9d6bfedad5e0a038f6d55063975a3",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1 || ^2.0",
"php": "^7.3 || ~8.0.0 || ~8.1.0"
},
"require-dev": {
"composer/composer": "^1.9 || ^2.0",
"laminas/laminas-coding-standard": "^2.2.1",
"mikey179/vfsstream": "^1.6.10@alpha",
"phpunit/phpunit": "^9.5.5",
"psalm/plugin-phpunit": "^0.15.1",
"roave/security-advisories": "dev-master",
"vimeo/psalm": "^4.5"
},
"type": "composer-plugin",
"extra": {
"class": "Laminas\\DependencyPlugin\\DependencyRewriterPluginDelegator"
},
"autoload": {
"psr-4": {
"Laminas\\DependencyPlugin\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Replace zendframework and zfcampus packages with their Laminas Project equivalents.",
"support": {
"issues": "https://github.com/laminas/laminas-dependency-plugin/issues",
"source": "https://github.com/laminas/laminas-dependency-plugin/tree/2.2.0"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2021-09-08T17:51:35+00:00"
},
{
"name": "laminas/laminas-development-mode",
"version": "3.10.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-development-mode.git",
"reference": "f9b561be3efa9e8ce1da5ec10860fc3308b548cf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-development-mode/zipball/f9b561be3efa9e8ce1da5ec10860fc3308b548cf",
"reference": "f9b561be3efa9e8ce1da5ec10860fc3308b548cf",
"shasum": ""
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"zfcampus/zf-development-mode": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"mikey179/vfsstream": "^1.6.11",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.29"
},
"bin": [
"bin/laminas-development-mode"
],
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\DevelopmentMode\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Laminas development mode script",
"homepage": "https://laminas.dev",
"keywords": [
"framework",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-development-mode/issues",
"rss": "https://github.com/laminas/laminas-development-mode/releases.atom",
"source": "https://github.com/laminas/laminas-development-mode"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2022-10-22T12:11:18+00:00"
},
{
"name": "laminas/laminas-test",
"version": "4.1.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-test.git",
"reference": "6dc112d9ae0a3cc5ab4e45b32359d420ccd4499f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-test/zipball/6dc112d9ae0a3cc5ab4e45b32359d420ccd4499f",
"reference": "6dc112d9ae0a3cc5ab4e45b32359d420ccd4499f",
"shasum": ""
},
"require": {
"laminas/laminas-eventmanager": "^3.0",
"laminas/laminas-http": "^2.15.0",
"laminas/laminas-mvc": "^3.3.0",
"laminas/laminas-servicemanager": "^3.0.3",
"laminas/laminas-uri": "^2.5",
"laminas/laminas-view": "^2.13.1",
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"phpunit/phpunit": "^8.5.14 || ^9.0",
"symfony/css-selector": "^5.4 || ^6.0",
"symfony/dom-crawler": "^5.4 || ^6.0"
},
"conflict": {
"zendframework/zend-test": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-i18n": "^2.6",
"laminas/laminas-modulemanager": "^2.7.1",
"laminas/laminas-mvc-plugin-flashmessenger": "^1.4.0",
"laminas/laminas-serializer": "^2.6.1",
"laminas/laminas-session": "^2.12.0",
"laminas/laminas-stdlib": "^3.6.0",
"laminas/laminas-validator": "^2.8",
"mikey179/vfsstream": "^1.6.8",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.25"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Test\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Tools to facilitate integration testing of laminas-mvc applications",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"test"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-test/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-test/issues",
"rss": "https://github.com/laminas/laminas-test/releases.atom",
"source": "https://github.com/laminas/laminas-test"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2022-07-29T07:29:50+00:00"
},
{
"name": "myclabs/deep-copy",
"version": "1.12.0",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
"reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"conflict": {
"doctrine/collections": "<1.6.8",
"doctrine/common": "<2.13.3 || >=3 <3.2.2"
},
"require-dev": {
"doctrine/collections": "^1.6.8",
"doctrine/common": "^2.13.3 || ^3.2.2",
"phpspec/prophecy": "^1.10",
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
},
"type": "library",
"autoload": {
"files": [
"src/DeepCopy/deep_copy.php"
],
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
"source": "https://github.com/myclabs/DeepCopy/tree/1.12.0"
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
"time": "2024-06-12T14:39:25+00:00"
},
{
"name": "phar-io/manifest",
"version": "2.0.4",
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "54750ef60c58e43759730615a392c31c80e23176"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
"reference": "54750ef60c58e43759730615a392c31c80e23176",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-phar": "*",
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"support": {
"issues": "https://github.com/phar-io/manifest/issues",
"source": "https://github.com/phar-io/manifest/tree/2.0.4"
},
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2024-03-03T12:33:53+00:00"
},
{
"name": "phar-io/version",
"version": "3.2.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.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"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
"support": {
"issues": "https://github.com/phar-io/version/issues",
"source": "https://github.com/phar-io/version/tree/3.2.1"
},
"time": "2022-02-21T01:04:05+00:00"
},
{
"name": "phpunit/php-code-coverage",
"version": "7.0.17",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "40a4ed114a4aea5afd6df8d0f0c9cd3033097f66"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/40a4ed114a4aea5afd6df8d0f0c9cd3033097f66",
"reference": "40a4ed114a4aea5afd6df8d0f0c9cd3033097f66",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlwriter": "*",
"php": ">=7.2",
"phpunit/php-file-iterator": "^2.0.2",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-token-stream": "^3.1.3 || ^4.0",
"sebastian/code-unit-reverse-lookup": "^1.0.1",
"sebastian/environment": "^4.2.2",
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1.3"
},
"require-dev": {
"phpunit/phpunit": "^8.2.2"
},
"suggest": {
"ext-xdebug": "^2.7.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "7.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.17"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-03-02T06:09:37+00:00"
},
{
"name": "phpunit/php-file-iterator",
"version": "2.0.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "69deeb8664f611f156a924154985fbd4911eb36b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/69deeb8664f611f156a924154985fbd4911eb36b",
"reference": "69deeb8664f611f156a924154985fbd4911eb36b",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.6"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-03-01T13:39:50+00:00"
},
{
"name": "phpunit/php-text-template",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
},
"time": "2015-06-21T13:50:34+00:00"
},
{
"name": "phpunit/php-timer",
"version": "2.1.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "a691211e94ff39a34811abd521c31bd5b305b0bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/a691211e94ff39a34811abd521c31bd5b305b0bb",
"reference": "a691211e94ff39a34811abd521c31bd5b305b0bb",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
"source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-03-01T13:42:41+00:00"
},
{
"name": "phpunit/php-token-stream",
"version": "4.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/a853a0e183b9db7eed023d7933a858fa1c8d25a3",
"reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": "^7.3 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
"source": "https://github.com/sebastianbergmann/php-token-stream/tree/master"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"abandoned": true,
"time": "2020-08-04T08:28:15+00:00"
},
{
"name": "phpunit/phpunit",
"version": "8.5.40",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "48ed828b72c35b38cdddcd9059339734cb06b3a7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/48ed828b72c35b38cdddcd9059339734cb06b3a7",
"reference": "48ed828b72c35b38cdddcd9059339734cb06b3a7",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.5.0",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.12.0",
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
"php": ">=7.2",
"phpunit/php-code-coverage": "^7.0.17",
"phpunit/php-file-iterator": "^2.0.6",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-timer": "^2.1.4",
"sebastian/comparator": "^3.0.5",
"sebastian/diff": "^3.0.6",
"sebastian/environment": "^4.2.5",
"sebastian/exporter": "^3.1.6",
"sebastian/global-state": "^3.0.5",
"sebastian/object-enumerator": "^3.0.5",
"sebastian/resource-operations": "^2.0.3",
"sebastian/type": "^1.1.5",
"sebastian/version": "^2.0.1"
},
"suggest": {
"ext-soap": "To be able to generate mocks based on WSDL files",
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage",
"phpunit/php-invoker": "To allow enforcing time limits"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.5-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.40"
},
"funding": [
{
"url": "https://phpunit.de/sponsors.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
"type": "tidelift"
}
],
"time": "2024-09-19T10:47:04+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54",
"reference": "92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-03-01T13:45:45+00:00"
},
{
"name": "sebastian/comparator",
"version": "3.0.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
"reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
"shasum": ""
},
"require": {
"php": ">=7.1",
"sebastian/diff": "^3.0",
"sebastian/exporter": "^3.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"source": "https://github.com/sebastianbergmann/comparator/tree/3.0.5"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2022-09-14T12:31:48+00:00"
},
{
"name": "sebastian/diff",
"version": "3.0.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "98ff311ca519c3aa73ccd3de053bdb377171d7b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/98ff311ca519c3aa73ccd3de053bdb377171d7b6",
"reference": "98ff311ca519c3aa73ccd3de053bdb377171d7b6",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.0",
"symfony/process": "^2 || ^3.3 || ^4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff",
"udiff",
"unidiff",
"unified diff"
],
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/3.0.6"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-03-02T06:16:36+00:00"
},
{
"name": "sebastian/environment",
"version": "4.2.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "56932f6049a0482853056ffd617c91ffcc754205"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/56932f6049a0482853056ffd617c91ffcc754205",
"reference": "56932f6049a0482853056ffd617c91ffcc754205",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
},
"suggest": {
"ext-posix": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
"source": "https://github.com/sebastianbergmann/environment/tree/4.2.5"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-03-01T13:49:59+00:00"
},
{
"name": "sebastian/exporter",
"version": "3.1.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "1939bc8fd1d39adcfa88c5b35335910869214c56"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/1939bc8fd1d39adcfa88c5b35335910869214c56",
"reference": "1939bc8fd1d39adcfa88c5b35335910869214c56",
"shasum": ""
},
"require": {
"php": ">=7.2",
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"ext-mbstring": "*",
"phpunit/phpunit": "^8.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"source": "https://github.com/sebastianbergmann/exporter/tree/3.1.6"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-03-02T06:21:38+00:00"
},
{
"name": "sebastian/global-state",
"version": "3.0.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "91c7c47047a971f02de57ed6f040087ef110c5d9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/91c7c47047a971f02de57ed6f040087ef110c5d9",
"reference": "91c7c47047a971f02de57ed6f040087ef110c5d9",
"shasum": ""
},
"require": {
"php": ">=7.2",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"ext-dom": "*",
"phpunit/phpunit": "^8.0"
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"source": "https://github.com/sebastianbergmann/global-state/tree/3.0.5"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-03-02T06:13:16+00:00"
},
{
"name": "sebastian/object-enumerator",
"version": "3.0.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "ac5b293dba925751b808e02923399fb44ff0d541"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/ac5b293dba925751b808e02923399fb44ff0d541",
"reference": "ac5b293dba925751b808e02923399fb44ff0d541",
"shasum": ""
},
"require": {
"php": ">=7.0",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.5"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-03-01T13:54:02+00:00"
},
{
"name": "sebastian/object-reflector",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "1d439c229e61f244ff1f211e5c99737f90c67def"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/1d439c229e61f244ff1f211e5c99737f90c67def",
"reference": "1d439c229e61f244ff1f211e5c99737f90c67def",
"shasum": ""
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
"source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-03-01T13:56:04+00:00"
},
{
"name": "sebastian/recursion-context",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "9bfd3c6f1f08c026f542032dfb42813544f7d64c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/9bfd3c6f1f08c026f542032dfb42813544f7d64c",
"reference": "9bfd3c6f1f08c026f542032dfb42813544f7d64c",
"shasum": ""
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-03-01T14:07:30+00:00"
},
{
"name": "sebastian/resource-operations",
"version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "72a7f7674d053d548003b16ff5a106e7e0e06eee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/72a7f7674d053d548003b16ff5a106e7e0e06eee",
"reference": "72a7f7674d053d548003b16ff5a106e7e0e06eee",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"support": {
"source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-03-01T13:59:09+00:00"
},
{
"name": "sebastian/type",
"version": "1.1.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "18f071c3a29892b037d35e6b20ddf3ea39b42874"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/18f071c3a29892b037d35e6b20ddf3ea39b42874",
"reference": "18f071c3a29892b037d35e6b20ddf3ea39b42874",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"require-dev": {
"phpunit/phpunit": "^8.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
"source": "https://github.com/sebastianbergmann/type/tree/1.1.5"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-03-01T14:04:07+00:00"
},
{
"name": "sebastian/version",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"source": "https://github.com/sebastianbergmann/version/tree/master"
},
"time": "2016-10-03T07:35:21+00:00"
},
{
"name": "squizlabs/php_codesniffer",
"version": "3.10.3",
"source": {
"type": "git",
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
"reference": "62d32998e820bddc40f99f8251958aed187a5c9c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/62d32998e820bddc40f99f8251958aed187a5c9c",
"reference": "62d32998e820bddc40f99f8251958aed187a5c9c",
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
},
"bin": [
"bin/phpcbf",
"bin/phpcs"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Greg Sherwood",
"role": "Former lead"
},
{
"name": "Juliette Reinders Folmer",
"role": "Current lead"
},
{
"name": "Contributors",
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
}
],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
"keywords": [
"phpcs",
"standards",
"static analysis"
],
"support": {
"issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
"security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
"source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
"wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
},
"funding": [
{
"url": "https://github.com/PHPCSStandards",
"type": "github"
},
{
"url": "https://github.com/jrfnl",
"type": "github"
},
{
"url": "https://opencollective.com/php_codesniffer",
"type": "open_collective"
}
],
"time": "2024-09-18T10:38:58+00:00"
},
{
"name": "symfony/css-selector",
"version": "v6.0.19",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "f1d00bddb83a4cb2138564b2150001cb6ce272b1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/f1d00bddb83a4cb2138564b2150001cb6ce272b1",
"reference": "f1d00bddb83a4cb2138564b2150001cb6ce272b1",
"shasum": ""
},
"require": {
"php": ">=8.0.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/css-selector/tree/v6.0.19"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2023-01-01T08:36:10+00:00"
},
{
"name": "symfony/dom-crawler",
"version": "v6.0.19",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "622578ff158318b1b49d95068bd6b66c713601e9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/622578ff158318b1b49d95068bd6b66c713601e9",
"reference": "622578ff158318b1b49d95068bd6b66c713601e9",
"shasum": ""
},
"require": {
"php": ">=8.0.2",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"masterminds/html5": "<2.6"
},
"require-dev": {
"masterminds/html5": "^2.6",
"symfony/css-selector": "^5.4|^6.0"
},
"suggest": {
"symfony/css-selector": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\DomCrawler\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/dom-crawler/tree/v6.0.19"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2023-01-20T17:44:14+00:00"
},
{
"name": "theseer/tokenizer",
"version": "1.2.3",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.2 || ^8.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",
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
"source": "https://github.com/theseer/tokenizer/tree/1.2.3"
},
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2024-03-03T12:36:25+00:00"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"laminas-api-tools/api-tools-doctrine": 20,
"laminas-api-tools/api-tools-doctrine-querybuilder": 20,
"unicaen/oracle": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^8.0"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
}