block-explorer/composer.lock

3701 lines
129 KiB
Plaintext
Raw Normal View History

2017-06-13 20:54:56 +02:00
{
"_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",
2017-06-13 20:54:56 +02:00
"This file is @generated automatically"
],
"content-hash": "fcd3128079150fce9ed481f1769e120d",
2017-06-13 20:54:56 +02:00
"packages": [
{
"name": "aura/intl",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/auraphp/Aura.Intl.git",
"reference": "7fce228980b19bf4dee2d7bbd6202a69b0dde926"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/auraphp/Aura.Intl/zipball/7fce228980b19bf4dee2d7bbd6202a69b0dde926",
"reference": "7fce228980b19bf4dee2d7bbd6202a69b0dde926",
"shasum": ""
},
"require": {
"php": "^5.6|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Aura\\Intl\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aura.Intl Contributors",
"homepage": "https://github.com/auraphp/Aura.Intl/contributors"
}
],
"description": "The Aura Intl package provides internationalization tools, specifically message translation.",
"homepage": "https://github.com/auraphp/Aura.Intl",
"keywords": [
"g11n",
"globalization",
"i18n",
"internationalization",
"intl",
"l10n",
"localization"
],
"time": "2017-01-20T05:00:11+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "bacon/bacon-qr-code",
2021-01-12 23:03:22 +01:00
"version": "2.0.3",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/Bacon/BaconQrCode.git",
2021-01-12 23:03:22 +01:00
"reference": "3e9d791b67d0a2912922b7b7c7312f4b37af41e4"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/3e9d791b67d0a2912922b7b7c7312f4b37af41e4",
"reference": "3e9d791b67d0a2912922b7b7c7312f4b37af41e4",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"dasprid/enum": "^1.0.3",
"ext-iconv": "*",
2021-01-12 23:03:22 +01:00
"php": "^7.1 || ^8.0"
},
"require-dev": {
2018-12-04 01:47:00 +01:00
"phly/keep-a-changelog": "^1.4",
2021-01-12 23:03:22 +01:00
"phpunit/phpunit": "^7 | ^8 | ^9",
"squizlabs/php_codesniffer": "^3.4"
2017-06-13 20:54:56 +02:00
},
"suggest": {
2018-12-04 01:47:00 +01:00
"ext-imagick": "to generate QR code images"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"autoload": {
2018-12-04 01:47:00 +01:00
"psr-4": {
"BaconQrCode\\": "src/"
2017-06-13 20:54:56 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Ben Scholzen 'DASPRiD'",
"email": "mail@dasprids.de",
2021-01-12 23:03:22 +01:00
"homepage": "https://dasprids.de/",
2017-06-13 20:54:56 +02:00
"role": "Developer"
}
],
"description": "BaconQrCode is a QR code generator for PHP.",
"homepage": "https://github.com/Bacon/BaconQrCode",
2021-01-12 23:03:22 +01:00
"time": "2020-10-30T02:02:47+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "cakephp/cakephp",
"version": "3.7.7",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/cakephp.git",
"reference": "b0aeff37f78e6cca7ed35bc0e49dedd6cf5fb3d6"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cakephp/cakephp/zipball/b0aeff37f78e6cca7ed35bc0e49dedd6cf5fb3d6",
"reference": "b0aeff37f78e6cca7ed35bc0e49dedd6cf5fb3d6",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"aura/intl": "^3.0.0",
2019-01-26 20:37:30 +01:00
"cakephp/chronos": "^1.0.1",
2017-06-13 20:54:56 +02:00
"ext-intl": "*",
"ext-mbstring": "*",
"php": ">=5.6.0",
"psr/log": "^1.0.0",
"psr/simple-cache": "^1.0.0",
"zendframework/zend-diactoros": "^1.4.0"
2017-06-13 20:54:56 +02:00
},
"conflict": {
"phpunit/phpunit": "<5.7"
},
"replace": {
"cakephp/cache": "self.version",
"cakephp/collection": "self.version",
"cakephp/core": "self.version",
"cakephp/database": "self.version",
"cakephp/datasource": "self.version",
"cakephp/event": "self.version",
"cakephp/filesystem": "self.version",
"cakephp/form": "self.version",
"cakephp/i18n": "self.version",
"cakephp/log": "self.version",
"cakephp/orm": "self.version",
"cakephp/utility": "self.version",
"cakephp/validation": "self.version"
},
"require-dev": {
"cakephp/cakephp-codesniffer": "^3.0",
"cakephp/chronos": "^1.2.1",
2019-01-26 20:37:30 +01:00
"phpunit/phpunit": "^5.7.14|^6.0"
2017-06-13 20:54:56 +02:00
},
"suggest": {
"ext-curl": "To enable more efficient network calls in Http\\Client.",
2017-06-13 20:54:56 +02:00
"ext-openssl": "To use Security::encrypt() or have secure CSRF token generation.",
"lib-ICU": "The intl PHP library, to use Text::transliterate() or Text::slug()"
},
"type": "library",
"autoload": {
"psr-4": {
2019-01-26 20:37:30 +01:00
"Cake\\": "src/"
2017-06-13 20:54:56 +02:00
},
"files": [
"src/Core/functions.php",
"src/Collection/functions.php",
"src/I18n/functions.php",
"src/Utility/bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
}
],
"description": "The CakePHP framework",
"homepage": "https://cakephp.org",
"keywords": [
"conventions over configuration",
"dry",
"form",
"framework",
"mvc",
"orm",
"psr-7",
"rapid-development",
"validation"
2017-06-13 20:54:56 +02:00
],
"time": "2019-04-24T01:30:19+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "cakephp/chronos",
"version": "1.3.0",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/chronos.git",
"reference": "ba2bab98849e7bf29b02dd634ada49ab36472959"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cakephp/chronos/zipball/ba2bab98849e7bf29b02dd634ada49ab36472959",
"reference": "ba2bab98849e7bf29b02dd634ada49ab36472959",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": ">=5.6"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"athletic/athletic": "~0.1",
"cakephp/cakephp-codesniffer": "^3.0",
2017-06-13 20:54:56 +02:00
"phpbench/phpbench": "@dev",
"phpunit/phpunit": "<6.0 || ^7.0"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Cake\\Chronos\\": "src/"
2017-06-13 20:54:56 +02:00
},
"files": [
"src/carbon_compat.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "http://nesbot.com"
},
{
"name": "The CakePHP Team",
"homepage": "http://cakephp.org"
}
],
"description": "A simple API extension for DateTime.",
"homepage": "http://cakephp.org",
"keywords": [
"date",
"datetime",
"time"
],
"time": "2019-11-30T02:33:19+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "cakephp/migrations",
2019-01-26 22:57:30 +01:00
"version": "1.8.1",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/migrations.git",
2019-01-26 22:57:30 +01:00
"reference": "cd65daa9fae933bc0ccc69d5b5d92460375da9e2"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2019-01-26 22:57:30 +01:00
"url": "https://api.github.com/repos/cakephp/migrations/zipball/cd65daa9fae933bc0ccc69d5b5d92460375da9e2",
"reference": "cd65daa9fae933bc0ccc69d5b5d92460375da9e2",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
2019-01-26 22:57:30 +01:00
"cakephp/cache": "^3.6.0",
"cakephp/orm": "^3.6.0",
"php": ">=5.6.0",
"robmorgan/phinx": "0.8.1"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
2019-01-26 22:57:30 +01:00
"cakephp/bake": "^1.7.0",
"cakephp/cakephp": "^3.6.0",
"cakephp/cakephp-codesniffer": "^3.0",
2019-01-26 22:57:30 +01:00
"phpunit/phpunit": "^5.7.14"
2017-06-13 20:54:56 +02:00
},
"suggest": {
"cakephp/bake": "Required if you want to generate migrations."
},
"type": "cakephp-plugin",
"autoload": {
"psr-4": {
"Migrations\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/migrations/graphs/contributors"
}
],
"description": "Database Migration plugin for CakePHP 3.0 based on Phinx",
"homepage": "https://github.com/cakephp/migrations",
"keywords": [
"cakephp",
"migrations"
],
2019-01-26 22:57:30 +01:00
"time": "2018-04-16T01:35:59+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "cakephp/plugin-installer",
2021-01-12 23:03:22 +01:00
"version": "1.3.1",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/plugin-installer.git",
2021-01-12 23:03:22 +01:00
"reference": "e27027aa2d3d8ab64452c6817629558685a064cb"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/cakephp/plugin-installer/zipball/e27027aa2d3d8ab64452c6817629558685a064cb",
"reference": "e27027aa2d3d8ab64452c6817629558685a064cb",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
2021-01-12 23:03:22 +01:00
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
"php": ">=5.6.0"
},
2017-06-13 20:54:56 +02:00
"require-dev": {
2021-01-12 23:03:22 +01:00
"cakephp/cakephp-codesniffer": "^3.3",
"composer/composer": "^2.0",
"phpunit/phpunit": "^5.7 || ^6.5 || ^8.5 || ^9.3"
2017-06-13 20:54:56 +02:00
},
2021-01-12 23:03:22 +01:00
"type": "composer-plugin",
2017-06-13 20:54:56 +02:00
"extra": {
2021-01-12 23:03:22 +01:00
"class": "Cake\\Composer\\Plugin"
2017-06-13 20:54:56 +02:00
},
"autoload": {
"psr-4": {
2021-01-12 23:03:22 +01:00
"Cake\\Composer\\": "src/"
2017-06-13 20:54:56 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "CakePHP Community",
2021-01-12 23:03:22 +01:00
"homepage": "https://cakephp.org"
2017-06-13 20:54:56 +02:00
}
],
"description": "A composer installer for CakePHP 3.0+ plugins.",
2021-01-12 23:03:22 +01:00
"time": "2020-10-29T04:00:42+00:00"
2017-06-13 20:54:56 +02:00
},
{
2018-12-04 01:47:00 +01:00
"name": "dasprid/enum",
2021-01-12 23:03:22 +01:00
"version": "1.0.3",
2018-12-04 01:47:00 +01:00
"source": {
"type": "git",
"url": "https://github.com/DASPRiD/Enum.git",
2021-01-12 23:03:22 +01:00
"reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2"
2018-12-04 01:47:00 +01:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/DASPRiD/Enum/zipball/5abf82f213618696dda8e3bf6f64dd042d8542b2",
"reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2",
2018-12-04 01:47:00 +01:00
"shasum": ""
},
"require-dev": {
2021-01-12 23:03:22 +01:00
"phpunit/phpunit": "^7 | ^8 | ^9",
"squizlabs/php_codesniffer": "^3.4"
2018-12-04 01:47:00 +01:00
},
"type": "library",
"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",
2021-01-12 23:03:22 +01:00
"homepage": "https://dasprids.de/",
"role": "Developer"
2018-12-04 01:47:00 +01:00
}
],
"description": "PHP 7.1 enum implementation",
"keywords": [
"enum",
"map"
],
2021-01-12 23:03:22 +01:00
"time": "2020-10-02T16:03:48+00:00"
2017-06-13 20:54:56 +02:00
},
2018-12-04 01:47:00 +01:00
{
"name": "endroid/qr-code",
2021-01-12 23:03:22 +01:00
"version": "3.9.6",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/endroid/qr-code.git",
2021-01-12 23:03:22 +01:00
"reference": "9cdd4f5d609bfc8811ca4a62b4d23eb16976242f"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/endroid/qr-code/zipball/9cdd4f5d609bfc8811ca4a62b4d23eb16976242f",
"reference": "9cdd4f5d609bfc8811ca4a62b4d23eb16976242f",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
2018-12-04 01:47:00 +01:00
"bacon/bacon-qr-code": "^2.0",
"khanamiryan/qrcode-detector-decoder": "^1.0.2",
2017-06-13 20:54:56 +02:00
"myclabs/php-enum": "^1.5",
"php": ">=7.2",
2021-01-12 23:03:22 +01:00
"symfony/options-resolver": "^3.4||^4.4||^5.0",
"symfony/property-access": "^3.4||^4.4||^5.0"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
2021-01-12 23:03:22 +01:00
"endroid/quality": "^1.3.7",
"setasign/fpdf": "^1.8"
},
"suggest": {
"ext-gd": "Required for generating PNG images",
"roave/security-advisories": "Avoids installation of package versions with vulnerabilities",
"setasign/fpdf": "Required to use the FPDF writer.",
"symfony/security-checker": "Checks your composer.lock for vulnerabilities"
2018-12-04 01:47:00 +01:00
},
"type": "library",
2017-06-13 20:54:56 +02:00
"extra": {
"branch-alias": {
2018-12-04 01:47:00 +01:00
"dev-master": "3.x-dev"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"psr-4": {
"Endroid\\QrCode\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeroen van den Enden",
2018-12-04 01:47:00 +01:00
"email": "info@endroid.nl"
2017-06-13 20:54:56 +02:00
}
],
"description": "Endroid QR Code",
2018-12-04 01:47:00 +01:00
"homepage": "https://github.com/endroid/qr-code",
2017-06-13 20:54:56 +02:00
"keywords": [
"bundle",
"code",
"endroid",
2018-12-04 01:47:00 +01:00
"php",
2017-06-13 20:54:56 +02:00
"qr",
2018-12-04 01:47:00 +01:00
"qrcode"
2017-06-13 20:54:56 +02:00
],
2021-01-12 23:03:22 +01:00
"time": "2020-11-27T14:30:38+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "fgrosse/phpasn1",
2021-01-12 23:03:22 +01:00
"version": "v2.2.0",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/fgrosse/PHPASN1.git",
2021-01-12 23:03:22 +01:00
"reference": "d1978f7abd580f3fc33561e7f71d4c12c7531fad"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/d1978f7abd580f3fc33561e7f71d4c12c7531fad",
"reference": "d1978f7abd580f3fc33561e7f71d4c12c7531fad",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": ">=7.0.0"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"phpunit/phpunit": "~6.3",
2018-12-03 18:26:01 +01:00
"satooshi/php-coveralls": "~2.0"
2017-06-13 20:54:56 +02:00
},
"suggest": {
2021-01-12 23:03:22 +01:00
"ext-bcmath": "BCmath is the fallback extension for big integer calculations",
"ext-curl": "For loading OID information from the web if they have not bee defined statically",
2018-12-03 18:26:01 +01:00
"ext-gmp": "GMP is the preferred extension for big integer calculations",
2021-01-12 23:03:22 +01:00
"phpseclib/bcmath_compat": "BCmath polyfill for servers where neither GMP nor BCmath is available"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"psr-4": {
"FG\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Friedrich Große",
"email": "friedrich.grosse@gmail.com",
"homepage": "https://github.com/FGrosse",
"role": "Author"
},
{
"name": "All contributors",
"homepage": "https://github.com/FGrosse/PHPASN1/contributors"
}
],
"description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
"homepage": "https://github.com/FGrosse/PHPASN1",
"keywords": [
"DER",
"asn.1",
"asn1",
"ber",
"binary",
"decoding",
"encoding",
"x.509",
"x.690",
"x509",
"x690"
],
2021-01-12 23:03:22 +01:00
"time": "2020-10-11T16:28:18+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "khanamiryan/qrcode-detector-decoder",
2021-01-12 23:03:22 +01:00
"version": "1.0.4",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git",
2021-01-12 23:03:22 +01:00
"reference": "07fceefb79d895e858e52921afb9c1433d2f3d5e"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/07fceefb79d895e858e52921afb9c1433d2f3d5e",
"reference": "07fceefb79d895e858e52921afb9c1433d2f3d5e",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"php": ">=5.6"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
2021-01-12 23:03:22 +01:00
"phpunit/phpunit": "^9.0"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"autoload": {
2018-12-04 01:47:00 +01:00
"psr-4": {
"Zxing\\": "lib/"
},
2017-06-13 20:54:56 +02:00
"files": [
2018-12-04 01:47:00 +01:00
"lib/Common/customFunctions.php"
2017-06-13 20:54:56 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ashot Khanamiryan",
"email": "a.khanamiryan@gmail.com",
"homepage": "https://github.com/khanamiryan",
"role": "Developer"
}
],
"description": "QR code decoder / reader",
2018-12-04 01:47:00 +01:00
"homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder/",
2017-06-13 20:54:56 +02:00
"keywords": [
"barcode",
"qr",
"zxing"
],
2021-01-12 23:03:22 +01:00
"time": "2020-11-29T18:50:26+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "kylekatarnls/update-helper",
2021-01-12 23:03:22 +01:00
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/kylekatarnls/update-helper.git",
2021-01-12 23:03:22 +01:00
"reference": "429be50660ed8a196e0798e5939760f168ec8ce9"
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/kylekatarnls/update-helper/zipball/429be50660ed8a196e0798e5939760f168ec8ce9",
"reference": "429be50660ed8a196e0798e5939760f168ec8ce9",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0.0",
"php": ">=5.3.0"
},
"require-dev": {
"codeclimate/php-test-reporter": "dev-master",
"composer/composer": "2.0.x-dev || ^2.0.0-dev",
"phpunit/phpunit": ">=4.8.35 <6.0"
},
"type": "composer-plugin",
"extra": {
"class": "UpdateHelper\\ComposerPlugin"
},
"autoload": {
"psr-0": {
"UpdateHelper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle",
"email": "kylekatarnls@gmail.com"
}
],
"description": "Update helper",
2021-01-12 23:03:22 +01:00
"time": "2020-04-07T20:44:10+00:00"
},
2017-06-13 20:54:56 +02:00
{
"name": "mdanter/ecc",
"version": "v0.5.2",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpecc/phpecc.git",
"reference": "b95f25cc1bacc83a9f0ccd375900b7cfd343029e"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpecc/phpecc/zipball/b95f25cc1bacc83a9f0ccd375900b7cfd343029e",
"reference": "b95f25cc1bacc83a9f0ccd375900b7cfd343029e",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"ext-gmp": "*",
2018-12-03 18:26:01 +01:00
"fgrosse/phpasn1": "^2.0",
"php": "^7.0"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"phpunit/phpunit": "^6.0",
2018-12-03 18:26:01 +01:00
"squizlabs/php_codesniffer": "^2.0",
"symfony/yaml": "^2.6|^3.0"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Mdanter\\Ecc\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matyas Danter",
"homepage": "http://matejdanter.com/",
"role": "Author"
},
{
"name": "Thibaud Fabre",
"email": "thibaud@aztech.io",
"homepage": "http://aztech.io",
"role": "Maintainer"
},
{
"name": "Thomas Kerin",
"email": "afk11@users.noreply.github.com",
"role": "Maintainer"
2017-06-13 20:54:56 +02:00
}
],
"description": "PHP Elliptic Curve Cryptography library",
"homepage": "https://github.com/phpecc/phpecc",
"keywords": [
"Diffie",
"ECDSA",
"Hellman",
"curve",
"ecdh",
"elliptic",
"nistp192",
"nistp224",
"nistp256",
"nistp384",
2017-06-13 20:54:56 +02:00
"nistp521",
"phpecc",
"secp256k1",
"secp256r1"
2017-06-13 20:54:56 +02:00
],
"time": "2018-12-03T18:17:01+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "mobiledetect/mobiledetectlib",
"version": "2.8.34",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/serbanghita/Mobile-Detect.git",
"reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/6f8113f57a508494ca36acbcfa2dc2d923c7ed5b",
"reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": ">=5.0.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8.35||~5.7"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"autoload": {
"classmap": [
"Mobile_Detect.php"
],
"psr-0": {
"Detection": "namespaced/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Serban Ghita",
"email": "serbanghita@gmail.com",
"homepage": "http://mobiledetect.net",
"role": "Developer"
}
],
"description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
"homepage": "https://github.com/serbanghita/Mobile-Detect",
"keywords": [
"detect mobile devices",
"mobile",
"mobile detect",
"mobile detector",
"php mobile detect"
],
"time": "2019-09-18T18:44:20+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "myclabs/php-enum",
2021-01-12 23:03:22 +01:00
"version": "1.7.7",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/php-enum.git",
2021-01-12 23:03:22 +01:00
"reference": "d178027d1e679832db9f38248fcc7200647dc2b7"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/d178027d1e679832db9f38248fcc7200647dc2b7",
"reference": "d178027d1e679832db9f38248fcc7200647dc2b7",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=7.1"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
2021-01-12 23:03:22 +01:00
"phpunit/phpunit": "^7",
"squizlabs/php_codesniffer": "1.*",
"vimeo/psalm": "^3.8"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"MyCLabs\\Enum\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP Enum contributors",
"homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
}
],
"description": "PHP Enum implementation",
"homepage": "http://github.com/myclabs/php-enum",
"keywords": [
"enum"
],
2021-01-12 23:03:22 +01:00
"time": "2020-11-14T18:14:52+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "nesbot/carbon",
"version": "1.39.1",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4be0c005164249208ce1b5ca633cd57bdd42ff33",
"reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"kylekatarnls/update-helper": "^1.1",
"php": ">=5.3.9",
"symfony/translation": "~2.6 || ~3.0 || ~4.0"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"composer/composer": "^1.2",
"friendsofphp/php-cs-fixer": "~2",
"phpunit/phpunit": "^4.8.35 || ^5.7"
2017-06-13 20:54:56 +02:00
},
"bin": [
"bin/upgrade-carbon"
],
2017-06-13 20:54:56 +02:00
"type": "library",
"extra": {
"update-helper": "Carbon\\Upgrade",
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"psr-4": {
"": "src/"
2017-06-13 20:54:56 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "http://nesbot.com"
}
],
"description": "A simple API extension for DateTime.",
"homepage": "http://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
"time": "2019-10-14T05:51:36+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "predis/predis",
2021-01-12 23:03:22 +01:00
"version": "v1.1.6",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
2021-01-12 23:03:22 +01:00
"url": "https://github.com/predis/predis.git",
"reference": "9930e933c67446962997b05201c69c2319bf26de"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/predis/predis/zipball/9930e933c67446962997b05201c69c2319bf26de",
"reference": "9930e933c67446962997b05201c69c2319bf26de",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
2021-01-12 23:03:22 +01:00
"cweagans/composer-patches": "^1.6",
2017-06-13 20:54:56 +02:00
"phpunit/phpunit": "~4.8"
},
"suggest": {
"ext-curl": "Allows access to Webdis when paired with phpiredis",
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
},
"type": "library",
2021-01-12 23:03:22 +01:00
"extra": {
"composer-exit-on-patch-failure": true,
"patches": {
"phpunit/phpunit-mock-objects": {
"Fix PHP 7 and 8 compatibility": "./tests/phpunit_mock_objects.patch"
},
"phpunit/phpunit": {
"Fix PHP 7 compatibility": "./tests/phpunit_php7.patch",
"Fix PHP 8 compatibility": "./tests/phpunit_php8.patch"
}
}
},
2017-06-13 20:54:56 +02:00
"autoload": {
"psr-4": {
"Predis\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniele Alessandri",
"email": "suppakilla@gmail.com",
2021-01-12 23:03:22 +01:00
"homepage": "http://clorophilla.net",
"role": "Creator & Maintainer"
},
{
"name": "Till Krüss",
"homepage": "https://till.im",
"role": "Maintainer"
2017-06-13 20:54:56 +02:00
}
],
"description": "Flexible and feature-complete Redis client for PHP and HHVM",
2021-01-12 23:03:22 +01:00
"homepage": "http://github.com/predis/predis",
2017-06-13 20:54:56 +02:00
"keywords": [
"nosql",
"predis",
"redis"
],
2021-01-12 23:03:22 +01:00
"time": "2020-09-11T19:18:05+00:00"
2017-06-13 20:54:56 +02: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"
],
"time": "2016-08-06T14:39:51+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "psr/log",
2021-01-12 23:03:22 +01:00
"version": "1.1.3",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2021-01-12 23:03:22 +01:00
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2021-01-12 23:03:22 +01:00
"time": "2020-03-23T09:12:05+00:00"
},
2019-01-26 20:37:30 +01: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"
],
"time": "2017-10-23T01:57:42+00:00"
},
2017-06-13 20:54:56 +02:00
{
"name": "robmorgan/phinx",
"version": "v0.8.1",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/phinx.git",
"reference": "7a19de5bebc59321edd9613bc2a667e7f96224ec"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cakephp/phinx/zipball/7a19de5bebc59321edd9613bc2a667e7f96224ec",
"reference": "7a19de5bebc59321edd9613bc2a667e7f96224ec",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": ">=5.4",
"symfony/config": "~2.8|~3.0",
"symfony/console": "~2.8|~3.0",
"symfony/yaml": "~2.8|~3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.26|^5.0"
},
"bin": [
"bin/phinx"
],
"type": "library",
"autoload": {
"psr-4": {
"Phinx\\": "src/Phinx"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Woody Gilk",
"email": "woody.gilk@gmail.com",
"homepage": "http://shadowhand.me",
"role": "Developer"
},
{
"name": "Rob Morgan",
"email": "robbym@gmail.com",
"homepage": "https://robmorgan.id.au",
"role": "Lead Developer"
},
{
"name": "Richard Quadling",
"email": "rquadling@gmail.com",
"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"
],
"time": "2017-06-05T13:30:19+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "symfony/config",
2021-01-12 23:03:22 +01:00
"version": "v3.4.47",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
2021-01-12 23:03:22 +01:00
"reference": "bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/symfony/config/zipball/bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f",
"reference": "bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/filesystem": "~2.8|~3.0|~4.0",
"symfony/polyfill-ctype": "~1.8"
2017-06-13 20:54:56 +02:00
},
"conflict": {
"symfony/dependency-injection": "<3.3",
"symfony/finder": "<3.3"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/event-dispatcher": "~3.3|~4.0",
"symfony/finder": "~3.3|~4.0",
"symfony/yaml": "~3.0|~4.0"
2017-06-13 20:54:56 +02:00
},
"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": "Symfony Config Component",
"homepage": "https://symfony.com",
2021-01-12 23:03:22 +01:00
"time": "2020-10-24T10:57:07+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "symfony/console",
2021-01-12 23:03:22 +01:00
"version": "v3.4.47",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2021-01-12 23:03:22 +01:00
"reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/symfony/console/zipball/a10b1da6fc93080c180bba7219b5ff5b7518fe81",
"reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/debug": "~2.8|~3.0|~4.0",
2017-06-13 20:54:56 +02:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3"
2017-06-13 20:54:56 +02:00
},
"provide": {
"psr/log-implementation": "1.0"
},
2017-06-13 20:54:56 +02:00
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.3|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/lock": "~3.4|~4.0",
"symfony/process": "~3.3|~4.0"
2017-06-13 20:54:56 +02:00
},
"suggest": {
"psr/log": "For using the console logger",
2017-06-13 20:54:56 +02:00
"symfony/event-dispatcher": "",
"symfony/lock": "",
2017-06-13 20:54:56 +02:00
"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": "Symfony Console Component",
"homepage": "https://symfony.com",
2021-01-12 23:03:22 +01:00
"time": "2020-10-24T10:57:07+00:00"
2018-12-03 18:26:01 +01:00
},
{
"name": "symfony/debug",
2021-01-12 23:03:22 +01:00
"version": "v4.4.18",
2018-12-03 18:26:01 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
2021-01-12 23:03:22 +01:00
"reference": "5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544"
2018-12-03 18:26:01 +01:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/symfony/debug/zipball/5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544",
"reference": "5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544",
2018-12-03 18:26:01 +01:00
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"php": ">=7.1.3",
"psr/log": "~1.0",
"symfony/polyfill-php80": "^1.15"
2018-12-03 18:26:01 +01:00
},
"conflict": {
"symfony/http-kernel": "<3.4"
2018-12-03 18:26:01 +01:00
},
"require-dev": {
"symfony/http-kernel": "^3.4|^4.0|^5.0"
2018-12-03 18:26:01 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
2018-12-03 18:26:01 +01:00
},
"exclude-from-classmap": [
"/Tests/"
2018-12-03 18:26:01 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2018-12-03 18:26:01 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Debug Component",
2018-12-03 18:26:01 +01:00
"homepage": "https://symfony.com",
2021-01-12 23:03:22 +01:00
"time": "2020-12-10T16:34:26+00:00"
2017-06-13 20:54:56 +02:00
},
{
2021-01-12 23:03:22 +01:00
"name": "symfony/deprecation-contracts",
"version": "v2.2.0",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
2021-01-12 23:03:22 +01:00
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
"reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"php": ">=7.1"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-12 23:03:22 +01:00
"dev-master": "2.2-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
2021-01-12 23:03:22 +01:00
"files": [
"function.php"
2017-06-13 20:54:56 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-01-12 23:03:22 +01:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2017-06-13 20:54:56 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-01-12 23:03:22 +01:00
"description": "A generic function and convention to trigger deprecation notices",
2017-06-13 20:54:56 +02:00
"homepage": "https://symfony.com",
2021-01-12 23:03:22 +01:00
"time": "2020-09-07T11:33:47+00:00"
2017-06-13 20:54:56 +02:00
},
{
2021-01-12 23:03:22 +01:00
"name": "symfony/filesystem",
"version": "v4.4.18",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
2021-01-12 23:03:22 +01:00
"url": "https://github.com/symfony/filesystem.git",
"reference": "d99fbef7e0f69bf162ae6131b31132fa3cc4bcbe"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/d99fbef7e0f69bf162ae6131b31132fa3cc4bcbe",
"reference": "d99fbef7e0f69bf162ae6131b31132fa3cc4bcbe",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"php": ">=7.1.3",
"symfony/polyfill-ctype": "~1.8"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2021-01-12 23:03:22 +01:00
"Symfony\\Component\\Filesystem\\": ""
2017-06-13 20:54:56 +02:00
},
"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"
}
],
2021-01-12 23:03:22 +01:00
"description": "Symfony Filesystem Component",
2017-06-13 20:54:56 +02:00
"homepage": "https://symfony.com",
2021-01-12 23:03:22 +01:00
"time": "2020-11-30T13:04:35+00:00"
2017-06-13 20:54:56 +02:00
},
2018-12-04 01:47:00 +01:00
{
2021-01-12 23:03:22 +01:00
"name": "symfony/options-resolver",
"version": "v5.2.1",
2018-12-04 01:47:00 +01:00
"source": {
"type": "git",
2021-01-12 23:03:22 +01:00
"url": "https://github.com/symfony/options-resolver.git",
"reference": "87a2a4a766244e796dd9cb9d6f58c123358cd986"
2018-12-04 01:47:00 +01:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/87a2a4a766244e796dd9cb9d6f58c123358cd986",
"reference": "87a2a4a766244e796dd9cb9d6f58c123358cd986",
2018-12-04 01:47:00 +01:00
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-php73": "~1.0",
"symfony/polyfill-php80": "^1.15"
2018-12-04 01:47:00 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2021-01-12 23:03:22 +01:00
"Symfony\\Component\\OptionsResolver\\": ""
2018-12-04 01:47:00 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-01-12 23:03:22 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2018-12-04 01:47:00 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-01-12 23:03:22 +01:00
"description": "Symfony OptionsResolver Component",
2018-12-04 01:47:00 +01:00
"homepage": "https://symfony.com",
"keywords": [
2021-01-12 23:03:22 +01:00
"config",
"configuration",
"options"
2018-12-04 01:47:00 +01:00
],
2021-01-12 23:03:22 +01:00
"time": "2020-10-24T12:08:07+00:00"
},
{
2021-01-12 23:03:22 +01:00
"name": "symfony/polyfill-ctype",
"version": "v1.22.0",
"source": {
"type": "git",
2021-01-12 23:03:22 +01:00
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"php": ">=7.1"
},
2021-01-12 23:03:22 +01:00
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-12 23:03:22 +01:00
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
2021-01-12 23:03:22 +01:00
"Symfony\\Polyfill\\Ctype\\": ""
},
2021-01-12 23:03:22 +01:00
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-01-12 23:03:22 +01:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-01-12 23:03:22 +01:00
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
2021-01-12 23:03:22 +01:00
"compatibility",
"ctype",
"polyfill",
"portable"
],
2021-01-12 23:03:22 +01:00
"time": "2021-01-07T16:49:33+00:00"
2017-06-13 20:54:56 +02:00
},
{
2021-01-12 23:03:22 +01:00
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.22.0",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
2021-01-12 23:03:22 +01:00
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "267a9adeb8ecb8071040a740930e077cdfb987af"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/267a9adeb8ecb8071040a740930e077cdfb987af",
"reference": "267a9adeb8ecb8071040a740930e077cdfb987af",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-12 23:03:22 +01:00
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"psr-4": {
2021-01-12 23:03:22 +01:00
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
2017-06-13 20:54:56 +02:00
},
2021-01-12 23:03:22 +01:00
"files": [
"bootstrap.php"
2017-06-13 20:54:56 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-01-12 23:03:22 +01:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2017-06-13 20:54:56 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-01-12 23:03:22 +01:00
"description": "Symfony polyfill for intl's grapheme_* functions",
2017-06-13 20:54:56 +02:00
"homepage": "https://symfony.com",
"keywords": [
2021-01-12 23:03:22 +01:00
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
2017-06-13 20:54:56 +02:00
],
2021-01-12 23:03:22 +01:00
"time": "2021-01-07T16:49:33+00:00"
2017-06-13 20:54:56 +02:00
},
{
2021-01-12 23:03:22 +01:00
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.22.0",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
2021-01-12 23:03:22 +01:00
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "6e971c891537eb617a00bb07a43d182a6915faba"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/6e971c891537eb617a00bb07a43d182a6915faba",
"reference": "6e971c891537eb617a00bb07a43d182a6915faba",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"php": ">=7.1"
2017-06-13 20:54:56 +02:00
},
"suggest": {
2021-01-12 23:03:22 +01:00
"ext-intl": "For best performance"
},
2017-06-13 20:54:56 +02:00
"type": "library",
"extra": {
"branch-alias": {
2021-01-12 23:03:22 +01:00
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"psr-4": {
2021-01-12 23:03:22 +01:00
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
2017-06-13 20:54:56 +02:00
},
"files": [
"bootstrap.php"
2021-01-12 23:03:22 +01:00
],
"classmap": [
"Resources/stubs"
2017-06-13 20:54:56 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-01-12 23:03:22 +01:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2017-06-13 20:54:56 +02:00
}
],
2021-01-12 23:03:22 +01:00
"description": "Symfony polyfill for intl's Normalizer class and related functions",
2017-06-13 20:54:56 +02:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2021-01-12 23:03:22 +01:00
"intl",
"normalizer",
2017-06-13 20:54:56 +02:00
"polyfill",
2021-01-12 23:03:22 +01:00
"portable",
"shim"
2017-06-13 20:54:56 +02:00
],
2021-01-12 23:03:22 +01:00
"time": "2021-01-07T17:09:11+00:00"
},
{
2021-01-12 23:03:22 +01:00
"name": "symfony/polyfill-mbstring",
"version": "v1.22.0",
"source": {
"type": "git",
2021-01-12 23:03:22 +01:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13"
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
"reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"php": ">=7.1"
},
"suggest": {
2021-01-12 23:03:22 +01:00
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-12 23:03:22 +01:00
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
2021-01-12 23:03:22 +01:00
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-01-12 23:03:22 +01:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-01-12 23:03:22 +01:00
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2021-01-12 23:03:22 +01:00
"mbstring",
"polyfill",
"portable",
"shim"
],
2021-01-12 23:03:22 +01:00
"time": "2021-01-07T16:49:33+00:00"
2017-06-13 20:54:56 +02:00
},
{
2021-01-12 23:03:22 +01:00
"name": "symfony/polyfill-php73",
"version": "v1.22.0",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
2021-01-12 23:03:22 +01:00
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
"reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"php": ">=7.1"
},
2017-06-13 20:54:56 +02:00
"type": "library",
"extra": {
"branch-alias": {
2021-01-12 23:03:22 +01:00
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"psr-4": {
2021-01-12 23:03:22 +01:00
"Symfony\\Polyfill\\Php73\\": ""
2017-06-13 20:54:56 +02:00
},
"files": [
"bootstrap.php"
2021-01-12 23:03:22 +01:00
],
"classmap": [
"Resources/stubs"
2017-06-13 20:54:56 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-01-12 23:03:22 +01:00
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
2017-06-13 20:54:56 +02:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-01-12 23:03:22 +01:00
"time": "2021-01-07T16:49:33+00:00"
},
{
2021-01-12 23:03:22 +01:00
"name": "symfony/polyfill-php80",
"version": "v1.22.0",
"source": {
"type": "git",
2021-01-12 23:03:22 +01:00
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
"reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-12 23:03:22 +01:00
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
2021-01-12 23:03:22 +01:00
"Symfony\\Polyfill\\Php80\\": ""
},
"files": [
"bootstrap.php"
2021-01-12 23:03:22 +01:00
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-01-12 23:03:22 +01:00
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-01-12 23:03:22 +01:00
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-01-12 23:03:22 +01:00
"time": "2021-01-07T16:49:33+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "symfony/property-access",
2021-01-12 23:03:22 +01:00
"version": "v5.2.1",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/property-access.git",
2021-01-12 23:03:22 +01:00
"reference": "243dcdda2f276cb31efa31a015d0fdb5076931ce"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/symfony/property-access/zipball/243dcdda2f276cb31efa31a015d0fdb5076931ce",
"reference": "243dcdda2f276cb31efa31a015d0fdb5076931ce",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-php80": "^1.15",
"symfony/property-info": "^5.2"
2018-12-04 01:47:00 +01:00
},
"require-dev": {
"symfony/cache": "^4.4|^5.0"
2018-12-04 01:47:00 +01:00
},
"suggest": {
"psr/cache-implementation": "To cache access methods."
2017-06-13 20:54:56 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\PropertyAccess\\": ""
},
"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": "Symfony PropertyAccess Component",
"homepage": "https://symfony.com",
"keywords": [
"access",
"array",
"extraction",
"index",
"injection",
"object",
"property",
"property path",
"reflection"
],
2021-01-12 23:03:22 +01:00
"time": "2020-12-10T19:16:15+00:00"
},
{
"name": "symfony/property-info",
"version": "v5.2.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/property-info.git",
"reference": "f65694a05eb7742c5f2951f20676de367ffaaaea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/property-info/zipball/f65694a05eb7742c5f2951f20676de367ffaaaea",
"reference": "f65694a05eb7742c5f2951f20676de367ffaaaea",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-php80": "^1.15",
"symfony/string": "^5.1"
},
"conflict": {
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<0.3.0",
"symfony/dependency-injection": "<4.4"
},
"require-dev": {
"doctrine/annotations": "~1.7",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/cache": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/serializer": "^4.4|^5.0"
},
"suggest": {
"phpdocumentor/reflection-docblock": "To use the PHPDoc",
"psr/cache-implementation": "To cache results",
"symfony/doctrine-bridge": "To use Doctrine metadata",
"symfony/serializer": "To use Serializer metadata"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\PropertyInfo\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kévin Dunglas",
"email": "dunglas@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Property Info Component",
"homepage": "https://symfony.com",
"keywords": [
"doctrine",
"phpdoc",
"property",
"symfony",
"type",
"validator"
],
"time": "2020-12-11T23:40:07+00:00"
},
{
"name": "symfony/string",
"version": "v5.2.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed",
"reference": "5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed",
"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"
},
"require-dev": {
"symfony/error-handler": "^4.4|^5.0",
"symfony/http-client": "^4.4|^5.0",
"symfony/translation-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.4|^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\String\\": ""
},
"files": [
"Resources/functions.php"
],
"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": "Symfony String component",
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
"time": "2020-12-05T07:33:16+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "symfony/translation",
2021-01-12 23:03:22 +01:00
"version": "v4.4.18",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2021-01-12 23:03:22 +01:00
"reference": "c1001b7d75b3136648f94b245588209d881c6939"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/symfony/translation/zipball/c1001b7d75b3136648f94b245588209d881c6939",
"reference": "c1001b7d75b3136648f94b245588209d881c6939",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"php": ">=7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^1.1.6|^2"
2017-06-13 20:54:56 +02:00
},
"conflict": {
"symfony/config": "<3.4",
"symfony/dependency-injection": "<3.4",
"symfony/http-kernel": "<4.4",
"symfony/yaml": "<3.4"
2017-06-13 20:54:56 +02:00
},
2018-12-03 18:26:01 +01:00
"provide": {
"symfony/translation-implementation": "1.0"
2018-12-03 18:26:01 +01:00
},
2017-06-13 20:54:56 +02:00
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/finder": "~2.8|~3.0|~4.0|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/intl": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1.2|^2",
"symfony/yaml": "^3.4|^4.0|^5.0"
2017-06-13 20:54:56 +02:00
},
"suggest": {
"psr/log-implementation": "To use logging capability in translator",
2017-06-13 20:54:56 +02:00
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"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": "Symfony Translation Component",
"homepage": "https://symfony.com",
2021-01-12 23:03:22 +01:00
"time": "2020-12-08T16:59:59+00:00"
},
{
"name": "symfony/translation-contracts",
2021-01-12 23:03:22 +01:00
"version": "v2.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
2021-01-12 23:03:22 +01:00
"reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105"
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e2eaa60b558f26a4b0354e1bbb25636efaaad105",
"reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105",
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"php": ">=7.2.5"
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-12 23:03:22 +01:00
"dev-master": "2.3-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
}
},
"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 translation",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2021-01-12 23:03:22 +01:00
"time": "2020-09-28T13:05:58+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "symfony/yaml",
2021-01-12 23:03:22 +01:00
"version": "v3.4.47",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2021-01-12 23:03:22 +01:00
"reference": "88289caa3c166321883f67fe5130188ebbb47094"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
"reference": "88289caa3c166321883f67fe5130188ebbb47094",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"symfony/console": "~3.4|~4.0"
2017-06-13 20:54:56 +02:00
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"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": "Symfony Yaml Component",
"homepage": "https://symfony.com",
2021-01-12 23:03:22 +01:00
"time": "2020-10-24T10:57:07+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "zendframework/zend-diactoros",
"version": "1.8.7",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-diactoros.git",
"reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/a85e67b86e9b8520d07e6415fcbcb8391b44a75b",
"reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"psr/http-message": "^1.0"
2017-06-13 20:54:56 +02:00
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-dom": "*",
"ext-libxml": "*",
"php-http/psr7-integration-tests": "dev-master",
"phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
"zendframework/zend-coding-standard": "~1.0"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-release-1.8": "1.8.x-dev"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"files": [
"src/functions/create_uploaded_file.php",
"src/functions/marshal_headers_from_sapi.php",
"src/functions/marshal_method_from_sapi.php",
"src/functions/marshal_protocol_version_from_sapi.php",
"src/functions/marshal_uri_from_sapi.php",
"src/functions/normalize_server.php",
"src/functions/normalize_uploaded_files.php",
"src/functions/parse_cookie_header.php"
],
2017-06-13 20:54:56 +02:00
"psr-4": {
"Zend\\Diactoros\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"description": "PSR HTTP Message implementations",
"homepage": "https://github.com/zendframework/zend-diactoros",
"keywords": [
"http",
"psr",
"psr-7"
],
"abandoned": "laminas/laminas-diactoros",
"time": "2019-08-06T17:53:53+00:00"
2017-06-13 20:54:56 +02:00
}
],
"packages-dev": [
2019-01-26 20:37:30 +01:00
{
"name": "ajgl/breakpoint-twig-extension",
"version": "0.3.4",
2019-01-26 20:37:30 +01:00
"source": {
"type": "git",
"url": "https://github.com/ajgarlag/AjglBreakpointTwigExtension.git",
"reference": "13ee39406dc3d959c5704b462a3dbc3cbf088f16"
2019-01-26 20:37:30 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ajgarlag/AjglBreakpointTwigExtension/zipball/13ee39406dc3d959c5704b462a3dbc3cbf088f16",
"reference": "13ee39406dc3d959c5704b462a3dbc3cbf088f16",
2019-01-26 20:37:30 +01:00
"shasum": ""
},
"require": {
"php": ">=5.6",
"twig/twig": "^1.14|^2.0"
},
"require-dev": {
"symfony/framework-bundle": "^2.7|^3.2|^4.1",
"symfony/phpunit-bridge": "^3.4|^4.1",
"symfony/twig-bundle": "^2.7|^3.2|^4.1"
},
"suggest": {
"ext-xdebug": "The Xdebug extension is required for the breakpoint to work",
"symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony",
"symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Ajgl\\Twig\\Extension\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Antonio J. García Lagar",
"email": "aj@garcialagar.es",
"homepage": "http://aj.garcialagar.es",
"role": "developer"
}
],
"description": "Twig extension to set breakpoints",
"homepage": "https://github.com/ajgarlag/AjglBreakpointTwigExtension",
"keywords": [
"Xdebug",
"breakpoint",
"twig"
],
"time": "2019-04-10T11:41:26+00:00"
2019-01-26 20:37:30 +01:00
},
{
"name": "aptoma/twig-markdown",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/aptoma/twig-markdown.git",
"reference": "64a9c5c7418c08faf91c4410b34bdb65fb25c23d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aptoma/twig-markdown/zipball/64a9c5c7418c08faf91c4410b34bdb65fb25c23d",
"reference": "64a9c5c7418c08faf91c4410b34bdb65fb25c23d",
"shasum": ""
},
"require": {
"twig/twig": "~1.12"
},
"require-dev": {
"codeclimate/php-test-reporter": "dev-master",
"erusev/parsedown": "^1.6",
"knplabs/github-api": "~1.2",
"league/commonmark": "~0.5",
"michelf/php-markdown": "~1",
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "~0.6"
},
"suggest": {
"knplabs/github-api": "Needed for using GitHub's Markdown engine provided through their API.",
"michelf/php-markdown": "Original Markdown engine with MarkdownExtra."
},
"type": "library",
"autoload": {
"psr-0": {
"Aptoma": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Joris Berthelot",
"email": "joris@berthelot.tel"
},
{
"name": "Gunnar Lium",
"email": "gunnar@aptoma.com"
}
],
"description": "Twig extension to work with Markdown content",
"keywords": [
"markdown",
"twig"
],
"time": "2015-10-23T20:27:08+00:00"
},
{
"name": "asm89/twig-cache-extension",
2021-01-12 23:03:22 +01:00
"version": "1.4.0",
2019-01-26 20:37:30 +01:00
"source": {
"type": "git",
"url": "https://github.com/asm89/twig-cache-extension.git",
2021-01-12 23:03:22 +01:00
"reference": "13787226956ec766f4770722082288097aebaaf3"
2019-01-26 20:37:30 +01:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/asm89/twig-cache-extension/zipball/13787226956ec766f4770722082288097aebaaf3",
"reference": "13787226956ec766f4770722082288097aebaaf3",
2019-01-26 20:37:30 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"twig/twig": "^1.0|^2.0"
},
"require-dev": {
2021-01-12 23:03:22 +01:00
"doctrine/cache": "~1.0",
"phpunit/phpunit": "^5.0 || ^4.8.10"
2019-01-26 20:37:30 +01:00
},
"suggest": {
"psr/cache-implementation": "To make use of PSR-6 cache implementation via PsrCacheAdapter."
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-12 23:03:22 +01:00
"dev-master": "1.4-dev"
2019-01-26 20:37:30 +01:00
}
},
"autoload": {
"psr-4": {
"": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alexander",
"email": "iam.asm89@gmail.com"
}
],
"description": "Cache fragments of templates directly within Twig.",
"homepage": "https://github.com/asm89/twig-cache-extension",
"keywords": [
"cache",
"extension",
"twig"
],
2021-01-12 23:03:22 +01:00
"abandoned": "twig/cache-extension",
"time": "2020-01-01T20:47:37+00:00"
2019-01-26 20:37:30 +01:00
},
2017-06-13 20:54:56 +02:00
{
"name": "cakephp/bake",
"version": "1.10.1",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/bake.git",
"reference": "b1fa1d2d4f3a6b74c69ab24c90c880dcc1f8751c"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cakephp/bake/zipball/b1fa1d2d4f3a6b74c69ab24c90c880dcc1f8751c",
"reference": "b1fa1d2d4f3a6b74c69ab24c90c880dcc1f8751c",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"cakephp/cakephp": "~3.7.0",
2018-12-03 18:26:01 +01:00
"cakephp/plugin-installer": "^1.0",
"php": ">=5.6.0",
2019-01-26 22:57:30 +01:00
"wyrihaximus/twig-view": "^4.3.7"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"cakephp/cakephp-codesniffer": "^3.0",
2019-01-26 20:37:30 +01:00
"phpunit/phpunit": "^5.7.14|^6.0"
2017-06-13 20:54:56 +02:00
},
"type": "cakephp-plugin",
"autoload": {
"psr-4": {
"Bake\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/bake/graphs/contributors"
}
],
2019-01-26 20:37:30 +01:00
"description": "Bake plugin for CakePHP 3",
2017-06-13 20:54:56 +02:00
"homepage": "https://github.com/cakephp/bake",
"keywords": [
"bake",
"cakephp"
],
"time": "2019-07-01T21:34:33+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "cakephp/debug_kit",
2021-01-12 23:03:22 +01:00
"version": "3.22.4",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/debug_kit.git",
2021-01-12 23:03:22 +01:00
"reference": "5bec3c49a2b8d9bd12655f2ec35e52ec90befe17"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/cakephp/debug_kit/zipball/5bec3c49a2b8d9bd12655f2ec35e52ec90befe17",
"reference": "5bec3c49a2b8d9bd12655f2ec35e52ec90befe17",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"cakephp/cakephp": "^3.7.0",
2017-06-13 20:54:56 +02:00
"cakephp/chronos": "^1.0.0",
"cakephp/plugin-installer": "^1.0.0",
"composer/composer": "^1.3.0",
"jdorn/sql-formatter": "^1.2.0",
"php": ">=5.6.0"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
2021-01-12 23:03:22 +01:00
"cakephp/authorization": "^1.3.2",
2017-06-13 20:54:56 +02:00
"cakephp/cakephp-codesniffer": "^3.0",
2019-01-26 20:37:30 +01:00
"phpunit/phpunit": "^5.7.14|^6.0"
2017-06-13 20:54:56 +02:00
},
"suggest": {
2019-01-26 20:37:30 +01:00
"ext-pdo_sqlite": "DebugKit needs to store panel data in a database. SQLite is simple and easy to use."
2017-06-13 20:54:56 +02:00
},
"type": "cakephp-plugin",
"autoload": {
"psr-4": {
"DebugKit\\": "src/",
"DebugKit\\Test\\Fixture\\": "tests/Fixture/"
2017-06-13 20:54:56 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mark Story",
"homepage": "https://mark-story.com",
2017-06-13 20:54:56 +02:00
"role": "Author"
},
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/debug_kit/graphs/contributors"
}
],
"description": "CakePHP Debug Kit",
"homepage": "https://github.com/cakephp/debug_kit",
"keywords": [
"cakephp",
"debug",
"kit"
],
2021-01-12 23:03:22 +01:00
"time": "2020-04-22T17:27:39+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "composer/ca-bundle",
2021-01-12 23:03:22 +01:00
"version": "1.2.9",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
2021-01-12 23:03:22 +01:00
"reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
"reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0 || ^8.0"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
2021-01-12 23:03:22 +01:00
"phpstan/phpstan": "^0.12.55",
2017-06-13 20:54:56 +02:00
"psr/log": "^1.0",
2021-01-12 23:03:22 +01:00
"symfony/phpunit-bridge": "^4.2 || ^5",
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-12 23:03:22 +01:00
"dev-main": "1.x-dev"
2017-06-13 20:54:56 +02:00
}
},
"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"
],
2021-01-12 23:03:22 +01:00
"time": "2021-01-12T12:10:35+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "composer/composer",
2021-01-12 23:03:22 +01:00
"version": "1.10.19",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
2021-01-12 23:03:22 +01:00
"reference": "196601d50c08c3fae389a417a7689367fcf37cef"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/composer/composer/zipball/196601d50c08c3fae389a417a7689367fcf37cef",
"reference": "196601d50c08c3fae389a417a7689367fcf37cef",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
"composer/semver": "^1.0",
"composer/spdx-licenses": "^1.2",
"composer/xdebug-handler": "^1.1",
2021-01-12 23:03:22 +01:00
"justinrainbow/json-schema": "^5.2.10",
"php": "^5.3.2 || ^7.0 || ^8.0",
2017-06-13 20:54:56 +02:00
"psr/log": "^1.0",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",
2021-01-12 23:03:22 +01:00
"symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
},
"conflict": {
"symfony/console": "2.8.38"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
2021-01-12 23:03:22 +01:00
"phpspec/prophecy": "^1.10",
"symfony/phpunit-bridge": "^4.2"
2017-06-13 20:54:56 +02:00
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
"ext-zip": "Enabling the zip extension allows you to unzip archives",
"ext-zlib": "Allow gzip compression of HTTP requests"
},
"bin": [
"bin/composer"
],
"type": "library",
"extra": {
"branch-alias": {
2021-01-12 23:03:22 +01:00
"dev-master": "1.10-dev"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"psr-4": {
"Composer\\": "src/Composer"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
2017-06-13 20:54:56 +02:00
"homepage": "https://getcomposer.org/",
"keywords": [
"autoload",
"dependency",
"package"
],
2021-01-12 23:03:22 +01:00
"time": "2020-12-04T08:14:16+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "composer/semver",
2021-01-12 23:03:22 +01:00
"version": "1.7.2",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2021-01-12 23:03:22 +01:00
"reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/composer/semver/zipball/647490bbcaf7fc4891c58f47b825eb99d19c377a",
"reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"php": "^5.3.2 || ^7.0 || ^8.0"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
2021-01-12 23:03:22 +01:00
"phpunit/phpunit": "^4.5 || ^5.0.5"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
2021-01-12 23:03:22 +01:00
"time": "2020-12-03T15:47:16+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "composer/spdx-licenses",
2021-01-12 23:03:22 +01:00
"version": "1.5.5",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/spdx-licenses.git",
2021-01-12 23:03:22 +01:00
"reference": "de30328a7af8680efdc03e396aad24befd513200"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200",
"reference": "de30328a7af8680efdc03e396aad24befd513200",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-12 23:03:22 +01:00
"dev-main": "1.x-dev"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"psr-4": {
"Composer\\Spdx\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "SPDX licenses list and validation library.",
"keywords": [
"license",
"spdx",
"validator"
],
2021-01-12 23:03:22 +01:00
"time": "2020-12-03T16:04:16+00:00"
},
{
"name": "composer/xdebug-handler",
2021-01-12 23:03:22 +01:00
"version": "1.4.5",
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
2021-01-12 23:03:22 +01:00
"reference": "f28d44c286812c714741478d968104c5e604a1d4"
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4",
"reference": "f28d44c286812c714741478d968104c5e604a1d4",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0",
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
},
"type": "library",
"autoload": {
"psr-4": {
"Composer\\XdebugHandler\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
}
],
"description": "Restarts a process without Xdebug.",
"keywords": [
"Xdebug",
"performance"
],
2021-01-12 23:03:22 +01:00
"time": "2020-11-13T08:04:11+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "dnoegel/php-xdg-base-dir",
"version": "v0.1.1",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
2017-06-13 20:54:56 +02:00
},
"type": "library",
2017-06-13 20:54:56 +02:00
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "implementation of xdg base directory specification for php",
"time": "2019-12-04T15:06:13+00:00"
2017-06-13 20:54:56 +02:00
},
2019-01-26 20:37:30 +01:00
{
"name": "jasny/twig-extensions",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/jasny/twig-extensions.git",
"reference": "30bdf3a3903c021544f36332c9d5d4d563527da4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jasny/twig-extensions/zipball/30bdf3a3903c021544f36332c9d5d4d563527da4",
"reference": "30bdf3a3903c021544f36332c9d5d4d563527da4",
"shasum": ""
},
"require": {
"php": ">=7.0.0 | >=5.6.0",
"twig/twig": "^2.0 | ^1.12"
},
"require-dev": {
"ext-intl": "*",
"ext-pcre": "*",
"jasny/php-code-quality": "^2.1",
"phpunit/phpunit": "^5.0"
},
"suggest": {
"ext-intl": "Required for the use of the LocalDate Twig extension",
"ext-pcre": "Required for the use of the PCRE Twig extension"
},
"type": "library",
"autoload": {
"psr-4": {
"Jasny\\Twig\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Arnold Daniels",
"email": "arnold@jasny.net",
"homepage": "http://www.jasny.net"
}
],
"description": "A set of useful Twig filters",
"homepage": "http://github.com/jasny/twig-extensions#README",
"keywords": [
"PCRE",
"array",
"date",
"datetime",
"preg",
"regex",
"templating",
"text",
"time"
],
"time": "2017-09-13T07:38:01+00:00"
},
2017-06-13 20:54:56 +02:00
{
"name": "jdorn/sql-formatter",
"version": "v1.2.17",
"source": {
"type": "git",
"url": "https://github.com/jdorn/sql-formatter.git",
"reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
"reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"classmap": [
"lib"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeremy Dorn",
"email": "jeremy@jeremydorn.com",
"homepage": "http://jeremydorn.com/"
}
],
"description": "a PHP SQL highlighting library",
"homepage": "https://github.com/jdorn/sql-formatter/",
"keywords": [
"highlight",
"sql"
],
"time": "2014-01-12T16:20:24+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "justinrainbow/json-schema",
2021-01-12 23:03:22 +01:00
"version": "5.2.10",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/justinrainbow/json-schema.git",
2021-01-12 23:03:22 +01:00
"reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
"reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
2017-06-13 20:54:56 +02:00
"json-schema/json-schema-test-suite": "1.2.0",
"phpunit/phpunit": "^4.8.35"
2017-06-13 20:54:56 +02:00
},
"bin": [
"bin/validate-json"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
}
},
"autoload": {
"psr-4": {
"JsonSchema\\": "src/JsonSchema/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bruno Prieto Reis",
"email": "bruno.p.reis@gmail.com"
},
{
"name": "Justin Rainbow",
"email": "justin.rainbow@gmail.com"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Robert Schönthal",
"email": "seroscho@googlemail.com"
}
],
"description": "A library to validate a json schema.",
"homepage": "https://github.com/justinrainbow/json-schema",
"keywords": [
"json",
"schema"
],
2021-01-12 23:03:22 +01:00
"time": "2020-05-27T16:41:55+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "nikic/php-parser",
2021-01-12 23:03:22 +01:00
"version": "v4.10.4",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2021-01-12 23:03:22 +01:00
"reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
"reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
2021-01-12 23:03:22 +01:00
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
2017-06-13 20:54:56 +02:00
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
2021-01-12 23:03:22 +01:00
"dev-master": "4.9-dev"
2017-06-13 20:54:56 +02:00
}
},
"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"
],
2021-01-12 23:03:22 +01:00
"time": "2020-12-20T10:01:03+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "psy/psysh",
2021-01-12 23:03:22 +01:00
"version": "v0.10.5",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
2021-01-12 23:03:22 +01:00
"reference": "7c710551d4a2653afa259c544508dc18a9098956"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/7c710551d4a2653afa259c544508dc18a9098956",
"reference": "7c710551d4a2653afa259c544508dc18a9098956",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"dnoegel/php-xdg-base-dir": "0.1.*",
"ext-json": "*",
"ext-tokenizer": "*",
2021-01-12 23:03:22 +01:00
"nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
"php": "^8.0 || ^7.0 || ^5.5.9",
"symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10",
"symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
2021-01-12 23:03:22 +01:00
"hoa/console": "3.17.*"
2017-06-13 20:54:56 +02:00
},
"suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
"ext-pdo-sqlite": "The doc command requires SQLite to work.",
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
"ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
"hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
},
"bin": [
"bin/psysh"
],
"type": "library",
"extra": {
"branch-alias": {
2021-01-12 23:03:22 +01:00
"dev-master": "0.10.x-dev"
2017-06-13 20:54:56 +02:00
}
},
"autoload": {
"files": [
"src/functions.php"
2017-06-13 20:54:56 +02:00
],
"psr-4": {
"Psy\\": "src/"
2017-06-13 20:54:56 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Justin Hileman",
"email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com"
}
],
"description": "An interactive shell for modern PHP.",
"homepage": "http://psysh.org",
"keywords": [
"REPL",
"console",
"interactive",
"shell"
],
2021-01-12 23:03:22 +01:00
"time": "2020-12-04T02:51:30+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "seld/jsonlint",
2021-01-12 23:03:22 +01:00
"version": "1.8.3",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/jsonlint.git",
2021-01-12 23:03:22 +01:00
"reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
"reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"php": "^5.3 || ^7.0 || ^8.0"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2017-06-13 20:54:56 +02:00
},
"bin": [
"bin/jsonlint"
],
"type": "library",
"autoload": {
"psr-4": {
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "JSON Linter",
"keywords": [
"json",
"linter",
"parser",
"validator"
],
2021-01-12 23:03:22 +01:00
"time": "2020-11-11T09:19:24+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "seld/phar-utils",
2021-01-12 23:03:22 +01:00
"version": "1.1.1",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/phar-utils.git",
2021-01-12 23:03:22 +01:00
"reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
"reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Seld\\PharUtils\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "PHAR file format utilities, for when PHP phars you up",
"keywords": [
2021-01-12 23:03:22 +01:00
"phar"
2017-06-13 20:54:56 +02:00
],
2021-01-12 23:03:22 +01:00
"time": "2020-07-07T18:42:57+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "symfony/finder",
2021-01-12 23:03:22 +01:00
"version": "v5.2.1",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2021-01-12 23:03:22 +01:00
"reference": "0b9231a5922fd7287ba5b411893c0ecd2733e5ba"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/symfony/finder/zipball/0b9231a5922fd7287ba5b411893c0ecd2733e5ba",
"reference": "0b9231a5922fd7287ba5b411893c0ecd2733e5ba",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"php": ">=7.2.5"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"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": "Symfony Finder Component",
"homepage": "https://symfony.com",
2021-01-12 23:03:22 +01:00
"time": "2020-12-08T17:02:38+00:00"
2017-06-13 20:54:56 +02:00
},
{
2021-01-12 23:03:22 +01:00
"name": "symfony/polyfill-php72",
"version": "v1.22.0",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
2021-01-12 23:03:22 +01:00
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
"reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"php": ">=7.1"
2017-06-13 20:54:56 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-12 23:03:22 +01:00
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2017-06-13 20:54:56 +02:00
}
},
2021-01-12 23:03:22 +01:00
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"files": [
"bootstrap.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": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2021-01-07T16:49:33+00:00"
},
{
"name": "symfony/process",
"version": "v5.2.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "bd8815b8b6705298beaa384f04fabd459c10bedd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/bd8815b8b6705298beaa384f04fabd459c10bedd",
"reference": "bd8815b8b6705298beaa384f04fabd459c10bedd",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15"
},
"type": "library",
2017-06-13 20:54:56 +02:00
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"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": "Symfony Process Component",
"homepage": "https://symfony.com",
2021-01-12 23:03:22 +01:00
"time": "2020-12-08T17:03:37+00:00"
2017-06-13 20:54:56 +02:00
},
{
"name": "symfony/var-dumper",
2021-01-12 23:03:22 +01:00
"version": "v4.4.18",
2017-06-13 20:54:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2021-01-12 23:03:22 +01:00
"reference": "4f31364bbc8177f2a6dbc125ac3851634ebe2a03"
2017-06-13 20:54:56 +02:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/4f31364bbc8177f2a6dbc125ac3851634ebe2a03",
"reference": "4f31364bbc8177f2a6dbc125ac3851634ebe2a03",
2017-06-13 20:54:56 +02:00
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"php": ">=7.1.3",
"symfony/polyfill-mbstring": "~1.0",
2021-01-12 23:03:22 +01:00
"symfony/polyfill-php72": "~1.5",
"symfony/polyfill-php80": "^1.15"
2017-06-13 20:54:56 +02:00
},
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/console": "<3.4"
2017-06-13 20:54:56 +02:00
},
"require-dev": {
"ext-iconv": "*",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/process": "^4.4|^5.0",
"twig/twig": "^1.34|^2.4|^3.0"
2017-06-13 20:54:56 +02:00
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
2017-06-13 20:54:56 +02:00
},
"bin": [
"Resources/bin/var-dump-server"
],
2017-06-13 20:54:56 +02:00
"type": "library",
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"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": "Symfony mechanism for exploring and dumping PHP variables",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
2021-01-12 23:03:22 +01:00
"time": "2020-12-08T16:59:59+00:00"
2019-01-26 20:37:30 +01:00
},
{
"name": "twig/twig",
2021-01-12 23:03:22 +01:00
"version": "v1.44.2",
2019-01-26 20:37:30 +01:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
2021-01-12 23:03:22 +01:00
"reference": "138c493c5b8ee7cff3821f80b8896d371366b5fe"
2019-01-26 20:37:30 +01:00
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/138c493c5b8ee7cff3821f80b8896d371366b5fe",
"reference": "138c493c5b8ee7cff3821f80b8896d371366b5fe",
2019-01-26 20:37:30 +01:00
"shasum": ""
},
"require": {
2021-01-12 23:03:22 +01:00
"php": ">=7.2.5",
2019-01-26 20:37:30 +01:00
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {
"psr/container": "^1.0",
2021-01-12 23:03:22 +01:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
2019-01-26 20:37:30 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-12 23:03:22 +01:00
"dev-master": "1.44-dev"
2019-01-26 20:37:30 +01:00
}
},
"autoload": {
"psr-0": {
"Twig_": "lib/"
},
"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"
2019-01-26 20:37:30 +01:00
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "https://twig.symfony.com",
"keywords": [
"templating"
],
2021-01-12 23:03:22 +01:00
"time": "2021-01-05T10:10:05+00:00"
2019-01-26 20:37:30 +01:00
},
{
"name": "umpirsky/twig-php-function",
"version": "v0.1",
"source": {
"type": "git",
"url": "https://github.com/umpirsky/twig-php-function.git",
"reference": "53b4b1eb0c5eacbd7d66c504b7d809c79b4bedbc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/umpirsky/twig-php-function/zipball/53b4b1eb0c5eacbd7d66c504b7d809c79b4bedbc",
"reference": "53b4b1eb0c5eacbd7d66c504b7d809c79b4bedbc",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"twig/twig": "~1.12"
},
"require-dev": {
"phpspec/phpspec": "~2.0",
"phpunit/phpunit": "~4.4"
},
"type": "library",
"autoload": {
"psr-0": {
"Umpirsky\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Saša Stamenković",
"email": "umpirsky@gmail.com"
}
],
"description": "Call (almost) any PHP function from your Twig templates.",
"time": "2016-03-12T16:36:32+00:00"
},
{
"name": "wyrihaximus/twig-view",
"version": "4.3.8",
"source": {
"type": "git",
2021-01-12 23:03:22 +01:00
"url": "https://github.com/cakephp/legacy-twig-view.git",
2019-01-26 20:37:30 +01:00
"reference": "a5ec66690aa045d6eda17ab1c8a5baf0efdcfa45"
},
"dist": {
"type": "zip",
2021-01-12 23:03:22 +01:00
"url": "https://api.github.com/repos/cakephp/legacy-twig-view/zipball/a5ec66690aa045d6eda17ab1c8a5baf0efdcfa45",
2019-01-26 20:37:30 +01:00
"reference": "a5ec66690aa045d6eda17ab1c8a5baf0efdcfa45",
"shasum": ""
},
"require": {
"ajgl/breakpoint-twig-extension": "^0.3.0",
"aptoma/twig-markdown": "^2.0",
"asm89/twig-cache-extension": "^1.0",
"cakephp/cakephp": "^3.6",
"jasny/twig-extensions": "^1.0",
"php": "^5.6 || ^7.0",
"twig/twig": "^1.27",
"umpirsky/twig-php-function": "0.1"
},
"require-dev": {
"cakephp/bake": "^1.5",
"cakephp/debug_kit": "^3.0",
"phake/phake": "^1.0.4",
"phpunit/phpunit": "^5.7.14",
"squizlabs/php_codesniffer": "^1.5.6",
"wyrihaximus/phpunit-class-reflection-helpers": "dev-master"
},
"type": "cakephp-plugin",
"autoload": {
"psr-4": {
"WyriHaximus\\TwigView\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Cees-Jan Kiewiet",
"email": "ceesjank@gmail.com",
"homepage": "http://wyrihaximus.net/"
}
],
"description": "Twig powered View for CakePHP3",
"keywords": [
"cakephp",
"cakephp3",
"twig",
"view"
],
"time": "2018-12-17T21:08:25+00:00"
2017-06-13 20:54:56 +02:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"psy/psysh": 0
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=5.6"
},
"platform-dev": []
}