mirror of
https://github.com/elyby/accounts.git
synced 2024-11-06 08:11:24 +05:30
6670 lines
239 KiB
JSON
6670 lines
239 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "684975cc5adcdfcc98c4b2aa89354c5a",
|
|
"packages": [
|
|
{
|
|
"name": "bacon/bacon-qr-code",
|
|
"version": "1.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Bacon/BaconQrCode.git",
|
|
"reference": "5a91b62b9d37cee635bbf8d553f4546057250bee"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee",
|
|
"reference": "5a91b62b9d37cee635bbf8d553f4546057250bee",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-iconv": "*",
|
|
"php": "^5.4|^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8"
|
|
},
|
|
"suggest": {
|
|
"ext-gd": "to generate QR code images"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"BaconQrCode": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ben Scholzen 'DASPRiD'",
|
|
"email": "mail@dasprids.de",
|
|
"homepage": "http://www.dasprids.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "BaconQrCode is a QR code generator for PHP.",
|
|
"homepage": "https://github.com/Bacon/BaconQrCode",
|
|
"time": "2017-10-17T09:59:25+00:00"
|
|
},
|
|
{
|
|
"name": "beberlei/assert",
|
|
"version": "v3.2.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/beberlei/assert.git",
|
|
"reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/beberlei/assert/zipball/d63a6943fc4fd1a2aedb65994e3548715105abcf",
|
|
"reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-simplexml": "*",
|
|
"php": "^7"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "*",
|
|
"phpstan/phpstan-shim": "*",
|
|
"phpunit/phpunit": ">=6.0.0 <8"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Assert\\": "lib/Assert"
|
|
},
|
|
"files": [
|
|
"lib/Assert/functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Richard Quadling",
|
|
"email": "rquadling@gmail.com",
|
|
"role": "Collaborator"
|
|
}
|
|
],
|
|
"description": "Thin assertion library for input validation in business models.",
|
|
"keywords": [
|
|
"assert",
|
|
"assertion",
|
|
"validation"
|
|
],
|
|
"time": "2019-12-19T17:51:41+00:00"
|
|
},
|
|
{
|
|
"name": "brick/math",
|
|
"version": "0.8.15",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/brick/math.git",
|
|
"reference": "9b08d412b9da9455b210459ff71414de7e6241cd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/brick/math/zipball/9b08d412b9da9455b210459ff71414de7e6241cd",
|
|
"reference": "9b08d412b9da9455b210459ff71414de7e6241cd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": "^7.1|^8.0"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": "^2.2",
|
|
"phpunit/phpunit": "^7.5.15|^8.5",
|
|
"vimeo/psalm": "^3.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Brick\\Math\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Arbitrary-precision arithmetic library",
|
|
"keywords": [
|
|
"Arbitrary-precision",
|
|
"BigInteger",
|
|
"BigRational",
|
|
"arithmetic",
|
|
"bigdecimal",
|
|
"bignum",
|
|
"brick",
|
|
"math"
|
|
],
|
|
"time": "2020-04-15T15:59:35+00:00"
|
|
},
|
|
{
|
|
"name": "cebe/markdown",
|
|
"version": "1.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/cebe/markdown.git",
|
|
"reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/cebe/markdown/zipball/9bac5e971dd391e2802dca5400bbeacbaea9eb86",
|
|
"reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"lib-pcre": "*",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"cebe/indent": "*",
|
|
"facebook/xhprof": "*@dev",
|
|
"phpunit/phpunit": "4.1.*"
|
|
},
|
|
"bin": [
|
|
"bin/markdown"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"cebe\\markdown\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Carsten Brandt",
|
|
"email": "mail@cebe.cc",
|
|
"homepage": "http://cebe.cc/",
|
|
"role": "Creator"
|
|
}
|
|
],
|
|
"description": "A super fast, highly extensible markdown parser for PHP",
|
|
"homepage": "https://github.com/cebe/markdown#readme",
|
|
"keywords": [
|
|
"extensible",
|
|
"fast",
|
|
"gfm",
|
|
"markdown",
|
|
"markdown-extra"
|
|
],
|
|
"time": "2018-03-26T11:24:36+00:00"
|
|
},
|
|
{
|
|
"name": "daveearley/daves-email-validation-tool",
|
|
"version": "v0.1.15",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/daveearley/Email-Validation-Tool.git",
|
|
"reference": "38ec5fc3006a78034b97dd81227184a97ec9e2be"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/daveearley/Email-Validation-Tool/zipball/38ec5fc3006a78034b97dd81227184a97ec9e2be",
|
|
"reference": "38ec5fc3006a78034b97dd81227184a97ec9e2be",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "^0.9.9",
|
|
"phpunit/phpunit": "^6.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"EmailValidation\\": "src/",
|
|
"EmailValidation\\Tests\\": "src/tests"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Dave Earley",
|
|
"email": "dave@earley.email"
|
|
}
|
|
],
|
|
"description": "An easy to use, accurate-ish & extensible email validation library for PHP 7+",
|
|
"keywords": [
|
|
"disposable email check",
|
|
"email",
|
|
"email validation",
|
|
"email verification",
|
|
"validate email"
|
|
],
|
|
"time": "2019-07-05T19:31:32+00:00"
|
|
},
|
|
{
|
|
"name": "defuse/php-encryption",
|
|
"version": "v2.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/defuse/php-encryption.git",
|
|
"reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
|
|
"reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-openssl": "*",
|
|
"paragonie/random_compat": ">= 2",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"nikic/php-parser": "^2.0|^3.0|^4.0",
|
|
"phpunit/phpunit": "^4|^5"
|
|
},
|
|
"bin": [
|
|
"bin/generate-defuse-key"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Defuse\\Crypto\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Taylor Hornby",
|
|
"email": "taylor@defuse.ca",
|
|
"homepage": "https://defuse.ca/"
|
|
},
|
|
{
|
|
"name": "Scott Arciszewski",
|
|
"email": "info@paragonie.com",
|
|
"homepage": "https://paragonie.com"
|
|
}
|
|
],
|
|
"description": "Secure PHP Encryption Library",
|
|
"keywords": [
|
|
"aes",
|
|
"authenticated encryption",
|
|
"cipher",
|
|
"crypto",
|
|
"cryptography",
|
|
"encrypt",
|
|
"encryption",
|
|
"openssl",
|
|
"security",
|
|
"symmetric key cryptography"
|
|
],
|
|
"time": "2018-07-24T23:27:56+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/annotations",
|
|
"version": "1.10.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/annotations.git",
|
|
"reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d",
|
|
"reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/lexer": "1.*",
|
|
"ext-tokenizer": "*",
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/cache": "1.*",
|
|
"phpunit/phpunit": "^7.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Docblock Annotations Parser",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"annotations",
|
|
"docblock",
|
|
"parser"
|
|
],
|
|
"time": "2020-05-25T17:24:27+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/cache",
|
|
"version": "1.10.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/cache.git",
|
|
"reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
|
|
"reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "~7.1 || ^8.0"
|
|
},
|
|
"conflict": {
|
|
"doctrine/common": ">2.2,<2.4"
|
|
},
|
|
"require-dev": {
|
|
"alcaeus/mongo-php-adapter": "^1.1",
|
|
"doctrine/coding-standard": "^6.0",
|
|
"mongodb/mongodb": "^1.1",
|
|
"phpunit/phpunit": "^7.0",
|
|
"predis/predis": "~1.0"
|
|
},
|
|
"suggest": {
|
|
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
|
|
"homepage": "https://www.doctrine-project.org/projects/cache.html",
|
|
"keywords": [
|
|
"abstraction",
|
|
"apcu",
|
|
"cache",
|
|
"caching",
|
|
"couchdb",
|
|
"memcached",
|
|
"php",
|
|
"redis",
|
|
"xcache"
|
|
],
|
|
"time": "2020-05-27T16:24:54+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/lexer",
|
|
"version": "1.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/lexer.git",
|
|
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
|
|
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^6.0",
|
|
"phpstan/phpstan": "^0.11.8",
|
|
"phpunit/phpunit": "^8.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
|
|
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
|
|
"keywords": [
|
|
"annotations",
|
|
"docblock",
|
|
"lexer",
|
|
"parser",
|
|
"php"
|
|
],
|
|
"time": "2020-05-25T17:44:05+00:00"
|
|
},
|
|
{
|
|
"name": "domnikl/statsd",
|
|
"version": "3.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/domnikl/statsd-php.git",
|
|
"reference": "393c6565efbfb23c8296ae3099a62fb6366c6ce3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/domnikl/statsd-php/zipball/393c6565efbfb23c8296ae3099a62fb6366c6ce3",
|
|
"reference": "393c6565efbfb23c8296ae3099a62fb6366c6ce3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">= 7.2"
|
|
},
|
|
"require-dev": {
|
|
"flyeralarm/php-code-validator": "^2.2",
|
|
"phpunit/phpunit": "~8.0",
|
|
"vimeo/psalm": "^3.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Domnikl\\Statsd\\": "src/",
|
|
"Domnikl\\Test\\Statsd\\": "tests/unit"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Dominik Liebler",
|
|
"email": "liebler.dominik@gmail.com"
|
|
}
|
|
],
|
|
"description": "a PHP client for statsd",
|
|
"homepage": "https://domnikl.github.com/statsd-php",
|
|
"keywords": [
|
|
"Metrics",
|
|
"monitoring",
|
|
"statistics",
|
|
"statsd",
|
|
"udp"
|
|
],
|
|
"time": "2020-01-03T14:24:58+00:00"
|
|
},
|
|
{
|
|
"name": "egulias/email-validator",
|
|
"version": "2.1.17",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/egulias/EmailValidator.git",
|
|
"reference": "ade6887fd9bd74177769645ab5c474824f8a418a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a",
|
|
"reference": "ade6887fd9bd74177769645ab5c474824f8a418a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/lexer": "^1.0.1",
|
|
"php": ">=5.5",
|
|
"symfony/polyfill-intl-idn": "^1.10"
|
|
},
|
|
"require-dev": {
|
|
"dominicsayers/isemail": "^3.0.7",
|
|
"phpunit/phpunit": "^4.8.36|^7.5.15",
|
|
"satooshi/php-coveralls": "^1.0.1"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Egulias\\EmailValidator\\": "EmailValidator"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Eduardo Gulias Davis"
|
|
}
|
|
],
|
|
"description": "A library for validating emails against several RFCs",
|
|
"homepage": "https://github.com/egulias/EmailValidator",
|
|
"keywords": [
|
|
"email",
|
|
"emailvalidation",
|
|
"emailvalidator",
|
|
"validation",
|
|
"validator"
|
|
],
|
|
"time": "2020-02-13T22:36:52+00:00"
|
|
},
|
|
{
|
|
"name": "ely/mojang-api",
|
|
"version": "0.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/elyby/mojang-api.git",
|
|
"reference": "bbc85be65b442205be9aadd3c719820426a197ed"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/elyby/mojang-api/zipball/bbc85be65b442205be9aadd3c719820426a197ed",
|
|
"reference": "bbc85be65b442205be9aadd3c719820426a197ed",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"guzzlehttp/guzzle": "^6|^7",
|
|
"php": ">=7.1.0",
|
|
"ramsey/uuid": "^3|^4"
|
|
},
|
|
"require-dev": {
|
|
"ely/php-code-style": "^0.3.0",
|
|
"phpunit/phpunit": "^7.0.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ely\\Mojang\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "ErickSkrauch",
|
|
"email": "erickskrauch@yandex.ru"
|
|
}
|
|
],
|
|
"description": "Library for access to Mojang API.",
|
|
"time": "2020-06-10T14:00:58+00:00"
|
|
},
|
|
{
|
|
"name": "ely/yii2-tempmail-validator",
|
|
"version": "2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/elyby/yii2-tempmail-validator.git",
|
|
"reference": "92d74e3369868ef9238d8e7e487c301a4572dcb1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/elyby/yii2-tempmail-validator/zipball/92d74e3369868ef9238d8e7e487c301a4572dcb1",
|
|
"reference": "92d74e3369868ef9238d8e7e487c301a4572dcb1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"daveearley/daves-email-validation-tool": "^0.1.5",
|
|
"php": ">=7",
|
|
"yiisoft/yii2": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8 || ~5.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ely\\Yii2\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ely.by team",
|
|
"email": "team@ely.by"
|
|
},
|
|
{
|
|
"name": "ErickSkrauch",
|
|
"email": "erickskrauch@ely.by"
|
|
}
|
|
],
|
|
"description": "Yii2 validator to prevent using tempmail services or any variable domains",
|
|
"homepage": "https://github.com/elyby/yii2-tempmail-validator",
|
|
"keywords": [
|
|
"email",
|
|
"validation",
|
|
"yii2"
|
|
],
|
|
"time": "2017-09-30T22:51:45+00:00"
|
|
},
|
|
{
|
|
"name": "ezyang/htmlpurifier",
|
|
"version": "v4.12.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ezyang/htmlpurifier.git",
|
|
"reference": "a617e55bc62a87eec73bd456d146d134ad716f03"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/a617e55bc62a87eec73bd456d146d134ad716f03",
|
|
"reference": "a617e55bc62a87eec73bd456d146d134ad716f03",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2"
|
|
},
|
|
"require-dev": {
|
|
"simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"HTMLPurifier": "library/"
|
|
},
|
|
"files": [
|
|
"library/HTMLPurifier.composer.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Edward Z. Yang",
|
|
"email": "admin@htmlpurifier.org",
|
|
"homepage": "http://ezyang.com"
|
|
}
|
|
],
|
|
"description": "Standards compliant HTML filter written in PHP",
|
|
"homepage": "http://htmlpurifier.org/",
|
|
"keywords": [
|
|
"html"
|
|
],
|
|
"time": "2019-10-28T03:44:26+00:00"
|
|
},
|
|
{
|
|
"name": "goaop/framework",
|
|
"version": "2.3.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/goaop/framework.git",
|
|
"reference": "f980f249c55637acba0d5fdcfd2b5182c419f3d1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/goaop/framework/zipball/f980f249c55637acba0d5fdcfd2b5182c419f3d1",
|
|
"reference": "f980f249c55637acba0d5fdcfd2b5182c419f3d1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/annotations": "^1.2.3",
|
|
"doctrine/cache": "^1.5",
|
|
"goaop/parser-reflection": "~2.0",
|
|
"jakubledl/dissect": "~1.0",
|
|
"php": "~7.0",
|
|
"symfony/finder": "^3.4|^4.2|^5.0"
|
|
},
|
|
"require-dev": {
|
|
"adlawson/vfs": "^0.12",
|
|
"doctrine/orm": "^2.5",
|
|
"phpunit/phpunit": "^5.7",
|
|
"symfony/console": "^2.7|^3.0",
|
|
"symfony/filesystem": "^3.3",
|
|
"symfony/process": "^3.3",
|
|
"webmozart/glob": "^4.1"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "Enables the usage of the command-line tool."
|
|
},
|
|
"bin": [
|
|
"bin/aspect"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Go\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Lisachenko Alexander",
|
|
"homepage": "https://github.com/lisachenko"
|
|
}
|
|
],
|
|
"description": "Framework for aspect-oriented programming in PHP.",
|
|
"homepage": "http://go.aopphp.com/",
|
|
"keywords": [
|
|
"aop",
|
|
"aspect",
|
|
"library",
|
|
"php"
|
|
],
|
|
"time": "2020-04-06T09:46:21+00:00"
|
|
},
|
|
{
|
|
"name": "goaop/parser-reflection",
|
|
"version": "2.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/goaop/parser-reflection.git",
|
|
"reference": "e9628006b321c8a62a8ad22085bc61eec0c21558"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/goaop/parser-reflection/zipball/e9628006b321c8a62a8ad22085bc61eec0c21558",
|
|
"reference": "e9628006b321c8a62a8ad22085bc61eec0c21558",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"nikic/php-parser": "^4.0",
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Go\\ParserReflection\\": "src"
|
|
},
|
|
"files": [
|
|
"src/bootstrap.php"
|
|
],
|
|
"exclude-from-classmap": [
|
|
"/tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Alexander Lisachenko",
|
|
"email": "lisachenko.it@gmail.com"
|
|
}
|
|
],
|
|
"description": "Provides reflection information, based on raw source",
|
|
"time": "2020-02-21T19:52:39+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/guzzle",
|
|
"version": "6.5.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
"reference": "a4a1b6930528a8f7ee03518e6442ec7a44155d9d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/a4a1b6930528a8f7ee03518e6442ec7a44155d9d",
|
|
"reference": "a4a1b6930528a8f7ee03518e6442ec7a44155d9d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"guzzlehttp/promises": "^1.0",
|
|
"guzzlehttp/psr7": "^1.6.1",
|
|
"php": ">=5.5",
|
|
"symfony/polyfill-intl-idn": "1.17.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
|
"psr/log": "^1.1"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "Required for using the Log middleware"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "6.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions_include.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Guzzle is a PHP HTTP client library",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"client",
|
|
"curl",
|
|
"framework",
|
|
"http",
|
|
"http client",
|
|
"rest",
|
|
"web service"
|
|
],
|
|
"time": "2020-05-25T19:35:05+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/promises",
|
|
"version": "v1.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/promises.git",
|
|
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
|
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Promise\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions_include.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Guzzle promises library",
|
|
"keywords": [
|
|
"promise"
|
|
],
|
|
"time": "2016-12-20T10:07:11+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/psr7",
|
|
"version": "1.6.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
"reference": "239400de7a173fe9901b9ac7c06497751f00727a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
|
|
"reference": "239400de7a173fe9901b9ac7c06497751f00727a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"psr/http-message": "~1.0",
|
|
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-zlib": "*",
|
|
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
|
|
},
|
|
"suggest": {
|
|
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions_include.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"homepage": "https://github.com/Tobion"
|
|
}
|
|
],
|
|
"description": "PSR-7 message implementation that also provides common utility methods",
|
|
"keywords": [
|
|
"http",
|
|
"message",
|
|
"psr-7",
|
|
"request",
|
|
"response",
|
|
"stream",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"time": "2019-07-01T23:21:34+00:00"
|
|
},
|
|
{
|
|
"name": "jakubledl/dissect",
|
|
"version": "v1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/jakubledl/dissect.git",
|
|
"reference": "d3a391de31e45a247e95cef6cf58a91c05af67c4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/jakubledl/dissect/zipball/d3a391de31e45a247e95cef6cf58a91c05af67c4",
|
|
"reference": "d3a391de31e45a247e95cef6cf58a91c05af67c4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "~2.1"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "for the command-line tool"
|
|
},
|
|
"bin": [
|
|
"bin/dissect.php",
|
|
"bin/dissect"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Dissect": [
|
|
"src/"
|
|
]
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"unlicense"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jakub Lédl",
|
|
"email": "jakubledl@gmail.com"
|
|
}
|
|
],
|
|
"description": "Lexing and parsing in pure PHP",
|
|
"homepage": "https://github.com/jakubledl/dissect",
|
|
"keywords": [
|
|
"ast",
|
|
"lexing",
|
|
"parser",
|
|
"parsing"
|
|
],
|
|
"time": "2013-01-29T21:29:14+00:00"
|
|
},
|
|
{
|
|
"name": "lcobucci/jwt",
|
|
"version": "3.3.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/lcobucci/jwt.git",
|
|
"reference": "56f10808089e38623345e28af2f2d5e4eb579455"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/56f10808089e38623345e28af2f2d5e4eb579455",
|
|
"reference": "56f10808089e38623345e28af2f2d5e4eb579455",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"ext-openssl": "*",
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "~1.5",
|
|
"phpmd/phpmd": "~2.2",
|
|
"phpunit/php-invoker": "~1.1",
|
|
"phpunit/phpunit": "^5.7 || ^7.3",
|
|
"squizlabs/php_codesniffer": "~2.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Lcobucci\\JWT\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Luís Otávio Cobucci Oblonczyk",
|
|
"email": "lcobucci@gmail.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
|
|
"keywords": [
|
|
"JWS",
|
|
"jwt"
|
|
],
|
|
"time": "2020-05-22T08:21:12+00:00"
|
|
},
|
|
{
|
|
"name": "league/event",
|
|
"version": "2.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/event.git",
|
|
"reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
|
|
"reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"henrikbjorn/phpspec-code-coverage": "~1.0.1",
|
|
"phpspec/phpspec": "^2.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"League\\Event\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Frank de Jonge",
|
|
"email": "info@frenky.net"
|
|
}
|
|
],
|
|
"description": "Event package",
|
|
"keywords": [
|
|
"emitter",
|
|
"event",
|
|
"listener"
|
|
],
|
|
"time": "2018-11-26T11:52:41+00:00"
|
|
},
|
|
{
|
|
"name": "league/oauth2-server",
|
|
"version": "dev-adaptation",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/elyby/oauth2-server.git",
|
|
"reference": "08e470e81a20896109704bac4b7c24781797dfc3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/elyby/oauth2-server/zipball/08e470e81a20896109704bac4b7c24781797dfc3",
|
|
"reference": "08e470e81a20896109704bac4b7c24781797dfc3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"defuse/php-encryption": "^2.2.1",
|
|
"ext-json": "*",
|
|
"ext-openssl": "*",
|
|
"lcobucci/jwt": "^3.3.1",
|
|
"league/event": "^2.2",
|
|
"php": ">=7.1.0",
|
|
"psr/http-message": "^1.0.1"
|
|
},
|
|
"replace": {
|
|
"league/oauth2server": "*",
|
|
"lncd/oauth2": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^0.11.8",
|
|
"phpstan/phpstan-phpunit": "^0.11.2",
|
|
"phpunit/phpunit": "^7.5.13 || ^8.2.3",
|
|
"roave/security-advisories": "dev-master",
|
|
"zendframework/zend-diactoros": "^2.1.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"League\\OAuth2\\Server\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"LeagueTests\\": "tests/"
|
|
}
|
|
},
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Alex Bilbie",
|
|
"email": "hello@alexbilbie.com",
|
|
"homepage": "http://www.alexbilbie.com",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Andy Millington",
|
|
"email": "andrew@noexceptions.io",
|
|
"homepage": "https://www.noexceptions.io",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
|
|
"homepage": "https://oauth2.thephpleague.com/",
|
|
"keywords": [
|
|
"api",
|
|
"auth",
|
|
"auth",
|
|
"authentication",
|
|
"authorisation",
|
|
"authorization",
|
|
"oauth",
|
|
"oauth 2",
|
|
"oauth 2.0",
|
|
"oauth2",
|
|
"protect",
|
|
"resource",
|
|
"secure",
|
|
"server"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/elyby/oauth2-server/tree/adaptation"
|
|
},
|
|
"time": "2019-08-22T21:17:49+00:00"
|
|
},
|
|
{
|
|
"name": "mito/yii2-sentry",
|
|
"version": "1.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/hellowearemito/yii2-sentry.git",
|
|
"reference": "a754ab1bf2f7262a6637341b534a4638a787dd6e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/hellowearemito/yii2-sentry/zipball/a754ab1bf2f7262a6637341b534a4638a787dd6e",
|
|
"reference": "a754ab1bf2f7262a6637341b534a4638a787dd6e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"bower-asset/raven-js": "~3.17",
|
|
"php": ">=5.6.0",
|
|
"sentry/sentry": "~1.8",
|
|
"yiisoft/yii2": "~2.0.0"
|
|
},
|
|
"require-dev": {
|
|
"codeception/codeception": "~2.3",
|
|
"codeception/mockery-module": "^0.2.2",
|
|
"codeception/specify": " *",
|
|
"codeception/verify": " *",
|
|
"mito/yii2-coding-standards": "~2.0.0@beta",
|
|
"satooshi/php-coveralls": "~1.0",
|
|
"yiisoft/yii2-codeception": "~2.0"
|
|
},
|
|
"type": "yii2-extension",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"mito\\sentry\\": "src/",
|
|
"mito\\sentry\\tests\\": "tests/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Albert Borsos",
|
|
"email": "a.borsos@mito.hu"
|
|
}
|
|
],
|
|
"description": "Yii 2 extension for Sentry",
|
|
"keywords": [
|
|
"extension",
|
|
"sentry",
|
|
"yii2"
|
|
],
|
|
"time": "2017-11-28T16:52:35+00:00"
|
|
},
|
|
{
|
|
"name": "nesbot/carbon",
|
|
"version": "2.35.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/briannesbitt/Carbon.git",
|
|
"reference": "4b9bd835261ef23d36397a46a76b496a458305e5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4b9bd835261ef23d36397a46a76b496a458305e5",
|
|
"reference": "4b9bd835261ef23d36397a46a76b496a458305e5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": "^7.1.8 || ^8.0",
|
|
"symfony/polyfill-mbstring": "^1.0",
|
|
"symfony/translation": "^3.4 || ^4.0 || ^5.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/orm": "^2.7",
|
|
"friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
|
|
"kylekatarnls/multi-tester": "^1.1",
|
|
"phpmd/phpmd": "^2.8",
|
|
"phpstan/phpstan": "^0.11",
|
|
"phpunit/phpunit": "^7.5 || ^8.0",
|
|
"squizlabs/php_codesniffer": "^3.4"
|
|
},
|
|
"bin": [
|
|
"bin/carbon"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev",
|
|
"dev-3.x": "3.x-dev"
|
|
},
|
|
"laravel": {
|
|
"providers": [
|
|
"Carbon\\Laravel\\ServiceProvider"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Carbon\\": "src/Carbon/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Brian Nesbitt",
|
|
"email": "brian@nesbot.com",
|
|
"homepage": "http://nesbot.com"
|
|
},
|
|
{
|
|
"name": "kylekatarnls",
|
|
"homepage": "http://github.com/kylekatarnls"
|
|
}
|
|
],
|
|
"description": "An API extension for DateTime that supports 281 different languages.",
|
|
"homepage": "http://carbon.nesbot.com",
|
|
"keywords": [
|
|
"date",
|
|
"datetime",
|
|
"time"
|
|
],
|
|
"time": "2020-05-24T18:27:52+00:00"
|
|
},
|
|
{
|
|
"name": "nikic/php-parser",
|
|
"version": "v4.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
|
"reference": "53c2753d756f5adb586dca79c2ec0e2654dd9463"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/53c2753d756f5adb586dca79c2ec0e2654dd9463",
|
|
"reference": "53c2753d756f5adb586dca79c2ec0e2654dd9463",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-tokenizer": "*",
|
|
"php": ">=7.0"
|
|
},
|
|
"require-dev": {
|
|
"ircmaxell/php-yacc": "0.0.5",
|
|
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
|
|
},
|
|
"bin": [
|
|
"bin/php-parse"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PhpParser\\": "lib/PhpParser"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nikita Popov"
|
|
}
|
|
],
|
|
"description": "A PHP parser written in PHP",
|
|
"keywords": [
|
|
"parser",
|
|
"php"
|
|
],
|
|
"time": "2020-06-03T07:24:19+00:00"
|
|
},
|
|
{
|
|
"name": "paragonie/constant_time_encoding",
|
|
"version": "v2.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/paragonie/constant_time_encoding.git",
|
|
"reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
|
|
"reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7|^8"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6|^7",
|
|
"vimeo/psalm": "^1|^2|^3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ParagonIE\\ConstantTime\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paragon Initiative Enterprises",
|
|
"email": "security@paragonie.com",
|
|
"homepage": "https://paragonie.com",
|
|
"role": "Maintainer"
|
|
},
|
|
{
|
|
"name": "Steve 'Sc00bz' Thomas",
|
|
"email": "steve@tobtu.com",
|
|
"homepage": "https://www.tobtu.com",
|
|
"role": "Original Developer"
|
|
}
|
|
],
|
|
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
|
|
"keywords": [
|
|
"base16",
|
|
"base32",
|
|
"base32_decode",
|
|
"base32_encode",
|
|
"base64",
|
|
"base64_decode",
|
|
"base64_encode",
|
|
"bin2hex",
|
|
"encoding",
|
|
"hex",
|
|
"hex2bin",
|
|
"rfc4648"
|
|
],
|
|
"time": "2019-11-06T19:20:29+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-message",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Message\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for HTTP messages",
|
|
"homepage": "https://github.com/php-fig/http-message",
|
|
"keywords": [
|
|
"http",
|
|
"http-message",
|
|
"psr",
|
|
"psr-7",
|
|
"request",
|
|
"response"
|
|
],
|
|
"time": "2016-08-06T14:39:51+00:00"
|
|
},
|
|
{
|
|
"name": "ralouphie/getallheaders",
|
|
"version": "3.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ralouphie/getallheaders.git",
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
"phpunit/phpunit": "^5 || ^6.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/getallheaders.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ralph Khattar",
|
|
"email": "ralph.khattar@gmail.com"
|
|
}
|
|
],
|
|
"description": "A polyfill for getallheaders.",
|
|
"time": "2019-03-08T08:55:37+00:00"
|
|
},
|
|
{
|
|
"name": "ramsey/collection",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ramsey/collection.git",
|
|
"reference": "925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ramsey/collection/zipball/925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca",
|
|
"reference": "925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
|
|
"fzaninotto/faker": "^1.5",
|
|
"jakub-onderka/php-parallel-lint": "^1",
|
|
"jangregor/phpstan-prophecy": "^0.6",
|
|
"mockery/mockery": "^1.3",
|
|
"phpstan/extension-installer": "^1",
|
|
"phpstan/phpdoc-parser": "0.4.1",
|
|
"phpstan/phpstan": "^0.12",
|
|
"phpstan/phpstan-mockery": "^0.12",
|
|
"phpstan/phpstan-phpunit": "^0.12",
|
|
"phpunit/phpunit": "^8.5",
|
|
"slevomat/coding-standard": "^6.0",
|
|
"squizlabs/php_codesniffer": "^3.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ramsey\\Collection\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ben Ramsey",
|
|
"email": "ben@benramsey.com",
|
|
"homepage": "https://benramsey.com"
|
|
}
|
|
],
|
|
"description": "A PHP 7.2+ library for representing and manipulating collections.",
|
|
"homepage": "https://github.com/ramsey/collection",
|
|
"keywords": [
|
|
"array",
|
|
"collection",
|
|
"hash",
|
|
"map",
|
|
"queue",
|
|
"set"
|
|
],
|
|
"time": "2020-01-05T00:22:59+00:00"
|
|
},
|
|
{
|
|
"name": "ramsey/uuid",
|
|
"version": "4.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ramsey/uuid.git",
|
|
"reference": "ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ramsey/uuid/zipball/ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d",
|
|
"reference": "ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"brick/math": "^0.8",
|
|
"ext-json": "*",
|
|
"php": "^7.2 || ^8",
|
|
"ramsey/collection": "^1.0",
|
|
"symfony/polyfill-ctype": "^1.8"
|
|
},
|
|
"replace": {
|
|
"rhumsaa/uuid": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"codeception/aspect-mock": "^3",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
|
|
"doctrine/annotations": "^1.8",
|
|
"goaop/framework": "^2",
|
|
"mockery/mockery": "^1.3",
|
|
"moontoast/math": "^1.1",
|
|
"paragonie/random-lib": "^2",
|
|
"php-mock/php-mock-mockery": "^1.3",
|
|
"php-mock/php-mock-phpunit": "^2.5",
|
|
"php-parallel-lint/php-parallel-lint": "^1.1",
|
|
"phpstan/extension-installer": "^1.0",
|
|
"phpstan/phpdoc-parser": "0.4.3",
|
|
"phpstan/phpstan": "^0.12",
|
|
"phpstan/phpstan-mockery": "^0.12",
|
|
"phpstan/phpstan-phpunit": "^0.12",
|
|
"phpunit/phpunit": "^8.5",
|
|
"psy/psysh": "^0.10.0",
|
|
"slevomat/coding-standard": "^6.0",
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
"vimeo/psalm": "3.9.4"
|
|
},
|
|
"suggest": {
|
|
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
|
|
"ext-ctype": "Enables faster processing of character classification using ctype functions.",
|
|
"ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
|
|
"ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
|
|
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
|
|
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ramsey\\Uuid\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
|
|
"homepage": "https://github.com/ramsey/uuid",
|
|
"keywords": [
|
|
"guid",
|
|
"identifier",
|
|
"uuid"
|
|
],
|
|
"time": "2020-03-29T20:13:32+00:00"
|
|
},
|
|
{
|
|
"name": "sam-it/yii2-mariadb",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/SAM-IT/yii2-mariadb.git",
|
|
"reference": "78d1b717e716da8b32692f8d2a5891460194d7c7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/SAM-IT/yii2-mariadb/zipball/78d1b717e716da8b32692f8d2a5891460194d7c7",
|
|
"reference": "78d1b717e716da8b32692f8d2a5891460194d7c7",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"brainmaestro/composer-git-hooks": "^2.8",
|
|
"phpunit/phpunit": "^9.1",
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
"yiisoft/yii2-dev": "dev-master"
|
|
},
|
|
"type": "yii2-extension",
|
|
"extra": {
|
|
"hooks": {
|
|
"pre-commit": [
|
|
"echo committing as $(git config user.name)",
|
|
"composer lint-fix",
|
|
"composer test"
|
|
],
|
|
"commit-msg": [
|
|
"npx commitlint -e"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SamIT\\Yii2\\MariaDb\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sam Mousa",
|
|
"email": "sam@mousa.nl"
|
|
}
|
|
],
|
|
"description": "MariaDB Driver for Yii2",
|
|
"time": "2020-05-07T15:21:08+00:00"
|
|
},
|
|
{
|
|
"name": "sentry/sentry",
|
|
"version": "1.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/getsentry/sentry-php.git",
|
|
"reference": "b2b8ffe1560b9fb0110b02993594a4b04a511959"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/b2b8ffe1560b9fb0110b02993594a4b04a511959",
|
|
"reference": "b2b8ffe1560b9fb0110b02993594a4b04a511959",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"php": "^5.3|^7.0"
|
|
},
|
|
"conflict": {
|
|
"raven/raven": "*"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^1.8.0",
|
|
"monolog/monolog": "*",
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7"
|
|
},
|
|
"suggest": {
|
|
"ext-hash": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"monolog/monolog": "Automatically capture Monolog events as breadcrumbs"
|
|
},
|
|
"bin": [
|
|
"bin/sentry"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.10.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Raven_": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "David Cramer",
|
|
"email": "dcramer@gmail.com"
|
|
}
|
|
],
|
|
"description": "A PHP client for Sentry (http://getsentry.com)",
|
|
"homepage": "http://getsentry.com",
|
|
"keywords": [
|
|
"log",
|
|
"logging"
|
|
],
|
|
"time": "2018-11-09T12:27:19+00:00"
|
|
},
|
|
{
|
|
"name": "spomky-labs/otphp",
|
|
"version": "v10.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Spomky-Labs/otphp.git",
|
|
"reference": "f44cce5a9db4b8da410215d992110482c931232f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/f44cce5a9db4b8da410215d992110482c931232f",
|
|
"reference": "f44cce5a9db4b8da410215d992110482c931232f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"beberlei/assert": "^3.0",
|
|
"ext-mbstring": "*",
|
|
"paragonie/constant_time_encoding": "^2.0",
|
|
"php": "^7.2|^8.0",
|
|
"thecodingmachine/safe": "^0.1.14|^1.0"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": "^2.0",
|
|
"phpstan/phpstan": "^0.12",
|
|
"phpstan/phpstan-beberlei-assert": "^0.12",
|
|
"phpstan/phpstan-deprecation-rules": "^0.12",
|
|
"phpstan/phpstan-phpunit": "^0.12",
|
|
"phpstan/phpstan-strict-rules": "^0.12",
|
|
"phpunit/phpunit": "^8.0",
|
|
"thecodingmachine/phpstan-safe-rule": "^1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"v10.0": "10.0.x-dev",
|
|
"v9.0": "9.0.x-dev",
|
|
"v8.3": "8.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OTPHP\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Florent Morselli",
|
|
"homepage": "https://github.com/Spomky"
|
|
},
|
|
{
|
|
"name": "All contributors",
|
|
"homepage": "https://github.com/Spomky-Labs/otphp/contributors"
|
|
}
|
|
],
|
|
"description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator",
|
|
"homepage": "https://github.com/Spomky-Labs/otphp",
|
|
"keywords": [
|
|
"FreeOTP",
|
|
"RFC 4226",
|
|
"RFC 6238",
|
|
"google authenticator",
|
|
"hotp",
|
|
"otp",
|
|
"totp"
|
|
],
|
|
"time": "2020-01-28T09:24:19+00:00"
|
|
},
|
|
{
|
|
"name": "swiftmailer/swiftmailer",
|
|
"version": "v6.2.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/swiftmailer/swiftmailer.git",
|
|
"reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
|
|
"reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"egulias/email-validator": "~2.0",
|
|
"php": ">=7.0.0",
|
|
"symfony/polyfill-iconv": "^1.0",
|
|
"symfony/polyfill-intl-idn": "^1.10",
|
|
"symfony/polyfill-mbstring": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "~0.9.1",
|
|
"symfony/phpunit-bridge": "^3.4.19|^4.1.8"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "Needed to support internationalized email addresses",
|
|
"true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "6.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"lib/swift_required.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Chris Corbyn"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Swiftmailer, free feature-rich PHP mailer",
|
|
"homepage": "https://swiftmailer.symfony.com",
|
|
"keywords": [
|
|
"email",
|
|
"mail",
|
|
"mailer"
|
|
],
|
|
"time": "2019-11-12T09:31:26+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/finder",
|
|
"version": "v5.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/finder.git",
|
|
"reference": "4298870062bfc667cb78d2b379be4bf5dec5f187"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/4298870062bfc667cb78d2b379be4bf5dec5f187",
|
|
"reference": "4298870062bfc667cb78d2b379be4bf5dec5f187",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.1-dev"
|
|
}
|
|
},
|
|
"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",
|
|
"time": "2020-05-20T17:43:50+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php80",
|
|
"version": "v1.17.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
|
"reference": "5e30b2799bc1ad68f7feb62b60a73743589438dd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/5e30b2799bc1ad68f7feb62b60a73743589438dd",
|
|
"reference": "5e30b2799bc1ad68f7feb62b60a73743589438dd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.8"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.17-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php80\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ion Bazan",
|
|
"email": "ion.bazan@gmail.com"
|
|
},
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2020-05-12T16:47:27+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/process",
|
|
"version": "v4.4.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/process.git",
|
|
"reference": "c714958428a85c86ab97e3a0c96db4c4f381b7f5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/c714958428a85c86ab97e3a0c96db4c4f381b7f5",
|
|
"reference": "c714958428a85c86ab97e3a0c96db4c4f381b7f5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.4-dev"
|
|
}
|
|
},
|
|
"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",
|
|
"time": "2020-05-30T20:06:45+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/translation",
|
|
"version": "v5.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/translation.git",
|
|
"reference": "d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/translation/zipball/d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2",
|
|
"reference": "d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
"symfony/polyfill-php80": "^1.15",
|
|
"symfony/translation-contracts": "^2"
|
|
},
|
|
"conflict": {
|
|
"symfony/config": "<4.4",
|
|
"symfony/dependency-injection": "<5.0",
|
|
"symfony/http-kernel": "<5.0",
|
|
"symfony/twig-bundle": "<5.0",
|
|
"symfony/yaml": "<4.4"
|
|
},
|
|
"provide": {
|
|
"symfony/translation-implementation": "2.0"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "^4.4|^5.0",
|
|
"symfony/console": "^4.4|^5.0",
|
|
"symfony/dependency-injection": "^5.0",
|
|
"symfony/finder": "^4.4|^5.0",
|
|
"symfony/http-kernel": "^5.0",
|
|
"symfony/intl": "^4.4|^5.0",
|
|
"symfony/service-contracts": "^1.1.2|^2",
|
|
"symfony/yaml": "^4.4|^5.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log-implementation": "To use logging capability in translator",
|
|
"symfony/config": "",
|
|
"symfony/yaml": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.1-dev"
|
|
}
|
|
},
|
|
"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",
|
|
"time": "2020-05-30T20:35:19+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/translation-contracts",
|
|
"version": "v2.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/translation-contracts.git",
|
|
"reference": "e5ca07c8f817f865f618aa072c2fe8e0e637340e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e5ca07c8f817f865f618aa072c2fe8e0e637340e",
|
|
"reference": "e5ca07c8f817f865f618aa072c2fe8e0e637340e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5"
|
|
},
|
|
"suggest": {
|
|
"symfony/translation-implementation": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1-dev"
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"time": "2020-05-20T17:43:50+00:00"
|
|
},
|
|
{
|
|
"name": "thecodingmachine/safe",
|
|
"version": "v1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thecodingmachine/safe.git",
|
|
"reference": "04f9ffae372a9816d4472dfb7bcf6126b623a9df"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thecodingmachine/safe/zipball/04f9ffae372a9816d4472dfb7bcf6126b623a9df",
|
|
"reference": "04f9ffae372a9816d4472dfb7bcf6126b623a9df",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^0.12",
|
|
"squizlabs/php_codesniffer": "^3.2",
|
|
"thecodingmachine/phpstan-strict-rules": "^0.12"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Safe\\": [
|
|
"lib/",
|
|
"generated/"
|
|
]
|
|
},
|
|
"files": [
|
|
"generated/apache.php",
|
|
"generated/apc.php",
|
|
"generated/apcu.php",
|
|
"generated/array.php",
|
|
"generated/bzip2.php",
|
|
"generated/classobj.php",
|
|
"generated/com.php",
|
|
"generated/cubrid.php",
|
|
"generated/curl.php",
|
|
"generated/datetime.php",
|
|
"generated/dir.php",
|
|
"generated/eio.php",
|
|
"generated/errorfunc.php",
|
|
"generated/exec.php",
|
|
"generated/fileinfo.php",
|
|
"generated/filesystem.php",
|
|
"generated/filter.php",
|
|
"generated/fpm.php",
|
|
"generated/ftp.php",
|
|
"generated/funchand.php",
|
|
"generated/gmp.php",
|
|
"generated/gnupg.php",
|
|
"generated/hash.php",
|
|
"generated/ibase.php",
|
|
"generated/ibmDb2.php",
|
|
"generated/iconv.php",
|
|
"generated/image.php",
|
|
"generated/imap.php",
|
|
"generated/info.php",
|
|
"generated/ingres-ii.php",
|
|
"generated/inotify.php",
|
|
"generated/json.php",
|
|
"generated/ldap.php",
|
|
"generated/libevent.php",
|
|
"generated/libxml.php",
|
|
"generated/lzf.php",
|
|
"generated/mailparse.php",
|
|
"generated/mbstring.php",
|
|
"generated/misc.php",
|
|
"generated/msql.php",
|
|
"generated/mssql.php",
|
|
"generated/mysql.php",
|
|
"generated/mysqli.php",
|
|
"generated/mysqlndMs.php",
|
|
"generated/mysqlndQc.php",
|
|
"generated/network.php",
|
|
"generated/oci8.php",
|
|
"generated/opcache.php",
|
|
"generated/openssl.php",
|
|
"generated/outcontrol.php",
|
|
"generated/password.php",
|
|
"generated/pcntl.php",
|
|
"generated/pcre.php",
|
|
"generated/pdf.php",
|
|
"generated/pgsql.php",
|
|
"generated/posix.php",
|
|
"generated/ps.php",
|
|
"generated/pspell.php",
|
|
"generated/readline.php",
|
|
"generated/rpminfo.php",
|
|
"generated/rrd.php",
|
|
"generated/sem.php",
|
|
"generated/session.php",
|
|
"generated/shmop.php",
|
|
"generated/simplexml.php",
|
|
"generated/sockets.php",
|
|
"generated/sodium.php",
|
|
"generated/solr.php",
|
|
"generated/spl.php",
|
|
"generated/sqlsrv.php",
|
|
"generated/ssdeep.php",
|
|
"generated/ssh2.php",
|
|
"generated/stats.php",
|
|
"generated/stream.php",
|
|
"generated/strings.php",
|
|
"generated/swoole.php",
|
|
"generated/uodbc.php",
|
|
"generated/uopz.php",
|
|
"generated/url.php",
|
|
"generated/var.php",
|
|
"generated/xdiff.php",
|
|
"generated/xml.php",
|
|
"generated/xmlrpc.php",
|
|
"generated/yaml.php",
|
|
"generated/yaz.php",
|
|
"generated/zip.php",
|
|
"generated/zlib.php",
|
|
"lib/special_cases.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "PHP core functions that throw exceptions instead of returning FALSE on error",
|
|
"time": "2020-05-04T15:25:36+00:00"
|
|
},
|
|
{
|
|
"name": "webmozart/assert",
|
|
"version": "1.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/webmozarts/assert.git",
|
|
"reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/webmozarts/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
|
|
"reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.3 || ^7.0",
|
|
"symfony/polyfill-ctype": "^1.8"
|
|
},
|
|
"conflict": {
|
|
"vimeo/psalm": "<3.9.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Webmozart\\Assert\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@gmail.com"
|
|
}
|
|
],
|
|
"description": "Assertions to validate method input/output with nice error messages.",
|
|
"keywords": [
|
|
"assert",
|
|
"check",
|
|
"validate"
|
|
],
|
|
"time": "2020-04-18T12:12:48+00:00"
|
|
},
|
|
{
|
|
"name": "yiisoft/yii2",
|
|
"version": "2.0.35",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/yiisoft/yii2-framework.git",
|
|
"reference": "d42809e4969cdc0adb97197ba32774b3e4cd9e8e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/d42809e4969cdc0adb97197ba32774b3e4cd9e8e",
|
|
"reference": "d42809e4969cdc0adb97197ba32774b3e4cd9e8e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"bower-asset/inputmask": "~3.2.2 | ~3.3.5",
|
|
"bower-asset/jquery": "3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
|
|
"bower-asset/punycode": "1.3.*",
|
|
"bower-asset/yii2-pjax": "~2.0.1",
|
|
"cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0",
|
|
"ext-ctype": "*",
|
|
"ext-mbstring": "*",
|
|
"ezyang/htmlpurifier": "~4.6",
|
|
"lib-pcre": "*",
|
|
"php": ">=5.4.0",
|
|
"yiisoft/yii2-composer": "~2.0.4"
|
|
},
|
|
"bin": [
|
|
"yii"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"yii\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Qiang Xue",
|
|
"email": "qiang.xue@gmail.com",
|
|
"homepage": "http://www.yiiframework.com/",
|
|
"role": "Founder and project lead"
|
|
},
|
|
{
|
|
"name": "Alexander Makarov",
|
|
"email": "sam@rmcreative.ru",
|
|
"homepage": "http://rmcreative.ru/",
|
|
"role": "Core framework development"
|
|
},
|
|
{
|
|
"name": "Maurizio Domba",
|
|
"homepage": "http://mdomba.info/",
|
|
"role": "Core framework development"
|
|
},
|
|
{
|
|
"name": "Carsten Brandt",
|
|
"email": "mail@cebe.cc",
|
|
"homepage": "http://cebe.cc/",
|
|
"role": "Core framework development"
|
|
},
|
|
{
|
|
"name": "Timur Ruziev",
|
|
"email": "resurtm@gmail.com",
|
|
"homepage": "http://resurtm.com/",
|
|
"role": "Core framework development"
|
|
},
|
|
{
|
|
"name": "Paul Klimov",
|
|
"email": "klimov.paul@gmail.com",
|
|
"role": "Core framework development"
|
|
},
|
|
{
|
|
"name": "Dmitry Naumenko",
|
|
"email": "d.naumenko.a@gmail.com",
|
|
"role": "Core framework development"
|
|
},
|
|
{
|
|
"name": "Boudewijn Vahrmeijer",
|
|
"email": "info@dynasource.eu",
|
|
"homepage": "http://dynasource.eu",
|
|
"role": "Core framework development"
|
|
}
|
|
],
|
|
"description": "Yii PHP Framework Version 2",
|
|
"homepage": "http://www.yiiframework.com/",
|
|
"keywords": [
|
|
"framework",
|
|
"yii2"
|
|
],
|
|
"time": "2020-05-02T11:11:31+00:00"
|
|
},
|
|
{
|
|
"name": "yiisoft/yii2-queue",
|
|
"version": "2.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/yiisoft/yii2-queue.git",
|
|
"reference": "25c1142558768ec0e835171c972a4edc2fb59cf0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/yiisoft/yii2-queue/zipball/25c1142558768ec0e835171c972a4edc2fb59cf0",
|
|
"reference": "25c1142558768ec0e835171c972a4edc2fb59cf0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.0",
|
|
"symfony/process": "^3.3||^4.0",
|
|
"yiisoft/yii2": "~2.0.14"
|
|
},
|
|
"require-dev": {
|
|
"aws/aws-sdk-php": ">=2.4",
|
|
"enqueue/amqp-lib": "^0.8||^0.9.10",
|
|
"enqueue/stomp": "^0.8.39",
|
|
"jeremeamia/superclosure": "*",
|
|
"pda/pheanstalk": "v3.*",
|
|
"php-amqplib/php-amqplib": "*",
|
|
"phpunit/phpunit": "~4.4",
|
|
"yiisoft/yii2-debug": "*",
|
|
"yiisoft/yii2-gii": "*",
|
|
"yiisoft/yii2-redis": "*"
|
|
},
|
|
"suggest": {
|
|
"aws/aws-sdk-php": "Need for aws SQS.",
|
|
"enqueue/amqp-lib": "Need for AMQP interop queue.",
|
|
"enqueue/stomp": "Need for Stomp queue.",
|
|
"ext-gearman": "Need for Gearman queue.",
|
|
"ext-pcntl": "Need for process signals.",
|
|
"pda/pheanstalk": "Need for Beanstalk queue.",
|
|
"php-amqplib/php-amqplib": "Need for AMQP queue.",
|
|
"yiisoft/yii2-redis": "Need for Redis queue."
|
|
},
|
|
"type": "yii2-extension",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"yii\\queue\\": "src",
|
|
"yii\\queue\\amqp\\": "src/drivers/amqp",
|
|
"yii\\queue\\amqp_interop\\": "src/drivers/amqp_interop",
|
|
"yii\\queue\\beanstalk\\": "src/drivers/beanstalk",
|
|
"yii\\queue\\db\\": "src/drivers/db",
|
|
"yii\\queue\\file\\": "src/drivers/file",
|
|
"yii\\queue\\gearman\\": "src/drivers/gearman",
|
|
"yii\\queue\\redis\\": "src/drivers/redis",
|
|
"yii\\queue\\sync\\": "src/drivers/sync",
|
|
"yii\\queue\\sqs\\": "src/drivers/sqs",
|
|
"yii\\queue\\stomp\\": "src/drivers/stomp"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Zhuravlev",
|
|
"email": "zhuravljov@gmail.com"
|
|
}
|
|
],
|
|
"description": "Yii2 Queue Extension which supported DB, Redis, RabbitMQ, Beanstalk, SQS and Gearman",
|
|
"keywords": [
|
|
"async",
|
|
"beanstalk",
|
|
"db",
|
|
"gearman",
|
|
"gii",
|
|
"queue",
|
|
"rabbitmq",
|
|
"redis",
|
|
"sqs",
|
|
"yii"
|
|
],
|
|
"time": "2019-06-04T18:58:40+00:00"
|
|
},
|
|
{
|
|
"name": "yiisoft/yii2-redis",
|
|
"version": "2.0.13",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/yiisoft/yii2-redis.git",
|
|
"reference": "8b3ef7f6d7153b8958f75deab602c57aad454e1c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/yiisoft/yii2-redis/zipball/8b3ef7f6d7153b8958f75deab602c57aad454e1c",
|
|
"reference": "8b3ef7f6d7153b8958f75deab602c57aad454e1c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-openssl": "*",
|
|
"yiisoft/yii2": "~2.0.16"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "<7",
|
|
"yiisoft/yii2-dev": "~2.0.16"
|
|
},
|
|
"type": "yii2-extension",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"yii\\redis\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Carsten Brandt",
|
|
"email": "mail@cebe.cc"
|
|
}
|
|
],
|
|
"description": "Redis Cache, Session and ActiveRecord for the Yii framework",
|
|
"keywords": [
|
|
"active-record",
|
|
"cache",
|
|
"redis",
|
|
"session",
|
|
"yii2"
|
|
],
|
|
"time": "2020-05-02T12:03:42+00:00"
|
|
},
|
|
{
|
|
"name": "yiisoft/yii2-swiftmailer",
|
|
"version": "2.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/yiisoft/yii2-swiftmailer.git",
|
|
"reference": "09659a55959f9e64b8178d842b64a9ffae42b994"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/09659a55959f9e64b8178d842b64a9ffae42b994",
|
|
"reference": "09659a55959f9e64b8178d842b64a9ffae42b994",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"swiftmailer/swiftmailer": "~6.0",
|
|
"yiisoft/yii2": ">=2.0.4"
|
|
},
|
|
"type": "yii2-extension",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"yii\\swiftmailer\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paul Klimov",
|
|
"email": "klimov.paul@gmail.com"
|
|
}
|
|
],
|
|
"description": "The SwiftMailer integration for the Yii framework",
|
|
"keywords": [
|
|
"email",
|
|
"mail",
|
|
"mailer",
|
|
"swift",
|
|
"swiftmailer",
|
|
"yii2"
|
|
],
|
|
"time": "2018-09-23T22:00:47+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "behat/gherkin",
|
|
"version": "v4.6.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Behat/Gherkin.git",
|
|
"reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/51ac4500c4dc30cbaaabcd2f25694299df666a31",
|
|
"reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.5|~5",
|
|
"symfony/phpunit-bridge": "~2.7|~3|~4",
|
|
"symfony/yaml": "~2.3|~3|~4"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "If you want to parse features, represented in YAML files"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Behat\\Gherkin": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com",
|
|
"homepage": "http://everzet.com"
|
|
}
|
|
],
|
|
"description": "Gherkin DSL parser for PHP 5.3",
|
|
"homepage": "http://behat.org/",
|
|
"keywords": [
|
|
"BDD",
|
|
"Behat",
|
|
"Cucumber",
|
|
"DSL",
|
|
"gherkin",
|
|
"parser"
|
|
],
|
|
"time": "2020-03-17T14:03:26+00:00"
|
|
},
|
|
{
|
|
"name": "codeception/codeception",
|
|
"version": "4.1.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Codeception/Codeception.git",
|
|
"reference": "5515b6a6c6f1e1c909aaff2e5f3a15c177dfd1a9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/5515b6a6c6f1e1c909aaff2e5f3a15c177dfd1a9",
|
|
"reference": "5515b6a6c6f1e1c909aaff2e5f3a15c177dfd1a9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"behat/gherkin": "^4.4.0",
|
|
"codeception/lib-asserts": "^1.0",
|
|
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.1.1 | ^9.0",
|
|
"codeception/stub": "^2.0 | ^3.0",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"guzzlehttp/psr7": "~1.4",
|
|
"php": ">=5.6.0 <8.0",
|
|
"symfony/console": ">=2.7 <6.0",
|
|
"symfony/css-selector": ">=2.7 <6.0",
|
|
"symfony/event-dispatcher": ">=2.7 <6.0",
|
|
"symfony/finder": ">=2.7 <6.0",
|
|
"symfony/yaml": ">=2.7 <6.0"
|
|
},
|
|
"require-dev": {
|
|
"codeception/module-asserts": "*@dev",
|
|
"codeception/module-cli": "*@dev",
|
|
"codeception/module-db": "*@dev",
|
|
"codeception/module-filesystem": "*@dev",
|
|
"codeception/module-phpbrowser": "*@dev",
|
|
"codeception/specify": "~0.3",
|
|
"codeception/util-universalframework": "*@dev",
|
|
"monolog/monolog": "~1.8",
|
|
"squizlabs/php_codesniffer": "~2.0",
|
|
"symfony/process": ">=2.7 <6.0",
|
|
"vlucas/phpdotenv": "^2.0 | ^3.0 | ^4.0"
|
|
},
|
|
"suggest": {
|
|
"codeception/specify": "BDD-style code blocks",
|
|
"codeception/verify": "BDD-style assertions",
|
|
"hoa/console": "For interactive console functionality",
|
|
"stecman/symfony-console-completion": "For BASH autocompletion",
|
|
"symfony/phpunit-bridge": "For phpunit-bridge support"
|
|
},
|
|
"bin": [
|
|
"codecept"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": [],
|
|
"patches_applied": {
|
|
"Fix Codeception compatibility with PHPUnit8": "patches/codeception-phpunit-8-fix.patch"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Codeception\\": "src/Codeception",
|
|
"Codeception\\Extension\\": "ext"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Bodnarchuk",
|
|
"email": "davert@mail.ua",
|
|
"homepage": "http://codegyre.com"
|
|
}
|
|
],
|
|
"description": "BDD-style testing framework",
|
|
"homepage": "http://codeception.com/",
|
|
"keywords": [
|
|
"BDD",
|
|
"TDD",
|
|
"acceptance testing",
|
|
"functional testing",
|
|
"unit testing"
|
|
],
|
|
"time": "2020-06-07T16:31:51+00:00"
|
|
},
|
|
{
|
|
"name": "codeception/lib-asserts",
|
|
"version": "1.12.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Codeception/lib-asserts.git",
|
|
"reference": "acd0dc8b394595a74b58dcc889f72569ff7d8e71"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Codeception/lib-asserts/zipball/acd0dc8b394595a74b58dcc889f72569ff7d8e71",
|
|
"reference": "acd0dc8b394595a74b58dcc889f72569ff7d8e71",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3 | ^9.0",
|
|
"php": ">=5.6.0 <8.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Bodnarchuk",
|
|
"email": "davert@mail.ua",
|
|
"homepage": "http://codegyre.com"
|
|
},
|
|
{
|
|
"name": "Gintautas Miselis"
|
|
}
|
|
],
|
|
"description": "Assertion methods used by Codeception core and Asserts module",
|
|
"homepage": "http://codeception.com/",
|
|
"keywords": [
|
|
"codeception"
|
|
],
|
|
"time": "2020-04-17T18:20:46+00:00"
|
|
},
|
|
{
|
|
"name": "codeception/lib-innerbrowser",
|
|
"version": "1.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Codeception/lib-innerbrowser.git",
|
|
"reference": "2123542b1325cc349ac68868abe74638bcb32ab6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/2123542b1325cc349ac68868abe74638bcb32ab6",
|
|
"reference": "2123542b1325cc349ac68868abe74638bcb32ab6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"codeception/codeception": "*@dev",
|
|
"php": ">=5.6.0 <8.0",
|
|
"symfony/browser-kit": ">=2.7 <6.0",
|
|
"symfony/dom-crawler": ">=2.7 <6.0"
|
|
},
|
|
"conflict": {
|
|
"codeception/codeception": "<4.0"
|
|
},
|
|
"require-dev": {
|
|
"codeception/util-universalframework": "dev-master"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Bodnarchuk",
|
|
"email": "davert@mail.ua",
|
|
"homepage": "http://codegyre.com"
|
|
},
|
|
{
|
|
"name": "Gintautas Miselis"
|
|
}
|
|
],
|
|
"description": "Parent library for all Codeception framework modules and PhpBrowser",
|
|
"homepage": "http://codeception.com/",
|
|
"keywords": [
|
|
"codeception"
|
|
],
|
|
"time": "2020-02-20T14:46:50+00:00"
|
|
},
|
|
{
|
|
"name": "codeception/module-asserts",
|
|
"version": "1.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Codeception/module-asserts.git",
|
|
"reference": "79f13d05b63f2fceba4d0e78044bab668c9b2a6b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Codeception/module-asserts/zipball/79f13d05b63f2fceba4d0e78044bab668c9b2a6b",
|
|
"reference": "79f13d05b63f2fceba4d0e78044bab668c9b2a6b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"codeception/codeception": "*@dev",
|
|
"codeception/lib-asserts": "^1.12.0",
|
|
"php": ">=5.6.0 <8.0"
|
|
},
|
|
"conflict": {
|
|
"codeception/codeception": "<4.0"
|
|
},
|
|
"require-dev": {
|
|
"codeception/util-robohelpers": "dev-master"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Bodnarchuk"
|
|
},
|
|
{
|
|
"name": "Gintautas Miselis"
|
|
}
|
|
],
|
|
"description": "Codeception module containing various assertions",
|
|
"homepage": "http://codeception.com/",
|
|
"keywords": [
|
|
"assertions",
|
|
"asserts",
|
|
"codeception"
|
|
],
|
|
"time": "2020-04-20T07:26:11+00:00"
|
|
},
|
|
{
|
|
"name": "codeception/module-rest",
|
|
"version": "1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Codeception/module-rest.git",
|
|
"reference": "c86417af517bb1fb5b88550455d823a7c9fc167e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Codeception/module-rest/zipball/c86417af517bb1fb5b88550455d823a7c9fc167e",
|
|
"reference": "c86417af517bb1fb5b88550455d823a7c9fc167e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"codeception/codeception": "^4.0",
|
|
"flow/jsonpath": "^0.5",
|
|
"justinrainbow/json-schema": "^5.2.9",
|
|
"php": ">=5.6.0 <8.0"
|
|
},
|
|
"require-dev": {
|
|
"codeception/lib-innerbrowser": "^1.0",
|
|
"codeception/util-robohelpers": "dev-master",
|
|
"codeception/util-universalframework": "^1.0"
|
|
},
|
|
"suggest": {
|
|
"aws/aws-sdk-php": "For using AWS Auth"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Gintautas Miselis"
|
|
}
|
|
],
|
|
"description": "REST module for Codeception",
|
|
"homepage": "http://codeception.com/",
|
|
"keywords": [
|
|
"codeception",
|
|
"rest"
|
|
],
|
|
"time": "2020-02-01T19:23:56+00:00"
|
|
},
|
|
{
|
|
"name": "codeception/module-yii2",
|
|
"version": "1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Codeception/module-yii2.git",
|
|
"reference": "89ec2b34db0fe1c80d404d939ecc7ab07051b4b7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Codeception/module-yii2/zipball/89ec2b34db0fe1c80d404d939ecc7ab07051b4b7",
|
|
"reference": "89ec2b34db0fe1c80d404d939ecc7ab07051b4b7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"codeception/codeception": "4.0.x-dev | ^4.0",
|
|
"codeception/lib-innerbrowser": "^1.0",
|
|
"php": ">=5.6.0 <8.0"
|
|
},
|
|
"require-dev": {
|
|
"codeception/util-robohelpers": "dev-master"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Alexander Makarov"
|
|
},
|
|
{
|
|
"name": "Sam Mouse"
|
|
},
|
|
{
|
|
"name": "Michael Bodnarchuk"
|
|
}
|
|
],
|
|
"description": "Codeception module for Yii2 framework",
|
|
"homepage": "http://codeception.com/",
|
|
"keywords": [
|
|
"codeception",
|
|
"yii2"
|
|
],
|
|
"time": "2020-01-28T12:56:17+00:00"
|
|
},
|
|
{
|
|
"name": "codeception/phpunit-wrapper",
|
|
"version": "9.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Codeception/phpunit-wrapper.git",
|
|
"reference": "eb27243d8edde68593bf8d9ef5e9074734777931"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/eb27243d8edde68593bf8d9ef5e9074734777931",
|
|
"reference": "eb27243d8edde68593bf8d9ef5e9074734777931",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"phpunit/phpunit": "^9.0"
|
|
},
|
|
"require-dev": {
|
|
"codeception/specify": "*",
|
|
"vlucas/phpdotenv": "^3.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Codeception\\PHPUnit\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Davert",
|
|
"email": "davert.php@resend.cc"
|
|
},
|
|
{
|
|
"name": "Naktibalda"
|
|
}
|
|
],
|
|
"description": "PHPUnit classes used by Codeception",
|
|
"time": "2020-04-17T18:16:31+00:00"
|
|
},
|
|
{
|
|
"name": "codeception/stub",
|
|
"version": "3.6.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Codeception/Stub.git",
|
|
"reference": "a3ba01414cbee76a1bced9f9b6b169cc8d203880"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Codeception/Stub/zipball/a3ba01414cbee76a1bced9f9b6b169cc8d203880",
|
|
"reference": "a3ba01414cbee76a1bced9f9b6b169cc8d203880",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"phpunit/phpunit": "^8.4 | ^9.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Codeception\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Flexible Stub wrapper for PHPUnit's Mock Builder",
|
|
"time": "2020-02-07T18:42:28+00:00"
|
|
},
|
|
{
|
|
"name": "composer/semver",
|
|
"version": "1.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/semver.git",
|
|
"reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
|
|
"reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.2 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.5 || ^5.0.5"
|
|
},
|
|
"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"
|
|
],
|
|
"time": "2020-01-13T12:06:48+00:00"
|
|
},
|
|
{
|
|
"name": "composer/xdebug-handler",
|
|
"version": "1.4.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/xdebug-handler.git",
|
|
"reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
|
|
"reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
|
|
"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"
|
|
],
|
|
"time": "2020-06-04T11:16:35+00:00"
|
|
},
|
|
{
|
|
"name": "cweagans/composer-patches",
|
|
"version": "1.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/cweagans/composer-patches.git",
|
|
"reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/ae02121445ad75f4eaff800cc532b5e6233e2ddf",
|
|
"reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0 || ^2.0",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "~1.0 || ~2.0",
|
|
"phpunit/phpunit": "~4.6"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "cweagans\\Composer\\Patches"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"cweagans\\Composer\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Cameron Eagans",
|
|
"email": "me@cweagans.net"
|
|
}
|
|
],
|
|
"description": "Provides a way to patch Composer packages.",
|
|
"support": {
|
|
"issues": "https://github.com/cweagans/composer-patches/issues",
|
|
"source": "https://github.com/cweagans/composer-patches/tree/1.7.0"
|
|
},
|
|
"time": "2020-09-30T17:56:20+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/instantiator",
|
|
"version": "1.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
|
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
|
|
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^6.0",
|
|
"ext-pdo": "*",
|
|
"ext-phar": "*",
|
|
"phpbench/phpbench": "^0.13",
|
|
"phpstan/phpstan-phpunit": "^0.11",
|
|
"phpstan/phpstan-shim": "^0.11",
|
|
"phpunit/phpunit": "^7.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "ocramius@gmail.com",
|
|
"homepage": "http://ocramius.github.com/"
|
|
}
|
|
],
|
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
|
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
|
|
"keywords": [
|
|
"constructor",
|
|
"instantiate"
|
|
],
|
|
"time": "2020-05-29T17:27:14+00:00"
|
|
},
|
|
{
|
|
"name": "ely/php-code-style",
|
|
"version": "0.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/elyby/php-code-style.git",
|
|
"reference": "2140798d0aca85f4fa3e70c77bfef066ce115d1a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/elyby/php-code-style/zipball/2140798d0aca85f4fa3e70c77bfef066ce115d1a",
|
|
"reference": "2140798d0aca85f4fa3e70c77bfef066ce115d1a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"friendsofphp/php-cs-fixer": "^2.13.0",
|
|
"php": "^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.5.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ely\\CS\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ely.by team",
|
|
"email": "team@ely.by"
|
|
},
|
|
{
|
|
"name": "ErickSkrauch",
|
|
"email": "erickskrauch@ely.by"
|
|
}
|
|
],
|
|
"description": "Set of PHP-CS-Fixer rules used in the development of Ely.by PHP projects",
|
|
"homepage": "https://github.com/elyby/php-code-style",
|
|
"keywords": [
|
|
"Code style",
|
|
"php-cs-fixer"
|
|
],
|
|
"time": "2019-02-23T17:29:08+00:00"
|
|
},
|
|
{
|
|
"name": "flow/jsonpath",
|
|
"version": "0.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/FlowCommunications/JSONPath.git",
|
|
"reference": "b9738858c75d008c1211612b973e9510f8b7f8ea"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/FlowCommunications/JSONPath/zipball/b9738858c75d008c1211612b973e9510f8b7f8ea",
|
|
"reference": "b9738858c75d008c1211612b973e9510f8b7f8ea",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"peekmo/jsonpath": "dev-master",
|
|
"phpunit/phpunit": "^7.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Flow\\JSONPath": "src/",
|
|
"Flow\\JSONPath\\Test": "tests/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Stephen Frank",
|
|
"email": "stephen@flowsa.com"
|
|
}
|
|
],
|
|
"description": "JSONPath implementation for parsing, searching and flattening arrays",
|
|
"abandoned": "softcreatr/jsonpath",
|
|
"time": "2019-07-15T17:23:22+00:00"
|
|
},
|
|
{
|
|
"name": "friendsofphp/php-cs-fixer",
|
|
"version": "v2.16.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
|
|
"reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/83baf823a33a1cbd5416c8626935cf3f843c10b0",
|
|
"reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer/semver": "^1.4",
|
|
"composer/xdebug-handler": "^1.2",
|
|
"doctrine/annotations": "^1.2",
|
|
"ext-json": "*",
|
|
"ext-tokenizer": "*",
|
|
"php": "^5.6 || ^7.0",
|
|
"php-cs-fixer/diff": "^1.3",
|
|
"symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
|
|
"symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
|
|
"symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
|
|
"symfony/finder": "^3.0 || ^4.0 || ^5.0",
|
|
"symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
|
|
"symfony/polyfill-php70": "^1.0",
|
|
"symfony/polyfill-php72": "^1.4",
|
|
"symfony/process": "^3.0 || ^4.0 || ^5.0",
|
|
"symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
|
|
},
|
|
"require-dev": {
|
|
"johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
|
|
"justinrainbow/json-schema": "^5.0",
|
|
"keradus/cli-executor": "^1.2",
|
|
"mikey179/vfsstream": "^1.6",
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
"php-cs-fixer/accessible-object": "^1.0",
|
|
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
|
|
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
|
|
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
|
|
"phpunitgoodpractices/traits": "^1.8",
|
|
"symfony/phpunit-bridge": "^4.3 || ^5.0",
|
|
"symfony/yaml": "^3.0 || ^4.0 || ^5.0"
|
|
},
|
|
"suggest": {
|
|
"ext-dom": "For handling output formats in XML",
|
|
"ext-mbstring": "For handling non-UTF8 characters in cache signature.",
|
|
"php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
|
|
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
|
|
"symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
|
|
},
|
|
"bin": [
|
|
"php-cs-fixer"
|
|
],
|
|
"type": "application",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PhpCsFixer\\": "src/"
|
|
},
|
|
"classmap": [
|
|
"tests/Test/AbstractFixerTestCase.php",
|
|
"tests/Test/AbstractIntegrationCaseFactory.php",
|
|
"tests/Test/AbstractIntegrationTestCase.php",
|
|
"tests/Test/Assert/AssertTokensTrait.php",
|
|
"tests/Test/IntegrationCase.php",
|
|
"tests/Test/IntegrationCaseFactory.php",
|
|
"tests/Test/IntegrationCaseFactoryInterface.php",
|
|
"tests/Test/InternalIntegrationCaseFactory.php",
|
|
"tests/Test/IsIdenticalConstraint.php",
|
|
"tests/TestCase.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Dariusz Rumiński",
|
|
"email": "dariusz.ruminski@gmail.com"
|
|
}
|
|
],
|
|
"description": "A tool to automatically fix PHP code style",
|
|
"time": "2020-04-15T18:51:10+00:00"
|
|
},
|
|
{
|
|
"name": "justinrainbow/json-schema",
|
|
"version": "5.2.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/justinrainbow/json-schema.git",
|
|
"reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
|
|
"reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
|
|
"json-schema/json-schema-test-suite": "1.2.0",
|
|
"phpunit/phpunit": "^4.8.35"
|
|
},
|
|
"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"
|
|
],
|
|
"time": "2020-05-27T16:41:55+00:00"
|
|
},
|
|
{
|
|
"name": "myclabs/deep-copy",
|
|
"version": "1.9.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/myclabs/DeepCopy.git",
|
|
"reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
|
|
"reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"replace": {
|
|
"myclabs/deep-copy": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/collections": "^1.0",
|
|
"doctrine/common": "^2.6",
|
|
"phpunit/phpunit": "^7.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DeepCopy\\": "src/DeepCopy/"
|
|
},
|
|
"files": [
|
|
"src/DeepCopy/deep_copy.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Create deep copies (clones) of your objects",
|
|
"keywords": [
|
|
"clone",
|
|
"copy",
|
|
"duplicate",
|
|
"object",
|
|
"object graph"
|
|
],
|
|
"time": "2020-01-17T21:11:47+00:00"
|
|
},
|
|
{
|
|
"name": "phar-io/manifest",
|
|
"version": "1.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phar-io/manifest.git",
|
|
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
|
|
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-phar": "*",
|
|
"phar-io/version": "^2.0",
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Arne Blankerts",
|
|
"email": "arne@blankerts.de",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Sebastian Heuer",
|
|
"email": "sebastian@phpeople.de",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
|
|
"time": "2018-07-08T19:23:20+00:00"
|
|
},
|
|
{
|
|
"name": "phar-io/version",
|
|
"version": "2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phar-io/version.git",
|
|
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
|
|
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Arne Blankerts",
|
|
"email": "arne@blankerts.de",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Sebastian Heuer",
|
|
"email": "sebastian@phpeople.de",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Library for handling version information and constraints",
|
|
"time": "2018-07-08T19:19:57+00:00"
|
|
},
|
|
{
|
|
"name": "php-cs-fixer/diff",
|
|
"version": "v1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHP-CS-Fixer/diff.git",
|
|
"reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
|
|
"reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
|
|
"symfony/process": "^3.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kore Nordmann",
|
|
"email": "mail@kore-nordmann.de"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "SpacePossum"
|
|
}
|
|
],
|
|
"description": "sebastian/diff v2 backport support for PHP5.6",
|
|
"homepage": "https://github.com/PHP-CS-Fixer",
|
|
"keywords": [
|
|
"diff"
|
|
],
|
|
"time": "2018-02-15T16:58:55+00:00"
|
|
},
|
|
{
|
|
"name": "php-mock/php-mock",
|
|
"version": "2.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-mock/php-mock.git",
|
|
"reference": "890d3e32e3a5f29715a8fd17debd87a0c9e614a0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-mock/php-mock/zipball/890d3e32e3a5f29715a8fd17debd87a0c9e614a0",
|
|
"reference": "890d3e32e3a5f29715a8fd17debd87a0c9e614a0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0",
|
|
"phpunit/php-text-template": "^1 || ^2"
|
|
},
|
|
"replace": {
|
|
"malkusch/php-mock": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.0 || ^9.0"
|
|
},
|
|
"suggest": {
|
|
"php-mock/php-mock-phpunit": "Allows integration into PHPUnit testcase with the trait PHPMock."
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"autoload.php"
|
|
],
|
|
"psr-4": {
|
|
"phpmock\\": [
|
|
"classes/",
|
|
"tests/"
|
|
]
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"WTFPL"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Markus Malkusch",
|
|
"email": "markus@malkusch.de",
|
|
"homepage": "http://markus.malkusch.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "PHP-Mock can mock built-in PHP functions (e.g. time()). PHP-Mock relies on PHP's namespace fallback policy. No further extension is needed.",
|
|
"homepage": "https://github.com/php-mock/php-mock",
|
|
"keywords": [
|
|
"BDD",
|
|
"TDD",
|
|
"function",
|
|
"mock",
|
|
"stub",
|
|
"test",
|
|
"test double"
|
|
],
|
|
"time": "2020-04-17T16:39:00+00:00"
|
|
},
|
|
{
|
|
"name": "php-mock/php-mock-integration",
|
|
"version": "2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-mock/php-mock-integration.git",
|
|
"reference": "003d585841e435958a02e9b986953907b8b7609b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-mock/php-mock-integration/zipball/003d585841e435958a02e9b986953907b8b7609b",
|
|
"reference": "003d585841e435958a02e9b986953907b8b7609b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"php-mock/php-mock": "^2.2",
|
|
"phpunit/php-text-template": "^1 || ^2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7.27 || ^6 || ^7 || ^8 || ^9"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpmock\\integration\\": "classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"WTFPL"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Markus Malkusch",
|
|
"email": "markus@malkusch.de",
|
|
"homepage": "http://markus.malkusch.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Integration package for PHP-Mock",
|
|
"homepage": "https://github.com/php-mock/php-mock-integration",
|
|
"keywords": [
|
|
"BDD",
|
|
"TDD",
|
|
"function",
|
|
"mock",
|
|
"stub",
|
|
"test",
|
|
"test double"
|
|
],
|
|
"time": "2020-02-08T14:40:25+00:00"
|
|
},
|
|
{
|
|
"name": "php-mock/php-mock-phpunit",
|
|
"version": "2.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-mock/php-mock-phpunit.git",
|
|
"reference": "2877a0e58f12e91b64bf36ccd080a209dcbf6c30"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-mock/php-mock-phpunit/zipball/2877a0e58f12e91b64bf36ccd080a209dcbf6c30",
|
|
"reference": "2877a0e58f12e91b64bf36ccd080a209dcbf6c30",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7",
|
|
"php-mock/php-mock-integration": "^2.1",
|
|
"phpunit/phpunit": "^6 || ^7 || ^8 || ^9"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"autoload.php"
|
|
],
|
|
"psr-4": {
|
|
"phpmock\\phpunit\\": "classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"WTFPL"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Markus Malkusch",
|
|
"email": "markus@malkusch.de",
|
|
"homepage": "http://markus.malkusch.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Mock built-in PHP functions (e.g. time()) with PHPUnit. This package relies on PHP's namespace fallback policy. No further extension is needed.",
|
|
"homepage": "https://github.com/php-mock/php-mock-phpunit",
|
|
"keywords": [
|
|
"BDD",
|
|
"TDD",
|
|
"function",
|
|
"mock",
|
|
"phpunit",
|
|
"stub",
|
|
"test",
|
|
"test double"
|
|
],
|
|
"time": "2020-02-08T15:44:47+00:00"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/reflection-common",
|
|
"version": "2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
|
"reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
|
|
"reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpDocumentor\\Reflection\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jaap van Otterdijk",
|
|
"email": "opensource@ijaap.nl"
|
|
}
|
|
],
|
|
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
|
"homepage": "http://www.phpdoc.org",
|
|
"keywords": [
|
|
"FQSEN",
|
|
"phpDocumentor",
|
|
"phpdoc",
|
|
"reflection",
|
|
"static analysis"
|
|
],
|
|
"time": "2020-04-27T09:25:28+00:00"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
"version": "5.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
|
|
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-filter": "^7.1",
|
|
"php": "^7.2",
|
|
"phpdocumentor/reflection-common": "^2.0",
|
|
"phpdocumentor/type-resolver": "^1.0",
|
|
"webmozart/assert": "^1"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/instantiator": "^1",
|
|
"mockery/mockery": "^1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpDocumentor\\Reflection\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mike van Riel",
|
|
"email": "me@mikevanriel.com"
|
|
},
|
|
{
|
|
"name": "Jaap van Otterdijk",
|
|
"email": "account@ijaap.nl"
|
|
}
|
|
],
|
|
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
|
"time": "2020-02-22T12:28:44+00:00"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/type-resolver",
|
|
"version": "1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
|
"reference": "7462d5f123dfc080dfdf26897032a6513644fc95"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95",
|
|
"reference": "7462d5f123dfc080dfdf26897032a6513644fc95",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2",
|
|
"phpdocumentor/reflection-common": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-tokenizer": "^7.2",
|
|
"mockery/mockery": "~1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpDocumentor\\Reflection\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mike van Riel",
|
|
"email": "me@mikevanriel.com"
|
|
}
|
|
],
|
|
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
|
|
"time": "2020-02-18T18:59:58+00:00"
|
|
},
|
|
{
|
|
"name": "phpspec/prophecy",
|
|
"version": "v1.10.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpspec/prophecy.git",
|
|
"reference": "451c3cd1418cf640de218914901e51b064abb093"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
|
|
"reference": "451c3cd1418cf640de218914901e51b064abb093",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/instantiator": "^1.0.2",
|
|
"php": "^5.3|^7.0",
|
|
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
|
|
"sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
|
|
"sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/phpspec": "^2.5 || ^3.2",
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.10.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Prophecy\\": "src/Prophecy"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com",
|
|
"homepage": "http://everzet.com"
|
|
},
|
|
{
|
|
"name": "Marcello Duarte",
|
|
"email": "marcello.duarte@gmail.com"
|
|
}
|
|
],
|
|
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
|
"homepage": "https://github.com/phpspec/prophecy",
|
|
"keywords": [
|
|
"Double",
|
|
"Dummy",
|
|
"fake",
|
|
"mock",
|
|
"spy",
|
|
"stub"
|
|
],
|
|
"time": "2020-03-05T15:02:03+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-code-coverage",
|
|
"version": "8.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
"reference": "ca6647ffddd2add025ab3f21644a441d7c146cdc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca6647ffddd2add025ab3f21644a441d7c146cdc",
|
|
"reference": "ca6647ffddd2add025ab3f21644a441d7c146cdc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-xmlwriter": "*",
|
|
"php": "^7.3",
|
|
"phpunit/php-file-iterator": "^3.0",
|
|
"phpunit/php-text-template": "^2.0",
|
|
"phpunit/php-token-stream": "^4.0",
|
|
"sebastian/code-unit-reverse-lookup": "^2.0",
|
|
"sebastian/environment": "^5.0",
|
|
"sebastian/version": "^3.0",
|
|
"theseer/tokenizer": "^1.1.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.0"
|
|
},
|
|
"suggest": {
|
|
"ext-pcov": "*",
|
|
"ext-xdebug": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "8.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
|
"keywords": [
|
|
"coverage",
|
|
"testing",
|
|
"xunit"
|
|
],
|
|
"time": "2020-05-23T08:02:54+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-file-iterator",
|
|
"version": "3.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
"reference": "4ac5b3e13df14829daa60a2eb4fdd2f2b7d33cf4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/4ac5b3e13df14829daa60a2eb4fdd2f2b7d33cf4",
|
|
"reference": "4ac5b3e13df14829daa60a2eb4fdd2f2b7d33cf4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
|
"keywords": [
|
|
"filesystem",
|
|
"iterator"
|
|
],
|
|
"time": "2020-04-18T05:02:12+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-invoker",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-invoker.git",
|
|
"reference": "7579d5a1ba7f3ac11c80004d205877911315ae7a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/7579d5a1ba7f3ac11c80004d205877911315ae7a",
|
|
"reference": "7579d5a1ba7f3ac11c80004d205877911315ae7a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3"
|
|
},
|
|
"require-dev": {
|
|
"ext-pcntl": "*",
|
|
"phpunit/phpunit": "^9.0"
|
|
},
|
|
"suggest": {
|
|
"ext-pcntl": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Invoke callables with a timeout",
|
|
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
|
|
"keywords": [
|
|
"process"
|
|
],
|
|
"time": "2020-02-07T06:06:11+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-text-template",
|
|
"version": "2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
|
"reference": "526dc996cc0ebdfa428cd2dfccd79b7b53fee346"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/526dc996cc0ebdfa428cd2dfccd79b7b53fee346",
|
|
"reference": "526dc996cc0ebdfa428cd2dfccd79b7b53fee346",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Simple template engine.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
|
"keywords": [
|
|
"template"
|
|
],
|
|
"time": "2020-02-01T07:43:44+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-timer",
|
|
"version": "5.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
"reference": "b0d089de001ba60ffa3be36b23e1b8150d072238"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/b0d089de001ba60ffa3be36b23e1b8150d072238",
|
|
"reference": "b0d089de001ba60ffa3be36b23e1b8150d072238",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Utility class for timing",
|
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
|
"keywords": [
|
|
"timer"
|
|
],
|
|
"time": "2020-06-07T12:05:53+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-token-stream",
|
|
"version": "4.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
|
"reference": "cdc0db5aed8fbfaf475fbd95bfd7bab83c7a779c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/cdc0db5aed8fbfaf475fbd95bfd7bab83c7a779c",
|
|
"reference": "cdc0db5aed8fbfaf475fbd95bfd7bab83c7a779c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-tokenizer": "*",
|
|
"php": "^7.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Wrapper around PHP's tokenizer extension.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
|
"keywords": [
|
|
"tokenizer"
|
|
],
|
|
"abandoned": true,
|
|
"time": "2020-05-06T09:56:31+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/phpunit",
|
|
"version": "9.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
"reference": "8fd0d8f80029682da89516a554f4d5f5a030345c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8fd0d8f80029682da89516a554f4d5f5a030345c",
|
|
"reference": "8fd0d8f80029682da89516a554f4d5f5a030345c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/instantiator": "^1.2.0",
|
|
"ext-dom": "*",
|
|
"ext-json": "*",
|
|
"ext-libxml": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-xml": "*",
|
|
"ext-xmlwriter": "*",
|
|
"myclabs/deep-copy": "^1.9.1",
|
|
"phar-io/manifest": "^1.0.3",
|
|
"phar-io/version": "^2.0.1",
|
|
"php": "^7.3",
|
|
"phpspec/prophecy": "^1.8.1",
|
|
"phpunit/php-code-coverage": "^8.0.1",
|
|
"phpunit/php-file-iterator": "^3.0",
|
|
"phpunit/php-invoker": "^3.0",
|
|
"phpunit/php-text-template": "^2.0",
|
|
"phpunit/php-timer": "^5.0",
|
|
"sebastian/code-unit": "^1.0.2",
|
|
"sebastian/comparator": "^4.0",
|
|
"sebastian/diff": "^4.0",
|
|
"sebastian/environment": "^5.0.1",
|
|
"sebastian/exporter": "^4.0",
|
|
"sebastian/global-state": "^4.0",
|
|
"sebastian/object-enumerator": "^4.0",
|
|
"sebastian/resource-operations": "^3.0",
|
|
"sebastian/type": "^2.1",
|
|
"sebastian/version": "^3.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-pdo": "*",
|
|
"phpspec/prophecy-phpunit": "^2.0"
|
|
},
|
|
"suggest": {
|
|
"ext-soap": "*",
|
|
"ext-xdebug": "*"
|
|
},
|
|
"bin": [
|
|
"phpunit"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
],
|
|
"files": [
|
|
"src/Framework/Assert/Functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "The PHP Unit Testing framework.",
|
|
"homepage": "https://phpunit.de/",
|
|
"keywords": [
|
|
"phpunit",
|
|
"testing",
|
|
"xunit"
|
|
],
|
|
"time": "2020-06-07T14:14:21+00:00"
|
|
},
|
|
{
|
|
"name": "psr/container",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/container.git",
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Container\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
"homepage": "https://github.com/php-fig/container",
|
|
"keywords": [
|
|
"PSR-11",
|
|
"container",
|
|
"container-interface",
|
|
"container-interop",
|
|
"psr"
|
|
],
|
|
"time": "2017-02-14T16:28:37+00:00"
|
|
},
|
|
{
|
|
"name": "psr/event-dispatcher",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/event-dispatcher.git",
|
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\EventDispatcher\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Standard interfaces for event handling.",
|
|
"keywords": [
|
|
"events",
|
|
"psr",
|
|
"psr-14"
|
|
],
|
|
"time": "2019-01-08T18:20:26+00:00"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
|
|
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "Psr/Log/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"time": "2020-03-23T09:12:05+00:00"
|
|
},
|
|
{
|
|
"name": "roave/security-advisories",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
|
"reference": "4f42b10e06af1f60cfb98f1960b8c9d49417feb5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/4f42b10e06af1f60cfb98f1960b8c9d49417feb5",
|
|
"reference": "4f42b10e06af1f60cfb98f1960b8c9d49417feb5",
|
|
"shasum": ""
|
|
},
|
|
"conflict": {
|
|
"3f/pygmentize": "<1.2",
|
|
"adodb/adodb-php": "<5.20.12",
|
|
"alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
|
|
"amphp/artax": "<1.0.6|>=2,<2.0.6",
|
|
"amphp/http": "<1.0.1",
|
|
"api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
|
|
"asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
|
|
"aws/aws-sdk-php": ">=3,<3.2.1",
|
|
"bagisto/bagisto": "<0.1.5",
|
|
"barrelstrength/sprout-base-email": "<1.2.7",
|
|
"barrelstrength/sprout-forms": "<3.9",
|
|
"bolt/bolt": "<3.7.1",
|
|
"brightlocal/phpwhois": "<=4.2.5",
|
|
"buddypress/buddypress": "<5.1.2",
|
|
"bugsnag/bugsnag-laravel": ">=2,<2.0.2",
|
|
"cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7",
|
|
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
|
|
"cartalyst/sentry": "<=2.1.6",
|
|
"centreon/centreon": "<18.10.8|>=19,<19.4.5",
|
|
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
|
|
"codeigniter/framework": "<=3.0.6",
|
|
"composer/composer": "<=1-alpha.11",
|
|
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
|
|
"contao/core": ">=2,<3.5.39",
|
|
"contao/core-bundle": ">=4,<4.4.46|>=4.5,<4.8.6",
|
|
"contao/listing-bundle": ">=4,<4.4.8",
|
|
"datadog/dd-trace": ">=0.30,<0.30.2",
|
|
"david-garcia/phpwhois": "<=4.3.1",
|
|
"doctrine/annotations": ">=1,<1.2.7",
|
|
"doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
|
|
"doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
|
|
"doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
|
|
"doctrine/doctrine-bundle": "<1.5.2",
|
|
"doctrine/doctrine-module": "<=0.7.1",
|
|
"doctrine/mongodb-odm": ">=1,<1.0.2",
|
|
"doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
|
|
"doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
|
|
"dolibarr/dolibarr": "<11.0.4",
|
|
"dompdf/dompdf": ">=0.6,<0.6.2",
|
|
"drupal/core": ">=7,<7.70|>=8,<8.7.14|>=8.8,<8.8.6",
|
|
"drupal/drupal": ">=7,<7.70|>=8,<8.7.14|>=8.8,<8.8.6",
|
|
"endroid/qr-code-bundle": "<3.4.2",
|
|
"enshrined/svg-sanitize": "<0.13.1",
|
|
"erusev/parsedown": "<1.7.2",
|
|
"ezsystems/demobundle": ">=5.4,<5.4.6.1",
|
|
"ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1",
|
|
"ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1",
|
|
"ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4",
|
|
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6",
|
|
"ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2",
|
|
"ezsystems/ezplatform-kernel": ">=1,<1.0.2.1",
|
|
"ezsystems/ezplatform-user": ">=1,<1.0.1",
|
|
"ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.2|>=6,<6.7.9.1|>=6.8,<6.13.6.3|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.7.1",
|
|
"ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.1|>=2011,<2017.12.7.2|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.4.2",
|
|
"ezsystems/repository-forms": ">=2.3,<2.3.2.1",
|
|
"ezyang/htmlpurifier": "<4.1.1",
|
|
"firebase/php-jwt": "<2",
|
|
"fooman/tcpdf": "<6.2.22",
|
|
"fossar/tcpdf-parser": "<6.2.22",
|
|
"friendsofsymfony/oauth2-php": "<1.3",
|
|
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
|
|
"friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
|
|
"fuel/core": "<1.8.1",
|
|
"getgrav/grav": "<1.7-beta.8",
|
|
"gree/jose": "<=2.2",
|
|
"gregwar/rst": "<1.0.3",
|
|
"guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1",
|
|
"illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
|
|
"illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
|
|
"illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
|
|
"illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
|
|
"illuminate/view": ">=7,<7.1.2",
|
|
"ivankristianto/phpwhois": "<=4.3",
|
|
"james-heinrich/getid3": "<1.9.9",
|
|
"joomla/session": "<1.3.1",
|
|
"jsmitty12/phpwhois": "<5.1",
|
|
"kazist/phpwhois": "<=4.2.6",
|
|
"kreait/firebase-php": ">=3.2,<3.8.1",
|
|
"la-haute-societe/tcpdf": "<6.2.22",
|
|
"laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30|>=7,<7.1.2",
|
|
"laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
|
|
"league/commonmark": "<0.18.3",
|
|
"librenms/librenms": "<1.53",
|
|
"magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3",
|
|
"magento/magento1ce": "<1.9.4.3",
|
|
"magento/magento1ee": ">=1,<1.14.4.3",
|
|
"magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2",
|
|
"monolog/monolog": ">=1.8,<1.12",
|
|
"namshi/jose": "<2.2",
|
|
"nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
|
|
"october/october": ">=1.0.319,<1.0.466",
|
|
"onelogin/php-saml": "<2.10.4",
|
|
"oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
|
|
"openid/php-openid": "<2.3",
|
|
"oro/crm": ">=1.7,<1.7.4",
|
|
"oro/platform": ">=1.7,<1.7.4",
|
|
"padraic/humbug_get_contents": "<1.1.2",
|
|
"pagarme/pagarme-php": ">=0,<3",
|
|
"paragonie/random_compat": "<2",
|
|
"paypal/merchant-sdk-php": "<3.12",
|
|
"pear/archive_tar": "<1.4.4",
|
|
"phpfastcache/phpfastcache": ">=5,<5.0.13",
|
|
"phpmailer/phpmailer": "<6.1.6",
|
|
"phpmyadmin/phpmyadmin": "<4.9.2",
|
|
"phpoffice/phpexcel": "<1.8.2",
|
|
"phpoffice/phpspreadsheet": "<1.8",
|
|
"phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
|
|
"phpwhois/phpwhois": "<=4.2.5",
|
|
"phpxmlrpc/extras": "<0.6.1",
|
|
"pimcore/pimcore": "<6.3",
|
|
"prestashop/autoupgrade": ">=4,<4.10.1",
|
|
"prestashop/gamification": "<2.3.2",
|
|
"prestashop/ps_facetedsearch": "<3.4.1",
|
|
"privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2",
|
|
"propel/propel": ">=2-alpha.1,<=2-alpha.7",
|
|
"propel/propel1": ">=1,<=1.7.1",
|
|
"pusher/pusher-php-server": "<2.2.1",
|
|
"rainlab/debugbar-plugin": "<3.1",
|
|
"robrichards/xmlseclibs": "<3.0.4",
|
|
"sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
|
|
"scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11",
|
|
"sensiolabs/connect": "<4.2.3",
|
|
"serluck/phpwhois": "<=4.2.6",
|
|
"shopware/shopware": "<5.3.7",
|
|
"silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1",
|
|
"silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2",
|
|
"silverstripe/cms": "<4.3.6|>=4.4,<4.4.4",
|
|
"silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
|
|
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
|
|
"silverstripe/framework": "<4.4.5|>=4.5,<4.5.2",
|
|
"silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2",
|
|
"silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
|
|
"silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
|
|
"silverstripe/subsites": ">=2,<2.1.1",
|
|
"silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
|
|
"silverstripe/userforms": "<3",
|
|
"simple-updates/phpwhois": "<=1",
|
|
"simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
|
|
"simplesamlphp/simplesamlphp": "<1.18.6",
|
|
"simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
|
|
"simplito/elliptic-php": "<1.0.6",
|
|
"slim/slim": "<2.6",
|
|
"smarty/smarty": "<3.1.33",
|
|
"socalnick/scn-social-auth": "<1.15.2",
|
|
"spoonity/tcpdf": "<6.2.22",
|
|
"squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
|
|
"ssddanbrown/bookstack": "<0.29.2",
|
|
"stormpath/sdk": ">=0,<9.9.99",
|
|
"studio-42/elfinder": "<2.1.49",
|
|
"swiftmailer/swiftmailer": ">=4,<5.4.5",
|
|
"sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
|
|
"sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
|
|
"sylius/grid-bundle": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
|
|
"sylius/resource-bundle": "<1.3.13|>=1.4,<1.4.6|>=1.5,<1.5.1|>=1.6,<1.6.3",
|
|
"sylius/sylius": "<1.3.16|>=1.4,<1.4.12|>=1.5,<1.5.9|>=1.6,<1.6.5",
|
|
"symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
|
|
"symbiote/silverstripe-versionedfiles": "<=2.0.3",
|
|
"symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
|
|
"symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
"symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
|
|
"symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
|
|
"symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
"symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
|
|
"symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
|
|
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
|
|
"symfony/mime": ">=4.3,<4.3.8",
|
|
"symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
"symfony/polyfill": ">=1,<1.10",
|
|
"symfony/polyfill-php55": ">=1,<1.10",
|
|
"symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
"symfony/routing": ">=2,<2.0.19",
|
|
"symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=4.4,<4.4.7|>=5,<5.0.7",
|
|
"symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
|
"symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7",
|
|
"symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
|
"symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
|
"symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
|
|
"symfony/serializer": ">=2,<2.0.11",
|
|
"symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
|
|
"symfony/translation": ">=2,<2.0.17",
|
|
"symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
|
|
"symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
|
|
"symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
|
|
"symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
|
|
"t3g/svg-sanitizer": "<1.0.3",
|
|
"tecnickcom/tcpdf": "<6.2.22",
|
|
"thelia/backoffice-default-template": ">=2.1,<2.1.2",
|
|
"thelia/thelia": ">=2.1-beta.1,<2.1.3",
|
|
"theonedemon/phpwhois": "<=4.2.5",
|
|
"titon/framework": ">=0,<9.9.99",
|
|
"truckersmp/phpwhois": "<=4.3.1",
|
|
"twig/twig": "<1.38|>=2,<2.7",
|
|
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.30|>=9,<9.5.17|>=10,<10.4.2",
|
|
"typo3/cms-core": ">=8,<8.7.30|>=9,<9.5.17|>=10,<10.4.2",
|
|
"typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5",
|
|
"typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
|
|
"typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
|
|
"ua-parser/uap-php": "<3.8",
|
|
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
|
|
"verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
|
|
"wallabag/tcpdf": "<6.2.22",
|
|
"willdurand/js-translation-bundle": "<2.1.1",
|
|
"yii2mod/yii2-cms": "<1.9.2",
|
|
"yiisoft/yii": ">=1.1.14,<1.1.15",
|
|
"yiisoft/yii2": "<2.0.15",
|
|
"yiisoft/yii2-bootstrap": "<2.0.4",
|
|
"yiisoft/yii2-dev": "<2.0.15",
|
|
"yiisoft/yii2-elasticsearch": "<2.0.5",
|
|
"yiisoft/yii2-gii": "<2.0.4",
|
|
"yiisoft/yii2-jui": "<2.0.4",
|
|
"yiisoft/yii2-redis": "<2.0.8",
|
|
"yourls/yourls": "<1.7.4",
|
|
"zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
|
|
"zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
|
|
"zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
|
|
"zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
|
|
"zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
|
|
"zendframework/zend-diactoros": ">=1,<1.8.4",
|
|
"zendframework/zend-feed": ">=1,<2.10.3",
|
|
"zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
|
|
"zendframework/zend-http": ">=1,<2.8.1",
|
|
"zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
|
|
"zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
|
|
"zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
|
|
"zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
|
|
"zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
|
|
"zendframework/zend-validator": ">=2.3,<2.3.6",
|
|
"zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
|
|
"zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
|
|
"zendframework/zendframework": "<2.5.1",
|
|
"zendframework/zendframework1": "<1.12.20",
|
|
"zendframework/zendopenid": ">=2,<2.0.2",
|
|
"zendframework/zendxml": ">=1,<1.0.1",
|
|
"zetacomponents/mail": "<1.8.2",
|
|
"zf-commons/zfc-user": "<1.2.2",
|
|
"zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
|
|
"zfr/zfr-oauth2-server-module": "<0.1.2"
|
|
},
|
|
"type": "metapackage",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "ocramius@gmail.com",
|
|
"role": "maintainer"
|
|
},
|
|
{
|
|
"name": "Ilya Tribusean",
|
|
"email": "slash3b@gmail.com",
|
|
"role": "maintainer"
|
|
}
|
|
],
|
|
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
|
"time": "2020-06-10T00:01:14+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/code-unit",
|
|
"version": "1.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/code-unit.git",
|
|
"reference": "ac958085bc19fcd1d36425c781ef4cbb5b06e2a5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/ac958085bc19fcd1d36425c781ef4cbb5b06e2a5",
|
|
"reference": "ac958085bc19fcd1d36425c781ef4cbb5b06e2a5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Collection of value objects that represent the PHP code units",
|
|
"homepage": "https://github.com/sebastianbergmann/code-unit",
|
|
"time": "2020-04-30T05:58:10+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/code-unit-reverse-lookup",
|
|
"version": "2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
|
"reference": "5b5dbe0044085ac41df47e79d34911a15b96d82e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5b5dbe0044085ac41df47e79d34911a15b96d82e",
|
|
"reference": "5b5dbe0044085ac41df47e79d34911a15b96d82e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Looks up which function or method a line of code belongs to",
|
|
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
|
"time": "2020-02-07T06:20:13+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/comparator",
|
|
"version": "4.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
|
"reference": "85b3435da967696ed618ff745f32be3ff4a2b8e8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/85b3435da967696ed618ff745f32be3ff4a2b8e8",
|
|
"reference": "85b3435da967696ed618ff745f32be3ff4a2b8e8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3",
|
|
"sebastian/diff": "^4.0",
|
|
"sebastian/exporter": "^4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Volker Dusch",
|
|
"email": "github@wallbash.com"
|
|
},
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@2bepublished.at"
|
|
}
|
|
],
|
|
"description": "Provides the functionality to compare PHP values for equality",
|
|
"homepage": "https://github.com/sebastianbergmann/comparator",
|
|
"keywords": [
|
|
"comparator",
|
|
"compare",
|
|
"equality"
|
|
],
|
|
"time": "2020-02-07T06:08:51+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/diff",
|
|
"version": "4.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
|
"reference": "3e523c576f29dacecff309f35e4cc5a5c168e78a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3e523c576f29dacecff309f35e4cc5a5c168e78a",
|
|
"reference": "3e523c576f29dacecff309f35e4cc5a5c168e78a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.0",
|
|
"symfony/process": "^4.2 || ^5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Kore Nordmann",
|
|
"email": "mail@kore-nordmann.de"
|
|
}
|
|
],
|
|
"description": "Diff implementation",
|
|
"homepage": "https://github.com/sebastianbergmann/diff",
|
|
"keywords": [
|
|
"diff",
|
|
"udiff",
|
|
"unidiff",
|
|
"unified diff"
|
|
],
|
|
"time": "2020-05-08T05:01:12+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/environment",
|
|
"version": "5.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
|
"reference": "c753f04d68cd489b6973cf9b4e505e191af3b05c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/c753f04d68cd489b6973cf9b4e505e191af3b05c",
|
|
"reference": "c753f04d68cd489b6973cf9b4e505e191af3b05c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.0"
|
|
},
|
|
"suggest": {
|
|
"ext-posix": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
|
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
|
"keywords": [
|
|
"Xdebug",
|
|
"environment",
|
|
"hhvm"
|
|
],
|
|
"time": "2020-04-14T13:36:52+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/exporter",
|
|
"version": "4.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
|
"reference": "80c26562e964016538f832f305b2286e1ec29566"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/80c26562e964016538f832f305b2286e1ec29566",
|
|
"reference": "80c26562e964016538f832f305b2286e1ec29566",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3",
|
|
"sebastian/recursion-context": "^4.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-mbstring": "*",
|
|
"phpunit/phpunit": "^9.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Volker Dusch",
|
|
"email": "github@wallbash.com"
|
|
},
|
|
{
|
|
"name": "Adam Harvey",
|
|
"email": "aharvey@php.net"
|
|
},
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@gmail.com"
|
|
}
|
|
],
|
|
"description": "Provides the functionality to export PHP variables for visualization",
|
|
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
|
"keywords": [
|
|
"export",
|
|
"exporter"
|
|
],
|
|
"time": "2020-02-07T06:10:52+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/global-state",
|
|
"version": "4.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
|
"reference": "bdb1e7c79e592b8c82cb1699be3c8743119b8a72"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bdb1e7c79e592b8c82cb1699be3c8743119b8a72",
|
|
"reference": "bdb1e7c79e592b8c82cb1699be3c8743119b8a72",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3",
|
|
"sebastian/object-reflector": "^2.0",
|
|
"sebastian/recursion-context": "^4.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-dom": "*",
|
|
"phpunit/phpunit": "^9.0"
|
|
},
|
|
"suggest": {
|
|
"ext-uopz": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Snapshotting of global state",
|
|
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
|
"keywords": [
|
|
"global state"
|
|
],
|
|
"time": "2020-02-07T06:11:37+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/object-enumerator",
|
|
"version": "4.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
|
"reference": "e67516b175550abad905dc952f43285957ef4363"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67516b175550abad905dc952f43285957ef4363",
|
|
"reference": "e67516b175550abad905dc952f43285957ef4363",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3",
|
|
"sebastian/object-reflector": "^2.0",
|
|
"sebastian/recursion-context": "^4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
|
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
|
"time": "2020-02-07T06:12:23+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/object-reflector",
|
|
"version": "2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/object-reflector.git",
|
|
"reference": "f4fd0835cabb0d4a6546d9fe291e5740037aa1e7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/f4fd0835cabb0d4a6546d9fe291e5740037aa1e7",
|
|
"reference": "f4fd0835cabb0d4a6546d9fe291e5740037aa1e7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Allows reflection of object attributes, including inherited and non-public ones",
|
|
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
|
|
"time": "2020-02-07T06:19:40+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/recursion-context",
|
|
"version": "4.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
"reference": "cdd86616411fc3062368b720b0425de10bd3d579"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cdd86616411fc3062368b720b0425de10bd3d579",
|
|
"reference": "cdd86616411fc3062368b720b0425de10bd3d579",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Adam Harvey",
|
|
"email": "aharvey@php.net"
|
|
}
|
|
],
|
|
"description": "Provides functionality to recursively process PHP variables",
|
|
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
|
"time": "2020-02-07T06:18:20+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/resource-operations",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/resource-operations.git",
|
|
"reference": "8c98bf0dfa1f9256d0468b9803a1e1df31b6fa98"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/8c98bf0dfa1f9256d0468b9803a1e1df31b6fa98",
|
|
"reference": "8c98bf0dfa1f9256d0468b9803a1e1df31b6fa98",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Provides a list of PHP built-in functions that operate on resources",
|
|
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
|
"time": "2020-02-07T06:13:02+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/type",
|
|
"version": "2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/type.git",
|
|
"reference": "bad49207c6f854e7a25cef0ea948ac8ebe3ef9d8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/bad49207c6f854e7a25cef0ea948ac8ebe3ef9d8",
|
|
"reference": "bad49207c6f854e7a25cef0ea948ac8ebe3ef9d8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Collection of value objects that represent the types of the PHP type system",
|
|
"homepage": "https://github.com/sebastianbergmann/type",
|
|
"time": "2020-06-01T12:21:09+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/version",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/version.git",
|
|
"reference": "0411bde656dce64202b39c2f4473993a9081d39e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/0411bde656dce64202b39c2f4473993a9081d39e",
|
|
"reference": "0411bde656dce64202b39c2f4473993a9081d39e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
"homepage": "https://github.com/sebastianbergmann/version",
|
|
"time": "2020-01-21T06:36:37+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/browser-kit",
|
|
"version": "v5.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/browser-kit.git",
|
|
"reference": "b9adef763c4f98660d1f8b924f6d61718f8ae0bc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/b9adef763c4f98660d1f8b924f6d61718f8ae0bc",
|
|
"reference": "b9adef763c4f98660d1f8b924f6d61718f8ae0bc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/dom-crawler": "^4.4|^5.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/css-selector": "^4.4|^5.0",
|
|
"symfony/http-client": "^4.4|^5.0",
|
|
"symfony/mime": "^4.4|^5.0",
|
|
"symfony/process": "^4.4|^5.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/process": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\BrowserKit\\": ""
|
|
},
|
|
"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 BrowserKit Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-05-23T13:13:03+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "v5.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/console.git",
|
|
"reference": "00bed125812716d09b163f0727ef33bb49bf3448"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/00bed125812716d09b163f0727ef33bb49bf3448",
|
|
"reference": "00bed125812716d09b163f0727ef33bb49bf3448",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
"symfony/polyfill-php73": "^1.8",
|
|
"symfony/polyfill-php80": "^1.15",
|
|
"symfony/service-contracts": "^1.1|^2",
|
|
"symfony/string": "^5.1"
|
|
},
|
|
"conflict": {
|
|
"symfony/dependency-injection": "<4.4",
|
|
"symfony/dotenv": "<5.1",
|
|
"symfony/event-dispatcher": "<4.4",
|
|
"symfony/lock": "<4.4",
|
|
"symfony/process": "<4.4"
|
|
},
|
|
"provide": {
|
|
"psr/log-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "^4.4|^5.0",
|
|
"symfony/dependency-injection": "^4.4|^5.0",
|
|
"symfony/event-dispatcher": "^4.4|^5.0",
|
|
"symfony/lock": "^4.4|^5.0",
|
|
"symfony/process": "^4.4|^5.0",
|
|
"symfony/var-dumper": "^4.4|^5.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "For using the console logger",
|
|
"symfony/event-dispatcher": "",
|
|
"symfony/lock": "",
|
|
"symfony/process": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.1-dev"
|
|
}
|
|
},
|
|
"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",
|
|
"time": "2020-05-30T20:35:19+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/css-selector",
|
|
"version": "v5.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/css-selector.git",
|
|
"reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/css-selector/zipball/e544e24472d4c97b2d11ade7caacd446727c6bf9",
|
|
"reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\CssSelector\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Jean-François Simon",
|
|
"email": "jeanfrancois.simon@sensiolabs.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony CssSelector Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-05-20T17:43:50+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/deprecation-contracts",
|
|
"version": "v2.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|
"reference": "dd99cb3a0aff6cadd2a8d7d7ed72c2161e218337"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/dd99cb3a0aff6cadd2a8d7d7ed72c2161e218337",
|
|
"reference": "dd99cb3a0aff6cadd2a8d7d7ed72c2161e218337",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"function.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "A generic function and convention to trigger deprecation notices",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-05-27T08:34:37+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/dom-crawler",
|
|
"version": "v5.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/dom-crawler.git",
|
|
"reference": "907187782c465a564f9030a0c6ace59e8821106f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/907187782c465a564f9030a0c6ace59e8821106f",
|
|
"reference": "907187782c465a564f9030a0c6ace59e8821106f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
"symfony/polyfill-php80": "^1.15"
|
|
},
|
|
"conflict": {
|
|
"masterminds/html5": "<2.6"
|
|
},
|
|
"require-dev": {
|
|
"masterminds/html5": "^2.6",
|
|
"symfony/css-selector": "^4.4|^5.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/css-selector": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\DomCrawler\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony DomCrawler Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-05-23T13:08:13+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"version": "v5.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
|
"reference": "cc0d059e2e997e79ca34125a52f3e33de4424ac7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/cc0d059e2e997e79ca34125a52f3e33de4424ac7",
|
|
"reference": "cc0d059e2e997e79ca34125a52f3e33de4424ac7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1",
|
|
"symfony/event-dispatcher-contracts": "^2",
|
|
"symfony/polyfill-php80": "^1.15"
|
|
},
|
|
"conflict": {
|
|
"symfony/dependency-injection": "<4.4"
|
|
},
|
|
"provide": {
|
|
"psr/event-dispatcher-implementation": "1.0",
|
|
"symfony/event-dispatcher-implementation": "2.0"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "^4.4|^5.0",
|
|
"symfony/dependency-injection": "^4.4|^5.0",
|
|
"symfony/expression-language": "^4.4|^5.0",
|
|
"symfony/http-foundation": "^4.4|^5.0",
|
|
"symfony/service-contracts": "^1.1|^2",
|
|
"symfony/stopwatch": "^4.4|^5.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/dependency-injection": "",
|
|
"symfony/http-kernel": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
|
},
|
|
"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 EventDispatcher Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-05-20T17:43:50+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher-contracts",
|
|
"version": "v2.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
|
"reference": "405952c4e90941a17e52ef7489a2bd94870bb290"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/405952c4e90941a17e52ef7489a2bd94870bb290",
|
|
"reference": "405952c4e90941a17e52ef7489a2bd94870bb290",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"psr/event-dispatcher": "^1"
|
|
},
|
|
"suggest": {
|
|
"symfony/event-dispatcher-implementation": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Contracts\\EventDispatcher\\": ""
|
|
}
|
|
},
|
|
"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 dispatching event",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"abstractions",
|
|
"contracts",
|
|
"decoupling",
|
|
"interfaces",
|
|
"interoperability",
|
|
"standards"
|
|
],
|
|
"time": "2020-05-20T17:43:50+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/filesystem",
|
|
"version": "v5.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/filesystem.git",
|
|
"reference": "6e4320f06d5f2cce0d96530162491f4465179157"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/6e4320f06d5f2cce0d96530162491f4465179157",
|
|
"reference": "6e4320f06d5f2cce0d96530162491f4465179157",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Filesystem\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Filesystem Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-05-30T20:35:19+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/options-resolver",
|
|
"version": "v5.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/options-resolver.git",
|
|
"reference": "663f5dd5e14057d1954fe721f9709d35837f2447"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/663f5dd5e14057d1954fe721f9709d35837f2447",
|
|
"reference": "663f5dd5e14057d1954fe721f9709d35837f2447",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1",
|
|
"symfony/polyfill-php80": "^1.15"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\OptionsResolver\\": ""
|
|
},
|
|
"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 OptionsResolver Component",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"config",
|
|
"configuration",
|
|
"options"
|
|
],
|
|
"time": "2020-05-23T13:08:13+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/service-contracts",
|
|
"version": "v2.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
|
"reference": "66a8f0957a3ca54e4f724e49028ab19d75a8918b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/66a8f0957a3ca54e4f724e49028ab19d75a8918b",
|
|
"reference": "66a8f0957a3ca54e4f724e49028ab19d75a8918b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"psr/container": "^1.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/service-implementation": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Contracts\\Service\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Generic abstractions related to writing services",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"abstractions",
|
|
"contracts",
|
|
"decoupling",
|
|
"interfaces",
|
|
"interoperability",
|
|
"standards"
|
|
],
|
|
"time": "2020-05-20T17:43:50+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/stopwatch",
|
|
"version": "v5.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/stopwatch.git",
|
|
"reference": "0f7c58cf81dbb5dd67d423a89d577524a2ec0323"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/0f7c58cf81dbb5dd67d423a89d577524a2ec0323",
|
|
"reference": "0f7c58cf81dbb5dd67d423a89d577524a2ec0323",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/service-contracts": "^1.0|^2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Stopwatch\\": ""
|
|
},
|
|
"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 Stopwatch Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-05-20T17:43:50+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/string",
|
|
"version": "v5.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/string.git",
|
|
"reference": "90c2a5103f07feb19069379f3abdcdbacc7753a9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/string/zipball/90c2a5103f07feb19069379f3abdcdbacc7753a9",
|
|
"reference": "90c2a5103f07feb19069379f3abdcdbacc7753a9",
|
|
"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",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.1-dev"
|
|
}
|
|
},
|
|
"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-05-20T17:43:50+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "v5.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/yaml.git",
|
|
"reference": "ea342353a3ef4f453809acc4ebc55382231d4d23"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/ea342353a3ef4f453809acc4ebc55382231d4d23",
|
|
"reference": "ea342353a3ef4f453809acc4ebc55382231d4d23",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1",
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
},
|
|
"conflict": {
|
|
"symfony/console": "<4.4"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "^4.4|^5.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "For validating YAML files using the lint command"
|
|
},
|
|
"bin": [
|
|
"Resources/bin/yaml-lint"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.1-dev"
|
|
}
|
|
},
|
|
"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",
|
|
"time": "2020-05-20T17:43:50+00:00"
|
|
},
|
|
{
|
|
"name": "theseer/tokenizer",
|
|
"version": "1.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/theseer/tokenizer.git",
|
|
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
|
|
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-tokenizer": "*",
|
|
"ext-xmlwriter": "*",
|
|
"php": "^7.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Arne Blankerts",
|
|
"email": "arne@blankerts.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
|
"time": "2019-06-13T22:48:21+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"league/oauth2-server": 20,
|
|
"roave/security-advisories": 20
|
|
},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": "^7.4",
|
|
"ext-intl": "*",
|
|
"ext-json": "*",
|
|
"ext-libxml": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-pdo": "*",
|
|
"ext-simplexml": "*",
|
|
"ext-sodium": "*"
|
|
},
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.0.0"
|
|
}
|