9383 lines
363 KiB
JSON
9383 lines
363 KiB
JSON
{
|
|
"_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": "3d6d241a9d4b1a683900cf5c4a61093f",
|
|
"packages": [
|
|
{
|
|
"name": "brick/math",
|
|
"version": "0.9.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/brick/math.git",
|
|
"reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
|
|
"reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": "^2.2",
|
|
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
|
|
"vimeo/psalm": "4.9.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Brick\\Math\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Arbitrary-precision arithmetic library",
|
|
"keywords": [
|
|
"Arbitrary-precision",
|
|
"BigInteger",
|
|
"BigRational",
|
|
"arithmetic",
|
|
"bigdecimal",
|
|
"bignum",
|
|
"brick",
|
|
"math"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/brick/math/issues",
|
|
"source": "https://github.com/brick/math/tree/0.9.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/BenMorel",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/brick/math",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2021-08-15T20:50:18+00:00"
|
|
},
|
|
{
|
|
"name": "brick/varexporter",
|
|
"version": "0.3.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/brick/varexporter.git",
|
|
"reference": "05241f28dfcba2b51b11e2d750e296316ebbe518"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/brick/varexporter/zipball/05241f28dfcba2b51b11e2d750e296316ebbe518",
|
|
"reference": "05241f28dfcba2b51b11e2d750e296316ebbe518",
|
|
"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.4.1"
|
|
},
|
|
"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.5"
|
|
},
|
|
"time": "2021-02-10T13:53:07+00:00"
|
|
},
|
|
{
|
|
"name": "cakephp/cache",
|
|
"version": "3.10.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/cakephp/cache.git",
|
|
"reference": "0e95a17b118d900f362de07bff902fa147e51fb2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/cakephp/cache/zipball/0e95a17b118d900f362de07bff902fa147e51fb2",
|
|
"reference": "0e95a17b118d900f362de07bff902fa147e51fb2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"cakephp/core": "^3.6.0",
|
|
"php": ">=5.6.0,<8.0.0",
|
|
"psr/simple-cache": "^1.0.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Cake\\Cache\\": "."
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "CakePHP Community",
|
|
"homepage": "https://github.com/cakephp/cache/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "Easy to use Caching library with support for multiple caching backends",
|
|
"homepage": "https://cakephp.org",
|
|
"keywords": [
|
|
"cache",
|
|
"caching",
|
|
"cakephp"
|
|
],
|
|
"support": {
|
|
"forum": "https://stackoverflow.com/tags/cakephp",
|
|
"irc": "irc://irc.freenode.org/cakephp",
|
|
"issues": "https://github.com/cakephp/cakephp/issues",
|
|
"source": "https://github.com/cakephp/cache"
|
|
},
|
|
"time": "2021-06-20T01:13:19+00:00"
|
|
},
|
|
{
|
|
"name": "cakephp/collection",
|
|
"version": "3.10.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/cakephp/collection.git",
|
|
"reference": "5667e755cfafe4b186f5f2a54121cf44cb86159e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/cakephp/collection/zipball/5667e755cfafe4b186f5f2a54121cf44cb86159e",
|
|
"reference": "5667e755cfafe4b186f5f2a54121cf44cb86159e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6.0,<8.0.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Cake\\Collection\\": "."
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "CakePHP Community",
|
|
"homepage": "https://github.com/cakephp/collection/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "Work easily with arrays and iterators by having a battery of utility traversal methods",
|
|
"homepage": "https://cakephp.org",
|
|
"keywords": [
|
|
"arrays",
|
|
"cakephp",
|
|
"collections",
|
|
"iterators"
|
|
],
|
|
"support": {
|
|
"forum": "https://stackoverflow.com/tags/cakephp",
|
|
"irc": "irc://irc.freenode.org/cakephp",
|
|
"issues": "https://github.com/cakephp/cakephp/issues",
|
|
"source": "https://github.com/cakephp/collection"
|
|
},
|
|
"time": "2021-03-26T00:40:07+00:00"
|
|
},
|
|
{
|
|
"name": "cakephp/core",
|
|
"version": "3.10.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/cakephp/core.git",
|
|
"reference": "716300a55ac86b7456e52258d3f50545545d2d6b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/cakephp/core/zipball/716300a55ac86b7456e52258d3f50545545d2d6b",
|
|
"reference": "716300a55ac86b7456e52258d3f50545545d2d6b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"cakephp/utility": "^3.6.0",
|
|
"php": ">=5.6.0,<8.0.0"
|
|
},
|
|
"suggest": {
|
|
"cakephp/cache": "To use Configure::store() and restore().",
|
|
"cakephp/event": "To use PluginApplicationInterface or plugin applications."
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Cake\\Core\\": "."
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "CakePHP Community",
|
|
"homepage": "https://github.com/cakephp/core/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "CakePHP Framework Core classes",
|
|
"homepage": "https://cakephp.org",
|
|
"keywords": [
|
|
"cakephp",
|
|
"core",
|
|
"framework"
|
|
],
|
|
"support": {
|
|
"forum": "https://stackoverflow.com/tags/cakephp",
|
|
"irc": "irc://irc.freenode.org/cakephp",
|
|
"issues": "https://github.com/cakephp/cakephp/issues",
|
|
"source": "https://github.com/cakephp/core"
|
|
},
|
|
"time": "2021-06-18T07:33:08+00:00"
|
|
},
|
|
{
|
|
"name": "cakephp/database",
|
|
"version": "3.10.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/cakephp/database.git",
|
|
"reference": "e16dae97cfe00b1de9c210bd49f71ad5c2de199a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/cakephp/database/zipball/e16dae97cfe00b1de9c210bd49f71ad5c2de199a",
|
|
"reference": "e16dae97cfe00b1de9c210bd49f71ad5c2de199a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"cakephp/cache": "^3.6.0",
|
|
"cakephp/core": "^3.6.0",
|
|
"cakephp/datasource": "^3.6.0",
|
|
"cakephp/log": "^3.6.0",
|
|
"php": ">=5.6.0,<8.0.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Cake\\Database\\": "."
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "CakePHP Community",
|
|
"homepage": "https://github.com/cakephp/database/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "Flexible and powerful Database abstraction library with a familiar PDO-like API",
|
|
"homepage": "https://cakephp.org",
|
|
"keywords": [
|
|
"abstraction",
|
|
"cakephp",
|
|
"database",
|
|
"database abstraction",
|
|
"pdo"
|
|
],
|
|
"support": {
|
|
"forum": "https://stackoverflow.com/tags/cakephp",
|
|
"irc": "irc://irc.freenode.org/cakephp",
|
|
"issues": "https://github.com/cakephp/cakephp/issues",
|
|
"source": "https://github.com/cakephp/database"
|
|
},
|
|
"time": "2021-10-23T07:22:45+00:00"
|
|
},
|
|
{
|
|
"name": "cakephp/datasource",
|
|
"version": "3.10.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/cakephp/datasource.git",
|
|
"reference": "accbe0c85552f384e587d73abdba1618c604b54d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/cakephp/datasource/zipball/accbe0c85552f384e587d73abdba1618c604b54d",
|
|
"reference": "accbe0c85552f384e587d73abdba1618c604b54d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"cakephp/core": "^3.6.0",
|
|
"php": ">=5.6.0,<8.0.0"
|
|
},
|
|
"suggest": {
|
|
"cakephp/cache": "If you decide to use Query caching.",
|
|
"cakephp/collection": "If you decide to use ResultSetInterface.",
|
|
"cakephp/utility": "If you decide to use EntityTrait."
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Cake\\Datasource\\": "."
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "CakePHP Community",
|
|
"homepage": "https://github.com/cakephp/datasource/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "Provides connection managing and traits for Entities and Queries that can be reused for different datastores",
|
|
"homepage": "https://cakephp.org",
|
|
"keywords": [
|
|
"cakephp",
|
|
"connection management",
|
|
"datasource",
|
|
"entity",
|
|
"query"
|
|
],
|
|
"support": {
|
|
"forum": "https://stackoverflow.com/tags/cakephp",
|
|
"irc": "irc://irc.freenode.org/cakephp",
|
|
"issues": "https://github.com/cakephp/cakephp/issues",
|
|
"source": "https://github.com/cakephp/datasource"
|
|
},
|
|
"time": "2021-04-07T13:23:38+00:00"
|
|
},
|
|
{
|
|
"name": "cakephp/log",
|
|
"version": "3.10.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/cakephp/log.git",
|
|
"reference": "cf10bdcce4e78430a780edb2cc5b4b2b4719a65d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/cakephp/log/zipball/cf10bdcce4e78430a780edb2cc5b4b2b4719a65d",
|
|
"reference": "cf10bdcce4e78430a780edb2cc5b4b2b4719a65d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"cakephp/core": "^3.6.0",
|
|
"php": ">=5.6.0,<8.0.0",
|
|
"psr/log": "^1.0.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Cake\\Log\\": "."
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "CakePHP Community",
|
|
"homepage": "https://github.com/cakephp/log/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "CakePHP logging library with support for multiple different streams",
|
|
"homepage": "https://cakephp.org",
|
|
"keywords": [
|
|
"Streams",
|
|
"cakephp",
|
|
"log",
|
|
"logging"
|
|
],
|
|
"support": {
|
|
"forum": "https://stackoverflow.com/tags/cakephp",
|
|
"irc": "irc://irc.freenode.org/cakephp",
|
|
"issues": "https://github.com/cakephp/cakephp/issues",
|
|
"source": "https://github.com/cakephp/log"
|
|
},
|
|
"time": "2020-10-28T18:13:14+00:00"
|
|
},
|
|
{
|
|
"name": "cakephp/utility",
|
|
"version": "3.10.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/cakephp/utility.git",
|
|
"reference": "51b0af31af3239f6141006bbd7cbc7b16aba40d6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/cakephp/utility/zipball/51b0af31af3239f6141006bbd7cbc7b16aba40d6",
|
|
"reference": "51b0af31af3239f6141006bbd7cbc7b16aba40d6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"cakephp/core": "^3.6.0",
|
|
"php": ">=5.6.0,<8.0.0"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "To use Text::transliterate() or Text::slug()",
|
|
"lib-ICU": "To use Text::transliterate() or Text::slug()"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Cake\\Utility\\": "."
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "CakePHP Community",
|
|
"homepage": "https://github.com/cakephp/utility/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "CakePHP Utility classes such as Inflector, String, Hash, and Security",
|
|
"homepage": "https://cakephp.org",
|
|
"keywords": [
|
|
"cakephp",
|
|
"hash",
|
|
"inflector",
|
|
"security",
|
|
"string",
|
|
"utility"
|
|
],
|
|
"support": {
|
|
"forum": "https://stackoverflow.com/tags/cakephp",
|
|
"irc": "irc://irc.freenode.org/cakephp",
|
|
"issues": "https://github.com/cakephp/cakephp/issues",
|
|
"source": "https://github.com/cakephp/utility"
|
|
},
|
|
"time": "2020-12-09T02:43:02+00:00"
|
|
},
|
|
{
|
|
"name": "container-interop/container-interop",
|
|
"version": "1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/container-interop/container-interop.git",
|
|
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
|
|
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"psr/container": "^1.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Interop\\Container\\": "src/Interop/Container/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
|
|
"homepage": "https://github.com/container-interop/container-interop",
|
|
"support": {
|
|
"issues": "https://github.com/container-interop/container-interop/issues",
|
|
"source": "https://github.com/container-interop/container-interop/tree/master"
|
|
},
|
|
"abandoned": "psr/container",
|
|
"time": "2017-02-14T19:40:03+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/annotations",
|
|
"version": "1.13.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/annotations.git",
|
|
"reference": "5b668aef16090008790395c02c893b1ba13f7e08"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
|
|
"reference": "5b668aef16090008790395c02c893b1ba13f7e08",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/lexer": "1.*",
|
|
"ext-tokenizer": "*",
|
|
"php": "^7.1 || ^8.0",
|
|
"psr/cache": "^1 || ^2 || ^3"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/cache": "^1.11 || ^2.0",
|
|
"doctrine/coding-standard": "^6.0 || ^8.1",
|
|
"phpstan/phpstan": "^0.12.20",
|
|
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
|
|
"symfony/cache": "^4.4 || ^5.2"
|
|
},
|
|
"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.13.2"
|
|
},
|
|
"time": "2021-08-05T19:00:23+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/cache",
|
|
"version": "1.12.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/cache.git",
|
|
"reference": "4cf401d14df219fa6f38b671f5493449151c9ad8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/4cf401d14df219fa6f38b671f5493449151c9ad8",
|
|
"reference": "4cf401d14df219fa6f38b671f5493449151c9ad8",
|
|
"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": "^8.0",
|
|
"mongodb/mongodb": "^1.1",
|
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
|
"predis/predis": "~1.0",
|
|
"psr/cache": "^1.0 || ^2.0 || ^3.0",
|
|
"symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
|
|
"symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
|
|
},
|
|
"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.12.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%2Fcache",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2021-07-17T14:39:21+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/collections",
|
|
"version": "1.6.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/collections.git",
|
|
"reference": "1958a744696c6bb3bb0d28db2611dc11610e78af"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af",
|
|
"reference": "1958a744696c6bb3bb0d28db2611dc11610e78af",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^9.0",
|
|
"phpstan/phpstan": "^0.12",
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
|
|
"vimeo/psalm": "^4.2.1"
|
|
},
|
|
"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.6.8"
|
|
},
|
|
"time": "2021-08-10T18:51:53+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/common",
|
|
"version": "3.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/common.git",
|
|
"reference": "c824e95d4c83b7102d8bc60595445a6f7d540f96"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/common/zipball/c824e95d4c83b7102d8bc60595445a6f7d540f96",
|
|
"reference": "c824e95d4c83b7102d8bc60595445a6f7d540f96",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/persistence": "^2.0 || ^3.0",
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^9.0",
|
|
"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": "^4.0.5",
|
|
"vimeo/psalm": "^4.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\": "lib/Doctrine/Common"
|
|
}
|
|
},
|
|
"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.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%2Fcommon",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-02-05T18:28:51+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/dbal",
|
|
"version": "3.3.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/dbal.git",
|
|
"reference": "9e7f76dd1cde81c62574fdffa5a9c655c847ad21"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/9e7f76dd1cde81c62574fdffa5a9c655c847ad21",
|
|
"reference": "9e7f76dd1cde81c62574fdffa5a9c655c847ad21",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-runtime-api": "^2",
|
|
"doctrine/cache": "^1.11|^2.0",
|
|
"doctrine/deprecations": "^0.5.3|^1",
|
|
"doctrine/event-manager": "^1.0",
|
|
"php": "^7.3 || ^8.0",
|
|
"psr/cache": "^1|^2|^3",
|
|
"psr/log": "^1|^2|^3"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "9.0.0",
|
|
"jetbrains/phpstorm-stubs": "2022.1",
|
|
"phpstan/phpstan": "1.6.3",
|
|
"phpstan/phpstan-strict-rules": "^1.2",
|
|
"phpunit/phpunit": "9.5.20",
|
|
"psalm/plugin-phpunit": "0.16.1",
|
|
"squizlabs/php_codesniffer": "3.6.2",
|
|
"symfony/cache": "^5.2|^6.0",
|
|
"symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0",
|
|
"vimeo/psalm": "4.23.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.3.6"
|
|
},
|
|
"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": "2022-05-02T17:21:01+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/deprecations",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/deprecations.git",
|
|
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
|
|
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1|^8.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^9",
|
|
"phpunit/phpunit": "^7.5|^8.5|^9.5",
|
|
"psr/log": "^1|^2|^3"
|
|
},
|
|
"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/v1.0.0"
|
|
},
|
|
"time": "2022-05-02T15:47:09+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/doctrine-laminas-hydrator",
|
|
"version": "3.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/doctrine-laminas-hydrator.git",
|
|
"reference": "3edcde4f7dface3f977215399b7bf11f8109f6cd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/doctrine-laminas-hydrator/zipball/3edcde4f7dface3f977215399b7bf11f8109f6cd",
|
|
"reference": "3edcde4f7dface3f977215399b7bf11f8109f6cd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/collections": "^1.6.8",
|
|
"doctrine/inflector": "^2.0.4",
|
|
"doctrine/persistence": "^2.2.3",
|
|
"ext-ctype": "*",
|
|
"laminas/laminas-hydrator": "^4.3.1",
|
|
"laminas/laminas-stdlib": "^3.6.1",
|
|
"php": "^7.4 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^9.0.0",
|
|
"jangregor/phpstan-prophecy": "^1.0.0",
|
|
"phpspec/prophecy-phpunit": "^2.0.1",
|
|
"phpstan/phpstan": "^1.1.2",
|
|
"phpunit/phpunit": "^9.5.10",
|
|
"vimeo/psalm": "^4.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": "2021-12-27T17:58:48+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/doctrine-module",
|
|
"version": "5.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/DoctrineModule.git",
|
|
"reference": "50d8be604090d1caba019464af50f92ccd29af8a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/DoctrineModule/zipball/50d8be604090d1caba019464af50f92ccd29af8a",
|
|
"reference": "50d8be604090d1caba019464af50f92ccd29af8a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"container-interop/container-interop": "^1.2.0",
|
|
"doctrine/annotations": "^1.13.2",
|
|
"doctrine/cache": "^1.12.1",
|
|
"doctrine/collections": "^1.6.8",
|
|
"doctrine/doctrine-laminas-hydrator": "^3.0.0",
|
|
"doctrine/event-manager": "^1.1.1",
|
|
"doctrine/inflector": "^2.0.4",
|
|
"doctrine/persistence": "^2.3.0",
|
|
"laminas/laminas-authentication": "^2.9.0",
|
|
"laminas/laminas-cache": "^3.1.2",
|
|
"laminas/laminas-eventmanager": "^3.4.0",
|
|
"laminas/laminas-form": "^3.1.1",
|
|
"laminas/laminas-modulemanager": "^2.11.0",
|
|
"laminas/laminas-mvc": "^3.3.0",
|
|
"laminas/laminas-paginator": "^2.12.2",
|
|
"laminas/laminas-servicemanager": "^3.10.0",
|
|
"laminas/laminas-stdlib": "^3.7.1",
|
|
"laminas/laminas-validator": "^2.16.0",
|
|
"php": "^7.4 || ~8.0.0 || ~8.1.0",
|
|
"symfony/console": "^5.4.3 || ^6.0.3"
|
|
},
|
|
"conflict": {
|
|
"doctrine/orm": "2.12.0"
|
|
},
|
|
"provide": {
|
|
"laminas/laminas-cache-storage-implementation": "1.0.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^9.0.0",
|
|
"doctrine/orm": "^2.11.1",
|
|
"jangregor/phpstan-prophecy": "^1.0.0",
|
|
"laminas/laminas-cache-storage-adapter-blackhole": "^2.0.0",
|
|
"laminas/laminas-cache-storage-adapter-memory": "^2.0.0",
|
|
"laminas/laminas-i18n": "^2.13.0",
|
|
"laminas/laminas-log": "^2.15.0",
|
|
"laminas/laminas-serializer": "^2.12.0",
|
|
"laminas/laminas-session": "^2.12.0",
|
|
"phpspec/prophecy-phpunit": "^2.0.1",
|
|
"phpstan/phpstan": "^1.4.6",
|
|
"phpstan/phpstan-phpunit": "^1.0.0",
|
|
"phpunit/phpunit": "^9.5.13",
|
|
"predis/predis": "^1.1.10",
|
|
"vimeo/psalm": "^4.20.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.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%2Fdoctrine-module",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-04-23T14:21:11+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/doctrine-orm-module",
|
|
"version": "5.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/DoctrineORMModule.git",
|
|
"reference": "fe2985380bb35aef7940eb437f3b3d7197ea9c74"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/DoctrineORMModule/zipball/fe2985380bb35aef7940eb437f3b3d7197ea9c74",
|
|
"reference": "fe2985380bb35aef7940eb437f3b3d7197ea9c74",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"container-interop/container-interop": "^1.2.0",
|
|
"doctrine/dbal": "^2.13.7 || ^3.3.2",
|
|
"doctrine/doctrine-laminas-hydrator": "^3.0.0",
|
|
"doctrine/doctrine-module": "^5.1.0",
|
|
"doctrine/event-manager": "^1.1.1",
|
|
"doctrine/orm": "^2.11.1",
|
|
"doctrine/persistence": "^2.3.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.10.0",
|
|
"laminas/laminas-stdlib": "^3.7.1",
|
|
"php": "^7.4 || ~8.0.0 || ~8.1.0",
|
|
"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": "^4.20.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.1.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-02-14T13:00:11+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/event-manager",
|
|
"version": "1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/event-manager.git",
|
|
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
|
|
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"conflict": {
|
|
"doctrine/common": "<2.9@dev"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^6.0",
|
|
"phpunit/phpunit": "^7.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\": "lib/Doctrine/Common"
|
|
}
|
|
},
|
|
"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.1.x"
|
|
},
|
|
"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": "2020-05-29T18:28:51+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/inflector",
|
|
"version": "2.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/inflector.git",
|
|
"reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
|
|
"reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^8.2",
|
|
"phpstan/phpstan": "^0.12",
|
|
"phpstan/phpstan-phpunit": "^0.12",
|
|
"phpstan/phpstan-strict-rules": "^0.12",
|
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
|
"vimeo/psalm": "^4.10"
|
|
},
|
|
"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.4"
|
|
},
|
|
"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": "2021-10-22T20:16:43+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/instantiator",
|
|
"version": "1.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
|
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
|
|
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^9",
|
|
"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.22"
|
|
},
|
|
"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.4.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%2Finstantiator",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-03-03T08:28:38+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/lexer",
|
|
"version": "1.2.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/lexer.git",
|
|
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
|
|
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^9.0",
|
|
"phpstan/phpstan": "^1.3",
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
|
"vimeo/psalm": "^4.11"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
|
|
}
|
|
},
|
|
"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/1.2.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%2Flexer",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-02-28T11:07:21+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/orm",
|
|
"version": "2.12.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/orm.git",
|
|
"reference": "8291a7f09b12d14783ed6537b4586583d155869e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/orm/zipball/8291a7f09b12d14783ed6537b4586583d155869e",
|
|
"reference": "8291a7f09b12d14783ed6537b4586583d155869e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-runtime-api": "^2",
|
|
"doctrine/cache": "^1.12.1 || ^2.1.1",
|
|
"doctrine/collections": "^1.5",
|
|
"doctrine/common": "^3.0.3",
|
|
"doctrine/dbal": "^2.13.1 || ^3.2",
|
|
"doctrine/deprecations": "^0.5.3 || ^1",
|
|
"doctrine/event-manager": "^1.1",
|
|
"doctrine/inflector": "^1.4 || ^2.0",
|
|
"doctrine/instantiator": "^1.3",
|
|
"doctrine/lexer": "^1.2.3",
|
|
"doctrine/persistence": "^2.4 || ^3",
|
|
"ext-ctype": "*",
|
|
"php": "^7.1 || ^8.0",
|
|
"psr/cache": "^1 || ^2 || ^3",
|
|
"symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
|
|
"symfony/polyfill-php72": "^1.23",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"conflict": {
|
|
"doctrine/annotations": "<1.13 || >= 2.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "^1.13",
|
|
"doctrine/coding-standard": "^9.0",
|
|
"phpbench/phpbench": "^0.16.10 || ^1.0",
|
|
"phpstan/phpstan": "~1.4.10 || 1.6.3",
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
|
"psr/log": "^1 || ^2 || ^3",
|
|
"squizlabs/php_codesniffer": "3.6.2",
|
|
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
|
|
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
|
|
"vimeo/psalm": "4.23.0"
|
|
},
|
|
"suggest": {
|
|
"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\\": "lib/Doctrine/ORM"
|
|
}
|
|
},
|
|
"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.12.2"
|
|
},
|
|
"time": "2022-05-02T19:10:07+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/persistence",
|
|
"version": "2.5.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/persistence.git",
|
|
"reference": "d7edf274b6d35ad82328e223439cc2bb2f92bd9e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/persistence/zipball/d7edf274b6d35ad82328e223439cc2bb2f92bd9e",
|
|
"reference": "d7edf274b6d35ad82328e223439cc2bb2f92bd9e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/cache": "^1.11 || ^2.0",
|
|
"doctrine/collections": "^1.0",
|
|
"doctrine/deprecations": "^0.5.3 || ^1",
|
|
"doctrine/event-manager": "^1.0",
|
|
"php": "^7.1 || ^8.0",
|
|
"psr/cache": "^1.0 || ^2.0 || ^3.0"
|
|
},
|
|
"conflict": {
|
|
"doctrine/annotations": "<1.0 || >=2.0",
|
|
"doctrine/common": "<2.10"
|
|
},
|
|
"require-dev": {
|
|
"composer/package-versions-deprecated": "^1.11",
|
|
"doctrine/annotations": "^1.0",
|
|
"doctrine/coding-standard": "^9.0",
|
|
"doctrine/common": "^3.0",
|
|
"phpstan/phpstan": "~1.4.10 || 1.5.0",
|
|
"phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.5",
|
|
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
|
|
"vimeo/psalm": "4.22.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\": "src/Common",
|
|
"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://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/2.5.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%2Fpersistence",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-05-03T09:16:53+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/guzzle",
|
|
"version": "6.5.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
"reference": "f092dd734083473658de3ee4bef093ed77d2689c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/f092dd734083473658de3ee4bef093ed77d2689c",
|
|
"reference": "f092dd734083473658de3ee4bef093ed77d2689c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"guzzlehttp/promises": "^1.0",
|
|
"guzzlehttp/psr7": "^1.6.1",
|
|
"php": ">=5.5",
|
|
"symfony/polyfill-intl-idn": "^1.17.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
|
"psr/log": "^1.1"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "Required for using the Log middleware"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "6.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"GuzzleHttp\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "hello@gjcampbell.co.uk",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
},
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"name": "Jeremy Lindblom",
|
|
"email": "jeremeamia@gmail.com",
|
|
"homepage": "https://github.com/jeremeamia"
|
|
},
|
|
{
|
|
"name": "George Mponos",
|
|
"email": "gmponos@gmail.com",
|
|
"homepage": "https://github.com/gmponos"
|
|
},
|
|
{
|
|
"name": "Tobias Nyholm",
|
|
"email": "tobias.nyholm@gmail.com",
|
|
"homepage": "https://github.com/Nyholm"
|
|
},
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com",
|
|
"homepage": "https://github.com/sagikazarmark"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"email": "webmaster@tubo-world.de",
|
|
"homepage": "https://github.com/Tobion"
|
|
}
|
|
],
|
|
"description": "Guzzle is a PHP HTTP client library",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"client",
|
|
"curl",
|
|
"framework",
|
|
"http",
|
|
"http client",
|
|
"rest",
|
|
"web service"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/guzzle/issues",
|
|
"source": "https://github.com/guzzle/guzzle/tree/6.5.6"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/Nyholm",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-05-25T13:19:12+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/promises",
|
|
"version": "1.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/promises.git",
|
|
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
|
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5"
|
|
},
|
|
"require-dev": {
|
|
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"GuzzleHttp\\Promise\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "hello@gjcampbell.co.uk",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
},
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"name": "Tobias Nyholm",
|
|
"email": "tobias.nyholm@gmail.com",
|
|
"homepage": "https://github.com/Nyholm"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"email": "webmaster@tubo-world.de",
|
|
"homepage": "https://github.com/Tobion"
|
|
}
|
|
],
|
|
"description": "Guzzle promises library",
|
|
"keywords": [
|
|
"promise"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/promises/issues",
|
|
"source": "https://github.com/guzzle/promises/tree/1.5.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/Nyholm",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2021-10-22T20:56:57+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/psr7",
|
|
"version": "1.8.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
"reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268",
|
|
"reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"psr/http-message": "~1.0",
|
|
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-zlib": "*",
|
|
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.7-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "hello@gjcampbell.co.uk",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
},
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"name": "George Mponos",
|
|
"email": "gmponos@gmail.com",
|
|
"homepage": "https://github.com/gmponos"
|
|
},
|
|
{
|
|
"name": "Tobias Nyholm",
|
|
"email": "tobias.nyholm@gmail.com",
|
|
"homepage": "https://github.com/Nyholm"
|
|
},
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com",
|
|
"homepage": "https://github.com/sagikazarmark"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"email": "webmaster@tubo-world.de",
|
|
"homepage": "https://github.com/Tobion"
|
|
}
|
|
],
|
|
"description": "PSR-7 message implementation that also provides common utility methods",
|
|
"keywords": [
|
|
"http",
|
|
"message",
|
|
"psr-7",
|
|
"request",
|
|
"response",
|
|
"stream",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/psr7/issues",
|
|
"source": "https://github.com/guzzle/psr7/tree/1.8.5"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/Nyholm",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-03-20T21:51:18+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-authentication",
|
|
"version": "2.10.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-authentication.git",
|
|
"reference": "7308db03e11147fbf567b5004ac428bdaba267f9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-authentication/zipball/7308db03e11147fbf567b5004ac428bdaba267f9",
|
|
"reference": "7308db03e11147fbf567b5004ac428bdaba267f9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"laminas/laminas-stdlib": "^3.2.1",
|
|
"php": "^7.3 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"conflict": {
|
|
"zendframework/zend-authentication": "*"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-coding-standard": "~1.0.0",
|
|
"laminas/laminas-crypt": "^2.6 || ^3.2.1",
|
|
"laminas/laminas-db": "^2.13",
|
|
"laminas/laminas-http": "^2.15.0",
|
|
"laminas/laminas-ldap": "^2.12",
|
|
"laminas/laminas-session": "^2.12",
|
|
"laminas/laminas-uri": "^2.5.2",
|
|
"laminas/laminas-validator": "^2.10.1",
|
|
"phpunit/phpunit": "^9.3",
|
|
"psalm/plugin-phpunit": "^0.15.1",
|
|
"squizlabs/php_codesniffer": "^2.9.2 || ^3.6",
|
|
"vimeo/psalm": "^4.6"
|
|
},
|
|
"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": "2022-03-09T23:07:57+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-cache",
|
|
"version": "3.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-cache.git",
|
|
"reference": "dfd5a66f6ea4b1979231560eb75b615c7aafe0e6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-cache/zipball/dfd5a66f6ea4b1979231560eb75b615c7aafe0e6",
|
|
"reference": "dfd5a66f6ea4b1979231560eb75b615c7aafe0e6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"laminas/laminas-cache-storage-implementation": "1.0",
|
|
"laminas/laminas-eventmanager": "^3.4",
|
|
"laminas/laminas-servicemanager": "^3.7",
|
|
"laminas/laminas-stdlib": "^3.6",
|
|
"php": "^7.3 || ~8.0.0 || ~8.1.0",
|
|
"psr/cache": "^1.0",
|
|
"psr/simple-cache": "^1.0",
|
|
"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.0",
|
|
"laminas/laminas-cache-storage-adapter-blackhole": "^2.0",
|
|
"laminas/laminas-cache-storage-adapter-filesystem": "^2.0",
|
|
"laminas/laminas-cache-storage-adapter-memory": "^2.0",
|
|
"laminas/laminas-cache-storage-adapter-test": "^2.0",
|
|
"laminas/laminas-cli": "^1.0",
|
|
"laminas/laminas-coding-standard": "~2.2.0",
|
|
"laminas/laminas-config-aggregator": "^1.5",
|
|
"laminas/laminas-feed": "^2.14",
|
|
"laminas/laminas-serializer": "^2.6",
|
|
"phpbench/phpbench": "^1.0",
|
|
"phpunit/phpunit": "^9.5",
|
|
"psalm/plugin-phpunit": "^0.16.1",
|
|
"vimeo/psalm": "^4.9"
|
|
},
|
|
"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": "2022-03-24T09:32:54+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-code",
|
|
"version": "4.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-code.git",
|
|
"reference": "6fd96d4d913571a2cd056a27b123fa28cb90ac4e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/6fd96d4d913571a2cd056a27b123fa28cb90ac4e",
|
|
"reference": "6fd96d4d913571a2cd056a27b123fa28cb90ac4e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.4, <8.2"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "^1.13.2",
|
|
"ext-phar": "*",
|
|
"laminas/laminas-coding-standard": "^2.3.0",
|
|
"laminas/laminas-stdlib": "^3.6.1",
|
|
"phpunit/phpunit": "^9.5.10",
|
|
"psalm/plugin-phpunit": "^0.16.1",
|
|
"vimeo/psalm": "^4.13.1"
|
|
},
|
|
"suggest": {
|
|
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
|
|
"laminas/laminas-stdlib": "Laminas\\Stdlib component"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"polyfill/ReflectionEnumPolyfill.php"
|
|
],
|
|
"psr-4": {
|
|
"Laminas\\Code\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
|
|
"homepage": "https://laminas.dev",
|
|
"keywords": [
|
|
"code",
|
|
"laminas",
|
|
"laminasframework"
|
|
],
|
|
"support": {
|
|
"chat": "https://laminas.dev/chat",
|
|
"docs": "https://docs.laminas.dev/laminas-code/",
|
|
"forum": "https://discourse.laminas.dev",
|
|
"issues": "https://github.com/laminas/laminas-code/issues",
|
|
"rss": "https://github.com/laminas/laminas-code/releases.atom",
|
|
"source": "https://github.com/laminas/laminas-code"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
|
"type": "community_bridge"
|
|
}
|
|
],
|
|
"time": "2021-12-19T18:06:55+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-config",
|
|
"version": "3.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-config.git",
|
|
"reference": "e43d13dcfc273d4392812eb395ce636f73f34dfd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-config/zipball/e43d13dcfc273d4392812eb395ce636f73f34dfd",
|
|
"reference": "e43d13dcfc273d4392812eb395ce636f73f34dfd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"laminas/laminas-stdlib": "^3.6",
|
|
"php": "^7.3 || ~8.0.0 || ~8.1.0",
|
|
"psr/container": "^1.0"
|
|
},
|
|
"conflict": {
|
|
"container-interop/container-interop": "<1.2.0",
|
|
"zendframework/zend-config": "*"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-coding-standard": "~1.0.0",
|
|
"laminas/laminas-filter": "^2.7.2",
|
|
"laminas/laminas-i18n": "^2.10.3",
|
|
"laminas/laminas-servicemanager": "^3.7",
|
|
"phpunit/phpunit": "^9.5.5"
|
|
},
|
|
"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": "2021-10-01T16:07:46+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-console",
|
|
"version": "2.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-console.git",
|
|
"reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-console/zipball/478a6ceac3e31fb38d6314088abda8b239ee23a5",
|
|
"reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"laminas/laminas-stdlib": "^3.2.1",
|
|
"laminas/laminas-zendframework-bridge": "^1.0",
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"replace": {
|
|
"zendframework/zend-console": "self.version"
|
|
},
|
|
"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"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-filter": "To support DefaultRouteMatcher usage",
|
|
"laminas/laminas-validator": "To support DefaultRouteMatcher usage"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.8.x-dev",
|
|
"dev-develop": "2.9.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Laminas\\Console\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Build console applications using getopt syntax or routing, complete with prompts",
|
|
"homepage": "https://laminas.dev",
|
|
"keywords": [
|
|
"console",
|
|
"laminas"
|
|
],
|
|
"support": {
|
|
"chat": "https://laminas.dev/chat",
|
|
"docs": "https://docs.laminas.dev/laminas-console/",
|
|
"forum": "https://discourse.laminas.dev",
|
|
"issues": "https://github.com/laminas/laminas-console/issues",
|
|
"rss": "https://github.com/laminas/laminas-console/releases.atom",
|
|
"source": "https://github.com/laminas/laminas-console"
|
|
},
|
|
"abandoned": "laminas/laminas-cli",
|
|
"time": "2019-12-31T16:31:45+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-di",
|
|
"version": "3.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-di.git",
|
|
"reference": "80c90d68bc15d4e094a609760144ce1d1aad0a79"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-di/zipball/80c90d68bc15d4e094a609760144ce1d1aad0a79",
|
|
"reference": "80c90d68bc15d4e094a609760144ce1d1aad0a79",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"laminas/laminas-stdlib": "^3.6",
|
|
"php": ">=7.4, <8.2",
|
|
"psr/container": "^1.1.1",
|
|
"psr/log": "^1.1.4"
|
|
},
|
|
"conflict": {
|
|
"laminas/laminas-servicemanager-di": "*",
|
|
"phpspec/prophecy": "<1.9.0",
|
|
"zendframework/zend-di": "*"
|
|
},
|
|
"require-dev": {
|
|
"container-interop/container-interop": "^1.2.0",
|
|
"laminas/laminas-coding-standard": "~2.3.0",
|
|
"laminas/laminas-servicemanager": "^3.7",
|
|
"mikey179/vfsstream": "^1.6.10@alpha",
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
"phpstan/phpstan": "^0.12.64",
|
|
"phpunit/phpunit": "^9.5.5",
|
|
"squizlabs/php_codesniffer": "^3.6"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-servicemanager": "An IoC container without auto wiring capabilities"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"laminas": {
|
|
"component": "Laminas\\Di",
|
|
"config-provider": "Laminas\\Di\\ConfigProvider"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Laminas\\Di\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Automated dependency injection for PSR-11 containers",
|
|
"homepage": "https://laminas.dev",
|
|
"keywords": [
|
|
"PSR-11",
|
|
"di",
|
|
"laminas"
|
|
],
|
|
"support": {
|
|
"chat": "https://laminas.dev/chat",
|
|
"docs": "https://docs.laminas.dev/laminas-di/",
|
|
"forum": "https://discourse.laminas.dev",
|
|
"issues": "https://github.com/laminas/laminas-di/issues",
|
|
"rss": "https://github.com/laminas/laminas-di/releases.atom",
|
|
"source": "https://github.com/laminas/laminas-di"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
|
"type": "community_bridge"
|
|
}
|
|
],
|
|
"time": "2022-05-15T18:19:36+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-escaper",
|
|
"version": "2.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-escaper.git",
|
|
"reference": "58af67282db37d24e584a837a94ee55b9c7552be"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/58af67282db37d24e584a837a94ee55b9c7552be",
|
|
"reference": "58af67282db37d24e584a837a94ee55b9c7552be",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"ext-mbstring": "*",
|
|
"php": "^7.4 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"conflict": {
|
|
"zendframework/zend-escaper": "*"
|
|
},
|
|
"require-dev": {
|
|
"infection/infection": "^0.26.6",
|
|
"laminas/laminas-coding-standard": "~2.3.0",
|
|
"maglnet/composer-require-checker": "^3.8.0",
|
|
"phpunit/phpunit": "^9.5.18",
|
|
"psalm/plugin-phpunit": "^0.16.1",
|
|
"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-03-08T20:15:36+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-eventmanager",
|
|
"version": "3.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-eventmanager.git",
|
|
"reference": "41f7209428f37cab9573365e361f4078209aaafa"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/41f7209428f37cab9573365e361f4078209aaafa",
|
|
"reference": "41f7209428f37cab9573365e361f4078209aaafa",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.4 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"conflict": {
|
|
"container-interop/container-interop": "<1.2",
|
|
"zendframework/zend-eventmanager": "*"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-coding-standard": "~2.2.1",
|
|
"laminas/laminas-stdlib": "^3.6",
|
|
"phpbench/phpbench": "^1.1",
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
"phpunit/phpunit": "^9.5.5",
|
|
"psr/container": "^1.1.2 || ^2.0.2"
|
|
},
|
|
"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": "2022-04-06T21:05:17+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-filter",
|
|
"version": "2.14.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-filter.git",
|
|
"reference": "98a126b8cd069a446054680c9be5f37a61f6dc17"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-filter/zipball/98a126b8cd069a446054680c9be5f37a61f6dc17",
|
|
"reference": "98a126b8cd069a446054680c9be5f37a61f6dc17",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"laminas/laminas-stdlib": "^3.6.1",
|
|
"php": "^7.4 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"conflict": {
|
|
"laminas/laminas-validator": "<2.10.1",
|
|
"zendframework/zend-filter": "*"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-coding-standard": "^2.3.0",
|
|
"laminas/laminas-crypt": "^3.5.1",
|
|
"laminas/laminas-servicemanager": "^3.7.0",
|
|
"laminas/laminas-uri": "^2.9.1",
|
|
"pear/archive_tar": "^1.4.14",
|
|
"phpspec/prophecy-phpunit": "^2.0.1",
|
|
"phpunit/phpunit": "^9.5.10",
|
|
"psalm/plugin-phpunit": "^0.15.2",
|
|
"psr/http-factory": "^1.0.1",
|
|
"vimeo/psalm": "^4.13.1"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters",
|
|
"laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality",
|
|
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for using the filter chain 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": "2022-02-22T23:09:15+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-form",
|
|
"version": "3.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-form.git",
|
|
"reference": "43005a3ec4c2292d4f825273768d9b884acbca37"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-form/zipball/43005a3ec4c2292d4f825273768d9b884acbca37",
|
|
"reference": "43005a3ec4c2292d4f825273768d9b884acbca37",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"laminas/laminas-hydrator": "^4.3.0",
|
|
"laminas/laminas-inputfilter": "^2.13.0",
|
|
"laminas/laminas-stdlib": "^3.6.1",
|
|
"php": "^7.4 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"conflict": {
|
|
"doctrine/annotations": "<1.12.0",
|
|
"laminas/laminas-captcha": "<2.11.0",
|
|
"laminas/laminas-eventmanager": "<3.4.0",
|
|
"laminas/laminas-i18n": "<2.12.0",
|
|
"laminas/laminas-recaptcha": "<3.4.0",
|
|
"laminas/laminas-servicemanager": "<3.10.0",
|
|
"laminas/laminas-view": "<2.14.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "^1.12.0",
|
|
"ext-intl": "*",
|
|
"laminas/laminas-captcha": "^2.11.0",
|
|
"laminas/laminas-coding-standard": "^2.3.0",
|
|
"laminas/laminas-db": "^2.13.4",
|
|
"laminas/laminas-escaper": "^2.9.0",
|
|
"laminas/laminas-eventmanager": "^3.4.0",
|
|
"laminas/laminas-filter": "^2.13.0",
|
|
"laminas/laminas-i18n": "^2.12.0",
|
|
"laminas/laminas-modulemanager": "^2.11.0",
|
|
"laminas/laminas-recaptcha": "^3.4.0",
|
|
"laminas/laminas-servicemanager": "^3.10.0",
|
|
"laminas/laminas-session": "^2.12.0",
|
|
"laminas/laminas-text": "^2.9.0",
|
|
"laminas/laminas-validator": "^2.15.1",
|
|
"laminas/laminas-view": "^2.14.0",
|
|
"phpspec/prophecy-phpunit": "^2.0.1",
|
|
"phpunit/phpunit": "^9.5.10",
|
|
"psalm/plugin-phpunit": "^0.16.1",
|
|
"vimeo/psalm": "^4.13.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": "2022-01-28T15:58:45+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-http",
|
|
"version": "2.15.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-http.git",
|
|
"reference": "261f079c3dffcf6f123484db43c40e44c4bf1c79"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-http/zipball/261f079c3dffcf6f123484db43c40e44c4bf1c79",
|
|
"reference": "261f079c3dffcf6f123484db43c40e44c4bf1c79",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"laminas/laminas-loader": "^2.8",
|
|
"laminas/laminas-stdlib": "^3.6",
|
|
"laminas/laminas-uri": "^2.9.1",
|
|
"laminas/laminas-validator": "^2.15",
|
|
"php": "^7.3 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"conflict": {
|
|
"zendframework/zend-http": "*"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"laminas/laminas-coding-standard": "~2.2.1",
|
|
"phpunit/phpunit": "^9.5.5"
|
|
},
|
|
"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": "2021-12-03T10:17:11+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-hydrator",
|
|
"version": "4.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-hydrator.git",
|
|
"reference": "cc5ea6b42d318dbac872d94e8dca2d3013a37ab5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/cc5ea6b42d318dbac872d94e8dca2d3013a37ab5",
|
|
"reference": "cc5ea6b42d318dbac872d94e8dca2d3013a37ab5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"laminas/laminas-stdlib": "^3.3",
|
|
"php": "^7.3 || ~8.0.0 || ~8.1.0",
|
|
"webmozart/assert": "^1.10"
|
|
},
|
|
"conflict": {
|
|
"zendframework/zend-hydrator": "*"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-coding-standard": "~2.3.0",
|
|
"laminas/laminas-eventmanager": "^3.2.1",
|
|
"laminas/laminas-modulemanager": "^2.8",
|
|
"laminas/laminas-serializer": "^2.9",
|
|
"laminas/laminas-servicemanager": "^3.3.2",
|
|
"phpbench/phpbench": "^1.0",
|
|
"phpunit/phpunit": "~9.5.5",
|
|
"psalm/plugin-phpunit": "^0.16.1",
|
|
"psr/cache": "1.0.1",
|
|
"vimeo/psalm": "^4.8.1"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-eventmanager": "^3.2, to support aggregate hydrator usage",
|
|
"laminas/laminas-serializer": "^2.9, to use the SerializableStrategy",
|
|
"laminas/laminas-servicemanager": "^3.3, 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": "2021-09-09T09:55:00+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-i18n",
|
|
"version": "2.15.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-i18n.git",
|
|
"reference": "1654fcd6cd27c01a902b47fe71fa583ad227268c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/1654fcd6cd27c01a902b47fe71fa583ad227268c",
|
|
"reference": "1654fcd6cd27c01a902b47fe71fa583ad227268c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-intl": "*",
|
|
"laminas/laminas-stdlib": "^2.7 || ^3.0",
|
|
"php": "^7.4 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"conflict": {
|
|
"laminas/laminas-view": "<2.20.0",
|
|
"phpspec/prophecy": "<1.9.0",
|
|
"zendframework/zend-i18n": "*"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-cache": "^3.1.2",
|
|
"laminas/laminas-cache-storage-adapter-memory": "^2.0.0",
|
|
"laminas/laminas-cache-storage-deprecated-factory": "^1.0.0",
|
|
"laminas/laminas-coding-standard": "~2.3.0",
|
|
"laminas/laminas-config": "^3.4.0",
|
|
"laminas/laminas-eventmanager": "^3.4.0",
|
|
"laminas/laminas-filter": "^2.10.0",
|
|
"laminas/laminas-servicemanager": "^3.7.0",
|
|
"laminas/laminas-validator": "^2.14.0",
|
|
"laminas/laminas-view": "^2.20.0",
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
"phpunit/phpunit": "^9.3",
|
|
"psalm/plugin-phpunit": "^0.16.1",
|
|
"vimeo/psalm": "^4.21"
|
|
},
|
|
"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-servicemanager": "You should install this package to use the translator",
|
|
"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": "2022-04-01T10:47:19+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-inputfilter",
|
|
"version": "2.13.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-inputfilter.git",
|
|
"reference": "6124b3678051b792d1444be689cf9370531593a6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/6124b3678051b792d1444be689cf9370531593a6",
|
|
"reference": "6124b3678051b792d1444be689cf9370531593a6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"laminas/laminas-filter": "^2.13",
|
|
"laminas/laminas-servicemanager": "^3.3.1",
|
|
"laminas/laminas-stdlib": "^3.0",
|
|
"laminas/laminas-validator": "^2.15",
|
|
"php": "^7.4 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"conflict": {
|
|
"zendframework/zend-inputfilter": "*"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-coding-standard": "~2.2.1",
|
|
"laminas/laminas-db": "^2.13.4",
|
|
"phpspec/prophecy": "^1.14",
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
"phpunit/phpunit": "^9.5.5",
|
|
"psalm/plugin-phpunit": "^0.15.1",
|
|
"psr/http-message": "^1.0",
|
|
"vimeo/psalm": "^4.6"
|
|
},
|
|
"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": "2021-12-02T14:46:43+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-json",
|
|
"version": "3.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-json.git",
|
|
"reference": "9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-json/zipball/9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f",
|
|
"reference": "9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"conflict": {
|
|
"zendframework/zend-json": "*"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-coding-standard": "~2.2.1",
|
|
"laminas/laminas-stdlib": "^2.7.7 || ^3.1",
|
|
"phpunit/phpunit": "^9.3"
|
|
},
|
|
"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": "2021-09-02T18:02:31+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-loader",
|
|
"version": "2.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-loader.git",
|
|
"reference": "d0589ec9dd48365fd95ad10d1c906efd7711c16b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-loader/zipball/d0589ec9dd48365fd95ad10d1c906efd7711c16b",
|
|
"reference": "d0589ec9dd48365fd95ad10d1c906efd7711c16b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"conflict": {
|
|
"zendframework/zend-loader": "*"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-coding-standard": "~2.2.1",
|
|
"phpunit/phpunit": "^9.3"
|
|
},
|
|
"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": "2021-09-02T18:30:53+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-log",
|
|
"version": "2.15.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-log.git",
|
|
"reference": "c46d9eb2ad226f9ed27ea3f5de4bbafa9b98368f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-log/zipball/c46d9eb2ad226f9ed27ea3f5de4bbafa9b98368f",
|
|
"reference": "c46d9eb2ad226f9ed27ea3f5de4bbafa9b98368f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"laminas/laminas-servicemanager": "^3.3.0",
|
|
"laminas/laminas-stdlib": "^3.0",
|
|
"php": "^7.4 || ~8.0.0 || ~8.1.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-04-29T05:55:10+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-mail",
|
|
"version": "2.16.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-mail.git",
|
|
"reference": "1ee1a384b96c8af29ecad9b3a7adc27a150ebc49"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-mail/zipball/1ee1a384b96c8af29ecad9b3a7adc27a150ebc49",
|
|
"reference": "1ee1a384b96c8af29ecad9b3a7adc27a150ebc49",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-iconv": "*",
|
|
"laminas/laminas-loader": "^2.8",
|
|
"laminas/laminas-mime": "^2.9.1",
|
|
"laminas/laminas-stdlib": "^3.6",
|
|
"laminas/laminas-validator": "^2.15",
|
|
"php": "^7.3 || ~8.0.0 || ~8.1.0",
|
|
"symfony/polyfill-intl-idn": "^1.24.0",
|
|
"symfony/polyfill-mbstring": "^1.12.0",
|
|
"webmozart/assert": "^1.10"
|
|
},
|
|
"conflict": {
|
|
"zendframework/zend-mail": "*"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-coding-standard": "~1.0.0",
|
|
"laminas/laminas-crypt": "^2.6 || ^3.4",
|
|
"laminas/laminas-db": "^2.13.3",
|
|
"laminas/laminas-servicemanager": "^3.7",
|
|
"phpunit/phpunit": "^9.5.5",
|
|
"psalm/plugin-phpunit": "^0.15.1",
|
|
"symfony/process": "^5.3.7",
|
|
"vimeo/psalm": "^4.7"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-crypt": "Crammd5 support in SMTP Auth",
|
|
"laminas/laminas-servicemanager": "^2.7.10 || ^3.3.1 when using SMTP to deliver messages"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"laminas": {
|
|
"component": "Laminas\\Mail",
|
|
"config-provider": "Laminas\\Mail\\ConfigProvider"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Laminas\\Mail\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages",
|
|
"homepage": "https://laminas.dev",
|
|
"keywords": [
|
|
"laminas",
|
|
"mail"
|
|
],
|
|
"support": {
|
|
"chat": "https://laminas.dev/chat",
|
|
"docs": "https://docs.laminas.dev/laminas-mail/",
|
|
"forum": "https://discourse.laminas.dev",
|
|
"issues": "https://github.com/laminas/laminas-mail/issues",
|
|
"rss": "https://github.com/laminas/laminas-mail/releases.atom",
|
|
"source": "https://github.com/laminas/laminas-mail"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
|
"type": "community_bridge"
|
|
}
|
|
],
|
|
"time": "2022-02-23T21:08:17+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-mime",
|
|
"version": "2.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-mime.git",
|
|
"reference": "72d21a1b4bb7086d4a4d7058c0abca180b209184"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-mime/zipball/72d21a1b4bb7086d4a4d7058c0abca180b209184",
|
|
"reference": "72d21a1b4bb7086d4a4d7058c0abca180b209184",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"laminas/laminas-stdlib": "^2.7 || ^3.0",
|
|
"php": "^7.3 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"conflict": {
|
|
"zendframework/zend-mime": "*"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-coding-standard": "~2.2.1",
|
|
"laminas/laminas-mail": "^2.12",
|
|
"phpunit/phpunit": "^9.3"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-mail": "Laminas\\Mail component"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Laminas\\Mime\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Create and parse MIME messages and parts",
|
|
"homepage": "https://laminas.dev",
|
|
"keywords": [
|
|
"laminas",
|
|
"mime"
|
|
],
|
|
"support": {
|
|
"chat": "https://laminas.dev/chat",
|
|
"docs": "https://docs.laminas.dev/laminas-mime/",
|
|
"forum": "https://discourse.laminas.dev",
|
|
"issues": "https://github.com/laminas/laminas-mime/issues",
|
|
"rss": "https://github.com/laminas/laminas-mime/releases.atom",
|
|
"source": "https://github.com/laminas/laminas-mime"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
|
"type": "community_bridge"
|
|
}
|
|
],
|
|
"time": "2021-09-20T21:19:24+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-modulemanager",
|
|
"version": "2.11.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-modulemanager.git",
|
|
"reference": "6acf5991d10b0b38a2edb08729ed48981b2a5dad"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/6acf5991d10b0b38a2edb08729ed48981b2a5dad",
|
|
"reference": "6acf5991d10b0b38a2edb08729ed48981b2a5dad",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"brick/varexporter": "^0.3.2",
|
|
"laminas/laminas-config": "^3.7",
|
|
"laminas/laminas-eventmanager": "^3.4",
|
|
"laminas/laminas-stdlib": "^3.6",
|
|
"php": "^7.3 || ~8.0.0 || ~8.1.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.8",
|
|
"laminas/laminas-mvc": "^3.1.1",
|
|
"laminas/laminas-servicemanager": "^3.7",
|
|
"phpunit/phpunit": "^9.5.5"
|
|
},
|
|
"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": "2021-10-13T17:05:17+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-mvc",
|
|
"version": "3.3.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-mvc.git",
|
|
"reference": "7ff2bfbe64048aa83c6d1c7edcbab849123f0150"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/7ff2bfbe64048aa83c6d1c7edcbab849123f0150",
|
|
"reference": "7ff2bfbe64048aa83c6d1c7edcbab849123f0150",
|
|
"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.5",
|
|
"laminas/laminas-servicemanager": "^3.7",
|
|
"laminas/laminas-stdlib": "^3.6",
|
|
"laminas/laminas-view": "^2.14",
|
|
"php": "^7.3 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"conflict": {
|
|
"zendframework/zend-mvc": "*"
|
|
},
|
|
"require-dev": {
|
|
"http-interop/http-middleware": "^0.4.1",
|
|
"laminas/laminas-coding-standard": "^1.0.0",
|
|
"laminas/laminas-json": "^3.3",
|
|
"laminas/laminas-psr7bridge": "^1.0",
|
|
"laminas/laminas-stratigility": ">=2.0.1 <2.2",
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
"phpunit/phpunit": "^9.5.5"
|
|
},
|
|
"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": "2022-02-21T20:21:58+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-mvc-console",
|
|
"version": "1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-mvc-console.git",
|
|
"reference": "90338c7b61a5fa8445c0a41925a4ae351459fa79"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-mvc-console/zipball/90338c7b61a5fa8445c0a41925a4ae351459fa79",
|
|
"reference": "90338c7b61a5fa8445c0a41925a4ae351459fa79",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"container-interop/container-interop": "^1.1",
|
|
"laminas/laminas-console": "^2.6",
|
|
"laminas/laminas-eventmanager": "^3.3",
|
|
"laminas/laminas-modulemanager": "^2.7.1",
|
|
"laminas/laminas-mvc": "^3.0.3",
|
|
"laminas/laminas-router": "^3.0",
|
|
"laminas/laminas-servicemanager": "^3.3",
|
|
"laminas/laminas-stdlib": "^3.3",
|
|
"laminas/laminas-text": "^2.6",
|
|
"laminas/laminas-view": "^2.11.3",
|
|
"laminas/laminas-zendframework-bridge": "^1.0",
|
|
"php": "^7.3 || ~8.0.0"
|
|
},
|
|
"conflict": {
|
|
"laminas/laminas-mvc": "<3.0.0"
|
|
},
|
|
"replace": {
|
|
"zendframework/zend-mvc-console": "^1.2.0"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-coding-standard": "~1.0.0",
|
|
"laminas/laminas-filter": "^2.6.1",
|
|
"phpspec/prophecy": "^1.12.0",
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
"phpunit/phpunit": "^9.3"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-filter": "^2.6.1, to filter rendered results"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2.x-dev",
|
|
"dev-develop": "1.3.x-dev"
|
|
},
|
|
"laminas": {
|
|
"component": "Laminas\\Mvc\\Console"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Laminas\\Mvc\\Console\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Integration between laminas-mvc and laminas-console",
|
|
"homepage": "https://laminas.dev",
|
|
"keywords": [
|
|
"console",
|
|
"laminas",
|
|
"mvc"
|
|
],
|
|
"support": {
|
|
"chat": "https://laminas.dev/chat",
|
|
"docs": "https://docs.laminas.dev/laminas-mvc-console/",
|
|
"forum": "https://discourse.laminas.dev",
|
|
"issues": "https://github.com/laminas/laminas-mvc-console/issues",
|
|
"rss": "https://github.com/laminas/laminas-mvc-console/releases.atom",
|
|
"source": "https://github.com/laminas/laminas-mvc-console"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
|
"type": "community_bridge"
|
|
}
|
|
],
|
|
"abandoned": "laminas/laminas-cli",
|
|
"time": "2020-12-28T09:19:48+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-paginator",
|
|
"version": "2.12.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-paginator.git",
|
|
"reference": "e2e5a17e2b6ca750e4a75b8f34763c63cc6bf8fa"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-paginator/zipball/e2e5a17e2b6ca750e4a75b8f34763c63cc6bf8fa",
|
|
"reference": "e2e5a17e2b6ca750e4a75b8f34763c63cc6bf8fa",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"laminas/laminas-stdlib": "^3.6.2",
|
|
"php": "^7.4 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"conflict": {
|
|
"zendframework/zend-paginator": "*"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-cache": "^3.1.2",
|
|
"laminas/laminas-cache-storage-adapter-memory": "^2.0.0",
|
|
"laminas/laminas-coding-standard": "^2.3.0",
|
|
"laminas/laminas-config": "^3.7.0",
|
|
"laminas/laminas-filter": "^2.13.0",
|
|
"laminas/laminas-servicemanager": "^3.10.0",
|
|
"laminas/laminas-view": "^2.15.0",
|
|
"phpunit/phpunit": "^9.5.10",
|
|
"psalm/plugin-phpunit": "^0.16.1",
|
|
"vimeo/psalm": "^4.15.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-01-11T18:09:02+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-permissions-rbac",
|
|
"version": "3.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-permissions-rbac.git",
|
|
"reference": "ce117f1d2fb8ec8ec6186633bf485a89149fe46f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-permissions-rbac/zipball/ce117f1d2fb8ec8ec6186633bf485a89149fe46f",
|
|
"reference": "ce117f1d2fb8ec8ec6186633bf485a89149fe46f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"conflict": {
|
|
"zendframework/zend-permissions-rbac": "*"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-coding-standard": "~1.0.0",
|
|
"phpunit/phpunit": "^9.3",
|
|
"psalm/plugin-phpunit": "^0.15.1",
|
|
"vimeo/psalm": "^4.7"
|
|
},
|
|
"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": "2021-10-13T17:50:42+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-router",
|
|
"version": "3.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-router.git",
|
|
"reference": "44759e71620030c93d99e40b394fe9fff8f0beda"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-router/zipball/44759e71620030c93d99e40b394fe9fff8f0beda",
|
|
"reference": "44759e71620030c93d99e40b394fe9fff8f0beda",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"container-interop/container-interop": "^1.2",
|
|
"laminas/laminas-http": "^2.15",
|
|
"laminas/laminas-servicemanager": "^3.7",
|
|
"laminas/laminas-stdlib": "^3.6",
|
|
"php": "^7.3 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"conflict": {
|
|
"zendframework/zend-router": "*"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-coding-standard": "~2.2.1",
|
|
"laminas/laminas-i18n": "^2.7.4",
|
|
"phpunit/phpunit": "^9.5.5",
|
|
"psalm/plugin-phpunit": "^0.15.1",
|
|
"vimeo/psalm": "^4.7"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-i18n": "^2.7.4, 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": "2021-10-13T16:02:43+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-servicemanager",
|
|
"version": "3.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-servicemanager.git",
|
|
"reference": "e52b985909e0940bf22d34f322eb3f48bbef6bd1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/e52b985909e0940bf22d34f322eb3f48bbef6bd1",
|
|
"reference": "e52b985909e0940bf22d34f322eb3f48bbef6bd1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"container-interop/container-interop": "^1.2",
|
|
"laminas/laminas-stdlib": "^3.2.1",
|
|
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
|
|
"psr/container": "^1.0"
|
|
},
|
|
"conflict": {
|
|
"laminas/laminas-code": "<3.3.1",
|
|
"zendframework/zend-code": "<3.3.1",
|
|
"zendframework/zend-servicemanager": "*"
|
|
},
|
|
"provide": {
|
|
"container-interop/container-interop-implementation": "^1.2",
|
|
"psr/container-implementation": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/package-versions-deprecated": "^1.0",
|
|
"laminas/laminas-coding-standard": "~2.2.1",
|
|
"laminas/laminas-container-config-test": "^0.3",
|
|
"laminas/laminas-dependency-plugin": "^2.1.2",
|
|
"mikey179/vfsstream": "^1.6.10@alpha",
|
|
"ocramius/proxy-manager": "^2.11",
|
|
"phpbench/phpbench": "^1.1",
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
"phpunit/phpunit": "^9.5.5",
|
|
"psalm/plugin-phpunit": "^0.16.1",
|
|
"vimeo/psalm": "^4.8"
|
|
},
|
|
"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": {
|
|
"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": "2021-09-18T20:19:36+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-stdlib",
|
|
"version": "3.7.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-stdlib.git",
|
|
"reference": "bcd869e2fe88d567800057c1434f2380354fe325"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/bcd869e2fe88d567800057c1434f2380354fe325",
|
|
"reference": "bcd869e2fe88d567800057c1434f2380354fe325",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"conflict": {
|
|
"zendframework/zend-stdlib": "*"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-coding-standard": "~2.3.0",
|
|
"phpbench/phpbench": "^1.0",
|
|
"phpunit/phpunit": "^9.3.7",
|
|
"psalm/plugin-phpunit": "^0.16.0",
|
|
"vimeo/psalm": "^4.7"
|
|
},
|
|
"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-01-21T15:50:46+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-text",
|
|
"version": "2.9.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-text.git",
|
|
"reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-text/zipball/8879e75d03e09b0d6787e6680cfa255afd4645a7",
|
|
"reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"laminas/laminas-servicemanager": "^3.4",
|
|
"laminas/laminas-stdlib": "^3.6",
|
|
"php": "^7.3 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"conflict": {
|
|
"zendframework/zend-text": "*"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-coding-standard": "~1.0.0",
|
|
"phpunit/phpunit": "^9.3"
|
|
},
|
|
"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": "2021-09-02T16:50:53+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-uri",
|
|
"version": "2.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-uri.git",
|
|
"reference": "7e837dc15c8fd3949df7d1213246fd7c8640032b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-uri/zipball/7e837dc15c8fd3949df7d1213246fd7c8640032b",
|
|
"reference": "7e837dc15c8fd3949df7d1213246fd7c8640032b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"laminas/laminas-escaper": "^2.9",
|
|
"laminas/laminas-validator": "^2.15",
|
|
"php": "^7.3 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"conflict": {
|
|
"zendframework/zend-uri": "*"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-coding-standard": "~2.2.1",
|
|
"phpunit/phpunit": "^9.5.5"
|
|
},
|
|
"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": "2021-09-09T18:37:15+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-validator",
|
|
"version": "2.17.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-validator.git",
|
|
"reference": "bdd503adc83d814a5c94e598ea0eb9fc7ca56339"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-validator/zipball/bdd503adc83d814a5c94e598ea0eb9fc7ca56339",
|
|
"reference": "bdd503adc83d814a5c94e598ea0eb9fc7ca56339",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"container-interop/container-interop": "^1.1",
|
|
"laminas/laminas-stdlib": "^3.6",
|
|
"php": "^7.3 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"conflict": {
|
|
"zendframework/zend-validator": "*"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-cache": "^2.6.1",
|
|
"laminas/laminas-coding-standard": "~2.2.1",
|
|
"laminas/laminas-db": "^2.7",
|
|
"laminas/laminas-filter": "^2.6",
|
|
"laminas/laminas-http": "^2.14.2",
|
|
"laminas/laminas-i18n": "^2.6",
|
|
"laminas/laminas-math": "^2.6",
|
|
"laminas/laminas-servicemanager": "^2.7.11 || ^3.0.3",
|
|
"laminas/laminas-session": "^2.8",
|
|
"laminas/laminas-uri": "^2.7",
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
"phpunit/phpunit": "^9.5.5",
|
|
"psalm/plugin-phpunit": "^0.15.0",
|
|
"psr/http-client": "^1.0",
|
|
"psr/http-factory": "^1.0",
|
|
"psr/http-message": "^1.0",
|
|
"vimeo/psalm": "^4.3"
|
|
},
|
|
"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-math": "Laminas\\Math component, required by the Csrf validator",
|
|
"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": "2022-03-08T18:16:51+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-view",
|
|
"version": "2.20.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-view.git",
|
|
"reference": "2cd6973a3e042be3d244260fe93f435668f5c2b4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-view/zipball/2cd6973a3e042be3d244260fe93f435668f5c2b4",
|
|
"reference": "2cd6973a3e042be3d244260fe93f435668f5c2b4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"container-interop/container-interop": "^1.2",
|
|
"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.10",
|
|
"laminas/laminas-stdlib": "^3.6",
|
|
"php": "^7.4 || ~8.0.0 || ~8.1.0",
|
|
"psr/container": "^1 || ^2"
|
|
},
|
|
"conflict": {
|
|
"container-interop/container-interop": "<1.2",
|
|
"laminas/laminas-router": "<3.0.1",
|
|
"laminas/laminas-servicemanager": "<3.3",
|
|
"laminas/laminas-session": "<2.12",
|
|
"zendframework/zend-view": "*"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-authentication": "^2.5",
|
|
"laminas/laminas-coding-standard": "~2.3.0",
|
|
"laminas/laminas-console": "^2.6",
|
|
"laminas/laminas-feed": "^2.15",
|
|
"laminas/laminas-filter": "^2.13.0",
|
|
"laminas/laminas-http": "^2.15",
|
|
"laminas/laminas-i18n": "^2.6",
|
|
"laminas/laminas-modulemanager": "^2.7.1",
|
|
"laminas/laminas-mvc": "^3.0",
|
|
"laminas/laminas-mvc-i18n": "^1.1",
|
|
"laminas/laminas-mvc-plugin-flashmessenger": "^1.5.0",
|
|
"laminas/laminas-navigation": "^2.13.1",
|
|
"laminas/laminas-paginator": "^2.11.0",
|
|
"laminas/laminas-permissions-acl": "^2.6",
|
|
"laminas/laminas-router": "^3.0.1",
|
|
"laminas/laminas-uri": "^2.5",
|
|
"phpspec/prophecy": "^1.12",
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
"phpunit/phpunit": "^9.5.5",
|
|
"psalm/plugin-phpunit": "^0.16.1",
|
|
"vimeo/psalm": "^4.10"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-authentication": "Laminas\\Authentication component",
|
|
"laminas/laminas-escaper": "Laminas\\Escaper 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-servicemanager": "Laminas\\ServiceManager 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": "2022-02-22T13:52:44+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-zendframework-bridge",
|
|
"version": "1.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-zendframework-bridge.git",
|
|
"reference": "7f049390b756d34ba5940a8fb47634fbb51f79ab"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/7f049390b756d34ba5940a8fb47634fbb51f79ab",
|
|
"reference": "7f049390b756d34ba5940a8fb47634fbb51f79ab",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.4, <8.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5.14",
|
|
"psalm/plugin-phpunit": "^0.15.2",
|
|
"squizlabs/php_codesniffer": "^3.6.2",
|
|
"vimeo/psalm": "^4.21.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"
|
|
}
|
|
],
|
|
"time": "2022-02-22T22:17:01+00:00"
|
|
},
|
|
{
|
|
"name": "monarc/core",
|
|
"version": "v2.11.1-p11",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/monarc-project/zm-core.git",
|
|
"reference": "d778833b8b7ef89c5b4e73005ddde4591637f76c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/d778833b8b7ef89c5b4e73005ddde4591637f76c",
|
|
"reference": "d778833b8b7ef89c5b4e73005ddde4591637f76c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/doctrine-orm-module": "^5.1",
|
|
"ext-intl": "*",
|
|
"ext-json": "*",
|
|
"ext-openssl": "*",
|
|
"laminas/laminas-console": "^2.8",
|
|
"laminas/laminas-dependency-plugin": "^2.0",
|
|
"laminas/laminas-di": "^3.1",
|
|
"laminas/laminas-filter": "^2.9",
|
|
"laminas/laminas-i18n": "^2.9",
|
|
"laminas/laminas-inputfilter": "^2.10",
|
|
"laminas/laminas-log": "^2.11",
|
|
"laminas/laminas-mail": "^2.10",
|
|
"laminas/laminas-mvc": "^3.1",
|
|
"ocramius/proxy-manager": "^2.2",
|
|
"php": "^7.4",
|
|
"ramsey/uuid-doctrine": "^1.5",
|
|
"robmorgan/phinx": "^0.11.1"
|
|
},
|
|
"require-dev": {
|
|
"roave/security-advisories": "dev-master"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Monarc\\Core\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Cyril Rouyer",
|
|
"email": "cyril@netlor.fr"
|
|
},
|
|
{
|
|
"name": "Guillaume Lesniak",
|
|
"email": "guillaume@netlor.fr"
|
|
},
|
|
{
|
|
"name": "Jérôme De Almeida",
|
|
"email": "jerome.dealmeida@vesperiagroup.com"
|
|
},
|
|
{
|
|
"name": "Benjamin Ganivet",
|
|
"email": "benjamin@netlor.fr"
|
|
},
|
|
{
|
|
"name": "Thomas Metois",
|
|
"email": "thomas@netlor.fr"
|
|
},
|
|
{
|
|
"name": "Jérôme Lombardi",
|
|
"email": "jerome.lombardi@cases.lu"
|
|
},
|
|
{
|
|
"name": "Juan Rocha",
|
|
"email": "juan.rocha@cases.lu"
|
|
},
|
|
{
|
|
"name": "Cédric Bonhomme",
|
|
"email": "cedric.bonhomme@cases.lu"
|
|
},
|
|
{
|
|
"name": "Ruslan Baidan",
|
|
"email": "ruslan.baidan@cases.lu"
|
|
}
|
|
],
|
|
"description": "Core for monarc/monarc application",
|
|
"support": {
|
|
"issues": "https://github.com/monarc-project/zm-core/issues",
|
|
"source": "https://github.com/monarc-project/zm-core/tree/v2.11.1-p11"
|
|
},
|
|
"time": "2022-04-06T08:03:43+00:00"
|
|
},
|
|
{
|
|
"name": "monarc/frontoffice",
|
|
"version": "v2.11.1-p15",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/monarc-project/zm-client.git",
|
|
"reference": "ddae9d5a54d229f611c49a85a25034679c45e711"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/monarc-project/zm-client/zipball/ddae9d5a54d229f611c49a85a25034679c45e711",
|
|
"reference": "ddae9d5a54d229f611c49a85a25034679c45e711",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/doctrine-orm-module": "^5.1",
|
|
"ext-bcmath": "*",
|
|
"ext-imagick": "*",
|
|
"ext-intl": "*",
|
|
"ext-json": "*",
|
|
"ext-openssl": "*",
|
|
"guzzlehttp/guzzle": "^6.5",
|
|
"laminas/laminas-dependency-plugin": "^2.0",
|
|
"laminas/laminas-di": "^3.1",
|
|
"laminas/laminas-filter": "^2.9",
|
|
"laminas/laminas-inputfilter": "^2.10",
|
|
"laminas/laminas-mvc": "^3.1",
|
|
"laminas/laminas-mvc-console": "^1.2",
|
|
"laminas/laminas-permissions-rbac": "^3.0",
|
|
"monarc/core": "^2.10.3",
|
|
"php": "^7.4",
|
|
"phpoffice/phpword": "^0.18.1",
|
|
"robmorgan/phinx": "^0.11.1",
|
|
"symfony/console": "^5.0"
|
|
},
|
|
"require-dev": {
|
|
"roave/security-advisories": "dev-master"
|
|
},
|
|
"bin": [
|
|
"bin/console"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Monarc\\FrontOffice\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Cyril Rouyer",
|
|
"email": "cyril@netlor.fr"
|
|
},
|
|
{
|
|
"name": "Guillaume Lesniak",
|
|
"email": "guillaume@netlor.fr"
|
|
},
|
|
{
|
|
"name": "Jérôme De Almeida",
|
|
"email": "jerome.dealmeida@vesperiagroup.com"
|
|
},
|
|
{
|
|
"name": "Benjamin Ganivet",
|
|
"email": "benjamin@netlor.fr"
|
|
},
|
|
{
|
|
"name": "Thomas Metois",
|
|
"email": "thomas@netlor.fr"
|
|
},
|
|
{
|
|
"name": "Jérôme Lombardi",
|
|
"email": "jerome.lombardi@cases.lu"
|
|
},
|
|
{
|
|
"name": "Juan Rocha",
|
|
"email": "juan.rocha@cases.lu"
|
|
},
|
|
{
|
|
"name": "Cédric Bonhomme",
|
|
"email": "cedric.bonhomme@cases.lu"
|
|
},
|
|
{
|
|
"name": "Ruslan Baidan",
|
|
"email": "ruslan.baidan@cases.lu"
|
|
}
|
|
],
|
|
"description": "Frontoffice for monarc/monarc application",
|
|
"support": {
|
|
"issues": "https://github.com/monarc-project/zm-client/issues",
|
|
"source": "https://github.com/monarc-project/zm-client/tree/v2.11.1-p15"
|
|
},
|
|
"time": "2022-04-01T08:24:06+00:00"
|
|
},
|
|
{
|
|
"name": "nikic/php-parser",
|
|
"version": "v4.13.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
|
"reference": "210577fe3cf7badcc5814d99455df46564f3c077"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
|
|
"reference": "210577fe3cf7badcc5814d99455df46564f3c077",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-tokenizer": "*",
|
|
"php": ">=7.0"
|
|
},
|
|
"require-dev": {
|
|
"ircmaxell/php-yacc": "^0.0.7",
|
|
"phpunit/phpunit": "^6.5 || ^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.13.2"
|
|
},
|
|
"time": "2021-11-30T19:35:32+00:00"
|
|
},
|
|
{
|
|
"name": "ocramius/proxy-manager",
|
|
"version": "2.13.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Ocramius/ProxyManager.git",
|
|
"reference": "e32bc1986fb6fa318ce35e573c654e3ddfb4848d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e32bc1986fb6fa318ce35e573c654e3ddfb4848d",
|
|
"reference": "e32bc1986fb6fa318ce35e573c654e3ddfb4848d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-runtime-api": "^2.1.0",
|
|
"laminas/laminas-code": "^4.3.0",
|
|
"php": "~7.4.1 || ~8.0.0",
|
|
"webimpress/safe-writer": "^2.2.0"
|
|
},
|
|
"conflict": {
|
|
"doctrine/annotations": "<1.6.1",
|
|
"laminas/laminas-stdlib": "<3.2.1",
|
|
"thecodingmachine/safe": "<1.3.3",
|
|
"zendframework/zend-stdlib": "<3.2.1"
|
|
},
|
|
"require-dev": {
|
|
"codelicia/xulieta": "^0.1.6",
|
|
"doctrine/coding-standard": "^8.2.1",
|
|
"ext-phar": "*",
|
|
"infection/infection": "^0.21.5",
|
|
"nikic/php-parser": "^4.10.5",
|
|
"phpbench/phpbench": "^0.17.1 || 1.0.0-alpha2",
|
|
"phpunit/phpunit": "^9.5.4",
|
|
"slevomat/coding-standard": "^6.3.10",
|
|
"squizlabs/php_codesniffer": "^3.6.0",
|
|
"vimeo/psalm": "^4.4.1"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-json": "To have the JsonRpc adapter (Remote Object feature)",
|
|
"laminas/laminas-soap": "To have the Soap adapter (Remote Object feature)",
|
|
"laminas/laminas-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)",
|
|
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ProxyManager\\": "src/ProxyManager"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "ocramius@gmail.com",
|
|
"homepage": "http://ocramius.github.io/"
|
|
}
|
|
],
|
|
"description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
|
|
"homepage": "https://github.com/Ocramius/ProxyManager",
|
|
"keywords": [
|
|
"aop",
|
|
"lazy loading",
|
|
"proxy",
|
|
"proxy pattern",
|
|
"service proxies"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Ocramius/ProxyManager/issues",
|
|
"source": "https://github.com/Ocramius/ProxyManager/tree/2.13.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/Ocramius",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-03-05T18:42:03+00:00"
|
|
},
|
|
{
|
|
"name": "phpoffice/phpword",
|
|
"version": "0.18.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPOffice/PHPWord.git",
|
|
"reference": "be0190cd5d8f95b4be08d5853b107aa4e352759a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/be0190cd5d8f95b4be08d5853b107aa4e352759a",
|
|
"reference": "be0190cd5d8f95b4be08d5853b107aa4e352759a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-xml": "*",
|
|
"laminas/laminas-escaper": "^2.2",
|
|
"php": "^5.3.3 || ^7.0 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"dompdf/dompdf": "0.8.* || 1.0.*",
|
|
"ext-gd": "*",
|
|
"ext-zip": "*",
|
|
"friendsofphp/php-cs-fixer": "^2.2",
|
|
"mpdf/mpdf": "5.7.4 || 6.* || 7.* || 8.*",
|
|
"php-coveralls/php-coveralls": "1.1.0 || ^2.0",
|
|
"phploc/phploc": "2.* || 3.* || 4.* || 5.* || 6.* || 7.*",
|
|
"phpmd/phpmd": "2.*",
|
|
"phpunit/phpunit": "^4.8.36 || ^7.0",
|
|
"squizlabs/php_codesniffer": "^2.9 || ^3.5",
|
|
"tecnickcom/tcpdf": "6.*"
|
|
},
|
|
"suggest": {
|
|
"dompdf/dompdf": "Allows writing PDF",
|
|
"ext-gd2": "Allows adding images",
|
|
"ext-xmlwriter": "Allows writing OOXML and ODF",
|
|
"ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
|
|
"ext-zip": "Allows writing OOXML and ODF"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-develop": "0.19-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PhpOffice\\PhpWord\\": "src/PhpWord"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mark Baker"
|
|
},
|
|
{
|
|
"name": "Gabriel Bull",
|
|
"email": "me@gabrielbull.com",
|
|
"homepage": "http://gabrielbull.com/"
|
|
},
|
|
{
|
|
"name": "Franck Lefevre",
|
|
"homepage": "https://rootslabs.net/blog/"
|
|
},
|
|
{
|
|
"name": "Ivan Lanin",
|
|
"homepage": "http://ivan.lanin.org"
|
|
},
|
|
{
|
|
"name": "Roman Syroeshko",
|
|
"homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
|
|
},
|
|
{
|
|
"name": "Antoine de Troostembergh"
|
|
}
|
|
],
|
|
"description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
|
|
"homepage": "http://phpoffice.github.io",
|
|
"keywords": [
|
|
"ISO IEC 29500",
|
|
"OOXML",
|
|
"Office Open XML",
|
|
"OpenDocument",
|
|
"OpenXML",
|
|
"PhpOffice",
|
|
"PhpWord",
|
|
"Rich Text Format",
|
|
"WordprocessingML",
|
|
"doc",
|
|
"docx",
|
|
"html",
|
|
"odf",
|
|
"odt",
|
|
"office",
|
|
"pdf",
|
|
"php",
|
|
"reader",
|
|
"rtf",
|
|
"template",
|
|
"template processor",
|
|
"word",
|
|
"writer"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/PHPOffice/PHPWord/issues",
|
|
"source": "https://github.com/PHPOffice/PHPWord/tree/0.18.3"
|
|
},
|
|
"time": "2022-02-17T15:40:03+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/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.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.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/master"
|
|
},
|
|
"time": "2016-08-06T14:39:51+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": "ralouphie/getallheaders",
|
|
"version": "3.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ralouphie/getallheaders.git",
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
"phpunit/phpunit": "^5 || ^6.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/getallheaders.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ralph Khattar",
|
|
"email": "ralph.khattar@gmail.com"
|
|
}
|
|
],
|
|
"description": "A polyfill for getallheaders.",
|
|
"support": {
|
|
"issues": "https://github.com/ralouphie/getallheaders/issues",
|
|
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
|
},
|
|
"time": "2019-03-08T08:55:37+00:00"
|
|
},
|
|
{
|
|
"name": "ramsey/collection",
|
|
"version": "1.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ramsey/collection.git",
|
|
"reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
|
|
"reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3 || ^8",
|
|
"symfony/polyfill-php81": "^1.23"
|
|
},
|
|
"require-dev": {
|
|
"captainhook/captainhook": "^5.3",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
"ergebnis/composer-normalize": "^2.6",
|
|
"fakerphp/faker": "^1.5",
|
|
"hamcrest/hamcrest-php": "^2",
|
|
"jangregor/phpstan-prophecy": "^0.8",
|
|
"mockery/mockery": "^1.3",
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
"phpstan/extension-installer": "^1",
|
|
"phpstan/phpstan": "^0.12.32",
|
|
"phpstan/phpstan-mockery": "^0.12.5",
|
|
"phpstan/phpstan-phpunit": "^0.12.11",
|
|
"phpunit/phpunit": "^8.5 || ^9",
|
|
"psy/psysh": "^0.10.4",
|
|
"slevomat/coding-standard": "^6.3",
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
"vimeo/psalm": "^4.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ramsey\\Collection\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ben Ramsey",
|
|
"email": "ben@benramsey.com",
|
|
"homepage": "https://benramsey.com"
|
|
}
|
|
],
|
|
"description": "A PHP library for representing and manipulating collections.",
|
|
"keywords": [
|
|
"array",
|
|
"collection",
|
|
"hash",
|
|
"map",
|
|
"queue",
|
|
"set"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/ramsey/collection/issues",
|
|
"source": "https://github.com/ramsey/collection/tree/1.2.2"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/ramsey",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2021-10-10T03:01:02+00:00"
|
|
},
|
|
{
|
|
"name": "ramsey/uuid",
|
|
"version": "4.2.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ramsey/uuid.git",
|
|
"reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
|
|
"reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"brick/math": "^0.8 || ^0.9",
|
|
"ext-json": "*",
|
|
"php": "^7.2 || ^8.0",
|
|
"ramsey/collection": "^1.0",
|
|
"symfony/polyfill-ctype": "^1.8",
|
|
"symfony/polyfill-php80": "^1.14"
|
|
},
|
|
"replace": {
|
|
"rhumsaa/uuid": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"captainhook/captainhook": "^5.10",
|
|
"captainhook/plugin-composer": "^5.3",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
"doctrine/annotations": "^1.8",
|
|
"ergebnis/composer-normalize": "^2.15",
|
|
"mockery/mockery": "^1.3",
|
|
"moontoast/math": "^1.1",
|
|
"paragonie/random-lib": "^2",
|
|
"php-mock/php-mock": "^2.2",
|
|
"php-mock/php-mock-mockery": "^1.3",
|
|
"php-parallel-lint/php-parallel-lint": "^1.1",
|
|
"phpbench/phpbench": "^1.0",
|
|
"phpstan/extension-installer": "^1.0",
|
|
"phpstan/phpstan": "^0.12",
|
|
"phpstan/phpstan-mockery": "^0.12",
|
|
"phpstan/phpstan-phpunit": "^0.12",
|
|
"phpunit/phpunit": "^8.5 || ^9",
|
|
"slevomat/coding-standard": "^7.0",
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
"vimeo/psalm": "^4.9"
|
|
},
|
|
"suggest": {
|
|
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
|
|
"ext-ctype": "Enables faster processing of character classification using ctype functions.",
|
|
"ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
|
|
"ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
|
|
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
|
|
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "4.x-dev"
|
|
},
|
|
"captainhook": {
|
|
"force-install": true
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Ramsey\\Uuid\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
|
|
"keywords": [
|
|
"guid",
|
|
"identifier",
|
|
"uuid"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/ramsey/uuid/issues",
|
|
"source": "https://github.com/ramsey/uuid/tree/4.2.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/ramsey",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2021-09-25T23:10:38+00:00"
|
|
},
|
|
{
|
|
"name": "ramsey/uuid-doctrine",
|
|
"version": "1.8.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ramsey/uuid-doctrine.git",
|
|
"reference": "1a6f235ba3faf1cd9ba18daf5b54d8dc9d3bc7d0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ramsey/uuid-doctrine/zipball/1a6f235ba3faf1cd9ba18daf5b54d8dc9d3bc7d0",
|
|
"reference": "1a6f235ba3faf1cd9ba18daf5b54d8dc9d3bc7d0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/dbal": "^2.5 || ^3.0",
|
|
"php": "^5.4 || ^7 || ^8",
|
|
"ramsey/uuid": "^3.5 || ^4"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/orm": "^2.5",
|
|
"mockery/mockery": "^0.9.11 || ^1",
|
|
"php-parallel-lint/php-parallel-lint": "^1",
|
|
"phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7 || ^8 || ^9",
|
|
"squizlabs/php_codesniffer": "^3.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ramsey\\Uuid\\Doctrine\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ben Ramsey",
|
|
"email": "ben@benramsey.com",
|
|
"homepage": "https://benramsey.com"
|
|
}
|
|
],
|
|
"description": "Use ramsey/uuid as a Doctrine field type.",
|
|
"keywords": [
|
|
"database",
|
|
"doctrine",
|
|
"guid",
|
|
"identifier",
|
|
"uuid"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/ramsey/uuid-doctrine/issues",
|
|
"source": "https://github.com/ramsey/uuid-doctrine/tree/1.8.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/ramsey",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/ramsey/uuid-doctrine",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-01-15T23:54:44+00:00"
|
|
},
|
|
{
|
|
"name": "robmorgan/phinx",
|
|
"version": "0.11.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/cakephp/phinx.git",
|
|
"reference": "3cdde73e0c33c410e076108b3e1603fabb5b330d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/cakephp/phinx/zipball/3cdde73e0c33c410e076108b3e1603fabb5b330d",
|
|
"reference": "3cdde73e0c33c410e076108b3e1603fabb5b330d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"cakephp/collection": "^3.7",
|
|
"cakephp/database": "^3.7",
|
|
"php": ">=5.6",
|
|
"symfony/config": "^3.4|^4.0|^5.0",
|
|
"symfony/console": "^3.4|^4.0|^5.0",
|
|
"symfony/yaml": "^3.4|^4.0|^5.0"
|
|
},
|
|
"require-dev": {
|
|
"cakephp/cakephp-codesniffer": "^3.0",
|
|
"ext-json": "*",
|
|
"phpunit/phpunit": ">=5.7,<8.0",
|
|
"sebastian/comparator": ">=1.2.3"
|
|
},
|
|
"suggest": {
|
|
"ext-json": "Install if using JSON configuration format",
|
|
"symfony/yaml": "Install if using YAML configuration format"
|
|
},
|
|
"bin": [
|
|
"bin/phinx"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Phinx\\": "src/Phinx/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Rob Morgan",
|
|
"email": "robbym@gmail.com",
|
|
"homepage": "https://robmorgan.id.au",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Woody Gilk",
|
|
"email": "woody.gilk@gmail.com",
|
|
"homepage": "https://shadowhand.me",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Richard Quadling",
|
|
"email": "rquadling@gmail.com",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "CakePHP Community",
|
|
"homepage": "https://github.com/cakephp/phinx/graphs/contributors",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
|
|
"homepage": "https://phinx.org",
|
|
"keywords": [
|
|
"database",
|
|
"database migrations",
|
|
"db",
|
|
"migrations",
|
|
"phinx"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/cakephp/phinx/issues",
|
|
"source": "https://github.com/cakephp/phinx/tree/0.11.7"
|
|
},
|
|
"time": "2020-05-09T13:59:05+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/config",
|
|
"version": "v5.4.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/config.git",
|
|
"reference": "9f8964f56f7234f8ace16f66cb3fbae950c04e68"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/config/zipball/9f8964f56f7234f8ace16f66cb3fbae950c04e68",
|
|
"reference": "9f8964f56f7234f8ace16f66cb3fbae950c04e68",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/filesystem": "^4.4|^5.0|^6.0",
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
"symfony/polyfill-php80": "^1.16",
|
|
"symfony/polyfill-php81": "^1.22"
|
|
},
|
|
"conflict": {
|
|
"symfony/finder": "<4.4"
|
|
},
|
|
"require-dev": {
|
|
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
|
|
"symfony/finder": "^4.4|^5.0|^6.0",
|
|
"symfony/messenger": "^4.4|^5.0|^6.0",
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
|
"symfony/yaml": "^4.4|^5.0|^6.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "To use the yaml reference dumper"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Config\\": ""
|
|
},
|
|
"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": "Helps you find, load, combine, autofill and validate configuration values of any kind",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/config/tree/v5.4.8"
|
|
},
|
|
"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-04-12T16:02:29+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "v5.4.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/console.git",
|
|
"reference": "ffe3aed36c4d60da2cf1b0a1cee6b8f2e5fa881b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/ffe3aed36c4d60da2cf1b0a1cee6b8f2e5fa881b",
|
|
"reference": "ffe3aed36c4d60da2cf1b0a1cee6b8f2e5fa881b",
|
|
"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.8"
|
|
},
|
|
"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-04-12T16:02:29+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/deprecation-contracts",
|
|
"version": "v2.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
|
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "2.5-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/v2.5.1"
|
|
},
|
|
"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:53:40+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/filesystem",
|
|
"version": "v5.4.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/filesystem.git",
|
|
"reference": "3a4442138d80c9f7b600fb297534ac718b61d37f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/3a4442138d80c9f7b600fb297534ac718b61d37f",
|
|
"reference": "3a4442138d80c9f7b600fb297534ac718b61d37f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
"symfony/polyfill-mbstring": "~1.8",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Filesystem\\": ""
|
|
},
|
|
"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": "Provides basic utilities for the filesystem",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/filesystem/tree/v5.4.7"
|
|
},
|
|
"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-04-01T12:33:59+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-ctype",
|
|
"version": "v1.25.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
"reference": "30885182c981ab175d4d034db0f6f469898070ab"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
|
|
"reference": "30885182c981ab175d4d034db0f6f469898070ab",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"provide": {
|
|
"ext-ctype": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-ctype": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.23-dev"
|
|
},
|
|
"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.25.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": "2021-10-20T20:35:02+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-grapheme",
|
|
"version": "v1.25.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
|
"reference": "81b86b50cf841a64252b439e738e97f4a34e2783"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783",
|
|
"reference": "81b86b50cf841a64252b439e738e97f4a34e2783",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.23-dev"
|
|
},
|
|
"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.25.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": "2021-11-23T21:10:46+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-idn",
|
|
"version": "v1.25.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
|
"reference": "749045c69efb97c70d25d7463abba812e91f3a44"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44",
|
|
"reference": "749045c69efb97c70d25d7463abba812e91f3a44",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"symfony/polyfill-intl-normalizer": "^1.10",
|
|
"symfony/polyfill-php72": "^1.10"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.23-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Intl\\Idn\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Laurent Bassin",
|
|
"email": "laurent@bassin.info"
|
|
},
|
|
{
|
|
"name": "Trevor Rowbotham",
|
|
"email": "trevor.rowbotham@pm.me"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"idn",
|
|
"intl",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.25.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": "2021-09-14T14:02:44+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-normalizer",
|
|
"version": "v1.25.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
|
|
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.23-dev"
|
|
},
|
|
"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.25.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": "2021-02-19T12:13:01+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.25.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
|
|
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"provide": {
|
|
"ext-mbstring": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.23-dev"
|
|
},
|
|
"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.25.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": "2021-11-30T18:21:41+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php72",
|
|
"version": "v1.25.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php72.git",
|
|
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
|
|
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.23-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php72\\": ""
|
|
}
|
|
},
|
|
"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.25.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": "2021-05-27T09:17:38+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php73",
|
|
"version": "v1.25.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
|
"reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
|
|
"reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.23-dev"
|
|
},
|
|
"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.25.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": "2021-06-05T21:20:04+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php80",
|
|
"version": "v1.25.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
|
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c",
|
|
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.23-dev"
|
|
},
|
|
"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.25.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": "2022-03-04T08:16:47+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php81",
|
|
"version": "v1.25.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php81.git",
|
|
"reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
|
|
"reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.23-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php81\\": ""
|
|
},
|
|
"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 8.1+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php81/tree/v1.25.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": "2021-09-13T13:58:11+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/service-contracts",
|
|
"version": "v2.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
|
"reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
|
|
"reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
|
|
"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.1"
|
|
},
|
|
"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-03-13T20:07:29+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/string",
|
|
"version": "v5.4.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/string.git",
|
|
"reference": "3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/string/zipball/3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8",
|
|
"reference": "3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
"symfony/polyfill-intl-grapheme": "~1.0",
|
|
"symfony/polyfill-intl-normalizer": "~1.0",
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
"symfony/polyfill-php80": "~1.15"
|
|
},
|
|
"conflict": {
|
|
"symfony/translation-contracts": ">=3.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/error-handler": "^4.4|^5.0|^6.0",
|
|
"symfony/http-client": "^4.4|^5.0|^6.0",
|
|
"symfony/translation-contracts": "^1.1|^2",
|
|
"symfony/var-exporter": "^4.4|^5.0|^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/v5.4.8"
|
|
},
|
|
"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-04-19T10:40:37+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "v5.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/yaml.git",
|
|
"reference": "e80f87d2c9495966768310fc531b487ce64237a2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/e80f87d2c9495966768310fc531b487ce64237a2",
|
|
"reference": "e80f87d2c9495966768310fc531b487ce64237a2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/polyfill-ctype": "^1.8"
|
|
},
|
|
"conflict": {
|
|
"symfony/console": "<5.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "^5.3|^6.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "For validating YAML files using the lint command"
|
|
},
|
|
"bin": [
|
|
"Resources/bin/yaml-lint"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Yaml\\": ""
|
|
},
|
|
"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": "Loads and dumps YAML files",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/yaml/tree/v5.4.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": "2022-01-26T16:32:32+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.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/webmozarts/assert.git",
|
|
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
|
|
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0",
|
|
"symfony/polyfill-ctype": "^1.8"
|
|
},
|
|
"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.10.0"
|
|
},
|
|
"time": "2021-03-09T10:59:23+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "laminas/laminas-test",
|
|
"version": "3.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-test.git",
|
|
"reference": "ae49929c0060800f0e516cb984620674dfb74458"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-test/zipball/ae49929c0060800f0e516cb984620674dfb74458",
|
|
"reference": "ae49929c0060800f0e516cb984620674dfb74458",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"laminas/laminas-console": "^2.6",
|
|
"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-log": "^2.7.1",
|
|
"laminas/laminas-modulemanager": "^2.7.1",
|
|
"laminas/laminas-mvc-console": "^1.1.8",
|
|
"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.16.0",
|
|
"vimeo/psalm": "^4.7"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-mvc-console": "^1.1.8, to test MVC <-> console integration"
|
|
},
|
|
"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": "2021-12-08T04:16:21+00:00"
|
|
},
|
|
{
|
|
"name": "myclabs/deep-copy",
|
|
"version": "1.11.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/myclabs/DeepCopy.git",
|
|
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
|
|
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
|
|
"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",
|
|
"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.11.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-03-03T13:19:32+00:00"
|
|
},
|
|
{
|
|
"name": "phar-io/manifest",
|
|
"version": "2.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phar-io/manifest.git",
|
|
"reference": "97803eca37d319dfa7826cc2437fc020857acb53"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
|
|
"reference": "97803eca37d319dfa7826cc2437fc020857acb53",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"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.3"
|
|
},
|
|
"time": "2021-07-20T11:28:43+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": "phpdocumentor/reflection-common",
|
|
"version": "2.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
|
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
|
|
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-2.x": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpDocumentor\\Reflection\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jaap van Otterdijk",
|
|
"email": "opensource@ijaap.nl"
|
|
}
|
|
],
|
|
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
|
"homepage": "http://www.phpdoc.org",
|
|
"keywords": [
|
|
"FQSEN",
|
|
"phpDocumentor",
|
|
"phpdoc",
|
|
"reflection",
|
|
"static analysis"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
|
|
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
|
|
},
|
|
"time": "2020-06-27T09:03:43+00:00"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
"version": "5.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
|
|
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-filter": "*",
|
|
"php": "^7.2 || ^8.0",
|
|
"phpdocumentor/reflection-common": "^2.2",
|
|
"phpdocumentor/type-resolver": "^1.3",
|
|
"webmozart/assert": "^1.9.1"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "~1.3.2",
|
|
"psalm/phar": "^4.8"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpDocumentor\\Reflection\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mike van Riel",
|
|
"email": "me@mikevanriel.com"
|
|
},
|
|
{
|
|
"name": "Jaap van Otterdijk",
|
|
"email": "account@ijaap.nl"
|
|
}
|
|
],
|
|
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
|
"support": {
|
|
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
|
|
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
|
|
},
|
|
"time": "2021-10-19T17:43:47+00:00"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/type-resolver",
|
|
"version": "1.6.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
|
"reference": "77a32518733312af16a44300404e945338981de3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3",
|
|
"reference": "77a32518733312af16a44300404e945338981de3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0",
|
|
"phpdocumentor/reflection-common": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-tokenizer": "*",
|
|
"psalm/phar": "^4.8"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-1.x": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpDocumentor\\Reflection\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mike van Riel",
|
|
"email": "me@mikevanriel.com"
|
|
}
|
|
],
|
|
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
|
|
"support": {
|
|
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
|
|
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1"
|
|
},
|
|
"time": "2022-03-15T21:29:03+00:00"
|
|
},
|
|
{
|
|
"name": "phpspec/prophecy",
|
|
"version": "v1.15.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpspec/prophecy.git",
|
|
"reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
|
|
"reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/instantiator": "^1.2",
|
|
"php": "^7.2 || ~8.0, <8.2",
|
|
"phpdocumentor/reflection-docblock": "^5.2",
|
|
"sebastian/comparator": "^3.0 || ^4.0",
|
|
"sebastian/recursion-context": "^3.0 || ^4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/phpspec": "^6.0 || ^7.0",
|
|
"phpunit/phpunit": "^8.0 || ^9.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Prophecy\\": "src/Prophecy"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com",
|
|
"homepage": "http://everzet.com"
|
|
},
|
|
{
|
|
"name": "Marcello Duarte",
|
|
"email": "marcello.duarte@gmail.com"
|
|
}
|
|
],
|
|
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
|
"homepage": "https://github.com/phpspec/prophecy",
|
|
"keywords": [
|
|
"Double",
|
|
"Dummy",
|
|
"fake",
|
|
"mock",
|
|
"spy",
|
|
"stub"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/phpspec/prophecy/issues",
|
|
"source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
|
|
},
|
|
"time": "2021-12-08T12:19:24+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-code-coverage",
|
|
"version": "7.0.15",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
"reference": "819f92bba8b001d4363065928088de22f25a3a48"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/819f92bba8b001d4363065928088de22f25a3a48",
|
|
"reference": "819f92bba8b001d4363065928088de22f25a3a48",
|
|
"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.15"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2021-07-26T12:20:09+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-file-iterator",
|
|
"version": "2.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
"reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
|
|
"reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
|
|
"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.5"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2021-12-02T12:42:26+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.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
"reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662",
|
|
"reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662",
|
|
"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.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2020-11-30T08:20:02+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.26",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
"reference": "ef117c59fc4c54a979021b26d08a3373e386606d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ef117c59fc4c54a979021b26d08a3373e386606d",
|
|
"reference": "ef117c59fc4c54a979021b26d08a3373e386606d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/instantiator": "^1.3.1",
|
|
"ext-dom": "*",
|
|
"ext-json": "*",
|
|
"ext-libxml": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-xml": "*",
|
|
"ext-xmlwriter": "*",
|
|
"myclabs/deep-copy": "^1.10.0",
|
|
"phar-io/manifest": "^2.0.3",
|
|
"phar-io/version": "^3.0.2",
|
|
"php": ">=7.2",
|
|
"phpspec/prophecy": "^1.10.3",
|
|
"phpunit/php-code-coverage": "^7.0.12",
|
|
"phpunit/php-file-iterator": "^2.0.4",
|
|
"phpunit/php-text-template": "^1.2.1",
|
|
"phpunit/php-timer": "^2.1.2",
|
|
"sebastian/comparator": "^3.0.2",
|
|
"sebastian/diff": "^3.0.2",
|
|
"sebastian/environment": "^4.2.3",
|
|
"sebastian/exporter": "^3.1.2",
|
|
"sebastian/global-state": "^3.0.0",
|
|
"sebastian/object-enumerator": "^3.0.3",
|
|
"sebastian/resource-operations": "^2.0.1",
|
|
"sebastian/type": "^1.1.3",
|
|
"sebastian/version": "^2.0.1"
|
|
},
|
|
"require-dev": {
|
|
"ext-pdo": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-soap": "*",
|
|
"ext-xdebug": "*",
|
|
"phpunit/php-invoker": "^2.0.0"
|
|
},
|
|
"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",
|
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.26"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://phpunit.de/sponsors.html",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-04-01T12:34:39+00:00"
|
|
},
|
|
{
|
|
"name": "roave/security-advisories",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
|
"reference": "c491d086242983f784b8af91cbb9de43d3374971"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/c491d086242983f784b8af91cbb9de43d3374971",
|
|
"reference": "c491d086242983f784b8af91cbb9de43d3374971",
|
|
"shasum": ""
|
|
},
|
|
"conflict": {
|
|
"3f/pygmentize": "<1.2",
|
|
"admidio/admidio": "<4.1.9",
|
|
"adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3",
|
|
"akaunting/akaunting": "<2.1.13",
|
|
"alextselegidis/easyappointments": "<1.4.3",
|
|
"alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
|
|
"amazing/media2click": ">=1,<1.3.3",
|
|
"amphp/artax": "<1.0.6|>=2,<2.0.6",
|
|
"amphp/http": "<1.0.1",
|
|
"amphp/http-client": ">=4,<4.4",
|
|
"anchorcms/anchor-cms": "<=0.12.7",
|
|
"andreapollastri/cipi": "<=3.1.15",
|
|
"api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
|
|
"appwrite/server-ce": "<0.11.1|>=0.12,<0.12.2",
|
|
"area17/twill": "<1.2.5|>=2,<2.5.3",
|
|
"asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
|
|
"aws/aws-sdk-php": ">=3,<3.2.1",
|
|
"bagisto/bagisto": "<0.1.5",
|
|
"barrelstrength/sprout-base-email": "<1.2.7",
|
|
"barrelstrength/sprout-forms": "<3.9",
|
|
"barryvdh/laravel-translation-manager": "<0.6.2",
|
|
"baserproject/basercms": "<4.5.4",
|
|
"billz/raspap-webgui": "<=2.6.6",
|
|
"bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3",
|
|
"bmarshall511/wordpress_zero_spam": "<5.2.13",
|
|
"bolt/bolt": "<3.7.2",
|
|
"bolt/core": "<=4.2",
|
|
"bottelet/flarepoint": "<2.2.1",
|
|
"brightlocal/phpwhois": "<=4.2.5",
|
|
"brotkrueml/codehighlight": "<2.7",
|
|
"buddypress/buddypress": "<7.2.1",
|
|
"bugsnag/bugsnag-laravel": ">=2,<2.0.2",
|
|
"bytefury/crater": "<6.0.2",
|
|
"cachethq/cachet": "<2.5.1",
|
|
"cakephp/cakephp": "<3.10.3|>=4,<4.0.6",
|
|
"cardgate/magento2": "<2.0.33",
|
|
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
|
|
"cartalyst/sentry": "<=2.1.6",
|
|
"catfan/medoo": "<1.7.5",
|
|
"centreon/centreon": "<20.10.7",
|
|
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
|
|
"codeception/codeception": "<3.1.3|>=4,<4.1.22",
|
|
"codeigniter/framework": "<=3.0.6",
|
|
"codeigniter4/framework": "<4.1.9",
|
|
"codiad/codiad": "<=2.8.4",
|
|
"composer/composer": "<1.10.26|>=2-alpha.1,<2.2.12|>=2.3,<2.3.5",
|
|
"concrete5/concrete5": "<9",
|
|
"concrete5/core": "<8.5.7",
|
|
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
|
|
"contao/contao": ">=4,<4.4.56|>=4.5,<4.9.18|>=4.10,<4.11.7|>=4.13,<4.13.3",
|
|
"contao/core": ">=2,<3.5.39",
|
|
"contao/core-bundle": "<4.9.18|>=4.10,<4.11.7|>=4.13,<4.13.3|= 4.10.0",
|
|
"contao/listing-bundle": ">=4,<4.4.8",
|
|
"contao/managed-edition": "<=1.5",
|
|
"craftcms/cms": "<3.7.29",
|
|
"croogo/croogo": "<3.0.7",
|
|
"cuyz/valinor": ">=0.5,<0.7",
|
|
"czproject/git-php": "<4.0.3",
|
|
"darylldoyle/safe-svg": "<1.9.10",
|
|
"datadog/dd-trace": ">=0.30,<0.30.2",
|
|
"david-garcia/phpwhois": "<=4.3.1",
|
|
"derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1",
|
|
"directmailteam/direct-mail": "<5.2.4",
|
|
"doctrine/annotations": ">=1,<1.2.7",
|
|
"doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
|
|
"doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
|
|
"doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2|>=3,<3.1.4",
|
|
"doctrine/doctrine-bundle": "<1.5.2",
|
|
"doctrine/doctrine-module": "<=0.7.1",
|
|
"doctrine/mongodb-odm": ">=1,<1.0.2",
|
|
"doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
|
|
"doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
|
|
"dolibarr/dolibarr": "<16|>= 3.3.beta1, < 13.0.2",
|
|
"dompdf/dompdf": "<1.2.1",
|
|
"drupal/core": ">=7,<7.88|>=8,<9.2.13|>=9.3,<9.3.6",
|
|
"drupal/drupal": ">=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4",
|
|
"dweeves/magmi": "<=0.7.24",
|
|
"ecodev/newsletter": "<=4",
|
|
"ectouch/ectouch": "<=2.7.2",
|
|
"elgg/elgg": "<3.3.24|>=4,<4.0.5",
|
|
"endroid/qr-code-bundle": "<3.4.2",
|
|
"enshrined/svg-sanitize": "<0.15",
|
|
"erusev/parsedown": "<1.7.2",
|
|
"ether/logs": "<3.0.4",
|
|
"ezsystems/demobundle": ">=5.4,<5.4.6.1",
|
|
"ezsystems/ez-support-tools": ">=2.2,<2.2.3",
|
|
"ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1",
|
|
"ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1",
|
|
"ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24",
|
|
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.27",
|
|
"ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1",
|
|
"ezsystems/ezplatform-kernel": "<=1.2.5|>=1.3,<1.3.17",
|
|
"ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8",
|
|
"ezsystems/ezplatform-richtext": ">=2.3,<=2.3.7",
|
|
"ezsystems/ezplatform-user": ">=1,<1.0.1",
|
|
"ezsystems/ezpublish-kernel": "<=6.13.8.1|>=7,<7.5.28",
|
|
"ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.3.5.1",
|
|
"ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
|
|
"ezsystems/repository-forms": ">=2.3,<2.3.2.1",
|
|
"ezyang/htmlpurifier": "<4.1.1",
|
|
"facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2",
|
|
"facturascripts/facturascripts": "<2022.6",
|
|
"feehi/cms": "<=2.1.1",
|
|
"feehi/feehicms": "<=0.1.3",
|
|
"fenom/fenom": "<=2.12.1",
|
|
"firebase/php-jwt": "<2",
|
|
"flarum/core": ">=1,<=1.0.1",
|
|
"flarum/sticky": ">=0.1-beta.14,<=0.1-beta.15",
|
|
"flarum/tags": "<=0.1-beta.13",
|
|
"fluidtypo3/vhs": "<5.1.1",
|
|
"fooman/tcpdf": "<6.2.22",
|
|
"forkcms/forkcms": "<5.11.1",
|
|
"fossar/tcpdf-parser": "<6.2.22",
|
|
"francoisjacquet/rosariosis": "<8.1.1",
|
|
"friendsofsymfony/oauth2-php": "<1.3",
|
|
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
|
|
"friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
|
|
"friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
|
|
"froala/wysiwyg-editor": "<3.2.7",
|
|
"froxlor/froxlor": "<=0.10.22",
|
|
"fuel/core": "<1.8.1",
|
|
"gaoming13/wechat-php-sdk": "<=1.10.2",
|
|
"genix/cms": "<=1.1.11",
|
|
"getgrav/grav": "<1.7.31",
|
|
"getkirby/cms": "<3.5.8",
|
|
"getkirby/panel": "<2.5.14",
|
|
"gilacms/gila": "<=1.11.4",
|
|
"globalpayments/php-sdk": "<2",
|
|
"google/protobuf": "<3.15",
|
|
"gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
|
|
"gree/jose": "<=2.2",
|
|
"gregwar/rst": "<1.0.3",
|
|
"grumpydictator/firefly-iii": "<5.6.5",
|
|
"guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1",
|
|
"guzzlehttp/psr7": "<1.8.4|>=2,<2.1.1",
|
|
"helloxz/imgurl": "<=2.31",
|
|
"hillelcoren/invoice-ninja": "<5.3.35",
|
|
"hjue/justwriting": "<=1",
|
|
"hov/jobfair": "<1.0.13|>=2,<2.0.2",
|
|
"hyn/multi-tenant": ">=5.6,<5.7.2",
|
|
"ibexa/core": ">=4,<4.0.5|>=4.1,<4.1.2",
|
|
"ibexa/post-install": "<=1.0.4",
|
|
"icecoder/icecoder": "<=8.1",
|
|
"illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
|
|
"illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4",
|
|
"illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40",
|
|
"illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
|
|
"illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
|
|
"impresscms/impresscms": "<=1.4.3",
|
|
"in2code/femanager": "<5.5.1|>=6,<6.3.1",
|
|
"intelliants/subrion": "<=4.2.1",
|
|
"ivankristianto/phpwhois": "<=4.3",
|
|
"jackalope/jackalope-doctrine-dbal": "<1.7.4",
|
|
"james-heinrich/getid3": "<1.9.21",
|
|
"joomla/archive": "<1.1.12|>=2,<2.0.1",
|
|
"joomla/filesystem": "<1.6.2|>=2,<2.0.1",
|
|
"joomla/filter": "<1.4.4|>=2,<2.0.1",
|
|
"joomla/input": ">=2,<2.0.2",
|
|
"joomla/session": "<1.3.1",
|
|
"jsdecena/laracom": "<2.0.9",
|
|
"jsmitty12/phpwhois": "<5.1",
|
|
"kazist/phpwhois": "<=4.2.6",
|
|
"kevinpapst/kimai2": "<1.16.7",
|
|
"kitodo/presentation": "<3.1.2",
|
|
"klaviyo/magento2-extension": ">=1,<3",
|
|
"kreait/firebase-php": ">=3.2,<3.8.1",
|
|
"la-haute-societe/tcpdf": "<6.2.22",
|
|
"laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1",
|
|
"laminas/laminas-http": "<2.14.2",
|
|
"laravel/fortify": "<1.11.1",
|
|
"laravel/framework": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
|
|
"laravel/laravel": "<=5.8.38",
|
|
"laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
|
|
"latte/latte": "<2.10.8",
|
|
"lavalite/cms": "<=5.8",
|
|
"lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5",
|
|
"league/commonmark": "<0.18.3",
|
|
"league/flysystem": "<1.1.4|>=2,<2.1.1",
|
|
"lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3",
|
|
"librenms/librenms": "<22.2.2",
|
|
"limesurvey/limesurvey": "<3.27.19",
|
|
"livehelperchat/livehelperchat": "<=3.91",
|
|
"livewire/livewire": ">2.2.4,<2.2.6",
|
|
"lms/routes": "<2.1.1",
|
|
"localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2",
|
|
"luyadev/yii-helpers": "<1.2.1",
|
|
"magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3",
|
|
"magento/magento1ce": "<1.9.4.3",
|
|
"magento/magento1ee": ">=1,<1.14.4.3",
|
|
"magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2",
|
|
"marcwillmann/turn": "<0.3.3",
|
|
"matyhtf/framework": "<3.0.6",
|
|
"mautic/core": "<4.2|= 2.13.1",
|
|
"mediawiki/core": ">=1.27,<1.27.6|>=1.29,<1.29.3|>=1.30,<1.30.2|>=1.31,<1.31.9|>=1.32,<1.32.6|>=1.32.99,<1.33.3|>=1.33.99,<1.34.3|>=1.34.99,<1.35",
|
|
"microweber/microweber": "<1.3",
|
|
"miniorange/miniorange-saml": "<1.4.3",
|
|
"mittwald/typo3_forum": "<1.2.1",
|
|
"modx/revolution": "<= 2.8.3-pl|<2.8",
|
|
"monolog/monolog": ">=1.8,<1.12",
|
|
"moodle/moodle": "<3.9.13|>=3.10-beta,<3.10.10|>=3.11,<3.11.6",
|
|
"mustache/mustache": ">=2,<2.14.1",
|
|
"namshi/jose": "<2.2",
|
|
"neoan3-apps/template": "<1.1.1",
|
|
"neorazorx/facturascripts": "<2022.4",
|
|
"neos/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
|
|
"neos/form": ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3",
|
|
"neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.9.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3",
|
|
"neos/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
|
|
"netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15",
|
|
"nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
|
|
"nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
|
|
"nilsteampassnet/teampass": "<=2.1.27.36",
|
|
"nukeviet/nukeviet": "<4.3.4",
|
|
"nystudio107/craft-seomatic": "<3.4.12",
|
|
"nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
|
|
"october/backend": "<1.1.2",
|
|
"october/cms": "= 1.1.1|= 1.0.471|= 1.0.469|>=1.0.319,<1.0.469",
|
|
"october/october": ">=1.0.319,<1.0.466|>=2.1,<2.1.12",
|
|
"october/rain": "<1.0.472|>=1.1,<1.1.2",
|
|
"october/system": "<1.0.475|>=1.1,<1.1.11|>=2,<2.1.27",
|
|
"onelogin/php-saml": "<2.10.4",
|
|
"oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
|
|
"open-web-analytics/open-web-analytics": "<1.7.4",
|
|
"opencart/opencart": "<=3.0.3.2",
|
|
"openid/php-openid": "<2.3",
|
|
"openmage/magento-lts": "<19.4.15|>=20,<20.0.13",
|
|
"orchid/platform": ">=9,<9.4.4",
|
|
"oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7",
|
|
"oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<4.2.8",
|
|
"padraic/humbug_get_contents": "<1.1.2",
|
|
"pagarme/pagarme-php": ">=0,<3",
|
|
"pagekit/pagekit": "<=1.0.18",
|
|
"paragonie/random_compat": "<2",
|
|
"passbolt/passbolt_api": "<2.11",
|
|
"paypal/merchant-sdk-php": "<3.12",
|
|
"pear/archive_tar": "<1.4.14",
|
|
"pear/crypt_gpg": "<1.6.7",
|
|
"pegasus/google-for-jobs": "<1.5.1|>=2,<2.1.1",
|
|
"personnummer/personnummer": "<3.0.2",
|
|
"phanan/koel": "<5.1.4",
|
|
"phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7",
|
|
"phpmailer/phpmailer": "<6.5",
|
|
"phpmussel/phpmussel": ">=1,<1.6",
|
|
"phpmyadmin/phpmyadmin": "<5.1.3",
|
|
"phpoffice/phpexcel": "<1.8",
|
|
"phpoffice/phpspreadsheet": "<1.16",
|
|
"phpseclib/phpseclib": "<2.0.31|>=3,<3.0.7",
|
|
"phpservermon/phpservermon": "<=3.5.2",
|
|
"phpunit/phpunit": ">=4.8.19,<4.8.28|>=5,<5.6.3",
|
|
"phpwhois/phpwhois": "<=4.2.5",
|
|
"phpxmlrpc/extras": "<0.6.1",
|
|
"pimcore/data-hub": "<1.2.4",
|
|
"pimcore/pimcore": "<10.4",
|
|
"pocketmine/bedrock-protocol": "<8.0.2",
|
|
"pocketmine/pocketmine-mp": "<4.2.9",
|
|
"pressbooks/pressbooks": "<5.18",
|
|
"prestashop/autoupgrade": ">=4,<4.10.1",
|
|
"prestashop/contactform": ">1.0.1,<4.3",
|
|
"prestashop/gamification": "<2.3.2",
|
|
"prestashop/prestashop": ">=1.7,<=1.7.8.2",
|
|
"prestashop/productcomments": ">=4,<4.2.1",
|
|
"prestashop/ps_emailsubscription": "<2.6.1",
|
|
"prestashop/ps_facetedsearch": "<3.4.1",
|
|
"prestashop/ps_linklist": "<3.1",
|
|
"privatebin/privatebin": "<1.4",
|
|
"propel/propel": ">=2-alpha.1,<=2-alpha.7",
|
|
"propel/propel1": ">=1,<=1.7.1",
|
|
"pterodactyl/panel": "<1.7",
|
|
"ptrofimov/beanstalk_console": "<1.7.14",
|
|
"pusher/pusher-php-server": "<2.2.1",
|
|
"pwweb/laravel-core": "<=0.3.6-beta",
|
|
"rainlab/debugbar-plugin": "<3.1",
|
|
"remdex/livehelperchat": "<3.99",
|
|
"rmccue/requests": ">=1.6,<1.8",
|
|
"robrichards/xmlseclibs": "<3.0.4",
|
|
"rudloff/alltube": "<3.0.3",
|
|
"s-cart/s-cart": "<6.7.2",
|
|
"sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1",
|
|
"sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
|
|
"scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11",
|
|
"sensiolabs/connect": "<4.2.3",
|
|
"serluck/phpwhois": "<=4.2.6",
|
|
"shopware/core": "<=6.4.9",
|
|
"shopware/platform": "<=6.4.9",
|
|
"shopware/production": "<=6.3.5.2",
|
|
"shopware/shopware": "<5.7.9",
|
|
"shopware/storefront": "<=6.4.8.1",
|
|
"showdoc/showdoc": "<2.10.4",
|
|
"silverstripe/admin": ">=1,<1.8.1",
|
|
"silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2",
|
|
"silverstripe/cms": "<4.3.6|>=4.4,<4.4.4",
|
|
"silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
|
|
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
|
|
"silverstripe/framework": "<4.10.1",
|
|
"silverstripe/graphql": "<3.5.2|>=4-alpha.1,<4-alpha.2|= 4.0.0-alpha1",
|
|
"silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
|
|
"silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
|
|
"silverstripe/subsites": ">=2,<2.1.1",
|
|
"silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
|
|
"silverstripe/userforms": "<3",
|
|
"simple-updates/phpwhois": "<=1",
|
|
"simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
|
|
"simplesamlphp/simplesamlphp": "<1.18.6",
|
|
"simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
|
|
"simplito/elliptic-php": "<1.0.6",
|
|
"slim/slim": "<2.6",
|
|
"smarty/smarty": "<3.1.43|>=4,<4.0.3",
|
|
"snipe/snipe-it": "<5.4.3|>= 6.0.0-RC-1, <= 6.0.0-RC-5",
|
|
"socalnick/scn-social-auth": "<1.15.2",
|
|
"socialiteproviders/steam": "<1.1",
|
|
"spipu/html2pdf": "<5.2.4",
|
|
"spoonity/tcpdf": "<6.2.22",
|
|
"squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
|
|
"ssddanbrown/bookstack": "<22.2.3",
|
|
"statamic/cms": "<3.2.39|>=3.3,<3.3.2",
|
|
"stormpath/sdk": ">=0,<9.9.99",
|
|
"studio-42/elfinder": "<2.1.59",
|
|
"subrion/cms": "<=4.2.1",
|
|
"sulu/sulu": "= 2.4.0-RC1|<1.6.44|>=2,<2.2.18|>=2.3,<2.3.8",
|
|
"swiftmailer/swiftmailer": ">=4,<5.4.5",
|
|
"sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
|
|
"sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
|
|
"sylius/grid-bundle": "<1.10.1",
|
|
"sylius/paypal-plugin": ">=1,<1.2.4|>=1.3,<1.3.1",
|
|
"sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
|
|
"sylius/sylius": "<1.9.10|>=1.10,<1.10.11|>=1.11,<1.11.2",
|
|
"symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
|
|
"symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4",
|
|
"symbiote/silverstripe-versionedfiles": "<=2.0.3",
|
|
"symfont/process": ">=0,<4",
|
|
"symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
|
|
"symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
"symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
|
|
"symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
|
|
"symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<=5.3.14|>=5.4.3,<=5.4.3|>=6.0.3,<=6.0.3|= 6.0.3|= 5.4.3|= 5.3.14",
|
|
"symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
|
|
"symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5|>=5.2,<5.3.12",
|
|
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
|
|
"symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1",
|
|
"symfony/mime": ">=4.3,<4.3.8",
|
|
"symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
"symfony/polyfill": ">=1,<1.10",
|
|
"symfony/polyfill-php55": ">=1,<1.10",
|
|
"symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
"symfony/routing": ">=2,<2.0.19",
|
|
"symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8",
|
|
"symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11|>=5.3,<5.3.12",
|
|
"symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9",
|
|
"symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
|
"symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8",
|
|
"symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.3.2",
|
|
"symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12",
|
|
"symfony/symfony": ">=2,<3.4.49|>=4,<4.4.35|>=5,<5.3.12|>=5.3.14,<=5.3.14|>=5.4.3,<=5.4.3|>=6.0.3,<=6.0.3",
|
|
"symfony/translation": ">=2,<2.0.17",
|
|
"symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
|
|
"symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
|
|
"symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
|
|
"symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
|
|
"t3/dce": ">=2.2,<2.6.2",
|
|
"t3g/svg-sanitizer": "<1.0.3",
|
|
"tastyigniter/tastyigniter": "<3.3",
|
|
"tecnickcom/tcpdf": "<6.2.22",
|
|
"terminal42/contao-tablelookupwizard": "<3.3.5",
|
|
"thelia/backoffice-default-template": ">=2.1,<2.1.2",
|
|
"thelia/thelia": ">=2.1-beta.1,<2.1.3",
|
|
"theonedemon/phpwhois": "<=4.2.5",
|
|
"tinymce/tinymce": "<5.10",
|
|
"titon/framework": ">=0,<9.9.99",
|
|
"topthink/framework": "<6.0.9",
|
|
"topthink/think": "<=6.0.9",
|
|
"topthink/thinkphp": "<=3.2.3",
|
|
"tribalsystems/zenario": "<9.2.55826",
|
|
"truckersmp/phpwhois": "<=4.3.1",
|
|
"twig/twig": "<1.38|>=2,<2.14.11|>=3,<3.3.8",
|
|
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.29|>=10,<10.4.19|>=11,<11.5",
|
|
"typo3/cms-backend": ">=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
|
|
"typo3/cms-core": ">=6.2,<=6.2.56|>=7,<=7.6.52|>=8,<=8.7.41|>=9,<9.5.29|>=10,<10.4.19|>=11,<11.5",
|
|
"typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
|
|
"typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
|
|
"typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3",
|
|
"typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
|
|
"typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
|
|
"typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10",
|
|
"ua-parser/uap-php": "<3.8",
|
|
"unisharp/laravel-filemanager": "<=2.3",
|
|
"userfrosting/userfrosting": ">=0.3.1,<4.6.3",
|
|
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
|
|
"vanilla/safecurl": "<0.9.2",
|
|
"verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
|
|
"vrana/adminer": "<4.8.1",
|
|
"wallabag/tcpdf": "<6.2.22",
|
|
"wanglelecc/laracms": "<=1.0.3",
|
|
"web-auth/webauthn-framework": ">=3.3,<3.3.4",
|
|
"webcoast/deferred-image-processing": "<1.0.2",
|
|
"wikimedia/parsoid": "<0.12.2",
|
|
"willdurand/js-translation-bundle": "<2.1.1",
|
|
"wp-cli/wp-cli": "<2.5",
|
|
"wpanel/wpanel4-cms": "<=4.3.1",
|
|
"wwbn/avideo": "<=11.6",
|
|
"yeswiki/yeswiki": "<4.1",
|
|
"yetiforce/yetiforce-crm": "<=6.3",
|
|
"yidashi/yii2cmf": "<=2",
|
|
"yii2mod/yii2-cms": "<1.9.2",
|
|
"yiisoft/yii": ">=1.1.14,<1.1.15",
|
|
"yiisoft/yii2": "<2.0.38",
|
|
"yiisoft/yii2-bootstrap": "<2.0.4",
|
|
"yiisoft/yii2-dev": "<2.0.43",
|
|
"yiisoft/yii2-elasticsearch": "<2.0.5",
|
|
"yiisoft/yii2-gii": "<2.0.4",
|
|
"yiisoft/yii2-jui": "<2.0.4",
|
|
"yiisoft/yii2-redis": "<2.0.8",
|
|
"yoast-seo-for-typo3/yoast_seo": "<7.2.3",
|
|
"yourls/yourls": "<=1.8.2",
|
|
"zendesk/zendesk_api_client_php": "<2.2.11",
|
|
"zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
|
|
"zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
|
|
"zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
|
|
"zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
|
|
"zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
|
|
"zendframework/zend-diactoros": "<1.8.4",
|
|
"zendframework/zend-feed": "<2.10.3",
|
|
"zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
|
|
"zendframework/zend-http": "<2.8.1",
|
|
"zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
|
|
"zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
|
|
"zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
|
|
"zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
|
|
"zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
|
|
"zendframework/zend-validator": ">=2.3,<2.3.6",
|
|
"zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
|
|
"zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
|
|
"zendframework/zendframework": "<=3",
|
|
"zendframework/zendframework1": "<1.12.20",
|
|
"zendframework/zendopenid": ">=2,<2.0.2",
|
|
"zendframework/zendxml": ">=1,<1.0.1",
|
|
"zetacomponents/mail": "<1.8.2",
|
|
"zf-commons/zfc-user": "<1.2.2",
|
|
"zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
|
|
"zfr/zfr-oauth2-server-module": "<0.1.2",
|
|
"zoujingli/thinkadmin": "<6.0.22"
|
|
},
|
|
"type": "metapackage",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "ocramius@gmail.com",
|
|
"role": "maintainer"
|
|
},
|
|
{
|
|
"name": "Ilya Tribusean",
|
|
"email": "slash3b@gmail.com",
|
|
"role": "maintainer"
|
|
}
|
|
],
|
|
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
|
"support": {
|
|
"issues": "https://github.com/Roave/SecurityAdvisories/issues",
|
|
"source": "https://github.com/Roave/SecurityAdvisories/tree/latest"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/Ocramius",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-05-16T08:10:11+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/code-unit-reverse-lookup",
|
|
"version": "1.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
|
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
|
|
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
|
|
"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.2"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2020-11-30T08:15:22+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/comparator",
|
|
"version": "3.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
|
"reference": "1071dfcef776a57013124ff35e1fc41ccd294758"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758",
|
|
"reference": "1071dfcef776a57013124ff35e1fc41ccd294758",
|
|
"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.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2020-11-30T08:04:30+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/diff",
|
|
"version": "3.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
|
"reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
|
|
"reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
|
|
"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.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2020-11-30T07:59:04+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/environment",
|
|
"version": "4.2.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
|
"reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
|
|
"reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
|
|
"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.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2020-11-30T07:53:42+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/exporter",
|
|
"version": "3.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
|
"reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
|
|
"reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"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.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2021-11-11T13:51:24+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/global-state",
|
|
"version": "3.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
|
"reference": "de036ec91d55d2a9e0db2ba975b512cdb1c23921"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/de036ec91d55d2a9e0db2ba975b512cdb1c23921",
|
|
"reference": "de036ec91d55d2a9e0db2ba975b512cdb1c23921",
|
|
"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.2"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-02-10T06:55:38+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/object-enumerator",
|
|
"version": "3.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
|
"reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
|
|
"reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
|
|
"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.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2020-11-30T07:40:27+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/object-reflector",
|
|
"version": "1.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/object-reflector.git",
|
|
"reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
|
|
"reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
|
|
"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.2"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2020-11-30T07:37:18+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/recursion-context",
|
|
"version": "3.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
"reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
|
|
"reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
|
|
"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.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2020-11-30T07:34:24+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/resource-operations",
|
|
"version": "2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/resource-operations.git",
|
|
"reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
|
|
"reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
|
|
"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": {
|
|
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
|
|
"source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2020-11-30T07:30:19+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/type",
|
|
"version": "1.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/type.git",
|
|
"reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4",
|
|
"reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4",
|
|
"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.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2020-11-30T07:25:11+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": "symfony/css-selector",
|
|
"version": "v5.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/css-selector.git",
|
|
"reference": "b0a190285cd95cb019237851205b8140ef6e368e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/css-selector/zipball/b0a190285cd95cb019237851205b8140ef6e368e",
|
|
"reference": "b0a190285cd95cb019237851205b8140ef6e368e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"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/v5.4.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": "2022-01-02T09:53:40+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/dom-crawler",
|
|
"version": "v5.4.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/dom-crawler.git",
|
|
"reference": "c0bda97480d96337bd3866026159a8b358665457"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c0bda97480d96337bd3866026159a8b358665457",
|
|
"reference": "c0bda97480d96337bd3866026159a8b358665457",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"conflict": {
|
|
"masterminds/html5": "<2.6"
|
|
},
|
|
"require-dev": {
|
|
"masterminds/html5": "^2.6",
|
|
"symfony/css-selector": "^4.4|^5.0|^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/v5.4.6"
|
|
},
|
|
"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-03-02T12:42:23+00:00"
|
|
},
|
|
{
|
|
"name": "theseer/tokenizer",
|
|
"version": "1.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/theseer/tokenizer.git",
|
|
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
|
|
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
|
|
"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.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/theseer",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2021-07-28T10:34:58+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "dev",
|
|
"stability-flags": {
|
|
"roave/security-advisories": 20
|
|
},
|
|
"prefer-stable": true,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": "^7.4",
|
|
"ext-json": "*",
|
|
"ext-pdo": "*",
|
|
"ext-bcmath": "*"
|
|
},
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.3.0"
|
|
}
|