You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2844 lines
102 KiB
2844 lines
102 KiB
2 years ago
|
{
|
||
|
"packages": [
|
||
|
{
|
||
|
"name": "bacon/bacon-qr-code",
|
||
|
"version": "2.0.7",
|
||
|
"version_normalized": "2.0.7.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Bacon/BaconQrCode.git",
|
||
|
"reference": "d70c840f68657ce49094b8d91f9ee0cc07fbf66c"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/d70c840f68657ce49094b8d91f9ee0cc07fbf66c",
|
||
|
"reference": "d70c840f68657ce49094b8d91f9ee0cc07fbf66c",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"dasprid/enum": "^1.0.3",
|
||
|
"ext-iconv": "*",
|
||
|
"php": "^7.1 || ^8.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phly/keep-a-changelog": "^2.1",
|
||
|
"phpunit/phpunit": "^7 | ^8 | ^9",
|
||
|
"spatie/phpunit-snapshot-assertions": "^4.2.9",
|
||
|
"squizlabs/php_codesniffer": "^3.4"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-imagick": "to generate QR code images"
|
||
|
},
|
||
|
"time": "2022-03-14T02:02:36+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"BaconQrCode\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-2-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ben Scholzen 'DASPRiD'",
|
||
|
"email": "mail@dasprids.de",
|
||
|
"homepage": "https://dasprids.de/",
|
||
|
"role": "Developer"
|
||
|
}
|
||
|
],
|
||
|
"description": "BaconQrCode is a QR code generator for PHP.",
|
||
|
"homepage": "https://github.com/Bacon/BaconQrCode",
|
||
|
"support": {
|
||
|
"issues": "https://github.com/Bacon/BaconQrCode/issues",
|
||
|
"source": "https://github.com/Bacon/BaconQrCode/tree/2.0.7"
|
||
|
},
|
||
|
"install-path": "../bacon/bacon-qr-code"
|
||
|
},
|
||
|
{
|
||
|
"name": "code-lts/u2f-php-server",
|
||
|
"version": "v1.2.0",
|
||
|
"version_normalized": "1.2.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/code-lts/U2F-php-server.git",
|
||
|
"reference": "59b3b28185e7fa255180a61278f6f65739082771"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/code-lts/U2F-php-server/zipball/59b3b28185e7fa255180a61278f6f65739082771",
|
||
|
"reference": "59b3b28185e7fa255180a61278f6f65739082771",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-openssl": "*",
|
||
|
"php": "^7.1 || ^8.0"
|
||
|
},
|
||
|
"replace": {
|
||
|
"samyoul/u2f-php-server": "*"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^7 || ^8 || ^9"
|
||
|
},
|
||
|
"time": "2021-12-12T11:02:35+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"CodeLts\\U2F\\U2FServer\\": [
|
||
|
"src/"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-2-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Samuel Hawksby-Robinson",
|
||
|
"email": "samuel@samyoul.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "William Desportes",
|
||
|
"email": "williamdes@wdes.fr"
|
||
|
}
|
||
|
],
|
||
|
"description": "Server side handling class for FIDO U2F registration and authentication",
|
||
|
"homepage": "https://github.com/code-lts/U2F-php-server#readme",
|
||
|
"support": {
|
||
|
"issues": "https://github.com/code-lts/U2F-php-server/issues",
|
||
|
"source": "https://github.com/code-lts/U2F-php-server"
|
||
|
},
|
||
|
"install-path": "../code-lts/u2f-php-server"
|
||
|
},
|
||
|
{
|
||
|
"name": "composer/ca-bundle",
|
||
|
"version": "1.3.1",
|
||
|
"version_normalized": "1.3.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/composer/ca-bundle.git",
|
||
|
"reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
|
||
|
"reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-openssl": "*",
|
||
|
"ext-pcre": "*",
|
||
|
"php": "^5.3.2 || ^7.0 || ^8.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpstan/phpstan": "^0.12.55",
|
||
|
"psr/log": "^1.0",
|
||
|
"symfony/phpunit-bridge": "^4.2 || ^5",
|
||
|
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
|
||
|
},
|
||
|
"time": "2021-10-28T20:44:15+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "1.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Composer\\CaBundle\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Jordi Boggiano",
|
||
|
"email": "j.boggiano@seld.be",
|
||
|
"homepage": "http://seld.be"
|
||
|
}
|
||
|
],
|
||
|
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
|
||
|
"keywords": [
|
||
|
"cabundle",
|
||
|
"cacert",
|
||
|
"certificate",
|
||
|
"ssl",
|
||
|
"tls"
|
||
|
],
|
||
|
"support": {
|
||
|
"irc": "irc://irc.freenode.org/composer",
|
||
|
"issues": "https://github.com/composer/ca-bundle/issues",
|
||
|
"source": "https://github.com/composer/ca-bundle/tree/1.3.1"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://packagist.com",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/composer",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "./ca-bundle"
|
||
|
},
|
||
|
{
|
||
|
"name": "dasprid/enum",
|
||
|
"version": "1.0.3",
|
||
|
"version_normalized": "1.0.3.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/DASPRiD/Enum.git",
|
||
|
"reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/DASPRiD/Enum/zipball/5abf82f213618696dda8e3bf6f64dd042d8542b2",
|
||
|
"reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^7 | ^8 | ^9",
|
||
|
"squizlabs/php_codesniffer": "^3.4"
|
||
|
},
|
||
|
"time": "2020-10-02T16:03:48+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"DASPRiD\\Enum\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-2-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ben Scholzen 'DASPRiD'",
|
||
|
"email": "mail@dasprids.de",
|
||
|
"homepage": "https://dasprids.de/",
|
||
|
"role": "Developer"
|
||
|
}
|
||
|
],
|
||
|
"description": "PHP 7.1 enum implementation",
|
||
|
"keywords": [
|
||
|
"enum",
|
||
|
"map"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/DASPRiD/Enum/issues",
|
||
|
"source": "https://github.com/DASPRiD/Enum/tree/1.0.3"
|
||
|
},
|
||
|
"install-path": "../dasprid/enum"
|
||
|
},
|
||
|
{
|
||
|
"name": "fig/http-message-util",
|
||
|
"version": "1.1.5",
|
||
|
"version_normalized": "1.1.5.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/http-message-util.git",
|
||
|
"reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
|
||
|
"reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^5.3 || ^7.0 || ^8.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"psr/http-message": "The package containing the PSR-7 interfaces"
|
||
|
},
|
||
|
"time": "2020-11-24T22:02:12+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.1.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Fig\\Http\\Message\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "PHP-FIG",
|
||
|
"homepage": "https://www.php-fig.org/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
|
||
|
"keywords": [
|
||
|
"http",
|
||
|
"http-message",
|
||
|
"psr",
|
||
|
"psr-7",
|
||
|
"request",
|
||
|
"response"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/php-fig/http-message-util/issues",
|
||
|
"source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
|
||
|
},
|
||
|
"install-path": "../fig/http-message-util"
|
||
|
},
|
||
|
{
|
||
|
"name": "google/recaptcha",
|
||
|
"version": "1.2.4",
|
||
|
"version_normalized": "1.2.4.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/google/recaptcha.git",
|
||
|
"reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/google/recaptcha/zipball/614f25a9038be4f3f2da7cbfd778dc5b357d2419",
|
||
|
"reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.5"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
|
||
|
"php-coveralls/php-coveralls": "^2.1",
|
||
|
"phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
|
||
|
},
|
||
|
"time": "2020-03-31T17:50:54+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.2.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"ReCaptcha\\": "src/ReCaptcha"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
|
||
|
"homepage": "https://www.google.com/recaptcha/",
|
||
|
"keywords": [
|
||
|
"Abuse",
|
||
|
"captcha",
|
||
|
"recaptcha",
|
||
|
"spam"
|
||
|
],
|
||
|
"support": {
|
||
|
"forum": "https://groups.google.com/forum/#!forum/recaptcha",
|
||
|
"issues": "https://github.com/google/recaptcha/issues",
|
||
|
"source": "https://github.com/google/recaptcha"
|
||
|
},
|
||
|
"install-path": "../google/recaptcha"
|
||
|
},
|
||
|
{
|
||
|
"name": "nikic/fast-route",
|
||
|
"version": "v1.3.0",
|
||
|
"version_normalized": "1.3.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nikic/FastRoute.git",
|
||
|
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
|
||
|
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.4.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^4.8.35|~5.7"
|
||
|
},
|
||
|
"time": "2018-02-13T20:26:39+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"src/functions.php"
|
||
|
],
|
||
|
"psr-4": {
|
||
|
"FastRoute\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nikita Popov",
|
||
|
"email": "nikic@php.net"
|
||
|
}
|
||
|
],
|
||
|
"description": "Fast request router for PHP",
|
||
|
"keywords": [
|
||
|
"router",
|
||
|
"routing"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/nikic/FastRoute/issues",
|
||
|
"source": "https://github.com/nikic/FastRoute/tree/master"
|
||
|
},
|
||
|
"install-path": "../nikic/fast-route"
|
||
|
},
|
||
|
{
|
||
|
"name": "paragonie/constant_time_encoding",
|
||
|
"version": "v2.5.0",
|
||
|
"version_normalized": "2.5.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/paragonie/constant_time_encoding.git",
|
||
|
"reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/9229e15f2e6ba772f0c55dd6986c563b937170a8",
|
||
|
"reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7|^8"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^6|^7|^8|^9",
|
||
|
"vimeo/psalm": "^1|^2|^3|^4"
|
||
|
},
|
||
|
"time": "2022-01-17T05:32:27+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"ParagonIE\\ConstantTime\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Paragon Initiative Enterprises",
|
||
|
"email": "security@paragonie.com",
|
||
|
"homepage": "https://paragonie.com",
|
||
|
"role": "Maintainer"
|
||
|
},
|
||
|
{
|
||
|
"name": "Steve 'Sc00bz' Thomas",
|
||
|
"email": "steve@tobtu.com",
|
||
|
"homepage": "https://www.tobtu.com",
|
||
|
"role": "Original Developer"
|
||
|
}
|
||
|
],
|
||
|
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
|
||
|
"keywords": [
|
||
|
"base16",
|
||
|
"base32",
|
||
|
"base32_decode",
|
||
|
"base32_encode",
|
||
|
"base64",
|
||
|
"base64_decode",
|
||
|
"base64_encode",
|
||
|
"bin2hex",
|
||
|
"encoding",
|
||
|
"hex",
|
||
|
"hex2bin",
|
||
|
"rfc4648"
|
||
|
],
|
||
|
"support": {
|
||
|
"email": "info@paragonie.com",
|
||
|
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
|
||
|
"source": "https://github.com/paragonie/constant_time_encoding"
|
||
|
},
|
||
|
"install-path": "../paragonie/constant_time_encoding"
|
||
|
},
|
||
|
{
|
||
|
"name": "paragonie/random_compat",
|
||
|
"version": "v9.99.100",
|
||
|
"version_normalized": "9.99.100.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/paragonie/random_compat.git",
|
||
|
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
||
|
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">= 7"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "4.*|5.*",
|
||
|
"vimeo/psalm": "^1"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
||
|
},
|
||
|
"time": "2020-10-15T08:29:30+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Paragon Initiative Enterprises",
|
||
|
"email": "security@paragonie.com",
|
||
|
"homepage": "https://paragonie.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
||
|
"keywords": [
|
||
|
"csprng",
|
||
|
"polyfill",
|
||
|
"pseudorandom",
|
||
|
"random"
|
||
|
],
|
||
|
"support": {
|
||
|
"email": "info@paragonie.com",
|
||
|
"issues": "https://github.com/paragonie/random_compat/issues",
|
||
|
"source": "https://github.com/paragonie/random_compat"
|
||
|
},
|
||
|
"install-path": "../paragonie/random_compat"
|
||
|
},
|
||
|
{
|
||
|
"name": "paragonie/sodium_compat",
|
||
|
"version": "v1.17.1",
|
||
|
"version_normalized": "1.17.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/paragonie/sodium_compat.git",
|
||
|
"reference": "ac994053faac18d386328c91c7900f930acadf1e"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/ac994053faac18d386328c91c7900f930acadf1e",
|
||
|
"reference": "ac994053faac18d386328c91c7900f930acadf1e",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"paragonie/random_compat": ">=1",
|
||
|
"php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
|
||
|
"ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
|
||
|
},
|
||
|
"time": "2022-03-23T19:32:04+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"autoload.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"ISC"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Paragon Initiative Enterprises",
|
||
|
"email": "security@paragonie.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Frank Denis",
|
||
|
"email": "jedisct1@pureftpd.org"
|
||
|
}
|
||
|
],
|
||
|
"description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
|
||
|
"keywords": [
|
||
|
"Authentication",
|
||
|
"BLAKE2b",
|
||
|
"ChaCha20",
|
||
|
"ChaCha20-Poly1305",
|
||
|
"Chapoly",
|
||
|
"Curve25519",
|
||
|
"Ed25519",
|
||
|
"EdDSA",
|
||
|
"Edwards-curve Digital Signature Algorithm",
|
||
|
"Elliptic Curve Diffie-Hellman",
|
||
|
"Poly1305",
|
||
|
"Pure-PHP cryptography",
|
||
|
"RFC 7748",
|
||
|
"RFC 8032",
|
||
|
"Salpoly",
|
||
|
"Salsa20",
|
||
|
"X25519",
|
||
|
"XChaCha20-Poly1305",
|
||
|
"XSalsa20-Poly1305",
|
||
|
"Xchacha20",
|
||
|
"Xsalsa20",
|
||
|
"aead",
|
||
|
"cryptography",
|
||
|
"ecdh",
|
||
|
"elliptic curve",
|
||
|
"elliptic curve cryptography",
|
||
|
"encryption",
|
||
|
"libsodium",
|
||
|
"php",
|
||
|
"public-key cryptography",
|
||
|
"secret-key cryptography",
|
||
|
"side-channel resistant"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/paragonie/sodium_compat/issues",
|
||
|
"source": "https://github.com/paragonie/sodium_compat/tree/v1.17.1"
|
||
|
},
|
||
|
"install-path": "../paragonie/sodium_compat"
|
||
|
},
|
||
|
{
|
||
|
"name": "phpmyadmin/motranslator",
|
||
|
"version": "5.3.0",
|
||
|
"version_normalized": "5.3.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/phpmyadmin/motranslator.git",
|
||
|
"reference": "87baa97809ec556c40e4cba4bdef998a2de2a003"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/phpmyadmin/motranslator/zipball/87baa97809ec556c40e4cba4bdef998a2de2a003",
|
||
|
"reference": "87baa97809ec556c40e4cba4bdef998a2de2a003",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.1 || ^8.0",
|
||
|
"symfony/expression-language": "^4.0 || ^5.0 || ^6.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpmyadmin/coding-standard": "^3.0.0",
|
||
|
"phpstan/phpstan": "^1.4.6",
|
||
|
"phpunit/phpunit": "^7.4 || ^8 || ^9"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-apcu": "Needed for ACPu-backed translation cache"
|
||
|
},
|
||
|
"time": "2022-04-26T11:24:50+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"PhpMyAdmin\\MoTranslator\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"GPL-2.0-or-later"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "The phpMyAdmin Team",
|
||
|
"email": "developers@phpmyadmin.net",
|
||
|
"homepage": "https://www.phpmyadmin.net/team/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Translation API for PHP using Gettext MO files",
|
||
|
"homepage": "https://github.com/phpmyadmin/motranslator",
|
||
|
"keywords": [
|
||
|
"gettext",
|
||
|
"i18n",
|
||
|
"mo",
|
||
|
"translator"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/phpmyadmin/motranslator/issues",
|
||
|
"source": "https://github.com/phpmyadmin/motranslator"
|
||
|
},
|
||
|
"install-path": "../phpmyadmin/motranslator"
|
||
|
},
|
||
|
{
|
||
|
"name": "phpmyadmin/shapefile",
|
||
|
"version": "3.0.1",
|
||
|
"version_normalized": "3.0.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/phpmyadmin/shapefile.git",
|
||
|
"reference": "c232198ef49d3484f26acfe2d12cab103da9371a"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/phpmyadmin/shapefile/zipball/c232198ef49d3484f26acfe2d12cab103da9371a",
|
||
|
"reference": "c232198ef49d3484f26acfe2d12cab103da9371a",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.1 || ^8.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpmyadmin/coding-standard": "^2.1.1",
|
||
|
"phpstan/phpstan": "^0.12.37",
|
||
|
"phpstan/phpstan-phpunit": "^0.12.6",
|
||
|
"phpunit/phpunit": "^7.4 || ^8 || ^9"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-dbase": "For dbf files parsing"
|
||
|
},
|
||
|
"time": "2021-02-06T04:52:58+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"PhpMyAdmin\\ShapeFile\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"GPL-2.0-or-later"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "The phpMyAdmin Team",
|
||
|
"email": "developers@phpmyadmin.net",
|
||
|
"homepage": "https://www.phpmyadmin.net/team/"
|
||
|
}
|
||
|
],
|
||
|
"description": "ESRI ShapeFile library for PHP",
|
||
|
"homepage": "https://github.com/phpmyadmin/shapefile",
|
||
|
"keywords": [
|
||
|
"ESRI",
|
||
|
"Shapefile",
|
||
|
"dbf",
|
||
|
"geo",
|
||
|
"geospatial",
|
||
|
"shape",
|
||
|
"shp"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/phpmyadmin/shapefile/issues",
|
||
|
"source": "https://github.com/phpmyadmin/shapefile"
|
||
|
},
|
||
|
"install-path": "../phpmyadmin/shapefile"
|
||
|
},
|
||
|
{
|
||
|
"name": "phpmyadmin/sql-parser",
|
||
|
"version": "5.5.0",
|
||
|
"version_normalized": "5.5.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/phpmyadmin/sql-parser.git",
|
||
|
"reference": "8ab99cd0007d880f49f5aa1807033dbfa21b1cb5"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/8ab99cd0007d880f49f5aa1807033dbfa21b1cb5",
|
||
|
"reference": "8ab99cd0007d880f49f5aa1807033dbfa21b1cb5",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.1 || ^8.0",
|
||
|
"symfony/polyfill-mbstring": "^1.3"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"phpmyadmin/motranslator": "<3.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpmyadmin/coding-standard": "^3.0",
|
||
|
"phpmyadmin/motranslator": "^4.0 || ^5.0",
|
||
|
"phpstan/extension-installer": "^1.1",
|
||
|
"phpstan/phpstan": "^1.2",
|
||
|
"phpstan/phpstan-phpunit": "^1.0",
|
||
|
"phpunit/php-code-coverage": "*",
|
||
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
||
|
"psalm/plugin-phpunit": "^0.16.1",
|
||
|
"vimeo/psalm": "^4.11",
|
||
|
"zumba/json-serializer": "^3.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-mbstring": "For best performance",
|
||
|
"phpmyadmin/motranslator": "Translate messages to your favorite locale"
|
||
|
},
|
||
|
"time": "2021-12-09T04:31:52+00:00",
|
||
|
"bin": [
|
||
|
"bin/highlight-query",
|
||
|
"bin/lint-query",
|
||
|
"bin/tokenize-query"
|
||
|
],
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"PhpMyAdmin\\SqlParser\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"GPL-2.0-or-later"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "The phpMyAdmin Team",
|
||
|
"email": "developers@phpmyadmin.net",
|
||
|
"homepage": "https://www.phpmyadmin.net/team/"
|
||
|
}
|
||
|
],
|
||
|
"description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
|
||
|
"homepage": "https://github.com/phpmyadmin/sql-parser",
|
||
|
"keywords": [
|
||
|
"analysis",
|
||
|
"lexer",
|
||
|
"parser",
|
||
|
"sql"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/phpmyadmin/sql-parser/issues",
|
||
|
"source": "https://github.com/phpmyadmin/sql-parser"
|
||
|
},
|
||
|
"install-path": "../phpmyadmin/sql-parser"
|
||
|
},
|
||
|
{
|
||
|
"name": "phpmyadmin/twig-i18n-extension",
|
||
|
"version": "v4.0.1",
|
||
|
"version_normalized": "4.0.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/phpmyadmin/twig-i18n-extension.git",
|
||
|
"reference": "c0d0dd171cd1c7733bf152fd44b61055843df052"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/phpmyadmin/twig-i18n-extension/zipball/c0d0dd171cd1c7733bf152fd44b61055843df052",
|
||
|
"reference": "c0d0dd171cd1c7733bf152fd44b61055843df052",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.1 || ^8.0",
|
||
|
"twig/twig": "^1.42.3|^2.0|^3.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpmyadmin/coding-standard": "^3.0.0",
|
||
|
"phpmyadmin/motranslator": "^5.2",
|
||
|
"phpstan/phpstan": "^0.12.66",
|
||
|
"phpunit/phpunit": "^7 || ^8 || ^9"
|
||
|
},
|
||
|
"time": "2021-06-10T15:53:38+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"PhpMyAdmin\\Twig\\Extensions\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "The phpMyAdmin Team",
|
||
|
"email": "developers@phpmyadmin.net",
|
||
|
"homepage": "https://www.phpmyadmin.net/team/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Internationalization support for Twig via the gettext library",
|
||
|
"keywords": [
|
||
|
"gettext",
|
||
|
"i18n"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/phpmyadmin/twig-i18n-extension/issues",
|
||
|
"source": "https://github.com/phpmyadmin/twig-i18n-extension"
|
||
|
},
|
||
|
"install-path": "../phpmyadmin/twig-i18n-extension"
|
||
|
},
|
||
|
{
|
||
|
"name": "pragmarx/google2fa",
|
||
|
"version": "8.0.0",
|
||
|
"version_normalized": "8.0.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/antonioribeiro/google2fa.git",
|
||
|
"reference": "26c4c5cf30a2844ba121760fd7301f8ad240100b"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/26c4c5cf30a2844ba121760fd7301f8ad240100b",
|
||
|
"reference": "26c4c5cf30a2844ba121760fd7301f8ad240100b",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"paragonie/constant_time_encoding": "^1.0|^2.0",
|
||
|
"php": "^7.1|^8.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpstan/phpstan": "^0.12.18",
|
||
|
"phpunit/phpunit": "^7.5.15|^8.5|^9.0"
|
||
|
},
|
||
|
"time": "2020-04-05T10:47:18+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"PragmaRX\\Google2FA\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Antonio Carlos Ribeiro",
|
||
|
"email": "acr@antoniocarlosribeiro.com",
|
||
|
"role": "Creator & Designer"
|
||
|
}
|
||
|
],
|
||
|
"description": "A One Time Password Authentication package, compatible with Google Authenticator.",
|
||
|
"keywords": [
|
||
|
"2fa",
|
||
|
"Authentication",
|
||
|
"Two Factor Authentication",
|
||
|
"google2fa"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/antonioribeiro/google2fa/issues",
|
||
|
"source": "https://github.com/antonioribeiro/google2fa/tree/8.0.0"
|
||
|
},
|
||
|
"install-path": "../pragmarx/google2fa"
|
||
|
},
|
||
|
{
|
||
|
"name": "pragmarx/google2fa-qrcode",
|
||
|
"version": "v2.1.1",
|
||
|
"version_normalized": "2.1.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/antonioribeiro/google2fa-qrcode.git",
|
||
|
"reference": "0459a5d7bab06b11a09a365288d41a41d2afe63f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/antonioribeiro/google2fa-qrcode/zipball/0459a5d7bab06b11a09a365288d41a41d2afe63f",
|
||
|
"reference": "0459a5d7bab06b11a09a365288d41a41d2afe63f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.1",
|
||
|
"pragmarx/google2fa": ">=4.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"bacon/bacon-qr-code": "^2.0",
|
||
|
"chillerlan/php-qrcode": "^1.0|^2.0|^3.0|^4.0",
|
||
|
"khanamiryan/qrcode-detector-decoder": "^1.0",
|
||
|
"phpunit/phpunit": "~4|~5|~6|~7|~8|~9"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"bacon/bacon-qr-code": "For QR Code generation, requires imagick",
|
||
|
"chillerlan/php-qrcode": "For QR Code generation"
|
||
|
},
|
||
|
"time": "2021-07-07T17:06:15+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"component": "package",
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"PragmaRX\\Google2FAQRCode\\": "src/",
|
||
|
"PragmaRX\\Google2FAQRCode\\Tests\\": "tests/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Antonio Carlos Ribeiro",
|
||
|
"email": "acr@antoniocarlosribeiro.com",
|
||
|
"role": "Creator & Designer"
|
||
|
}
|
||
|
],
|
||
|
"description": "QR Code package for Google2FA",
|
||
|
"keywords": [
|
||
|
"2fa",
|
||
|
"Authentication",
|
||
|
"Two Factor Authentication",
|
||
|
"google2fa",
|
||
|
"qr code",
|
||
|
"qrcode"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/antonioribeiro/google2fa-qrcode/issues",
|
||
|
"source": "https://github.com/antonioribeiro/google2fa-qrcode/tree/v2.1.1"
|
||
|
},
|
||
|
"install-path": "../pragmarx/google2fa-qrcode"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/cache",
|
||
|
"version": "1.0.1",
|
||
|
"version_normalized": "1.0.1.0",
|
||
|
"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"
|
||
|
},
|
||
|
"time": "2016-08-06T20:24:11+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"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"
|
||
|
},
|
||
|
"install-path": "../psr/cache"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/container",
|
||
|
"version": "1.1.1",
|
||
|
"version_normalized": "1.1.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/container.git",
|
||
|
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
|
||
|
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.2.0"
|
||
|
},
|
||
|
"time": "2021-03-05T17:36:06+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"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.1"
|
||
|
},
|
||
|
"install-path": "../psr/container"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/http-factory",
|
||
|
"version": "1.0.1",
|
||
|
"version_normalized": "1.0.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/http-factory.git",
|
||
|
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
||
|
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.0.0",
|
||
|
"psr/http-message": "^1.0"
|
||
|
},
|
||
|
"time": "2019-04-30T12:38:16+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"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 interfaces for PSR-7 HTTP message factories",
|
||
|
"keywords": [
|
||
|
"factory",
|
||
|
"http",
|
||
|
"message",
|
||
|
"psr",
|
||
|
"psr-17",
|
||
|
"psr-7",
|
||
|
"request",
|
||
|
"response"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/php-fig/http-factory/tree/master"
|
||
|
},
|
||
|
"install-path": "../psr/http-factory"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/http-message",
|
||
|
"version": "1.0.1",
|
||
|
"version_normalized": "1.0.1.0",
|
||
|
"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"
|
||
|
},
|
||
|
"time": "2016-08-06T14:39:51+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"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"
|
||
|
},
|
||
|
"install-path": "../psr/http-message"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/log",
|
||
|
"version": "1.1.4",
|
||
|
"version_normalized": "1.1.4.0",
|
||
|
"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"
|
||
|
},
|
||
|
"time": "2021-05-03T11:20:27+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.1.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"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"
|
||
|
},
|
||
|
"install-path": "../psr/log"
|
||
|
},
|
||
|
{
|
||
|
"name": "ralouphie/getallheaders",
|
||
|
"version": "3.0.3",
|
||
|
"version_normalized": "3.0.3.0",
|
||
|
"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"
|
||
|
},
|
||
|
"time": "2019-03-08T08:55:37+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"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"
|
||
|
},
|
||
|
"install-path": "../ralouphie/getallheaders"
|
||
|
},
|
||
|
{
|
||
|
"name": "slim/psr7",
|
||
|
"version": "1.4",
|
||
|
"version_normalized": "1.4.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/slimphp/Slim-Psr7.git",
|
||
|
"reference": "0dca983ca32a26f4a91fb11173b7b9eaee29e9d6"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/0dca983ca32a26f4a91fb11173b7b9eaee29e9d6",
|
||
|
"reference": "0dca983ca32a26f4a91fb11173b7b9eaee29e9d6",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"fig/http-message-util": "^1.1.5",
|
||
|
"php": "^7.2 || ^8.0",
|
||
|
"psr/http-factory": "^1.0",
|
||
|
"psr/http-message": "^1.0",
|
||
|
"ralouphie/getallheaders": "^3",
|
||
|
"symfony/polyfill-php80": "^1.22"
|
||
|
},
|
||
|
"provide": {
|
||
|
"psr/http-factory-implementation": "1.0",
|
||
|
"psr/http-message-implementation": "1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"adriansuter/php-autoload-override": "^1.2",
|
||
|
"ext-json": "*",
|
||
|
"http-interop/http-factory-tests": "^0.9.0",
|
||
|
"php-http/psr7-integration-tests": "dev-master",
|
||
|
"phpstan/phpstan": "^0.12",
|
||
|
"phpunit/phpunit": "^8.5 || ^9.5",
|
||
|
"squizlabs/php_codesniffer": "^3.6",
|
||
|
"weirdan/prophecy-shim": "^1.0 || ^2.0.2"
|
||
|
},
|
||
|
"time": "2021-05-08T18:22:56+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Slim\\Psr7\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Josh Lockhart",
|
||
|
"email": "hello@joshlockhart.com",
|
||
|
"homepage": "http://joshlockhart.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Andrew Smith",
|
||
|
"email": "a.smith@silentworks.co.uk",
|
||
|
"homepage": "http://silentworks.co.uk"
|
||
|
},
|
||
|
{
|
||
|
"name": "Rob Allen",
|
||
|
"email": "rob@akrabat.com",
|
||
|
"homepage": "http://akrabat.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Pierre Berube",
|
||
|
"email": "pierre@lgse.com",
|
||
|
"homepage": "http://www.lgse.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Strict PSR-7 implementation",
|
||
|
"homepage": "https://www.slimframework.com",
|
||
|
"keywords": [
|
||
|
"http",
|
||
|
"psr-7",
|
||
|
"psr7"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/slimphp/Slim-Psr7/issues",
|
||
|
"source": "https://github.com/slimphp/Slim-Psr7/tree/1.4"
|
||
|
},
|
||
|
"install-path": "../slim/psr7"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/cache",
|
||
|
"version": "v5.4.8",
|
||
|
"version_normalized": "5.4.8.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/cache.git",
|
||
|
"reference": "4c6747cf7e56c6b8e3094dd24852bd3e364375b1"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/cache/zipball/4c6747cf7e56c6b8e3094dd24852bd3e364375b1",
|
||
|
"reference": "4c6747cf7e56c6b8e3094dd24852bd3e364375b1",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.2.5",
|
||
|
"psr/cache": "^1.0|^2.0",
|
||
|
"psr/log": "^1.1|^2|^3",
|
||
|
"symfony/cache-contracts": "^1.1.7|^2",
|
||
|
"symfony/deprecation-contracts": "^2.1|^3",
|
||
|
"symfony/polyfill-php73": "^1.9",
|
||
|
"symfony/polyfill-php80": "^1.16",
|
||
|
"symfony/service-contracts": "^1.1|^2|^3",
|
||
|
"symfony/var-exporter": "^4.4|^5.0|^6.0"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"doctrine/dbal": "<2.13.1",
|
||
|
"symfony/dependency-injection": "<4.4",
|
||
|
"symfony/http-kernel": "<4.4",
|
||
|
"symfony/var-dumper": "<4.4"
|
||
|
},
|
||
|
"provide": {
|
||
|
"psr/cache-implementation": "1.0|2.0",
|
||
|
"psr/simple-cache-implementation": "1.0|2.0",
|
||
|
"symfony/cache-implementation": "1.0|2.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"cache/integration-tests": "dev-master",
|
||
|
"doctrine/cache": "^1.6|^2.0",
|
||
|
"doctrine/dbal": "^2.13.1|^3.0",
|
||
|
"predis/predis": "^1.1",
|
||
|
"psr/simple-cache": "^1.0|^2.0",
|
||
|
"symfony/config": "^4.4|^5.0|^6.0",
|
||
|
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
||
|
"symfony/filesystem": "^4.4|^5.0|^6.0",
|
||
|
"symfony/http-kernel": "^4.4|^5.0|^6.0",
|
||
|
"symfony/messenger": "^4.4|^5.0|^6.0",
|
||
|
"symfony/var-dumper": "^4.4|^5.0|^6.0"
|
||
|
},
|
||
|
"time": "2022-04-26T13:19:20+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\Cache\\": ""
|
||
|
},
|
||
|
"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 extended PSR-6, PSR-16 (and tags) implementation",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"caching",
|
||
|
"psr6"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/symfony/cache/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"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../symfony/cache"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/cache-contracts",
|
||
|
"version": "v2.5.1",
|
||
|
"version_normalized": "2.5.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/cache-contracts.git",
|
||
|
"reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
|
||
|
"reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.2.5",
|
||
|
"psr/cache": "^1.0|^2.0|^3.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"symfony/cache-implementation": ""
|
||
|
},
|
||
|
"time": "2022-01-02T09:53:40+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "2.5-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/contracts",
|
||
|
"url": "https://github.com/symfony/contracts"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Contracts\\Cache\\": ""
|
||
|
}
|
||
|
},
|
||
|
"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 caching",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"abstractions",
|
||
|
"contracts",
|
||
|
"decoupling",
|
||
|
"interfaces",
|
||
|
"interoperability",
|
||
|
"standards"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/symfony/cache-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"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../symfony/cache-contracts"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/config",
|
||
|
"version": "v5.4.8",
|
||
|
"version_normalized": "5.4.8.0",
|
||
|
"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"
|
||
|
},
|
||
|
"time": "2022-04-12T16:02:29+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"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"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../symfony/config"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/dependency-injection",
|
||
|
"version": "v5.4.8",
|
||
|
"version_normalized": "5.4.8.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/dependency-injection.git",
|
||
|
"reference": "855e29cd715ad62bb840c9841fe09a7cde50811f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/855e29cd715ad62bb840c9841fe09a7cde50811f",
|
||
|
"reference": "855e29cd715ad62bb840c9841fe09a7cde50811f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.2.5",
|
||
|
"psr/container": "^1.1.1",
|
||
|
"symfony/deprecation-contracts": "^2.1|^3",
|
||
|
"symfony/polyfill-php80": "^1.16",
|
||
|
"symfony/polyfill-php81": "^1.22",
|
||
|
"symfony/service-contracts": "^1.1.6|^2"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"ext-psr": "<1.1|>=2",
|
||
|
"symfony/config": "<5.3",
|
||
|
"symfony/finder": "<4.4",
|
||
|
"symfony/proxy-manager-bridge": "<4.4",
|
||
|
"symfony/yaml": "<4.4.26"
|
||
|
},
|
||
|
"provide": {
|
||
|
"psr/container-implementation": "1.0",
|
||
|
"symfony/service-implementation": "1.0|2.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/config": "^5.3|^6.0",
|
||
|
"symfony/expression-language": "^4.4|^5.0|^6.0",
|
||
|
"symfony/yaml": "^4.4.26|^5.0|^6.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"symfony/config": "",
|
||
|
"symfony/expression-language": "For using expressions in service container configuration",
|
||
|
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
|
||
|
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
|
||
|
"symfony/yaml": ""
|
||
|
},
|
||
|
"time": "2022-04-26T13:08:29+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\DependencyInjection\\": ""
|
||
|
},
|
||
|
"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": "Allows you to standardize and centralize the way objects are constructed in your application",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"support": {
|
||
|
"source": "https://github.com/symfony/dependency-injection/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"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../symfony/dependency-injection"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/deprecation-contracts",
|
||
|
"version": "v2.5.1",
|
||
|
"version_normalized": "2.5.1.0",
|
||
|
"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"
|
||
|
},
|
||
|
"time": "2022-01-02T09:53:40+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "2.5-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/contracts",
|
||
|
"url": "https://github.com/symfony/contracts"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"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"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../symfony/deprecation-contracts"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/expression-language",
|
||
|
"version": "v5.4.8",
|
||
|
"version_normalized": "5.4.8.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/expression-language.git",
|
||
|
"reference": "9d186e1eecf9e3461c6adbdf1acf614b8da9def9"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/expression-language/zipball/9d186e1eecf9e3461c6adbdf1acf614b8da9def9",
|
||
|
"reference": "9d186e1eecf9e3461c6adbdf1acf614b8da9def9",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.2.5",
|
||
|
"symfony/cache": "^4.4|^5.0|^6.0",
|
||
|
"symfony/service-contracts": "^1.1|^2|^3"
|
||
|
},
|
||
|
"time": "2022-04-08T05:07:18+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\ExpressionLanguage\\": ""
|
||
|
},
|
||
|
"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 an engine that can compile and evaluate expressions",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"support": {
|
||
|
"source": "https://github.com/symfony/expression-language/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"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../symfony/expression-language"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/filesystem",
|
||
|
"version": "v5.4.7",
|
||
|
"version_normalized": "5.4.7.0",
|
||
|
"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"
|
||
|
},
|
||
|
"time": "2022-04-01T12:33:59+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"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"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../symfony/filesystem"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-ctype",
|
||
|
"version": "v1.25.0",
|
||
|
"version_normalized": "1.25.0.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"
|
||
|
},
|
||
|
"time": "2021-10-20T20:35:02+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "1.23-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"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"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../symfony/polyfill-ctype"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-mbstring",
|
||
|
"version": "v1.25.0",
|
||
|
"version_normalized": "1.25.0.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"
|
||
|
},
|
||
|
"time": "2021-11-30T18:21:41+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "1.23-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"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"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../symfony/polyfill-mbstring"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-php73",
|
||
|
"version": "v1.25.0",
|
||
|
"version_normalized": "1.25.0.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"
|
||
|
},
|
||
|
"time": "2021-06-05T21:20:04+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "1.23-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"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"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../symfony/polyfill-php73"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-php80",
|
||
|
"version": "v1.25.0",
|
||
|
"version_normalized": "1.25.0.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"
|
||
|
},
|
||
|
"time": "2022-03-04T08:16:47+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "1.23-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"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"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../symfony/polyfill-php80"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-php81",
|
||
|
"version": "v1.25.0",
|
||
|
"version_normalized": "1.25.0.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"
|
||
|
},
|
||
|
"time": "2021-09-13T13:58:11+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "1.23-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"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"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../symfony/polyfill-php81"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/service-contracts",
|
||
|
"version": "v2.5.1",
|
||
|
"version_normalized": "2.5.1.0",
|
||
|
"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": ""
|
||
|
},
|
||
|
"time": "2022-03-13T20:07:29+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "2.5-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/contracts",
|
||
|
"url": "https://github.com/symfony/contracts"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"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"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../symfony/service-contracts"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/var-exporter",
|
||
|
"version": "v5.4.8",
|
||
|
"version_normalized": "5.4.8.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/var-exporter.git",
|
||
|
"reference": "7e132a3fcd4b57add721b4207236877b6017ec93"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/7e132a3fcd4b57add721b4207236877b6017ec93",
|
||
|
"reference": "7e132a3fcd4b57add721b4207236877b6017ec93",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.2.5",
|
||
|
"symfony/polyfill-php80": "^1.16"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/var-dumper": "^4.4.9|^5.0.9|^6.0"
|
||
|
},
|
||
|
"time": "2022-04-26T13:19:20+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\VarExporter\\": ""
|
||
|
},
|
||
|
"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": "Allows exporting any serializable PHP data structure to plain PHP code",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"clone",
|
||
|
"construct",
|
||
|
"export",
|
||
|
"hydrate",
|
||
|
"instantiate",
|
||
|
"serialize"
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/symfony/var-exporter/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"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../symfony/var-exporter"
|
||
|
},
|
||
|
{
|
||
|
"name": "tecnickcom/tcpdf",
|
||
|
"version": "6.4.4",
|
||
|
"version_normalized": "6.4.4.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/tecnickcom/TCPDF.git",
|
||
|
"reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/42cd0f9786af7e5db4fcedaa66f717b0d0032320",
|
||
|
"reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"time": "2021-12-31T08:39:24+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"config",
|
||
|
"include",
|
||
|
"tcpdf.php",
|
||
|
"tcpdf_parser.php",
|
||
|
"tcpdf_import.php",
|
||
|
"tcpdf_barcodes_1d.php",
|
||
|
"tcpdf_barcodes_2d.php",
|
||
|
"include/tcpdf_colors.php",
|
||
|
"include/tcpdf_filters.php",
|
||
|
"include/tcpdf_font_data.php",
|
||
|
"include/tcpdf_fonts.php",
|
||
|
"include/tcpdf_images.php",
|
||
|
"include/tcpdf_static.php",
|
||
|
"include/barcodes/datamatrix.php",
|
||
|
"include/barcodes/pdf417.php",
|
||
|
"include/barcodes/qrcode.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"LGPL-3.0-only"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicola Asuni",
|
||
|
"email": "info@tecnick.com",
|
||
|
"role": "lead"
|
||
|
}
|
||
|
],
|
||
|
"description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
|
||
|
"homepage": "http://www.tcpdf.org/",
|
||
|
"keywords": [
|
||
|
"PDFD32000-2008",
|
||
|
"TCPDF",
|
||
|
"barcodes",
|
||
|
"datamatrix",
|
||
|
"pdf",
|
||
|
"pdf417",
|
||
|
"qrcode"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/tecnickcom/TCPDF/issues",
|
||
|
"source": "https://github.com/tecnickcom/TCPDF/tree/6.4.4"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
|
||
|
"type": "custom"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../tecnickcom/tcpdf"
|
||
|
},
|
||
|
{
|
||
|
"name": "twig/twig",
|
||
|
"version": "v3.3.10",
|
||
|
"version_normalized": "3.3.10.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/twigphp/Twig.git",
|
||
|
"reference": "8442df056c51b706793adf80a9fd363406dd3674"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/8442df056c51b706793adf80a9fd363406dd3674",
|
||
|
"reference": "8442df056c51b706793adf80a9fd363406dd3674",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.2.5",
|
||
|
"symfony/polyfill-ctype": "^1.8",
|
||
|
"symfony/polyfill-mbstring": "^1.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"psr/container": "^1.0",
|
||
|
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
|
||
|
},
|
||
|
"time": "2022-04-06T06:47:41+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "3.3-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Twig\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com",
|
||
|
"homepage": "http://fabien.potencier.org",
|
||
|
"role": "Lead Developer"
|
||
|
},
|
||
|
{
|
||
|
"name": "Twig Team",
|
||
|
"role": "Contributors"
|
||
|
},
|
||
|
{
|
||
|
"name": "Armin Ronacher",
|
||
|
"email": "armin.ronacher@active-4.com",
|
||
|
"role": "Project Founder"
|
||
|
}
|
||
|
],
|
||
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
||
|
"homepage": "https://twig.symfony.com",
|
||
|
"keywords": [
|
||
|
"templating"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/twigphp/Twig/issues",
|
||
|
"source": "https://github.com/twigphp/Twig/tree/v3.3.10"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../twig/twig"
|
||
|
},
|
||
|
{
|
||
|
"name": "webmozart/assert",
|
||
|
"version": "1.10.0",
|
||
|
"version_normalized": "1.10.0.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"
|
||
|
},
|
||
|
"time": "2021-03-09T10:59:23+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.10-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"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"
|
||
|
},
|
||
|
"install-path": "../webmozart/assert"
|
||
|
},
|
||
|
{
|
||
|
"name": "williamdes/mariadb-mysql-kbs",
|
||
|
"version": "v1.2.13",
|
||
|
"version_normalized": "1.2.13.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/williamdes/mariadb-mysql-kbs.git",
|
||
|
"reference": "f5c1b00d4bcfb27c06595ae172aa69da1815bfa9"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/williamdes/mariadb-mysql-kbs/zipball/f5c1b00d4bcfb27c06595ae172aa69da1815bfa9",
|
||
|
"reference": "f5c1b00d4bcfb27c06595ae172aa69da1815bfa9",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.1 || ^8.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpstan/phpstan": "^1.2",
|
||
|
"phpunit/phpunit": "^7 || ^8 || ^9",
|
||
|
"swaggest/json-schema": "^0.12.29",
|
||
|
"wdes/coding-standard": "^3"
|
||
|
},
|
||
|
"time": "2021-12-19T22:53:51+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Williamdes\\MariaDBMySQLKBS\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MPL-2.0"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "William Desportes",
|
||
|
"email": "williamdes@wdes.fr"
|
||
|
}
|
||
|
],
|
||
|
"description": "An index of the MariaDB and MySQL Knowledge bases",
|
||
|
"homepage": "https://github.com/williamdes/mariadb-mysql-kbs",
|
||
|
"keywords": [
|
||
|
"composer-package",
|
||
|
"dataset",
|
||
|
"json",
|
||
|
"kb",
|
||
|
"knowledge-base",
|
||
|
"library",
|
||
|
"mariadb",
|
||
|
"mariadb-knowledge-bases",
|
||
|
"mysql",
|
||
|
"mysql-knowledge-bases",
|
||
|
"npm-package"
|
||
|
],
|
||
|
"support": {
|
||
|
"email": "williamdes@wdes.fr",
|
||
|
"issues": "https://github.com/williamdes/mariadb-mysql-kbs/issues",
|
||
|
"source": "https://github.com/williamdes/mariadb-mysql-kbs"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/sponsors/williamdes",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/williamdes/mariadb-mysql-kbs",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../williamdes/mariadb-mysql-kbs"
|
||
|
}
|
||
|
],
|
||
|
"dev": false,
|
||
|
"dev-package-names": []
|
||
|
}
|