05959b17f0
In order to improve output in CI
7191 lines
252 KiB
JSON
7191 lines
252 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": "6902afc1fff243b16cd33396a2603e2e",
|
|
"packages": [
|
|
{
|
|
"name": "aura/session",
|
|
"version": "2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/auraphp/Aura.Session.git",
|
|
"reference": "7d2f7d41ad693970b5b6b83facca0961d3378883"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/auraphp/Aura.Session/zipball/7d2f7d41ad693970b5b6b83facca0961d3378883",
|
|
"reference": "7d2f7d41ad693970b5b6b83facca0961d3378883",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"aura/di": "~2.0"
|
|
},
|
|
"suggest": {
|
|
"ext-mcrypt": "Mcrypt generates the next best secure CSRF tokens.",
|
|
"ext-openssl": "OpenSSL generates the best secure CSRF tokens.",
|
|
"ircmaxell/random-lib": "A Library For Generating Secure Random Numbers",
|
|
"paragonie/random_compat": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"aura": {
|
|
"type": "library",
|
|
"config": {
|
|
"common": "Aura\\Session\\_Config\\Common"
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Aura\\Session\\": "src/",
|
|
"Aura\\Session\\_Config\\": "config/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Aura.Session Contributors",
|
|
"homepage": "https://github.com/auraphp/Aura.Session/contributors"
|
|
}
|
|
],
|
|
"description": "Provides session management functionality, including lazy session starting, session segments, next-request-only (\"flash\") values, and CSRF tools.",
|
|
"homepage": "https://github.com/auraphp/Aura.Session",
|
|
"keywords": [
|
|
"csrf",
|
|
"flash",
|
|
"flash message",
|
|
"session",
|
|
"sessions"
|
|
],
|
|
"time": "2016-10-03T20:28:32+00:00"
|
|
},
|
|
{
|
|
"name": "barracudanetworks/archivestream-php",
|
|
"version": "1.0.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/barracudanetworks/ArchiveStream-php.git",
|
|
"reference": "87540ce2b53257e2fd6505f4b261dc22b82d77c6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/barracudanetworks/ArchiveStream-php/zipball/87540ce2b53257e2fd6505f4b261dc22b82d77c6",
|
|
"reference": "87540ce2b53257e2fd6505f4b261dc22b82d77c6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-gmp": "*",
|
|
"ext-mbstring": "*",
|
|
"php": ">=5.1.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Barracuda\\ArchiveStream\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "A library for dynamically streaming dynamic tar or zip files without the need to have the complete file stored on the server.",
|
|
"homepage": "https://github.com/barracudanetworks/ArchiveStream-php",
|
|
"keywords": [
|
|
"archive",
|
|
"php",
|
|
"stream",
|
|
"tar",
|
|
"zip"
|
|
],
|
|
"time": "2018-08-10T13:58:33+00:00"
|
|
},
|
|
{
|
|
"name": "composer/installers",
|
|
"version": "v1.9.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/installers.git",
|
|
"reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/installers/zipball/b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
|
|
"reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0 || ^2.0"
|
|
},
|
|
"replace": {
|
|
"roundcube/plugin-installer": "*",
|
|
"shama/baton": "*"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "1.6.* || 2.0.*@dev",
|
|
"composer/semver": "1.0.* || 2.0.*@dev",
|
|
"phpunit/phpunit": "^4.8.36",
|
|
"sebastian/comparator": "^1.2.4",
|
|
"symfony/process": "^2.3"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "Composer\\Installers\\Plugin",
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\Installers\\": "src/Composer/Installers"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kyle Robinson Young",
|
|
"email": "kyle@dontkry.com",
|
|
"homepage": "https://github.com/shama"
|
|
}
|
|
],
|
|
"description": "A multi-framework Composer library installer",
|
|
"homepage": "https://composer.github.io/installers/",
|
|
"keywords": [
|
|
"Craft",
|
|
"Dolibarr",
|
|
"Eliasis",
|
|
"Hurad",
|
|
"ImageCMS",
|
|
"Kanboard",
|
|
"Lan Management System",
|
|
"MODX Evo",
|
|
"MantisBT",
|
|
"Mautic",
|
|
"Maya",
|
|
"OXID",
|
|
"Plentymarkets",
|
|
"Porto",
|
|
"RadPHP",
|
|
"SMF",
|
|
"Thelia",
|
|
"Whmcs",
|
|
"WolfCMS",
|
|
"agl",
|
|
"aimeos",
|
|
"annotatecms",
|
|
"attogram",
|
|
"bitrix",
|
|
"cakephp",
|
|
"chef",
|
|
"cockpit",
|
|
"codeigniter",
|
|
"concrete5",
|
|
"croogo",
|
|
"dokuwiki",
|
|
"drupal",
|
|
"eZ Platform",
|
|
"elgg",
|
|
"expressionengine",
|
|
"fuelphp",
|
|
"grav",
|
|
"installer",
|
|
"itop",
|
|
"joomla",
|
|
"known",
|
|
"kohana",
|
|
"laravel",
|
|
"lavalite",
|
|
"lithium",
|
|
"magento",
|
|
"majima",
|
|
"mako",
|
|
"mediawiki",
|
|
"modulework",
|
|
"modx",
|
|
"moodle",
|
|
"osclass",
|
|
"phpbb",
|
|
"piwik",
|
|
"ppi",
|
|
"puppet",
|
|
"pxcms",
|
|
"reindex",
|
|
"roundcube",
|
|
"shopware",
|
|
"silverstripe",
|
|
"sydes",
|
|
"sylius",
|
|
"symfony",
|
|
"typo3",
|
|
"wordpress",
|
|
"yawik",
|
|
"zend",
|
|
"zikula"
|
|
],
|
|
"time": "2020-04-07T06:57:05+00:00"
|
|
},
|
|
{
|
|
"name": "composer/package-versions-deprecated",
|
|
"version": "1.10.99",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/package-versions-deprecated.git",
|
|
"reference": "dd51b4443d58b34b6d9344cf4c288e621c9a826f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/dd51b4443d58b34b6d9344cf4c288e621c9a826f",
|
|
"reference": "dd51b4443d58b34b6d9344cf4c288e621c9a826f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.1.0 || ^2.0",
|
|
"php": "^7"
|
|
},
|
|
"replace": {
|
|
"ocramius/package-versions": "1.10.99"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^1.9.3 || ^2.0@dev",
|
|
"ext-zip": "^1.13",
|
|
"phpunit/phpunit": "^6.5 || ^7"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "PackageVersions\\Installer",
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PackageVersions\\": "src/PackageVersions"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "ocramius@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be"
|
|
}
|
|
],
|
|
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
|
|
"time": "2020-07-15T08:39:18+00:00"
|
|
},
|
|
{
|
|
"name": "consolidation/log",
|
|
"version": "2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/consolidation/log.git",
|
|
"reference": "ba0bf6af1fbd09ed4dc18fc2f27b12ceff487cbf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/consolidation/log/zipball/ba0bf6af1fbd09ed4dc18fc2f27b12ceff487cbf",
|
|
"reference": "ba0bf6af1fbd09ed4dc18fc2f27b12ceff487cbf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1.3",
|
|
"psr/log": "^1.0",
|
|
"symfony/console": "^4|^5"
|
|
},
|
|
"require-dev": {
|
|
"g1a/composer-test-scenarios": "^3",
|
|
"php-coveralls/php-coveralls": "^2.2",
|
|
"phpunit/phpunit": "^6",
|
|
"squizlabs/php_codesniffer": "^3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"scenarios": {
|
|
"symfony4": {
|
|
"require-dev": {
|
|
"symfony/console": "^4"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.1.3"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Consolidation\\Log\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Greg Anderson",
|
|
"email": "greg.1.anderson@greenknowe.org"
|
|
}
|
|
],
|
|
"description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
|
|
"time": "2020-05-27T17:06:13+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/guzzle",
|
|
"version": "6.5.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
|
|
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
|
|
"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-06-16T21:01:06+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": "jawira/case-converter",
|
|
"version": "v3.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/jawira/case-converter.git",
|
|
"reference": "756089a523ce268fb173a9f4af4ca95629b3a7f0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/jawira/case-converter/zipball/756089a523ce268fb173a9f4af4ca95629b3a7f0",
|
|
"reference": "756089a523ce268fb173a9f4af4ca95629b3a7f0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"php": "^7.1"
|
|
},
|
|
"suggest": {
|
|
"pds/skeleton": "PHP Package Development Standards",
|
|
"phing/phing": "PHP Build Tool"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Jawira\\CaseConverter\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jawira Portugal",
|
|
"email": "dev@tugal.be",
|
|
"homepage": "http://jawira.com/"
|
|
}
|
|
],
|
|
"description": "Convert strings between 13 naming conventions: Snake case, Camel case, Pascal case, Kebab case, Ada case, Train case, Cobol case, Macro case, Upper case, Lower case, Sentence case, Title case and Dot notation.",
|
|
"homepage": "https://jawira.github.io/case-converter/",
|
|
"keywords": [
|
|
"Ada case",
|
|
"Cobol case",
|
|
"Macro case",
|
|
"Train case",
|
|
"camel case",
|
|
"dot notation",
|
|
"kebab case",
|
|
"lower case",
|
|
"pascal case",
|
|
"sentence case",
|
|
"snake case",
|
|
"title case",
|
|
"upper case"
|
|
],
|
|
"time": "2019-12-15T14:31:43+00:00"
|
|
},
|
|
{
|
|
"name": "jean85/pretty-package-versions",
|
|
"version": "1.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Jean85/pretty-package-versions.git",
|
|
"reference": "a917488320c20057da87f67d0d40543dd9427f7a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/a917488320c20057da87f67d0d40543dd9427f7a",
|
|
"reference": "a917488320c20057da87f67d0d40543dd9427f7a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer/package-versions-deprecated": "^1.8.0",
|
|
"php": "^7.0|^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0|^8.5|^9.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Jean85\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Alessandro Lai",
|
|
"email": "alessandro.lai85@gmail.com"
|
|
}
|
|
],
|
|
"description": "A wrapper for ocramius/package-versions to get pretty versions strings",
|
|
"keywords": [
|
|
"composer",
|
|
"package",
|
|
"release",
|
|
"versions"
|
|
],
|
|
"time": "2020-09-14T08:43:34+00:00"
|
|
},
|
|
{
|
|
"name": "mathmarques/smarty-view",
|
|
"version": "1.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mathmarques/Smarty-View.git",
|
|
"reference": "2ab996e79efcc600cc324b6469c1cdbcd189c9fe"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mathmarques/Smarty-View/zipball/2ab996e79efcc600cc324b6469c1cdbcd189c9fe",
|
|
"reference": "2ab996e79efcc600cc324b6469c1cdbcd189c9fe",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.0",
|
|
"slim/slim": "^3.0",
|
|
"smarty/smarty": "~3.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Slim\\Views\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Matheus Marques",
|
|
"email": "matheusocmarques@gmail.com",
|
|
"homepage": "http://matheusmarques.com"
|
|
}
|
|
],
|
|
"description": "Slim Framework 3 view helper built on top of the Smarty templating component",
|
|
"keywords": [
|
|
"framework",
|
|
"slim",
|
|
"slim 3",
|
|
"smarty",
|
|
"template",
|
|
"view"
|
|
],
|
|
"time": "2019-03-31T14:42:41+00:00"
|
|
},
|
|
{
|
|
"name": "nikic/fast-route",
|
|
"version": "v1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nikic/FastRoute.git",
|
|
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
|
|
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.35|~5.7"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FastRoute\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nikita Popov",
|
|
"email": "nikic@php.net"
|
|
}
|
|
],
|
|
"description": "Fast request router for PHP",
|
|
"keywords": [
|
|
"router",
|
|
"routing"
|
|
],
|
|
"time": "2018-02-13T20:26:39+00:00"
|
|
},
|
|
{
|
|
"name": "oomphinc/composer-installers-extender",
|
|
"version": "2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/oomphinc/composer-installers-extender.git",
|
|
"reference": "8d3fe38a1723e0e91076920c8bb946b1696e28ca"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/oomphinc/composer-installers-extender/zipball/8d3fe38a1723e0e91076920c8bb946b1696e28ca",
|
|
"reference": "8d3fe38a1723e0e91076920c8bb946b1696e28ca",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.1 || ^2.0",
|
|
"composer/installers": "^1.0",
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^2.0",
|
|
"phpunit/phpunit": "^7.2",
|
|
"squizlabs/php_codesniffer": "^3.3"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "OomphInc\\ComposerInstallersExtender\\Plugin"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OomphInc\\ComposerInstallersExtender\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Stephen Beemsterboer",
|
|
"email": "stephen@oomphinc.com",
|
|
"homepage": "https://github.com/balbuf"
|
|
},
|
|
{
|
|
"name": "Nathan Dentzau",
|
|
"email": "nate@oomphinc.com",
|
|
"homepage": "http://oomph.is/ndentzau"
|
|
}
|
|
],
|
|
"description": "Extend the composer/installers plugin to accept any arbitrary package type.",
|
|
"homepage": "http://www.oomphinc.com/",
|
|
"time": "2020-08-11T21:06:11+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": "paragonie/csp-builder",
|
|
"version": "v2.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/paragonie/csp-builder.git",
|
|
"reference": "73ebd90199eb6f3be6549d5390a7698c6deffa30"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/paragonie/csp-builder/zipball/73ebd90199eb6f3be6549d5390a7698c6deffa30",
|
|
"reference": "73ebd90199eb6f3be6549d5390a7698c6deffa30",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"paragonie/constant_time_encoding": "^2",
|
|
"php": "^7.1|^8"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7|^8|^9",
|
|
"psr/http-message": "^1",
|
|
"squizlabs/php_codesniffer": "^3",
|
|
"vimeo/psalm": "^3"
|
|
},
|
|
"suggest": {
|
|
"psr/http-message": "For CSPBuilder::injectCSPHeader()"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ParagonIE\\CSPBuilder\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paragon Initiative Enterprises",
|
|
"email": "security@paragonie.com",
|
|
"homepage": "https://paragonie.com",
|
|
"role": "Owner"
|
|
}
|
|
],
|
|
"description": "Easily add and update Content-Security-Policy headers for your project",
|
|
"keywords": [
|
|
"content-security-policy",
|
|
"csp",
|
|
"headers",
|
|
"http",
|
|
"security",
|
|
"xss"
|
|
],
|
|
"time": "2020-09-02T14:53:15+00:00"
|
|
},
|
|
{
|
|
"name": "pimple/pimple",
|
|
"version": "v3.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/silexphp/Pimple.git",
|
|
"reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/e55d12f9d6a0e7f9c85992b73df1267f46279930",
|
|
"reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5",
|
|
"psr/container": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/phpunit-bridge": "^3.4|^4.4|^5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Pimple": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Pimple, a simple Dependency Injection Container",
|
|
"homepage": "https://pimple.symfony.com",
|
|
"keywords": [
|
|
"container",
|
|
"dependency injection"
|
|
],
|
|
"time": "2020-03-03T09:12:48+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/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": "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": "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": "rinvex/countries",
|
|
"version": "v6.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/rinvex/countries.git",
|
|
"reference": "0dd9da817c1faa33429fe56b8ba059fdabe6e0fe"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/rinvex/countries/zipball/0dd9da817c1faa33429fe56b8ba059fdabe6e0fe",
|
|
"reference": "0dd9da817c1faa33429fe56b8ba059fdabe6e0fe",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.0"
|
|
},
|
|
"require-dev": {
|
|
"codedungeon/phpunit-result-printer": "^0.26.0",
|
|
"laravel/helpers": "^1.1.0",
|
|
"phpunit/phpunit": "^8.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Rinvex\\Country\\Providers\\CountryServiceProvider"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/helpers.php"
|
|
],
|
|
"psr-4": {
|
|
"Rinvex\\Country\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Rinvex LLC",
|
|
"email": "help@rinvex.com",
|
|
"homepage": "https://rinvex.com"
|
|
},
|
|
{
|
|
"name": "Abdelrahman Omran",
|
|
"email": "me@omranic.com",
|
|
"homepage": "https://omranic.com",
|
|
"role": "Project Lead"
|
|
},
|
|
{
|
|
"name": "The Generous PHP Community",
|
|
"homepage": "https://github.com/rinvex/countries/contributors"
|
|
}
|
|
],
|
|
"description": "Rinvex Countries is a simple and lightweight package for retrieving country details with flexibility. A whole bunch of data including name, demonym, capital, iso codes, dialling codes, geo data, currencies, flags, emoji, and other attributes for all 250 countries worldwide at your fingertips.",
|
|
"homepage": "https://rinvex.com",
|
|
"keywords": [
|
|
"Flexible",
|
|
"Simple",
|
|
"countries",
|
|
"country",
|
|
"currencies",
|
|
"demonym",
|
|
"dialling",
|
|
"emoji",
|
|
"flags",
|
|
"geographic",
|
|
"languages",
|
|
"rinvex",
|
|
"svg"
|
|
],
|
|
"time": "2020-03-13T18:04:45+00:00"
|
|
},
|
|
{
|
|
"name": "rudloff/alltube-library",
|
|
"version": "0.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Rudloff/alltube-library.git",
|
|
"reference": "f0bbd14b06bb4df9e3fbae62a6f09b455fdcc703"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Rudloff/alltube-library/zipball/f0bbd14b06bb4df9e3fbae62a6f09b455fdcc703",
|
|
"reference": "f0bbd14b06bb4df9e3fbae62a6f09b455fdcc703",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"guzzlehttp/guzzle": "^6.5",
|
|
"psr/log": "^1.1",
|
|
"symfony/process": "^4.0|^5.0"
|
|
},
|
|
"require-dev": {
|
|
"phpro/grumphp": "^0.18.0",
|
|
"phpstan/phpstan": "^0.12.29",
|
|
"roave/security-advisories": "dev-master",
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
"symfony/var-dumper": "^5.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Alltube\\Library\\": "classes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-3.0-only"
|
|
],
|
|
"description": "PHP wrapper for youtube-dl",
|
|
"homepage": "http://alltubedownload.net/",
|
|
"time": "2020-10-27T22:25:49+00:00"
|
|
},
|
|
{
|
|
"name": "slim/slim",
|
|
"version": "3.12.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/slimphp/Slim.git",
|
|
"reference": "1c9318a84ffb890900901136d620b4f03a59da38"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/slimphp/Slim/zipball/1c9318a84ffb890900901136d620b4f03a59da38",
|
|
"reference": "1c9318a84ffb890900901136d620b4f03a59da38",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-libxml": "*",
|
|
"ext-simplexml": "*",
|
|
"nikic/fast-route": "^1.0",
|
|
"php": ">=5.5.0",
|
|
"pimple/pimple": "^3.0",
|
|
"psr/container": "^1.0",
|
|
"psr/http-message": "^1.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.0",
|
|
"squizlabs/php_codesniffer": "^2.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Slim\\": "Slim"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Josh Lockhart",
|
|
"email": "hello@joshlockhart.com",
|
|
"homepage": "https://joshlockhart.com"
|
|
},
|
|
{
|
|
"name": "Andrew Smith",
|
|
"email": "a.smith@silentworks.co.uk",
|
|
"homepage": "http://silentworks.co.uk"
|
|
},
|
|
{
|
|
"name": "Rob Allen",
|
|
"email": "rob@akrabat.com",
|
|
"homepage": "http://akrabat.com"
|
|
},
|
|
{
|
|
"name": "Gabriel Manricks",
|
|
"email": "gmanricks@me.com",
|
|
"homepage": "http://gabrielmanricks.com"
|
|
}
|
|
],
|
|
"description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
|
|
"homepage": "https://slimframework.com",
|
|
"keywords": [
|
|
"api",
|
|
"framework",
|
|
"micro",
|
|
"router"
|
|
],
|
|
"time": "2019-11-28T17:40:33+00:00"
|
|
},
|
|
{
|
|
"name": "smarty/smarty",
|
|
"version": "v3.1.33",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/smarty-php/smarty.git",
|
|
"reference": "dd55b23121e55a3b4f1af90a707a6c4e5969530f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/smarty-php/smarty/zipball/dd55b23121e55a3b4f1af90a707a6c4e5969530f",
|
|
"reference": "dd55b23121e55a3b4f1af90a707a6c4e5969530f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"libs/bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Monte Ohrt",
|
|
"email": "monte@ohrt.com"
|
|
},
|
|
{
|
|
"name": "Uwe Tews",
|
|
"email": "uwe.tews@googlemail.com"
|
|
},
|
|
{
|
|
"name": "Rodney Rehm",
|
|
"email": "rodney.rehm@medialize.de"
|
|
}
|
|
],
|
|
"description": "Smarty - the compiling PHP template engine",
|
|
"homepage": "http://www.smarty.net",
|
|
"keywords": [
|
|
"templating"
|
|
],
|
|
"time": "2018-09-12T20:54:16+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "v5.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/console.git",
|
|
"reference": "ae789a8a2ad189ce7e8216942cdb9b77319f5eb8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/ae789a8a2ad189ce7e8216942cdb9b77319f5eb8",
|
|
"reference": "ae789a8a2ad189ce7e8216942cdb9b77319f5eb8",
|
|
"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-10-07T15:23:00+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/finder",
|
|
"version": "v5.0.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/finder.git",
|
|
"reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/600a52c29afc0d1caa74acbec8d3095ca7e9910d",
|
|
"reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.0-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-03-27T16:56:45+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-ctype",
|
|
"version": "v1.18.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
"reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
|
|
"reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-ctype": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.18-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Gert de Pagter",
|
|
"email": "BackEndTea@gmail.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for ctype functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"ctype",
|
|
"polyfill",
|
|
"portable"
|
|
],
|
|
"time": "2020-07-14T12:35:20+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-grapheme",
|
|
"version": "v1.18.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
|
"reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b740103edbdcc39602239ee8860f0f45a8eb9aa5",
|
|
"reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.18-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for intl's grapheme_* functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"grapheme",
|
|
"intl",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2020-07-14T12:35:20+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-idn",
|
|
"version": "v1.17.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
|
"reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
|
|
"reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/polyfill-mbstring": "^1.3",
|
|
"symfony/polyfill-php72": "^1.10"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.17-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Intl\\Idn\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Laurent Bassin",
|
|
"email": "laurent@bassin.info"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"idn",
|
|
"intl",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2020-05-12T16:47:27+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-normalizer",
|
|
"version": "v1.18.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
"reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
|
|
"reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.18-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for intl's Normalizer class and related functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"intl",
|
|
"normalizer",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2020-07-14T12:35:20+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.18.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
|
|
"reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.18-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"mbstring",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2020-07-14T12:35:20+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php72",
|
|
"version": "v1.17.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php72.git",
|
|
"reference": "f048e612a3905f34931127360bdd2def19a5e582"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
|
|
"reference": "f048e612a3905f34931127360bdd2def19a5e582",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.17-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php72\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2020-05-12T16:47:27+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php73",
|
|
"version": "v1.18.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
|
"reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
|
|
"reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.18-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php73\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2020-07-14T12:35:20+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php80",
|
|
"version": "v1.17.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
|
"reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4a5b6bba3259902e386eb80dd1956181ee90b5b2",
|
|
"reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.8"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.17-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"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-06-06T08:46:27+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/process",
|
|
"version": "v5.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/process.git",
|
|
"reference": "d3a2e64866169586502f0cd9cab69135ad12cee9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/d3a2e64866169586502f0cd9cab69135ad12cee9",
|
|
"reference": "d3a2e64866169586502f0cd9cab69135ad12cee9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-php80": "^1.15"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.1-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-09-02T16:23:27+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/service-contracts",
|
|
"version": "v2.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
|
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
|
|
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"psr/container": "^1.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/service-implementation": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/contracts",
|
|
"url": "https://github.com/symfony/contracts"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Contracts\\Service\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Generic abstractions related to writing services",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"abstractions",
|
|
"contracts",
|
|
"decoupling",
|
|
"interfaces",
|
|
"interoperability",
|
|
"standards"
|
|
],
|
|
"time": "2020-09-07T11:33:47+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/string",
|
|
"version": "v5.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/string.git",
|
|
"reference": "4a9afe9d07bac506f75bcee8ed3ce76da5a9343e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/string/zipball/4a9afe9d07bac506f75bcee8ed3ce76da5a9343e",
|
|
"reference": "4a9afe9d07bac506f75bcee8ed3ce76da5a9343e",
|
|
"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-09-15T12:23:47+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/translation",
|
|
"version": "v4.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/translation.git",
|
|
"reference": "897fb68ee7933372517b551d6f08c6d4bb0b8c40"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/translation/zipball/897fb68ee7933372517b551d6f08c6d4bb0b8c40",
|
|
"reference": "897fb68ee7933372517b551d6f08c6d4bb0b8c40",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
"symfony/translation-contracts": "^1.1.6|^2"
|
|
},
|
|
"conflict": {
|
|
"symfony/config": "<3.4",
|
|
"symfony/dependency-injection": "<3.4",
|
|
"symfony/http-kernel": "<4.4",
|
|
"symfony/yaml": "<3.4"
|
|
},
|
|
"provide": {
|
|
"symfony/translation-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "^3.4|^4.0|^5.0",
|
|
"symfony/console": "^3.4|^4.0|^5.0",
|
|
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
|
|
"symfony/finder": "~2.8|~3.0|~4.0|^5.0",
|
|
"symfony/http-kernel": "^4.4",
|
|
"symfony/intl": "^3.4|^4.0|^5.0",
|
|
"symfony/service-contracts": "^1.1.2|^2",
|
|
"symfony/yaml": "^3.4|^4.0|^5.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log-implementation": "To use logging capability in translator",
|
|
"symfony/config": "",
|
|
"symfony/yaml": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.4-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": "2019-11-12T17:18:47+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/translation-contracts",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/translation-contracts.git",
|
|
"reference": "8feb81e6bb1a42d6a3b1429c751d291eb6d05297"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8feb81e6bb1a42d6a3b1429c751d291eb6d05297",
|
|
"reference": "8feb81e6bb1a42d6a3b1429c751d291eb6d05297",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.9"
|
|
},
|
|
"suggest": {
|
|
"symfony/translation-implementation": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-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": "2019-11-09T09:18:34+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "v4.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/yaml.git",
|
|
"reference": "76de473358fe802578a415d5bb43c296cf09d211"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/76de473358fe802578a415d5bb43c296cf09d211",
|
|
"reference": "76de473358fe802578a415d5bb43c296cf09d211",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
},
|
|
"conflict": {
|
|
"symfony/console": "<3.4"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "^3.4|^4.0|^5.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "For validating YAML files using the lint command"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.4-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": "2019-11-12T14:51:11+00:00"
|
|
},
|
|
{
|
|
"name": "webfontkit/open-sans",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/webfontkit/open-sans.git",
|
|
"reference": "00ab31e690edfd0d88f9ffbcd998cf298b9687e9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/webfontkit/open-sans/zipball/00ab31e690edfd0d88f9ffbcd998cf298b9687e9",
|
|
"reference": "00ab31e690edfd0d88f9ffbcd998cf298b9687e9",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"description": "Open Sans is a humanist sans serif typeface designed by Steve Matteson, Type Director of Ascender Corp. This version contains the complete 897 character set, which includes the standard ISO Latin 1, Latin CE, Greek and Cyrillic character sets. Open Sans was designed with an upright stress, open forms and a neutral, yet friendly appearance. It was optimized for print, web, and mobile interfaces, and has excellent legibility characteristics in its letterforms.",
|
|
"homepage": "http://www.google.com/fonts/specimen/Open+Sans",
|
|
"time": "2014-08-20T20:43:34+00:00"
|
|
},
|
|
{
|
|
"name": "ytdl-org/youtube-dl",
|
|
"version": "2020.11.12",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/ytdl-org/youtube-dl/archive/2020.11.12.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "zonuexe/http-accept-language",
|
|
"version": "0.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/BaguettePHP/http-accept-language.git",
|
|
"reference": "f71422b1200737aa9d7c7fa83f07cbe4616198d5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/BaguettePHP/http-accept-language/zipball/f71422b1200737aa9d7c7fa83f07cbe4616198d5",
|
|
"reference": "f71422b1200737aa9d7c7fa83f07cbe4616198d5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-intl": "*"
|
|
},
|
|
"require-dev": {
|
|
"phploc/phploc": "*",
|
|
"phpunit/phpunit": "4.1.*",
|
|
"theseer/phpdox": "0.6.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Teto\\HTTP\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "USAMI Kenta",
|
|
"email": "tadsan@zonu.me"
|
|
}
|
|
],
|
|
"description": "HTTP Accept-Language Header parser",
|
|
"time": "2014-10-19T09:22:18+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "amphp/amp",
|
|
"version": "v2.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/amp.git",
|
|
"reference": "f220a51458bf4dd0dedebb171ac3457813c72bbc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/amp/zipball/f220a51458bf4dd0dedebb171ac3457813c72bbc",
|
|
"reference": "f220a51458bf4dd0dedebb171ac3457813c72bbc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
"amphp/phpunit-util": "^1",
|
|
"ext-json": "*",
|
|
"jetbrains/phpstorm-stubs": "^2019.3",
|
|
"phpunit/phpunit": "^6.0.9 | ^7",
|
|
"psalm/phar": "^3.11@dev",
|
|
"react/promise": "^2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Amp\\": "lib"
|
|
},
|
|
"files": [
|
|
"lib/functions.php",
|
|
"lib/Internal/functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Lowrey",
|
|
"email": "rdlowrey@php.net"
|
|
},
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
},
|
|
{
|
|
"name": "Bob Weinand",
|
|
"email": "bobwei9@hotmail.com"
|
|
},
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
}
|
|
],
|
|
"description": "A non-blocking concurrency framework for PHP applications.",
|
|
"homepage": "http://amphp.org/amp",
|
|
"keywords": [
|
|
"async",
|
|
"asynchronous",
|
|
"awaitable",
|
|
"concurrency",
|
|
"event",
|
|
"event-loop",
|
|
"future",
|
|
"non-blocking",
|
|
"promise"
|
|
],
|
|
"time": "2020-07-14T21:47:18+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/byte-stream",
|
|
"version": "v1.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/byte-stream.git",
|
|
"reference": "f0c20cf598a958ba2aa8c6e5a71c697d652c7088"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/f0c20cf598a958ba2aa8c6e5a71c697d652c7088",
|
|
"reference": "f0c20cf598a958ba2aa8c6e5a71c697d652c7088",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^2",
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
"amphp/phpunit-util": "^1.4",
|
|
"friendsofphp/php-cs-fixer": "^2.3",
|
|
"jetbrains/phpstorm-stubs": "^2019.3",
|
|
"phpunit/phpunit": "^6 || ^7 || ^8",
|
|
"psalm/phar": "^3.11.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Amp\\ByteStream\\": "lib"
|
|
},
|
|
"files": [
|
|
"lib/functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
},
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
}
|
|
],
|
|
"description": "A stream abstraction to make working with non-blocking I/O simple.",
|
|
"homepage": "http://amphp.org/byte-stream",
|
|
"keywords": [
|
|
"amp",
|
|
"amphp",
|
|
"async",
|
|
"io",
|
|
"non-blocking",
|
|
"stream"
|
|
],
|
|
"time": "2020-06-29T18:35:05+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/parallel",
|
|
"version": "v1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/parallel.git",
|
|
"reference": "2c1039bf7ca137eae4d954b14c09a7535d7d4e1c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/parallel/zipball/2c1039bf7ca137eae4d954b14c09a7535d7d4e1c",
|
|
"reference": "2c1039bf7ca137eae4d954b14c09a7535d7d4e1c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^2",
|
|
"amphp/byte-stream": "^1.6.1",
|
|
"amphp/parser": "^1",
|
|
"amphp/process": "^1",
|
|
"amphp/serialization": "^1",
|
|
"amphp/sync": "^1.0.1",
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
"amphp/phpunit-util": "^1.1",
|
|
"phpunit/phpunit": "^8 || ^7"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Amp\\Parallel\\": "lib"
|
|
},
|
|
"files": [
|
|
"lib/Context/functions.php",
|
|
"lib/Sync/functions.php",
|
|
"lib/Worker/functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
},
|
|
{
|
|
"name": "Stephen Coakley",
|
|
"email": "me@stephencoakley.com"
|
|
}
|
|
],
|
|
"description": "Parallel processing component for Amp.",
|
|
"homepage": "https://github.com/amphp/parallel",
|
|
"keywords": [
|
|
"async",
|
|
"asynchronous",
|
|
"concurrent",
|
|
"multi-processing",
|
|
"multi-threading"
|
|
],
|
|
"time": "2020-04-27T15:12:37+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/parallel-functions",
|
|
"version": "v0.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/parallel-functions.git",
|
|
"reference": "12e6c602e067b02f78ddf5b720c17e9aa01ad4b4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/parallel-functions/zipball/12e6c602e067b02f78ddf5b720c17e9aa01ad4b4",
|
|
"reference": "12e6c602e067b02f78ddf5b720c17e9aa01ad4b4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^2.0.3",
|
|
"amphp/parallel": "^0.1.8 || ^0.2 || ^1",
|
|
"opis/closure": "^3.0.7",
|
|
"php": ">=7"
|
|
},
|
|
"require-dev": {
|
|
"amphp/phpunit-util": "^1.0",
|
|
"friendsofphp/php-cs-fixer": "^2.9",
|
|
"phpunit/phpunit": "^6.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Amp\\ParallelFunctions\\": "src"
|
|
},
|
|
"files": [
|
|
"src/functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
}
|
|
],
|
|
"description": "Parallel processing made simple.",
|
|
"time": "2018-10-28T15:29:02+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/parser",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/parser.git",
|
|
"reference": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/parser/zipball/f83e68f03d5b8e8e0365b8792985a7f341c57ae1",
|
|
"reference": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.3",
|
|
"phpunit/phpunit": "^6"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Amp\\Parser\\": "lib"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
},
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
}
|
|
],
|
|
"description": "A generator parser to make streaming parsers simple.",
|
|
"homepage": "https://github.com/amphp/parser",
|
|
"keywords": [
|
|
"async",
|
|
"non-blocking",
|
|
"parser",
|
|
"stream"
|
|
],
|
|
"time": "2017-06-06T05:29:10+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/process",
|
|
"version": "v1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/process.git",
|
|
"reference": "355b1e561b01c16ab3d78fada1ad47ccc96df70e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/process/zipball/355b1e561b01c16ab3d78fada1ad47ccc96df70e",
|
|
"reference": "355b1e561b01c16ab3d78fada1ad47ccc96df70e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^2",
|
|
"amphp/byte-stream": "^1.4",
|
|
"php": ">=7"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
"amphp/phpunit-util": "^1",
|
|
"phpunit/phpunit": "^6"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Amp\\Process\\": "lib"
|
|
},
|
|
"files": [
|
|
"lib/functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bob Weinand",
|
|
"email": "bobwei9@hotmail.com"
|
|
},
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
},
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
}
|
|
],
|
|
"description": "Asynchronous process manager.",
|
|
"homepage": "https://github.com/amphp/process",
|
|
"time": "2019-02-26T16:33:03+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/serialization",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/serialization.git",
|
|
"reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/serialization/zipball/693e77b2fb0b266c3c7d622317f881de44ae94a1",
|
|
"reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
"phpunit/phpunit": "^9 || ^8 || ^7"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Amp\\Serialization\\": "src"
|
|
},
|
|
"files": [
|
|
"src/functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
},
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
}
|
|
],
|
|
"description": "Serialization tools for IPC and data storage in PHP.",
|
|
"homepage": "https://github.com/amphp/serialization",
|
|
"keywords": [
|
|
"async",
|
|
"asynchronous",
|
|
"serialization",
|
|
"serialize"
|
|
],
|
|
"time": "2020-03-25T21:39:07+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/sync",
|
|
"version": "v1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/sync.git",
|
|
"reference": "613047ac54c025aa800a9cde5b05c3add7327ed4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/sync/zipball/613047ac54c025aa800a9cde5b05c3add7327ed4",
|
|
"reference": "613047ac54c025aa800a9cde5b05c3add7327ed4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^2.2",
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
"amphp/phpunit-util": "^1.1",
|
|
"phpunit/phpunit": "^9 || ^8 || ^7"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Amp\\Sync\\": "src"
|
|
},
|
|
"files": [
|
|
"src/functions.php",
|
|
"src/ConcurrentIterator/functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
},
|
|
{
|
|
"name": "Stephen Coakley",
|
|
"email": "me@stephencoakley.com"
|
|
}
|
|
],
|
|
"description": "Mutex, Semaphore, and other synchronization tools for Amp.",
|
|
"homepage": "https://github.com/amphp/sync",
|
|
"keywords": [
|
|
"async",
|
|
"asynchronous",
|
|
"mutex",
|
|
"semaphore",
|
|
"synchronization"
|
|
],
|
|
"time": "2020-05-07T18:57:50+00:00"
|
|
},
|
|
{
|
|
"name": "consolidation/annotated-command",
|
|
"version": "4.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/consolidation/annotated-command.git",
|
|
"reference": "efc58dc0f34a45539787c5190b41b5d2a50a08da"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/efc58dc0f34a45539787c5190b41b5d2a50a08da",
|
|
"reference": "efc58dc0f34a45539787c5190b41b5d2a50a08da",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"consolidation/output-formatters": "^4.1.1",
|
|
"php": ">=7.1.3",
|
|
"psr/log": "^1|^2",
|
|
"symfony/console": "^4.4.8|^5",
|
|
"symfony/event-dispatcher": "^4.4.8|^5",
|
|
"symfony/finder": "^4.4.8|^5"
|
|
},
|
|
"require-dev": {
|
|
"g1a/composer-test-scenarios": "^3",
|
|
"php-coveralls/php-coveralls": "^2.2",
|
|
"phpunit/phpunit": "^6",
|
|
"squizlabs/php_codesniffer": "^3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"scenarios": {
|
|
"symfony4": {
|
|
"require": {
|
|
"symfony/console": "^4.0"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.1.3"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"branch-alias": {
|
|
"dev-master": "4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Consolidation\\AnnotatedCommand\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Greg Anderson",
|
|
"email": "greg.1.anderson@greenknowe.org"
|
|
}
|
|
],
|
|
"description": "Initialize Symfony Console commands from annotated command class methods.",
|
|
"time": "2020-05-27T21:11:36+00:00"
|
|
},
|
|
{
|
|
"name": "consolidation/config",
|
|
"version": "2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/consolidation/config.git",
|
|
"reference": "9842670aad3406dbc8df3069fd680a9f8cd6edd7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/consolidation/config/zipball/9842670aad3406dbc8df3069fd680a9f8cd6edd7",
|
|
"reference": "9842670aad3406dbc8df3069fd680a9f8cd6edd7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"dflydev/dot-access-data": "^1.1.0",
|
|
"grasmash/expander": "^1",
|
|
"php": ">=7.1.3"
|
|
},
|
|
"require-dev": {
|
|
"g1a/composer-test-scenarios": "^3",
|
|
"php-coveralls/php-coveralls": "^2.2",
|
|
"phpunit/phpunit": "^6",
|
|
"squizlabs/php_codesniffer": "^3",
|
|
"symfony/console": "^4|^5",
|
|
"symfony/event-dispatcher": "^4|^5",
|
|
"symfony/yaml": "^4|^5"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"scenarios": {
|
|
"symfony4": {
|
|
"require-dev": {
|
|
"symfony/console": "^4"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.1.3"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Consolidation\\Config\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Greg Anderson",
|
|
"email": "greg.1.anderson@greenknowe.org"
|
|
}
|
|
],
|
|
"description": "Provide configuration services for a commandline tool.",
|
|
"time": "2020-05-27T17:11:23+00:00"
|
|
},
|
|
{
|
|
"name": "consolidation/output-formatters",
|
|
"version": "4.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/consolidation/output-formatters.git",
|
|
"reference": "9deeddd6a916d0a756b216a8b40ce1016e17c0b9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/consolidation/output-formatters/zipball/9deeddd6a916d0a756b216a8b40ce1016e17c0b9",
|
|
"reference": "9deeddd6a916d0a756b216a8b40ce1016e17c0b9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"dflydev/dot-access-data": "^1.1.0",
|
|
"php": ">=7.1.3",
|
|
"symfony/console": "^4|^5",
|
|
"symfony/finder": "^4|^5"
|
|
},
|
|
"require-dev": {
|
|
"g1a/composer-test-scenarios": "^3",
|
|
"php-coveralls/php-coveralls": "^2.2",
|
|
"phpunit/phpunit": "^6",
|
|
"squizlabs/php_codesniffer": "^3",
|
|
"symfony/var-dumper": "^4",
|
|
"symfony/yaml": "^4"
|
|
},
|
|
"suggest": {
|
|
"symfony/var-dumper": "For using the var_dump formatter"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"scenarios": {
|
|
"symfony4": {
|
|
"require": {
|
|
"symfony/console": "^4.0"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.1.3"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"branch-alias": {
|
|
"dev-master": "4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Consolidation\\OutputFormatters\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Greg Anderson",
|
|
"email": "greg.1.anderson@greenknowe.org"
|
|
}
|
|
],
|
|
"description": "Format text by applying transformations provided by plug-in formatters.",
|
|
"time": "2020-05-27T20:51:17+00:00"
|
|
},
|
|
{
|
|
"name": "consolidation/robo",
|
|
"version": "2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/consolidation/Robo.git",
|
|
"reference": "a0415a2663f6d9426d3cb9013446d3f00225d76d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/consolidation/Robo/zipball/a0415a2663f6d9426d3cb9013446d3f00225d76d",
|
|
"reference": "a0415a2663f6d9426d3cb9013446d3f00225d76d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"consolidation/annotated-command": "^4.1.1",
|
|
"consolidation/config": "^1.2.1|^2",
|
|
"consolidation/log": "^1.1.1|^2.0.1",
|
|
"consolidation/output-formatters": "^4.1.1",
|
|
"consolidation/self-update": "^1.2",
|
|
"grasmash/yaml-expander": "^1.4",
|
|
"league/container": "^2.4.1",
|
|
"php": ">=7.1.3",
|
|
"symfony/console": "^4.4.8|^5",
|
|
"symfony/event-dispatcher": "^4.4.8|^5",
|
|
"symfony/filesystem": "^4.4.8|^5",
|
|
"symfony/finder": "^4.4.8|^5",
|
|
"symfony/process": "^4.4.8|^5"
|
|
},
|
|
"conflict": {
|
|
"codegyre/robo": "*"
|
|
},
|
|
"require-dev": {
|
|
"g1a/composer-test-scenarios": "^3",
|
|
"natxet/cssmin": "3.0.4",
|
|
"patchwork/jsqueeze": "^2",
|
|
"pear/archive_tar": "^1.4.4",
|
|
"php-coveralls/php-coveralls": "^2.2",
|
|
"phpdocumentor/reflection-docblock": "^4.3.2",
|
|
"phpunit/phpunit": "^6.5.14",
|
|
"squizlabs/php_codesniffer": "^3"
|
|
},
|
|
"suggest": {
|
|
"henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch",
|
|
"natxet/cssmin": "For minifying CSS files in taskMinify",
|
|
"patchwork/jsqueeze": "For minifying JS files in taskMinify",
|
|
"pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively."
|
|
},
|
|
"bin": [
|
|
"robo"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"scenarios": {
|
|
"symfony4": {
|
|
"require": {
|
|
"symfony/console": "^4.4.8",
|
|
"symfony/event-dispatcher": "^4.4.8",
|
|
"symfony/filesystem": "^4.4.8",
|
|
"symfony/finder": "^4.4.8",
|
|
"symfony/process": "^4.4.8",
|
|
"phpunit/phpunit": "^6",
|
|
"nikic/php-parser": "^2"
|
|
},
|
|
"remove": [
|
|
"codeception/phpunit-wrapper"
|
|
],
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.1.3"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Robo\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Davert",
|
|
"email": "davert.php@resend.cc"
|
|
}
|
|
],
|
|
"description": "Modern task runner",
|
|
"time": "2020-05-27T22:03:57+00:00"
|
|
},
|
|
{
|
|
"name": "consolidation/self-update",
|
|
"version": "1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/consolidation/self-update.git",
|
|
"reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/consolidation/self-update/zipball/dba6b2c0708f20fa3ba8008a2353b637578849b4",
|
|
"reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.0",
|
|
"symfony/console": "^2.8|^3|^4|^5",
|
|
"symfony/filesystem": "^2.5|^3|^4|^5"
|
|
},
|
|
"bin": [
|
|
"scripts/release"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SelfUpdate\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Alexander Menk",
|
|
"email": "menk@mestrona.net"
|
|
},
|
|
{
|
|
"name": "Greg Anderson",
|
|
"email": "greg.1.anderson@greenknowe.org"
|
|
}
|
|
],
|
|
"description": "Provides a self:update command for Symfony Console applications.",
|
|
"time": "2020-04-13T02:49:20+00:00"
|
|
},
|
|
{
|
|
"name": "container-interop/container-interop",
|
|
"version": "1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/container-interop/container-interop.git",
|
|
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
|
|
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"psr/container": "^1.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Interop\\Container\\": "src/Interop/Container/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
|
|
"homepage": "https://github.com/container-interop/container-interop",
|
|
"abandoned": "psr/container",
|
|
"time": "2017-02-14T19:40:03+00:00"
|
|
},
|
|
{
|
|
"name": "dflydev/dot-access-data",
|
|
"version": "v1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
|
|
"reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
|
|
"reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Dflydev\\DotAccessData": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Dragonfly Development Inc.",
|
|
"email": "info@dflydev.com",
|
|
"homepage": "http://dflydev.com"
|
|
},
|
|
{
|
|
"name": "Beau Simensen",
|
|
"email": "beau@dflydev.com",
|
|
"homepage": "http://beausimensen.com"
|
|
},
|
|
{
|
|
"name": "Carlos Frutos",
|
|
"email": "carlos@kiwing.it",
|
|
"homepage": "https://github.com/cfrutos"
|
|
}
|
|
],
|
|
"description": "Given a deep data structure, access data by dot notation.",
|
|
"homepage": "https://github.com/dflydev/dflydev-dot-access-data",
|
|
"keywords": [
|
|
"access",
|
|
"data",
|
|
"dot",
|
|
"notation"
|
|
],
|
|
"time": "2017-01-20T21:14:22+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/collections",
|
|
"version": "1.6.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/collections.git",
|
|
"reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a",
|
|
"reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^6.0",
|
|
"phpstan/phpstan-shim": "^0.9.2",
|
|
"phpunit/phpunit": "^7.0",
|
|
"vimeo/psalm": "^3.8.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
|
|
"homepage": "https://www.doctrine-project.org/projects/collections.html",
|
|
"keywords": [
|
|
"array",
|
|
"collections",
|
|
"iterators",
|
|
"php"
|
|
],
|
|
"time": "2020-07-27T17:53:49+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/instantiator",
|
|
"version": "1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
|
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
|
|
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"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": "2019-10-21T16:45:58+00:00"
|
|
},
|
|
{
|
|
"name": "ergebnis/composer-normalize",
|
|
"version": "2.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ergebnis/composer-normalize.git",
|
|
"reference": "ad7a07896aaf513bdcda7ef883c793a344c04aba"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ergebnis/composer-normalize/zipball/ad7a07896aaf513bdcda7ef883c793a344c04aba",
|
|
"reference": "ad7a07896aaf513bdcda7ef883c793a344c04aba",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.1.0 || ^2.0.0",
|
|
"ergebnis/json-normalizer": "~0.12.0",
|
|
"ergebnis/json-printer": "^3.0.2",
|
|
"justinrainbow/json-schema": "^5.2.10",
|
|
"localheinz/diff": "^1.0.1",
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^1.10.8 || ^2.0.0",
|
|
"composer/package-versions-deprecated": "^1.8.1",
|
|
"ergebnis/phpstan-rules": "~0.15.0",
|
|
"ergebnis/test-util": "~1.0.0",
|
|
"jangregor/phpstan-prophecy": "~0.8.0",
|
|
"phpstan/extension-installer": "^1.0.4",
|
|
"phpstan/phpstan": "~0.12.32",
|
|
"phpstan/phpstan-deprecation-rules": "~0.12.4",
|
|
"phpstan/phpstan-phpunit": "~0.12.11",
|
|
"phpstan/phpstan-strict-rules": "~0.12.2",
|
|
"phpunit/phpunit": "^7.5.20",
|
|
"symfony/filesystem": "^4.4.9"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "Ergebnis\\Composer\\Normalize\\NormalizePlugin"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ergebnis\\Composer\\Normalize\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Andreas Möller",
|
|
"email": "am@localheinz.com"
|
|
}
|
|
],
|
|
"description": "Provides a composer plugin for normalizing composer.json.",
|
|
"homepage": "https://github.com/ergebnis/composer-normalize",
|
|
"keywords": [
|
|
"composer",
|
|
"normalize",
|
|
"normalizer",
|
|
"plugin"
|
|
],
|
|
"time": "2020-07-03T18:09:23+00:00"
|
|
},
|
|
{
|
|
"name": "ergebnis/json-normalizer",
|
|
"version": "0.12.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ergebnis/json-normalizer.git",
|
|
"reference": "0197447cd5d8f7e82116e904196a3e9f470655db"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ergebnis/json-normalizer/zipball/0197447cd5d8f7e82116e904196a3e9f470655db",
|
|
"reference": "0197447cd5d8f7e82116e904196a3e9f470655db",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ergebnis/json-printer": "^3.0.2",
|
|
"ext-json": "*",
|
|
"justinrainbow/json-schema": "^4.0.0 || ^5.0.0",
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"ergebnis/license": "~0.1.0",
|
|
"ergebnis/php-cs-fixer-config": "^2.1.2",
|
|
"ergebnis/phpstan-rules": "~0.14.4",
|
|
"ergebnis/test-util": "~1.0.0",
|
|
"infection/infection": "~0.13.6",
|
|
"jangregor/phpstan-prophecy": "~0.6.2",
|
|
"phpstan/extension-installer": "^1.0.4",
|
|
"phpstan/phpstan": "~0.12.18",
|
|
"phpstan/phpstan-deprecation-rules": "~0.12.2",
|
|
"phpstan/phpstan-phpunit": "~0.12.8",
|
|
"phpstan/phpstan-strict-rules": "~0.12.2",
|
|
"phpunit/phpunit": "^7.5.20",
|
|
"psalm/plugin-phpunit": "~0.10.0",
|
|
"vimeo/psalm": "^3.11.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ergebnis\\Json\\Normalizer\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Andreas Möller",
|
|
"email": "am@localheinz.com"
|
|
}
|
|
],
|
|
"description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.",
|
|
"homepage": "https://github.com/ergebnis/json-normalizer",
|
|
"keywords": [
|
|
"json",
|
|
"normalizer"
|
|
],
|
|
"time": "2020-04-19T12:30:41+00:00"
|
|
},
|
|
{
|
|
"name": "ergebnis/json-printer",
|
|
"version": "3.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ergebnis/json-printer.git",
|
|
"reference": "776a5c85ce3c67d97c6af08a67c917adbdb4758e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ergebnis/json-printer/zipball/776a5c85ce3c67d97c6af08a67c917adbdb4758e",
|
|
"reference": "776a5c85ce3c67d97c6af08a67c917adbdb4758e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"ergebnis/license": "~1.0.0",
|
|
"ergebnis/php-cs-fixer-config": "^2.2.1",
|
|
"ergebnis/phpstan-rules": "~0.15.0",
|
|
"ergebnis/test-util": "~1.0.0",
|
|
"infection/infection": "~0.13.6",
|
|
"phpstan/extension-installer": "^1.0.4",
|
|
"phpstan/phpstan": "~0.12.32",
|
|
"phpstan/phpstan-deprecation-rules": "~0.12.4",
|
|
"phpstan/phpstan-phpunit": "~0.12.11",
|
|
"phpstan/phpstan-strict-rules": "~0.12.2",
|
|
"phpunit/phpunit": "^7.5.20",
|
|
"psalm/plugin-phpunit": "~0.10.1",
|
|
"vimeo/psalm": "^3.12.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ergebnis\\Json\\Printer\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Andreas Möller",
|
|
"email": "am@localheinz.com"
|
|
}
|
|
],
|
|
"description": "Provides a JSON printer, allowing for flexible indentation.",
|
|
"homepage": "https://github.com/ergebnis/json-printer",
|
|
"keywords": [
|
|
"formatter",
|
|
"json",
|
|
"printer"
|
|
],
|
|
"time": "2020-07-04T17:09:39+00:00"
|
|
},
|
|
{
|
|
"name": "gitonomy/gitlib",
|
|
"version": "v1.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/gitonomy/gitlib.git",
|
|
"reference": "d1fe4676bf1347c08dec84a14a4c5e7110740d72"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/gitonomy/gitlib/zipball/d1fe4676bf1347c08dec84a14a4c5e7110740d72",
|
|
"reference": "d1fe4676bf1347c08dec84a14a4c5e7110740d72",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pcre": "*",
|
|
"php": "^5.6 || ^7.0 || ^8.0",
|
|
"symfony/polyfill-mbstring": "^1.7",
|
|
"symfony/process": "^3.4 || ^4.0 || ^5.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-fileinfo": "*",
|
|
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0",
|
|
"psr/log": "^1.0"
|
|
},
|
|
"suggest": {
|
|
"ext-fileinfo": "Required to determine the mimetype of a blob",
|
|
"psr/log": "Required to use loggers for reporting of execution"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Gitonomy\\Git\\": "src/Gitonomy/Git/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "graham@alt-three.com"
|
|
},
|
|
{
|
|
"name": "Julien Didier",
|
|
"email": "genzo.wm@gmail.com"
|
|
},
|
|
{
|
|
"name": "Grégoire Pineau",
|
|
"email": "lyrixx@lyrixx.info"
|
|
},
|
|
{
|
|
"name": "Alexandre Salomé",
|
|
"email": "alexandre.salome@gmail.com"
|
|
}
|
|
],
|
|
"description": "Library for accessing git",
|
|
"time": "2020-07-30T14:54:11+00:00"
|
|
},
|
|
{
|
|
"name": "grasmash/expander",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/grasmash/expander.git",
|
|
"reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f",
|
|
"reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"dflydev/dot-access-data": "^1.1.0",
|
|
"php": ">=5.4"
|
|
},
|
|
"require-dev": {
|
|
"greg-1-anderson/composer-test-scenarios": "^1",
|
|
"phpunit/phpunit": "^4|^5.5.4",
|
|
"satooshi/php-coveralls": "^1.0.2|dev-master",
|
|
"squizlabs/php_codesniffer": "^2.7"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Grasmash\\Expander\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Matthew Grasmick"
|
|
}
|
|
],
|
|
"description": "Expands internal property references in PHP arrays file.",
|
|
"time": "2017-12-21T22:14:55+00:00"
|
|
},
|
|
{
|
|
"name": "grasmash/yaml-expander",
|
|
"version": "1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/grasmash/yaml-expander.git",
|
|
"reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1",
|
|
"reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"dflydev/dot-access-data": "^1.1.0",
|
|
"php": ">=5.4",
|
|
"symfony/yaml": "^2.8.11|^3|^4"
|
|
},
|
|
"require-dev": {
|
|
"greg-1-anderson/composer-test-scenarios": "^1",
|
|
"phpunit/phpunit": "^4.8|^5.5.4",
|
|
"satooshi/php-coveralls": "^1.0.2|dev-master",
|
|
"squizlabs/php_codesniffer": "^2.7"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Grasmash\\YamlExpander\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Matthew Grasmick"
|
|
}
|
|
],
|
|
"description": "Expands internal property references in a yaml file.",
|
|
"time": "2017-12-16T16:06:03+00:00"
|
|
},
|
|
{
|
|
"name": "hamcrest/hamcrest-php",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/hamcrest/hamcrest-php.git",
|
|
"reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
|
|
"reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3|^7.0"
|
|
},
|
|
"replace": {
|
|
"cordoval/hamcrest-php": "*",
|
|
"davedevelopment/hamcrest-php": "*",
|
|
"kodova/hamcrest-php": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/php-file-iterator": "1.3.3",
|
|
"phpunit/phpunit": "~4.0",
|
|
"satooshi/php-coveralls": "^1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"hamcrest"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD"
|
|
],
|
|
"description": "This is the PHP port of Hamcrest Matchers",
|
|
"keywords": [
|
|
"test"
|
|
],
|
|
"time": "2016-01-20T08:20:44+00:00"
|
|
},
|
|
{
|
|
"name": "insite/composer-dangling-locked-deps",
|
|
"version": "0.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/prudloff-insite/composer-dangling-locked-deps.git",
|
|
"reference": "73e0f7096f860ff7c326194463373c364923f3fc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/prudloff-insite/composer-dangling-locked-deps/zipball/73e0f7096f860ff7c326194463373c364923f3fc",
|
|
"reference": "73e0f7096f860ff7c326194463373c364923f3fc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.1|^2.0",
|
|
"ocramius/package-versions": "^1.4"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^2.0",
|
|
"phpro/grumphp": "^0.21.0"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "ComposerDanglingLockedDeps\\DanglingLockedDepsPlugin"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ComposerDanglingLockedDeps\\": "src/",
|
|
"ComposerDanglingLockedDeps\\GrumPHP\\": "src/grumphp/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"description": "Detect dangling Composer locked dependencies",
|
|
"time": "2020-11-16T13:45:00+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": "league/container",
|
|
"version": "2.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/container.git",
|
|
"reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
|
|
"reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"container-interop/container-interop": "^1.2",
|
|
"php": "^5.4.0 || ^7.0"
|
|
},
|
|
"provide": {
|
|
"container-interop/container-interop-implementation": "^1.2",
|
|
"psr/container-implementation": "^1.0"
|
|
},
|
|
"replace": {
|
|
"orno/di": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-2.x": "2.x-dev",
|
|
"dev-1.x": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"League\\Container\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Phil Bennett",
|
|
"email": "philipobenito@gmail.com",
|
|
"homepage": "http://www.philipobenito.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "A fast and intuitive dependency injection container.",
|
|
"homepage": "https://github.com/thephpleague/container",
|
|
"keywords": [
|
|
"container",
|
|
"dependency",
|
|
"di",
|
|
"injection",
|
|
"league",
|
|
"provider",
|
|
"service"
|
|
],
|
|
"time": "2017-05-10T09:20:27+00:00"
|
|
},
|
|
{
|
|
"name": "localheinz/diff",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/localheinz/diff.git",
|
|
"reference": "bd5661db4bbed26c6f25df8851fd9f4b424a356e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/localheinz/diff/zipball/bd5661db4bbed26c6f25df8851fd9f4b424a356e",
|
|
"reference": "bd5661db4bbed26c6f25df8851fd9f4b424a356e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.5 || ^8.0",
|
|
"symfony/process": "^2 || ^3.3 || ^4"
|
|
},
|
|
"type": "library",
|
|
"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": "Fork of sebastian/diff for use with ergebnis/composer-normalize",
|
|
"homepage": "https://github.com/sebastianbergmann/diff",
|
|
"keywords": [
|
|
"diff",
|
|
"udiff",
|
|
"unidiff",
|
|
"unified diff"
|
|
],
|
|
"time": "2019-12-17T07:42:37+00:00"
|
|
},
|
|
{
|
|
"name": "mockery/mockery",
|
|
"version": "1.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mockery/mockery.git",
|
|
"reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mockery/mockery/zipball/0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2",
|
|
"reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"hamcrest/hamcrest-php": "~2.0",
|
|
"lib-pcre": ">=7.0",
|
|
"php": ">=5.6.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Mockery": "library/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Pádraic Brady",
|
|
"email": "padraic.brady@gmail.com",
|
|
"homepage": "http://blog.astrumfutura.com"
|
|
},
|
|
{
|
|
"name": "Dave Marshall",
|
|
"email": "dave.marshall@atstsolutions.co.uk",
|
|
"homepage": "http://davedevelopment.co.uk"
|
|
}
|
|
],
|
|
"description": "Mockery is a simple yet flexible PHP mock object framework",
|
|
"homepage": "https://github.com/mockery/mockery",
|
|
"keywords": [
|
|
"BDD",
|
|
"TDD",
|
|
"library",
|
|
"mock",
|
|
"mock objects",
|
|
"mockery",
|
|
"stub",
|
|
"test",
|
|
"test double",
|
|
"testing"
|
|
],
|
|
"time": "2019-02-13T09:37:52+00:00"
|
|
},
|
|
{
|
|
"name": "monolog/monolog",
|
|
"version": "2.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/monolog.git",
|
|
"reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/f9eee5cec93dfb313a38b6b288741e84e53f02d5",
|
|
"reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"psr/log": "^1.0.1"
|
|
},
|
|
"provide": {
|
|
"psr/log-implementation": "1.0.0"
|
|
},
|
|
"require-dev": {
|
|
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
|
"doctrine/couchdb": "~1.0@dev",
|
|
"elasticsearch/elasticsearch": "^6.0",
|
|
"graylog2/gelf-php": "^1.4.2",
|
|
"php-amqplib/php-amqplib": "~2.4",
|
|
"php-console/php-console": "^3.1.3",
|
|
"php-parallel-lint/php-parallel-lint": "^1.0",
|
|
"phpspec/prophecy": "^1.6.1",
|
|
"phpunit/phpunit": "^8.5",
|
|
"predis/predis": "^1.1",
|
|
"rollbar/rollbar": "^1.3",
|
|
"ruflin/elastica": ">=0.90 <3.0",
|
|
"swiftmailer/swiftmailer": "^5.3|^6.0"
|
|
},
|
|
"suggest": {
|
|
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
|
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
|
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
|
|
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
|
"ext-mbstring": "Allow to work properly with unicode symbols",
|
|
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
|
|
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
|
|
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
|
"php-console/php-console": "Allow sending log messages to Google Chrome",
|
|
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
|
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Monolog\\": "src/Monolog"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
}
|
|
],
|
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
"homepage": "http://github.com/Seldaek/monolog",
|
|
"keywords": [
|
|
"log",
|
|
"logging",
|
|
"psr-3"
|
|
],
|
|
"time": "2020-07-23T08:41:23+00:00"
|
|
},
|
|
{
|
|
"name": "myclabs/deep-copy",
|
|
"version": "1.9.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/myclabs/DeepCopy.git",
|
|
"reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea",
|
|
"reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea",
|
|
"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": "2019-08-09T12:45:53+00:00"
|
|
},
|
|
{
|
|
"name": "ondram/ci-detector",
|
|
"version": "3.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/OndraM/ci-detector.git",
|
|
"reference": "594e61252843b68998bddd48078c5058fe9028bd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/OndraM/ci-detector/zipball/594e61252843b68998bddd48078c5058fe9028bd",
|
|
"reference": "594e61252843b68998bddd48078c5058fe9028bd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"ergebnis/composer-normalize": "^2.2",
|
|
"lmc/coding-standard": "^1.3 || ^2.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.1",
|
|
"phpstan/extension-installer": "^1.0.3",
|
|
"phpstan/phpstan": "^0.12.0",
|
|
"phpstan/phpstan-phpunit": "^0.12.1",
|
|
"phpunit/phpunit": "^7.1 || ^8.0 || ^9.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OndraM\\CiDetector\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ondřej Machulda",
|
|
"email": "ondrej.machulda@gmail.com"
|
|
}
|
|
],
|
|
"description": "Detect continuous integration environment and provide unified access to properties of current build",
|
|
"keywords": [
|
|
"CircleCI",
|
|
"Codeship",
|
|
"Wercker",
|
|
"adapter",
|
|
"appveyor",
|
|
"aws",
|
|
"aws codebuild",
|
|
"bamboo",
|
|
"bitbucket",
|
|
"buddy",
|
|
"ci-info",
|
|
"codebuild",
|
|
"continuous integration",
|
|
"continuousphp",
|
|
"drone",
|
|
"github",
|
|
"gitlab",
|
|
"interface",
|
|
"jenkins",
|
|
"teamcity",
|
|
"travis"
|
|
],
|
|
"time": "2020-09-04T11:21:14+00:00"
|
|
},
|
|
{
|
|
"name": "opis/closure",
|
|
"version": "3.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/opis/closure.git",
|
|
"reference": "c547f8262a5fa9ff507bd06cc394067b83a75085"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/opis/closure/zipball/c547f8262a5fa9ff507bd06cc394067b83a75085",
|
|
"reference": "c547f8262a5fa9ff507bd06cc394067b83a75085",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.4 || ^7.0 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"jeremeamia/superclosure": "^2.0",
|
|
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.6.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Opis\\Closure\\": "src/"
|
|
},
|
|
"files": [
|
|
"functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marius Sarca",
|
|
"email": "marius.sarca@gmail.com"
|
|
},
|
|
{
|
|
"name": "Sorin Sarca",
|
|
"email": "sarca_sorin@hotmail.com"
|
|
}
|
|
],
|
|
"description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
|
|
"homepage": "https://opis.io/closure",
|
|
"keywords": [
|
|
"anonymous functions",
|
|
"closure",
|
|
"function",
|
|
"serializable",
|
|
"serialization",
|
|
"serialize"
|
|
],
|
|
"time": "2020-10-11T21:42:15+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-mock/php-mock",
|
|
"version": "2.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-mock/php-mock.git",
|
|
"reference": "35379d7b382b787215617f124662d9ead72c15e3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-mock/php-mock/zipball/35379d7b382b787215617f124662d9ead72c15e3",
|
|
"reference": "35379d7b382b787215617f124662d9ead72c15e3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0",
|
|
"phpunit/php-text-template": "^1"
|
|
},
|
|
"replace": {
|
|
"malkusch/php-mock": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.0"
|
|
},
|
|
"suggest": {
|
|
"php-mock/php-mock-phpunit": "Allows integration into PHPUnit testcase with the trait PHPMock."
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"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": "2019-06-05T20:10:01+00:00"
|
|
},
|
|
{
|
|
"name": "php-mock/php-mock-integration",
|
|
"version": "2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-mock/php-mock-integration.git",
|
|
"reference": "5a0d7d7755f823bc2a230cfa45058b40f9013bc4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-mock/php-mock-integration/zipball/5a0d7d7755f823bc2a230cfa45058b40f9013bc4",
|
|
"reference": "5a0d7d7755f823bc2a230cfa45058b40f9013bc4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"php-mock/php-mock": "^2",
|
|
"phpunit/php-text-template": "^1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4|^5"
|
|
},
|
|
"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": "2017-02-17T21:31:34+00:00"
|
|
},
|
|
{
|
|
"name": "php-mock/php-mock-mockery",
|
|
"version": "1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-mock/php-mock-mockery.git",
|
|
"reference": "d6d3df9d9232f1623f1ca3cfdaacd53415593825"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-mock/php-mock-mockery/zipball/d6d3df9d9232f1623f1ca3cfdaacd53415593825",
|
|
"reference": "d6d3df9d9232f1623f1ca3cfdaacd53415593825",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"mockery/mockery": "^1",
|
|
"php": ">=5.6",
|
|
"php-mock/php-mock-integration": "^2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4|^5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpmock\\mockery\\": "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 Mockery. This package relies on PHP's namespace fallback policy. No further extension is needed.",
|
|
"homepage": "https://github.com/php-mock/php-mock-mockery",
|
|
"keywords": [
|
|
"BDD",
|
|
"TDD",
|
|
"function",
|
|
"mock",
|
|
"mockery",
|
|
"stub",
|
|
"test",
|
|
"test double"
|
|
],
|
|
"time": "2018-03-27T07:00:25+00:00"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/reflection-common",
|
|
"version": "2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
|
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
|
|
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~6"
|
|
},
|
|
"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": "2018-08-07T13:53:10+00:00"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
"version": "4.3.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
"reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
|
|
"reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0",
|
|
"phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
|
|
"phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
|
|
"webmozart/assert": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/instantiator": "^1.0.5",
|
|
"mockery/mockery": "^1.0",
|
|
"phpunit/phpunit": "^6.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.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": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
|
"time": "2019-09-12T14:27:41+00:00"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/type-resolver",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
|
"reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
|
|
"reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1",
|
|
"phpdocumentor/reflection-common": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-tokenizer": "^7.1",
|
|
"mockery/mockery": "~1",
|
|
"phpunit/phpunit": "^7.0"
|
|
},
|
|
"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": "2019-08-22T18:11:29+00:00"
|
|
},
|
|
{
|
|
"name": "phpro/grumphp",
|
|
"version": "v1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpro/grumphp.git",
|
|
"reference": "8c0b39169ea83e6c7bdd3573ba351dd0d52a42fa"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpro/grumphp/zipball/8c0b39169ea83e6c7bdd3573ba351dd0d52a42fa",
|
|
"reference": "8c0b39169ea83e6c7bdd3573ba351dd0d52a42fa",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^2.4",
|
|
"amphp/parallel": "^1.4",
|
|
"amphp/parallel-functions": "^0.1.3",
|
|
"composer-plugin-api": "~1.0 || ~2.0",
|
|
"doctrine/collections": "^1.6.7",
|
|
"ext-json": "*",
|
|
"gitonomy/gitlib": "^1.0.3",
|
|
"monolog/monolog": "~1.16 || ^2.0",
|
|
"ondram/ci-detector": "^3.5",
|
|
"opis/closure": "^3.5",
|
|
"php": "^7.3",
|
|
"psr/container": "^1.0",
|
|
"seld/jsonlint": "~1.1",
|
|
"symfony/config": "~4.4 || ~5.0",
|
|
"symfony/console": "~4.4 || ~5.0",
|
|
"symfony/dependency-injection": "~4.4 || ~5.0",
|
|
"symfony/dotenv": "~4.4 || ~5.0",
|
|
"symfony/event-dispatcher": "~4.4 || ~5.0",
|
|
"symfony/filesystem": "~4.4 || ~5.0",
|
|
"symfony/finder": "~4.4 || ~5.0",
|
|
"symfony/options-resolver": "~4.4 || ~5.0",
|
|
"symfony/process": "~4.4 || ~5.0",
|
|
"symfony/yaml": "~4.4 || ~5.0"
|
|
},
|
|
"require-dev": {
|
|
"brianium/paratest": "^4.1",
|
|
"composer/composer": "~1.9 || ^2.0@dev",
|
|
"nikic/php-parser": "~4.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.2",
|
|
"phpspec/phpspec": "^6.2",
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
"phpunit/phpunit": "^9.2"
|
|
},
|
|
"suggest": {
|
|
"atoum/atoum": "Lets GrumPHP run your unit tests.",
|
|
"behat/behat": "Lets GrumPHP validate your project features.",
|
|
"brianium/paratest": "Lets GrumPHP run PHPUnit in parallel.",
|
|
"codeception/codeception": "Lets GrumPHP run your project's full stack tests",
|
|
"consolidation/robo": "Lets GrumPHP run your automated PHP tasks.",
|
|
"designsecurity/progpilot": "Lets GrumPHP be sure that there are no vulnerabilities in your code.",
|
|
"doctrine/orm": "Lets GrumPHP validate your Doctrine mapping files.",
|
|
"ergebnis/composer-normalize": "Lets GrumPHP tidy and normalize your composer.json file.",
|
|
"friendsofphp/php-cs-fixer": "Lets GrumPHP automatically fix your codestyle.",
|
|
"friendsoftwig/twigcs": "Lets GrumPHP check Twig coding standard.",
|
|
"infection/infection": "Lets GrumPHP evaluate the quality your unit tests",
|
|
"maglnet/composer-require-checker": "Lets GrumPHP analyze composer dependencies.",
|
|
"malukenho/kawaii-gherkin": "Lets GrumPHP lint your Gherkin files.",
|
|
"nette/tester": "Lets GrumPHP run your unit tests with nette tester.",
|
|
"nikic/php-parser": "Lets GrumPHP run static analyses through your PHP files.",
|
|
"pestphp/pest": "Lets GrumPHP run your unit test with Pest PHP",
|
|
"phan/phan": "Lets GrumPHP unleash a static analyzer on your code",
|
|
"phing/phing": "Lets GrumPHP run your automated PHP tasks.",
|
|
"php-parallel-lint/php-parallel-lint": "Lets GrumPHP quickly lint your entire code base.",
|
|
"phpmd/phpmd": "Lets GrumPHP sort out the mess in your code",
|
|
"phpspec/phpspec": "Lets GrumPHP spec your code.",
|
|
"phpstan/phpstan": "Lets GrumPHP discover bugs in your code without running it.",
|
|
"phpunit/phpunit": "Lets GrumPHP run your unit tests.",
|
|
"povils/phpmnd": "Lets GrumPHP help you detect magic numbers in PHP code.",
|
|
"roave/security-advisories": "Lets GrumPHP be sure that there are no known security issues.",
|
|
"sebastian/phpcpd": "Lets GrumPHP find duplicated code.",
|
|
"sensiolabs/security-checker": "Lets GrumPHP be sure that there are no known security issues.",
|
|
"squizlabs/php_codesniffer": "Lets GrumPHP sniff on your code.",
|
|
"sstalle/php7cc": "Lets GrumPHP check PHP 5.3 - 5.6 code compatibility with PHP 7.",
|
|
"symfony/phpunit-bridge": "Lets GrumPHP run your unit tests with the phpunit-bridge of Symfony.",
|
|
"symplify/easy-coding-standard": "Lets GrumPHP check coding standard.",
|
|
"vimeo/psalm": "Lets GrumPHP discover errors in your code without running it."
|
|
},
|
|
"bin": [
|
|
"bin/grumphp"
|
|
],
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "GrumPHP\\Composer\\GrumPHPPlugin"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GrumPHP\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Toon Verwerft",
|
|
"email": "toon.verwerft@phpro.be"
|
|
},
|
|
{
|
|
"name": "Community",
|
|
"homepage": "https://github.com/phpro/grumphp/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "A composer plugin that enables source code quality checks.",
|
|
"time": "2020-10-30T11:36:42+00:00"
|
|
},
|
|
{
|
|
"name": "phpspec/prophecy",
|
|
"version": "1.9.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpspec/prophecy.git",
|
|
"reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203",
|
|
"reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203",
|
|
"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.1|^2.0|^3.0",
|
|
"sebastian/recursion-context": "^1.0|^2.0|^3.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.8.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": "2019-10-03T11:07:50+00:00"
|
|
},
|
|
{
|
|
"name": "phpstan/phpstan",
|
|
"version": "0.12.25",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpstan/phpstan.git",
|
|
"reference": "9619551d68b2d4c0d681a8df73f3c847c798ee64"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/9619551d68b2d4c0d681a8df73f3c847c798ee64",
|
|
"reference": "9619551d68b2d4c0d681a8df73f3c847c798ee64",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"conflict": {
|
|
"phpstan/phpstan-shim": "*"
|
|
},
|
|
"bin": [
|
|
"phpstan",
|
|
"phpstan.phar"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.12-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "PHPStan - PHP Static Analysis Tool",
|
|
"time": "2020-05-10T20:36:16+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-code-coverage",
|
|
"version": "7.0.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
"reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
|
|
"reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-xmlwriter": "*",
|
|
"php": "^7.2",
|
|
"phpunit/php-file-iterator": "^2.0.2",
|
|
"phpunit/php-text-template": "^1.2.1",
|
|
"phpunit/php-token-stream": "^3.1.1",
|
|
"sebastian/code-unit-reverse-lookup": "^1.0.1",
|
|
"sebastian/environment": "^4.2.2",
|
|
"sebastian/version": "^2.0.1",
|
|
"theseer/tokenizer": "^1.1.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.2.2"
|
|
},
|
|
"suggest": {
|
|
"ext-xdebug": "^2.7.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "7.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
|
"keywords": [
|
|
"coverage",
|
|
"testing",
|
|
"xunit"
|
|
],
|
|
"time": "2019-11-20T13:55:58+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-file-iterator",
|
|
"version": "2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
"reference": "050bedf145a257b1ff02746c31894800e5122946"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
|
|
"reference": "050bedf145a257b1ff02746c31894800e5122946",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
|
"keywords": [
|
|
"filesystem",
|
|
"iterator"
|
|
],
|
|
"time": "2018-09-13T20:33:42+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-text-template",
|
|
"version": "1.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Simple template engine.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
|
"keywords": [
|
|
"template"
|
|
],
|
|
"time": "2015-06-21T13:50:34+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-timer",
|
|
"version": "2.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
|
|
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Utility class for timing",
|
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
|
"keywords": [
|
|
"timer"
|
|
],
|
|
"time": "2019-06-07T04:22:29+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-token-stream",
|
|
"version": "3.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
|
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
|
|
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-tokenizer": "*",
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1-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": "2019-09-17T06:23:10+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/phpunit",
|
|
"version": "8.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
"reference": "67f9e35bffc0dd52d55d565ddbe4230454fd6a4e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/67f9e35bffc0dd52d55d565ddbe4230454fd6a4e",
|
|
"reference": "67f9e35bffc0dd52d55d565ddbe4230454fd6a4e",
|
|
"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.2",
|
|
"phpspec/prophecy": "^1.8.1",
|
|
"phpunit/php-code-coverage": "^7.0.7",
|
|
"phpunit/php-file-iterator": "^2.0.2",
|
|
"phpunit/php-text-template": "^1.2.1",
|
|
"phpunit/php-timer": "^2.1.2",
|
|
"sebastian/comparator": "^3.0.2",
|
|
"sebastian/diff": "^3.0.2",
|
|
"sebastian/environment": "^4.2.2",
|
|
"sebastian/exporter": "^3.1.1",
|
|
"sebastian/global-state": "^3.0.0",
|
|
"sebastian/object-enumerator": "^3.0.3",
|
|
"sebastian/resource-operations": "^2.0.1",
|
|
"sebastian/type": "^1.1.3",
|
|
"sebastian/version": "^2.0.1"
|
|
},
|
|
"require-dev": {
|
|
"ext-pdo": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-soap": "*",
|
|
"ext-xdebug": "*",
|
|
"phpunit/php-invoker": "^2.0.0"
|
|
},
|
|
"bin": [
|
|
"phpunit"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "8.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "The PHP Unit Testing framework.",
|
|
"homepage": "https://phpunit.de/",
|
|
"keywords": [
|
|
"phpunit",
|
|
"testing",
|
|
"xunit"
|
|
],
|
|
"time": "2019-11-06T09:42:23+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": "sebastian/code-unit-reverse-lookup",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
|
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
|
|
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7 || ^6.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": "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": "2017-03-04T06:30:41+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/comparator",
|
|
"version": "3.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
|
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
|
|
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1",
|
|
"sebastian/diff": "^3.0",
|
|
"sebastian/exporter": "^3.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.1"
|
|
},
|
|
"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": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Volker Dusch",
|
|
"email": "github@wallbash.com"
|
|
},
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@2bepublished.at"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Provides the functionality to compare PHP values for equality",
|
|
"homepage": "https://github.com/sebastianbergmann/comparator",
|
|
"keywords": [
|
|
"comparator",
|
|
"compare",
|
|
"equality"
|
|
],
|
|
"time": "2018-07-12T15:12:46+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/diff",
|
|
"version": "3.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
|
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
|
|
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.5 || ^8.0",
|
|
"symfony/process": "^2 || ^3.3 || ^4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kore Nordmann",
|
|
"email": "mail@kore-nordmann.de"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Diff implementation",
|
|
"homepage": "https://github.com/sebastianbergmann/diff",
|
|
"keywords": [
|
|
"diff",
|
|
"udiff",
|
|
"unidiff",
|
|
"unified diff"
|
|
],
|
|
"time": "2019-02-04T06:01:07+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/environment",
|
|
"version": "4.2.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
|
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
|
|
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.5"
|
|
},
|
|
"suggest": {
|
|
"ext-posix": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
|
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
|
"keywords": [
|
|
"Xdebug",
|
|
"environment",
|
|
"hhvm"
|
|
],
|
|
"time": "2019-11-20T08:46:58+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/exporter",
|
|
"version": "3.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
|
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
|
|
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0",
|
|
"sebastian/recursion-context": "^3.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-mbstring": "*",
|
|
"phpunit/phpunit": "^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Volker Dusch",
|
|
"email": "github@wallbash.com"
|
|
},
|
|
{
|
|
"name": "Adam Harvey",
|
|
"email": "aharvey@php.net"
|
|
},
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@gmail.com"
|
|
}
|
|
],
|
|
"description": "Provides the functionality to export PHP variables for visualization",
|
|
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
|
"keywords": [
|
|
"export",
|
|
"exporter"
|
|
],
|
|
"time": "2019-09-14T09:02:43+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/global-state",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
|
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
|
|
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2",
|
|
"sebastian/object-reflector": "^1.1.1",
|
|
"sebastian/recursion-context": "^3.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-dom": "*",
|
|
"phpunit/phpunit": "^8.0"
|
|
},
|
|
"suggest": {
|
|
"ext-uopz": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Snapshotting of global state",
|
|
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
|
"keywords": [
|
|
"global state"
|
|
],
|
|
"time": "2019-02-01T05:30:01+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/object-enumerator",
|
|
"version": "3.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
|
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
|
|
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0",
|
|
"sebastian/object-reflector": "^1.1.1",
|
|
"sebastian/recursion-context": "^3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
|
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
|
"time": "2017-08-03T12:35:26+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/object-reflector",
|
|
"version": "1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/object-reflector.git",
|
|
"reference": "773f97c67f28de00d397be301821b06708fca0be"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
|
|
"reference": "773f97c67f28de00d397be301821b06708fca0be",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Allows reflection of object attributes, including inherited and non-public ones",
|
|
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
|
|
"time": "2017-03-29T09:07:27+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/recursion-context",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
|
|
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Adam Harvey",
|
|
"email": "aharvey@php.net"
|
|
}
|
|
],
|
|
"description": "Provides functionality to recursively process PHP variables",
|
|
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
|
"time": "2017-03-03T06:23:57+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/resource-operations",
|
|
"version": "2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/resource-operations.git",
|
|
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
|
|
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Provides a list of PHP built-in functions that operate on resources",
|
|
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
|
"time": "2018-10-04T04:07:39+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/type",
|
|
"version": "1.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/type.git",
|
|
"reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
|
|
"reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Collection of value objects that represent the types of the PHP type system",
|
|
"homepage": "https://github.com/sebastianbergmann/type",
|
|
"time": "2019-07-02T08:10:15+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/version",
|
|
"version": "2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/version.git",
|
|
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
"homepage": "https://github.com/sebastianbergmann/version",
|
|
"time": "2016-10-03T07:35:21+00:00"
|
|
},
|
|
{
|
|
"name": "seld/jsonlint",
|
|
"version": "1.8.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/jsonlint.git",
|
|
"reference": "590cfec960b77fd55e39b7d9246659e95dd6d337"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/590cfec960b77fd55e39b7d9246659e95dd6d337",
|
|
"reference": "590cfec960b77fd55e39b7d9246659e95dd6d337",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3 || ^7.0 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
|
},
|
|
"bin": [
|
|
"bin/jsonlint"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
}
|
|
],
|
|
"description": "JSON Linter",
|
|
"keywords": [
|
|
"json",
|
|
"linter",
|
|
"parser",
|
|
"validator"
|
|
],
|
|
"time": "2020-08-25T06:56:57+00:00"
|
|
},
|
|
{
|
|
"name": "sensiolabs/security-checker",
|
|
"version": "v6.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sensiolabs/security-checker.git",
|
|
"reference": "a576c01520d9761901f269c4934ba55448be4a54"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
|
|
"reference": "a576c01520d9761901f269c4934ba55448be4a54",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1.3",
|
|
"symfony/console": "^2.8|^3.4|^4.2|^5.0",
|
|
"symfony/http-client": "^4.3|^5.0",
|
|
"symfony/mime": "^4.3|^5.0",
|
|
"symfony/polyfill-ctype": "^1.11"
|
|
},
|
|
"bin": [
|
|
"security-checker"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "6.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SensioLabs\\Security\\": "SensioLabs/Security"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien.potencier@gmail.com"
|
|
}
|
|
],
|
|
"description": "A security checker for your composer.lock",
|
|
"time": "2019-11-01T13:20:14+00:00"
|
|
},
|
|
{
|
|
"name": "smarty-gettext/smarty-gettext",
|
|
"version": "1.6.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/smarty-gettext/smarty-gettext.git",
|
|
"reference": "9a7d9284b5374caeae5eb226cf486efb4bc748b4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/smarty-gettext/smarty-gettext/zipball/9a7d9284b5374caeae5eb226cf486efb4bc748b4",
|
|
"reference": "9a7d9284b5374caeae5eb226cf486efb4bc748b4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-gettext": "*",
|
|
"ext-pcre": "*",
|
|
"php": "~5.3|~7.0"
|
|
},
|
|
"require-dev": {
|
|
"azatoth/php-pgettext": "~1.0",
|
|
"phpunit/phpunit": ">=4.8.36",
|
|
"smarty/smarty": "3.1.*"
|
|
},
|
|
"suggest": {
|
|
"azatoth/php-pgettext": "Support msgctxt for {t} via context parameter"
|
|
},
|
|
"bin": [
|
|
"tsmarty2c.php"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"block.t.php",
|
|
"function.locale.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sagi Bashari",
|
|
"email": "sagi@boom.org.il"
|
|
},
|
|
{
|
|
"name": "Elan Ruusamäe",
|
|
"email": "glen@delfi.ee"
|
|
}
|
|
],
|
|
"description": "Gettext plugin enabling internationalization in Smarty Package files",
|
|
"homepage": "https://github.com/smarty-gettext/smarty-gettext",
|
|
"time": "2019-01-17T23:06:53+00:00"
|
|
},
|
|
{
|
|
"name": "squizlabs/php_codesniffer",
|
|
"version": "3.5.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
|
"reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
|
|
"reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-simplexml": "*",
|
|
"ext-tokenizer": "*",
|
|
"ext-xmlwriter": "*",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
|
},
|
|
"bin": [
|
|
"bin/phpcs",
|
|
"bin/phpcbf"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Greg Sherwood",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
|
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
|
|
"keywords": [
|
|
"phpcs",
|
|
"standards"
|
|
],
|
|
"time": "2020-04-17T01:09:41+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/config",
|
|
"version": "v5.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/config.git",
|
|
"reference": "6ad8be6e1280f6734150d8a04a9160dd34ceb191"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/config/zipball/6ad8be6e1280f6734150d8a04a9160dd34ceb191",
|
|
"reference": "6ad8be6e1280f6734150d8a04a9160dd34ceb191",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1",
|
|
"symfony/filesystem": "^4.4|^5.0",
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
"symfony/polyfill-php80": "^1.15"
|
|
},
|
|
"conflict": {
|
|
"symfony/finder": "<4.4"
|
|
},
|
|
"require-dev": {
|
|
"symfony/event-dispatcher": "^4.4|^5.0",
|
|
"symfony/finder": "^4.4|^5.0",
|
|
"symfony/messenger": "^4.4|^5.0",
|
|
"symfony/service-contracts": "^1.1|^2",
|
|
"symfony/yaml": "^4.4|^5.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "To use the yaml reference dumper"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Config\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Config Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-09-02T16:23:27+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/dependency-injection",
|
|
"version": "v5.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/dependency-injection.git",
|
|
"reference": "2dea4a3ef2eb79138354c1d49e9372cc921af20b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2dea4a3ef2eb79138354c1d49e9372cc921af20b",
|
|
"reference": "2dea4a3ef2eb79138354c1d49e9372cc921af20b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"psr/container": "^1.0",
|
|
"symfony/deprecation-contracts": "^2.1",
|
|
"symfony/polyfill-php80": "^1.15",
|
|
"symfony/service-contracts": "^1.1.6|^2"
|
|
},
|
|
"conflict": {
|
|
"symfony/config": "<5.1",
|
|
"symfony/finder": "<4.4",
|
|
"symfony/proxy-manager-bridge": "<4.4",
|
|
"symfony/yaml": "<4.4"
|
|
},
|
|
"provide": {
|
|
"psr/container-implementation": "1.0",
|
|
"symfony/service-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": "^5.1",
|
|
"symfony/expression-language": "^4.4|^5.0",
|
|
"symfony/yaml": "^4.4|^5.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/config": "",
|
|
"symfony/expression-language": "For using expressions in service container configuration",
|
|
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
|
|
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
|
|
"symfony/yaml": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\DependencyInjection\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony DependencyInjection Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-10-01T12:14:45+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/deprecation-contracts",
|
|
"version": "v2.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|
"reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
|
|
"reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/contracts",
|
|
"url": "https://github.com/symfony/contracts"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"function.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "A generic function and convention to trigger deprecation notices",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-09-07T11:33:47+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/dotenv",
|
|
"version": "v5.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/dotenv.git",
|
|
"reference": "f406eaad1231415bf753fbef5aef267a787af4e5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/dotenv/zipball/f406eaad1231415bf753fbef5aef267a787af4e5",
|
|
"reference": "f406eaad1231415bf753fbef5aef267a787af4e5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1"
|
|
},
|
|
"require-dev": {
|
|
"symfony/process": "^4.4|^5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Dotenv\\": ""
|
|
},
|
|
"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": "Registers environment variables from a .env file",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"dotenv",
|
|
"env",
|
|
"environment"
|
|
],
|
|
"time": "2020-09-02T16:23:27+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/error-handler",
|
|
"version": "v5.0.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/error-handler.git",
|
|
"reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/error-handler/zipball/949ffc17c3ac3a9f8e6232220e2da33913c04ea4",
|
|
"reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5",
|
|
"psr/log": "^1.0",
|
|
"symfony/var-dumper": "^4.4|^5.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/http-kernel": "^4.4|^5.0",
|
|
"symfony/serializer": "^4.4|^5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\ErrorHandler\\": ""
|
|
},
|
|
"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 ErrorHandler Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-03-30T14:14:32+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"version": "v5.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
|
"reference": "d5de97d6af175a9e8131c546db054ca32842dd0f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d5de97d6af175a9e8131c546db054ca32842dd0f",
|
|
"reference": "d5de97d6af175a9e8131c546db054ca32842dd0f",
|
|
"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/error-handler": "^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-09-18T14:27:32+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher-contracts",
|
|
"version": "v2.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
|
"reference": "0ba7d54483095a198fa51781bc608d17e84dffa2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ba7d54483095a198fa51781bc608d17e84dffa2",
|
|
"reference": "0ba7d54483095a198fa51781bc608d17e84dffa2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"psr/event-dispatcher": "^1"
|
|
},
|
|
"suggest": {
|
|
"symfony/event-dispatcher-implementation": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.2-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/contracts",
|
|
"url": "https://github.com/symfony/contracts"
|
|
}
|
|
},
|
|
"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-09-07T11:33:47+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/filesystem",
|
|
"version": "v5.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/filesystem.git",
|
|
"reference": "1a8697545a8d87b9f2f6b1d32414199cc5e20aae"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/1a8697545a8d87b9f2f6b1d32414199cc5e20aae",
|
|
"reference": "1a8697545a8d87b9f2f6b1d32414199cc5e20aae",
|
|
"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-09-27T14:02:37+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/http-client",
|
|
"version": "v5.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/http-client.git",
|
|
"reference": "aae28b613d7a88e529df46e617f046be0236ab54"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/http-client/zipball/aae28b613d7a88e529df46e617f046be0236ab54",
|
|
"reference": "aae28b613d7a88e529df46e617f046be0236ab54",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"psr/log": "^1.0",
|
|
"symfony/http-client-contracts": "^2.1.1",
|
|
"symfony/polyfill-php73": "^1.11",
|
|
"symfony/polyfill-php80": "^1.15",
|
|
"symfony/service-contracts": "^1.0|^2"
|
|
},
|
|
"provide": {
|
|
"php-http/async-client-implementation": "*",
|
|
"php-http/client-implementation": "*",
|
|
"psr/http-client-implementation": "1.0",
|
|
"symfony/http-client-implementation": "1.1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/http-client": "^4.2.1",
|
|
"amphp/http-tunnel": "^1.0",
|
|
"amphp/socket": "^1.1",
|
|
"guzzlehttp/promises": "^1.3.1",
|
|
"nyholm/psr7": "^1.0",
|
|
"php-http/httplug": "^1.0|^2.0",
|
|
"psr/http-client": "^1.0",
|
|
"symfony/dependency-injection": "^4.4|^5.0",
|
|
"symfony/http-kernel": "^4.4|^5.0",
|
|
"symfony/process": "^4.4|^5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\HttpClient\\": ""
|
|
},
|
|
"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 HttpClient component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-06-11T21:20:02+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/http-client-contracts",
|
|
"version": "v2.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/http-client-contracts.git",
|
|
"reference": "f8bed25edc964d015bcd87f1fec5734963931910"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/f8bed25edc964d015bcd87f1fec5734963931910",
|
|
"reference": "f8bed25edc964d015bcd87f1fec5734963931910",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5"
|
|
},
|
|
"suggest": {
|
|
"symfony/http-client-implementation": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Contracts\\HttpClient\\": ""
|
|
}
|
|
},
|
|
"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 HTTP clients",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"abstractions",
|
|
"contracts",
|
|
"decoupling",
|
|
"interfaces",
|
|
"interoperability",
|
|
"standards"
|
|
],
|
|
"time": "2020-05-25T17:37:45+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/mime",
|
|
"version": "v5.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/mime.git",
|
|
"reference": "c0c418f05e727606e85b482a8591519c4712cf45"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/mime/zipball/c0c418f05e727606e85b482a8591519c4712cf45",
|
|
"reference": "c0c418f05e727606e85b482a8591519c4712cf45",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-intl-idn": "^1.10",
|
|
"symfony/polyfill-mbstring": "^1.0",
|
|
"symfony/polyfill-php80": "^1.15"
|
|
},
|
|
"conflict": {
|
|
"symfony/mailer": "<4.4"
|
|
},
|
|
"require-dev": {
|
|
"egulias/email-validator": "^2.1.10",
|
|
"symfony/dependency-injection": "^4.4|^5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Mime\\": ""
|
|
},
|
|
"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": "A library to manipulate MIME messages",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"mime",
|
|
"mime-type"
|
|
],
|
|
"time": "2020-06-09T15:07:35+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/options-resolver",
|
|
"version": "v5.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/options-resolver.git",
|
|
"reference": "4c7e155bf7d93ea4ba3824d5a14476694a5278dd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/4c7e155bf7d93ea4ba3824d5a14476694a5278dd",
|
|
"reference": "4c7e155bf7d93ea4ba3824d5a14476694a5278dd",
|
|
"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-09-27T03:44:28+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/var-dumper",
|
|
"version": "v5.0.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/var-dumper.git",
|
|
"reference": "09de28632f16f81058a85fcf318397218272a07b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/09de28632f16f81058a85fcf318397218272a07b",
|
|
"reference": "09de28632f16f81058a85fcf318397218272a07b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5",
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
},
|
|
"conflict": {
|
|
"phpunit/phpunit": "<5.4.3",
|
|
"symfony/console": "<4.4"
|
|
},
|
|
"require-dev": {
|
|
"ext-iconv": "*",
|
|
"symfony/console": "^4.4|^5.0",
|
|
"symfony/process": "^4.4|^5.0",
|
|
"twig/twig": "^2.4|^3.0"
|
|
},
|
|
"suggest": {
|
|
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
|
|
"ext-intl": "To show region name in time zone dump",
|
|
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
|
|
},
|
|
"bin": [
|
|
"Resources/bin/var-dump-server"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"Resources/functions/dump.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Component\\VarDumper\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony mechanism for exploring and dumping PHP variables",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"debug",
|
|
"dump"
|
|
],
|
|
"time": "2020-04-12T16:45:47+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"
|
|
},
|
|
{
|
|
"name": "webmozart/assert",
|
|
"version": "1.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/webmozart/assert.git",
|
|
"reference": "573381c0a64f155a0d9a23f4b0c797194805b925"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/webmozart/assert/zipball/573381c0a64f155a0d9a23f4b0c797194805b925",
|
|
"reference": "573381c0a64f155a0d9a23f4b0c797194805b925",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.3 || ^7.0",
|
|
"symfony/polyfill-ctype": "^1.8"
|
|
},
|
|
"conflict": {
|
|
"vimeo/psalm": "<3.6.0"
|
|
},
|
|
"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": "2019-11-24T13:36:37+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=7.3",
|
|
"ext-intl": "*",
|
|
"ext-json": "*"
|
|
},
|
|
"platform-dev": [],
|
|
"platform-overrides": {
|
|
"php": "7.3.11"
|
|
},
|
|
"plugin-api-version": "1.1.0"
|
|
}
|