2012-06-27 20:43:49 +00:00
{
2013-05-13 21:20:18 +00:00
"_readme": [
"This file locks the dependencies of your project to a known state",
2018-06-01 10:22:33 +00:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2014-06-03 16:29:35 +00:00
"This file is @generated automatically"
2013-05-13 21:20:18 +00:00
],
2020-10-13 09:14:35 +00:00
"content-hash": "09de613d0e44689de15282c33d3d700e",
2012-06-27 20:43:49 +00:00
"packages": [
Issue #1869548 by dawehner, jeqq, dmouse, slasher13, damiankloip, alexpott, nod_, AlxVallejo, chr.fritsch, yanniboi, effulgentsia, dixon_, -enzo-, Wim Leers, Crell, andypost, catch, Damien Tournoud, kim.pepper, linclark: Opt-in CORS support
2016-08-02 10:56:38 +00:00
{
"name": "asm89/stack-cors",
2020-01-30 00:10:07 +00:00
"version": "1.3.0",
Issue #1869548 by dawehner, jeqq, dmouse, slasher13, damiankloip, alexpott, nod_, AlxVallejo, chr.fritsch, yanniboi, effulgentsia, dixon_, -enzo-, Wim Leers, Crell, andypost, catch, Damien Tournoud, kim.pepper, linclark: Opt-in CORS support
2016-08-02 10:56:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/asm89/stack-cors.git",
2020-01-30 00:10:07 +00:00
"reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08"
Issue #1869548 by dawehner, jeqq, dmouse, slasher13, damiankloip, alexpott, nod_, AlxVallejo, chr.fritsch, yanniboi, effulgentsia, dixon_, -enzo-, Wim Leers, Crell, andypost, catch, Damien Tournoud, kim.pepper, linclark: Opt-in CORS support
2016-08-02 10:56:38 +00:00
},
"dist": {
"type": "zip",
2020-01-30 00:10:07 +00:00
"url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08",
"reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08",
Issue #1869548 by dawehner, jeqq, dmouse, slasher13, damiankloip, alexpott, nod_, AlxVallejo, chr.fritsch, yanniboi, effulgentsia, dixon_, -enzo-, Wim Leers, Crell, andypost, catch, Damien Tournoud, kim.pepper, linclark: Opt-in CORS support
2016-08-02 10:56:38 +00:00
"shasum": ""
},
"require": {
2017-04-22 12:12:09 +00:00
"php": ">=5.5.9",
2020-01-30 00:10:07 +00:00
"symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
"symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
2017-04-22 12:12:09 +00:00
},
"require-dev": {
"phpunit/phpunit": "^5.0 || ^4.8.10",
"squizlabs/php_codesniffer": "^2.3"
Issue #1869548 by dawehner, jeqq, dmouse, slasher13, damiankloip, alexpott, nod_, AlxVallejo, chr.fritsch, yanniboi, effulgentsia, dixon_, -enzo-, Wim Leers, Crell, andypost, catch, Damien Tournoud, kim.pepper, linclark: Opt-in CORS support
2016-08-02 10:56:38 +00:00
},
"type": "library",
2017-04-22 12:12:09 +00:00
"extra": {
"branch-alias": {
2018-01-29 12:51:26 +00:00
"dev-master": "1.2-dev"
2017-04-22 12:12:09 +00:00
}
},
Issue #1869548 by dawehner, jeqq, dmouse, slasher13, damiankloip, alexpott, nod_, AlxVallejo, chr.fritsch, yanniboi, effulgentsia, dixon_, -enzo-, Wim Leers, Crell, andypost, catch, Damien Tournoud, kim.pepper, linclark: Opt-in CORS support
2016-08-02 10:56:38 +00:00
"autoload": {
2017-04-22 12:12:09 +00:00
"psr-4": {
"Asm89\\Stack\\": "src/Asm89/Stack/"
Issue #1869548 by dawehner, jeqq, dmouse, slasher13, damiankloip, alexpott, nod_, AlxVallejo, chr.fritsch, yanniboi, effulgentsia, dixon_, -enzo-, Wim Leers, Crell, andypost, catch, Damien Tournoud, kim.pepper, linclark: Opt-in CORS support
2016-08-02 10:56:38 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alexander",
"email": "iam.asm89@gmail.com"
}
],
"description": "Cross-origin resource sharing library and stack middleware",
"homepage": "https://github.com/asm89/stack-cors",
"keywords": [
"cors",
"stack"
],
2020-01-30 00:10:07 +00:00
"time": "2019-12-24T22:41:47+00:00"
Issue #1869548 by dawehner, jeqq, dmouse, slasher13, damiankloip, alexpott, nod_, AlxVallejo, chr.fritsch, yanniboi, effulgentsia, dixon_, -enzo-, Wim Leers, Crell, andypost, catch, Damien Tournoud, kim.pepper, linclark: Opt-in CORS support
2016-08-02 10:56:38 +00:00
},
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
{
"name": "composer/installers",
2020-04-20 09:46:36 +00:00
"version": "v1.9.0",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
2020-04-20 09:46:36 +00:00
"reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca"
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
},
"dist": {
"type": "zip",
2020-04-20 09:46:36 +00:00
"url": "https://api.github.com/repos/composer/installers/zipball/b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
"reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"shasum": ""
},
2017-03-25 18:09:11 +00:00
"require": {
2020-04-20 09:46:36 +00:00
"composer-plugin-api": "^1.0 || ^2.0"
2017-03-25 18:09:11 +00:00
},
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"replace": {
"roundcube/plugin-installer": "*",
"shama/baton": "*"
},
"require-dev": {
2020-04-20 09:46:36 +00:00
"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"
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
},
2017-03-25 18:09:11 +00:00
"type": "composer-plugin",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"extra": {
2017-03-25 18:09:11 +00:00
"class": "Composer\\Installers\\Plugin",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
2017-03-25 18:09:11 +00:00
"psr-4": {
"Composer\\Installers\\": "src/Composer/Installers"
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
}
},
"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",
2017-03-25 18:09:11 +00:00
"homepage": "https://composer.github.io/installers/",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"keywords": [
"Craft",
"Dolibarr",
2017-09-18 11:04:56 +00:00
"Eliasis",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"Hurad",
2017-03-25 18:09:11 +00:00
"ImageCMS",
2017-09-18 11:04:56 +00:00
"Kanboard",
"Lan Management System",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"MODX Evo",
2020-02-19 09:58:36 +00:00
"MantisBT",
2017-03-25 18:09:11 +00:00
"Mautic",
2017-09-18 11:04:56 +00:00
"Maya",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"OXID",
2017-03-25 18:09:11 +00:00
"Plentymarkets",
2017-09-18 11:04:56 +00:00
"Porto",
2017-03-25 18:09:11 +00:00
"RadPHP",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"SMF",
"Thelia",
2019-10-10 19:45:32 +00:00
"Whmcs",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"WolfCMS",
"agl",
"aimeos",
"annotatecms",
2017-03-25 18:09:11 +00:00
"attogram",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"bitrix",
"cakephp",
"chef",
2017-03-25 18:09:11 +00:00
"cockpit",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"codeigniter",
"concrete5",
"croogo",
"dokuwiki",
"drupal",
2017-09-18 11:04:56 +00:00
"eZ Platform",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"elgg",
2017-03-25 18:09:11 +00:00
"expressionengine",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"fuelphp",
"grav",
"installer",
2017-09-18 11:04:56 +00:00
"itop",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"joomla",
2019-10-10 19:45:32 +00:00
"known",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"kohana",
"laravel",
2017-09-18 11:04:56 +00:00
"lavalite",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"lithium",
"magento",
2018-01-29 12:51:26 +00:00
"majima",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"mako",
"mediawiki",
"modulework",
2018-01-29 12:51:26 +00:00
"modx",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"moodle",
2017-09-18 11:04:56 +00:00
"osclass",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"phpbb",
"piwik",
"ppi",
"puppet",
2018-01-29 12:51:26 +00:00
"pxcms",
2017-03-25 18:09:11 +00:00
"reindex",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"roundcube",
"shopware",
"silverstripe",
2017-09-18 11:04:56 +00:00
"sydes",
2020-02-19 09:58:36 +00:00
"sylius",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"symfony",
"typo3",
"wordpress",
2017-03-25 18:09:11 +00:00
"yawik",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"zend",
"zikula"
],
2020-09-01 16:59:14 +00:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2020-04-20 09:46:36 +00:00
"time": "2020-04-07T06:57:05+00:00"
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
},
2015-10-06 16:25:09 +00:00
{
"name": "composer/semver",
2020-10-13 14:22:35 +00:00
"version": "1.7.1",
2015-10-06 16:25:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2020-10-13 14:22:35 +00:00
"reference": "38276325bd896f90dfcfe30029aa5db40df387a7"
2015-10-06 16:25:09 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/composer/semver/zipball/38276325bd896f90dfcfe30029aa5db40df387a7",
"reference": "38276325bd896f90dfcfe30029aa5db40df387a7",
2015-10-06 16:25:09 +00:00
"shasum": ""
},
"require": {
2017-03-25 18:09:11 +00:00
"php": "^5.3.2 || ^7.0"
2015-10-06 16:25:09 +00:00
},
"require-dev": {
2020-01-30 00:10:07 +00:00
"phpunit/phpunit": "^4.5 || ^5.0.5"
2015-10-06 16:25:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-03-25 18:09:11 +00:00
"dev-master": "1.x-dev"
2015-10-06 16:25:09 +00:00
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2017-03-25 18:09:11 +00:00
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
2015-10-06 16:25:09 +00:00
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
2020-10-13 14:22:35 +00:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2020-09-27T13:13:07+00:00"
2015-10-06 16:25:09 +00:00
},
2012-07-18 09:50:50 +00:00
{
2013-07-21 15:29:50 +00:00
"name": "doctrine/annotations",
2020-09-01 14:59:50 +00:00
"version": "1.10.4",
2012-11-30 01:26:33 +00:00
"source": {
"type": "git",
2013-07-21 15:29:50 +00:00
"url": "https://github.com/doctrine/annotations.git",
2020-09-01 14:59:50 +00:00
"reference": "bfe91e31984e2ba76df1c1339681770401ec262f"
2012-11-30 01:26:33 +00:00
},
"dist": {
"type": "zip",
2020-09-01 14:59:50 +00:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/bfe91e31984e2ba76df1c1339681770401ec262f",
"reference": "bfe91e31984e2ba76df1c1339681770401ec262f",
2012-11-30 01:26:33 +00:00
"shasum": ""
},
"require": {
2013-07-21 15:29:50 +00:00
"doctrine/lexer": "1.*",
2020-04-20 09:46:36 +00:00
"ext-tokenizer": "*",
2020-06-01 10:26:26 +00:00
"php": "^7.1 || ^8.0"
2012-11-30 01:26:33 +00:00
},
2013-07-21 15:29:50 +00:00
"require-dev": {
2014-09-09 19:26:03 +00:00
"doctrine/cache": "1.*",
2020-09-01 14:59:50 +00:00
"phpstan/phpstan": "^0.12.20",
"phpunit/phpunit": "^7.5 || ^9.1.5"
2013-07-21 15:29:50 +00:00
},
2012-11-30 01:26:33 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-04-20 09:46:36 +00:00
"dev-master": "1.9.x-dev"
2012-11-30 01:26:33 +00:00
}
},
"autoload": {
2019-10-10 19:45:32 +00:00
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
2012-11-30 01:26:33 +00:00
}
},
2012-12-06 00:30:06 +00:00
"notification-url": "https://packagist.org/downloads/",
2012-11-30 01:26:33 +00:00
"license": [
"MIT"
],
"authors": [
2020-01-16 10:35:54 +00:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2012-11-30 01:26:33 +00:00
{
"name": "Roman Borschel",
2012-12-06 00:30:06 +00:00
"email": "roman@code-factory.org"
2012-11-30 01:26:33 +00:00
},
{
"name": "Benjamin Eberlei",
2012-12-06 00:30:06 +00:00
"email": "kontakt@beberlei.de"
2012-11-30 01:26:33 +00:00
},
2014-10-15 08:31:35 +00:00
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
2012-11-30 01:26:33 +00:00
{
2013-06-14 09:52:09 +00:00
"name": "Johannes Schmitt",
2014-10-15 08:31:35 +00:00
"email": "schmittjoh@gmail.com"
2013-07-21 15:29:50 +00:00
}
],
"description": "Docblock Annotations Parser",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"docblock",
"parser"
],
2020-09-01 14:59:50 +00:00
"time": "2020-08-10T19:35:50+00:00"
2013-07-21 15:29:50 +00:00
},
{
2020-01-16 10:35:54 +00:00
"name": "doctrine/lexer",
2020-06-01 10:26:26 +00:00
"version": "1.2.1",
2013-07-21 15:29:50 +00:00
"source": {
"type": "git",
2020-01-16 10:35:54 +00:00
"url": "https://github.com/doctrine/lexer.git",
2020-06-01 10:26:26 +00:00
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
2013-07-21 15:29:50 +00:00
},
"dist": {
"type": "zip",
2020-06-01 10:26:26 +00:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
2013-07-21 15:29:50 +00:00
"shasum": ""
},
"require": {
2020-06-01 10:26:26 +00:00
"php": "^7.2 || ^8.0"
2014-10-15 08:31:35 +00:00
},
"require-dev": {
2020-01-16 10:35:54 +00:00
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
2014-10-15 08:31:35 +00:00
},
2013-07-21 15:29:50 +00:00
"type": "library",
2014-10-15 08:31:35 +00:00
"extra": {
"branch-alias": {
2020-01-16 10:35:54 +00:00
"dev-master": "1.2.x-dev"
2014-10-15 08:31:35 +00:00
}
},
2013-07-21 15:29:50 +00:00
"autoload": {
2017-03-25 18:09:11 +00:00
"psr-4": {
2020-01-16 10:35:54 +00:00
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
2013-07-21 15:29:50 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2014-10-15 08:31:35 +00:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2013-07-21 15:29:50 +00:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
2014-10-15 08:31:35 +00:00
"name": "Johannes Schmitt",
2015-09-04 14:56:50 +00:00
"email": "schmittjoh@gmail.com"
2013-07-21 15:29:50 +00:00
}
],
2020-01-16 10:35:54 +00:00
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
2013-07-21 15:29:50 +00:00
"keywords": [
2020-01-16 10:35:54 +00:00
"annotations",
"docblock",
"lexer",
"parser",
"php"
2013-07-21 15:29:50 +00:00
],
2020-09-01 16:59:14 +00:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
"type": "tidelift"
}
],
2020-06-01 10:26:26 +00:00
"time": "2020-05-25T17:44:05+00:00"
2013-07-21 15:29:50 +00:00
},
{
2020-01-16 10:35:54 +00:00
"name": "doctrine/reflection",
2020-04-20 09:46:36 +00:00
"version": "1.2.1",
2013-07-21 15:29:50 +00:00
"source": {
"type": "git",
2020-01-16 10:35:54 +00:00
"url": "https://github.com/doctrine/reflection.git",
2020-04-20 09:46:36 +00:00
"reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
2013-07-21 15:29:50 +00:00
},
"dist": {
"type": "zip",
2020-04-20 09:46:36 +00:00
"url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
"reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
2013-07-21 15:29:50 +00:00
"shasum": ""
},
"require": {
2020-01-16 10:35:54 +00:00
"doctrine/annotations": "^1.0",
"ext-tokenizer": "*",
"php": "^7.1"
},
"conflict": {
"doctrine/common": "<2.9"
2013-07-21 15:29:50 +00:00
},
2014-01-20 10:41:57 +00:00
"require-dev": {
2020-01-16 10:35:54 +00:00
"doctrine/coding-standard": "^5.0",
"doctrine/common": "^2.10",
"phpstan/phpstan": "^0.11.0",
"phpstan/phpstan-phpunit": "^0.11.0",
"phpunit/phpunit": "^7.0"
2014-01-20 10:41:57 +00:00
},
2013-07-21 15:29:50 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-04-20 09:46:36 +00:00
"dev-master": "1.2.x-dev"
2013-07-21 15:29:50 +00:00
}
},
"autoload": {
2017-03-25 18:09:11 +00:00
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
2013-07-21 15:29:50 +00:00
}
},
2014-01-20 10:41:57 +00:00
"notification-url": "https://packagist.org/downloads/",
2013-07-21 15:29:50 +00:00
"license": [
"MIT"
],
"authors": [
2015-09-04 14:56:50 +00:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2013-07-21 15:29:50 +00:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
2015-09-04 14:56:50 +00:00
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2015-07-02 07:13:55 +00:00
},
{
2020-01-16 10:35:54 +00:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2013-07-21 15:29:50 +00:00
}
],
2020-01-16 10:35:54 +00:00
"description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
"homepage": "https://www.doctrine-project.org/projects/reflection.html",
2013-07-21 15:29:50 +00:00
"keywords": [
2020-01-16 10:35:54 +00:00
"reflection",
"static"
2013-07-21 15:29:50 +00:00
],
2020-04-20 09:46:36 +00:00
"time": "2020-03-27T11:06:43+00:00"
2012-07-18 09:50:50 +00:00
},
2019-08-06 05:51:39 +00:00
{
"name": "drupal/core",
2020-03-20 17:36:10 +00:00
"version": "9.1.x-dev",
2019-08-06 05:51:39 +00:00
"dist": {
"type": "path",
"url": "core",
Issue #3111409 by mherchel, proeung, larowlan, alexpott, lauriii, Gábor Hojtsy, andrewmacpherson, catch, xjm, andypost, rahulrasgon, rabbitlair, mrconnerton, poojakural, boulaffasae, jerseycheese, shimpy, Indrajith KB, DuneBL, kiran.kadam911, komalkolekar, keboca, hawkeye.twolf, andrewozone, Maithri Shetty, alexdmccabe, sd9121, Sreenivas Bttv, katannshaw, mgifford, nod_, webchick, mtift, rainbreaw, Berdir, brianperry, thejimbirch, Dom., q0rban, nitesh624, hansa11, himanshu_sindhwani, kostyashupenko, shaktik, bnjmnm, sharma.amitt16, sonam.chaturvedi, steinmb, shaal, ressa, Ramya Balasubramanian, Sebacic, pradeepjha, tanmaykadam, thedrupalkid, vinitk, volkswagenchick, viappidu, vebrovski, Ujval Shah, Webbeh, Yuri, trebormc, msuthars, mrinalini9, bash247, chetanbharambe, ellenoise, anevins, andriyun, CocoM, JayKandari, ambuj_gupta, hussainweb, jhodgdon, Pooja Ganjage, ju.vanderw, jwitkowski79, MaxPah, Lokender Singh2, jponch, KarenS, KarinG, Lal_: Add new Olivero frontend theme to Drupal 9.1 core as beta; later make it stable and the default
2020-10-16 09:43:55 +00:00
"reference": "493f34276d92722b600d8cf70f7852260a87afd5"
2019-08-06 05:51:39 +00:00
},
"require": {
"asm89/stack-cors": "^1.1",
"composer/semver": "^1.0",
2019-10-10 19:45:32 +00:00
"doctrine/annotations": "^1.4",
2020-01-16 10:35:54 +00:00
"doctrine/reflection": "^1.1",
2019-08-06 05:51:39 +00:00
"egulias/email-validator": "^2.0",
"ext-date": "*",
"ext-dom": "*",
"ext-filter": "*",
"ext-gd": "*",
"ext-hash": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-pdo": "*",
"ext-session": "*",
"ext-simplexml": "*",
"ext-spl": "*",
"ext-tokenizer": "*",
"ext-xml": "*",
2020-01-09 15:33:46 +00:00
"guzzlehttp/guzzle": "^6.5.2",
2020-01-22 10:15:32 +00:00
"laminas/laminas-diactoros": "^2.1",
2020-01-20 16:32:15 +00:00
"laminas/laminas-feed": "^2.12",
2019-08-06 05:51:39 +00:00
"masterminds/html5": "^2.1",
SA-CORE-2019-012 by samuel.mortenson, larowlan, pwolanin, Sam152, Jasu_M, David_Rothstein, michieltcs, Ayesh, alexpott, xjm, vijaycs85, mcdruid
2019-12-18 10:42:50 +00:00
"pear/archive_tar": "^1.4.9",
2020-01-21 11:05:11 +00:00
"php": ">=7.3",
2019-12-02 10:21:17 +00:00
"psr/log": "^1.0",
2019-08-06 05:51:39 +00:00
"stack/builder": "^1.0",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony-cmf/routing": "^2.1",
"symfony/console": "^4.4",
"symfony/dependency-injection": "^4.4",
"symfony/event-dispatcher": "^4.4",
2020-03-30 19:11:01 +00:00
"symfony/http-foundation": "^4.4.7",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/http-kernel": "^4.4",
2019-08-06 05:51:39 +00:00
"symfony/polyfill-iconv": "^1.0",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/process": "^4.4",
2020-03-11 13:56:53 +00:00
"symfony/psr-http-message-bridge": "^2.0",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/routing": "^4.4",
"symfony/serializer": "^4.4",
"symfony/translation": "^4.4",
"symfony/validator": "^4.4",
"symfony/yaml": "^4.4",
Issue #3041076 by alexpott, shaal, Gábor Hojtsy, lauriii, Wim Leers, catch, Cottser, jibran, andypost, znerol, xim, joelpittet, effulgentsia: Update Drupal 9 to Twig 2
2019-10-31 12:39:18 +00:00
"twig/twig": "^2.12.0",
2020-01-20 16:32:15 +00:00
"typo3/phar-stream-wrapper": "^3.1.3"
2019-08-06 05:51:39 +00:00
},
"conflict": {
"drush/drush": "<8.1.10"
},
"replace": {
"drupal/action": "self.version",
"drupal/aggregator": "self.version",
"drupal/automated_cron": "self.version",
"drupal/ban": "self.version",
"drupal/bartik": "self.version",
"drupal/basic_auth": "self.version",
"drupal/big_pipe": "self.version",
"drupal/block": "self.version",
"drupal/block_content": "self.version",
"drupal/book": "self.version",
"drupal/breakpoint": "self.version",
"drupal/ckeditor": "self.version",
2019-10-14 12:17:39 +00:00
"drupal/claro": "self.version",
2019-08-06 05:51:39 +00:00
"drupal/classy": "self.version",
"drupal/color": "self.version",
"drupal/comment": "self.version",
"drupal/config": "self.version",
"drupal/config_translation": "self.version",
"drupal/contact": "self.version",
"drupal/content_moderation": "self.version",
"drupal/content_translation": "self.version",
"drupal/contextual": "self.version",
"drupal/core-annotation": "self.version",
"drupal/core-assertion": "self.version",
"drupal/core-bridge": "self.version",
"drupal/core-class-finder": "self.version",
"drupal/core-datetime": "self.version",
"drupal/core-dependency-injection": "self.version",
"drupal/core-diff": "self.version",
"drupal/core-discovery": "self.version",
"drupal/core-event-dispatcher": "self.version",
"drupal/core-file-cache": "self.version",
2019-08-29 22:13:57 +00:00
"drupal/core-file-security": "self.version",
2019-08-06 05:51:39 +00:00
"drupal/core-filesystem": "self.version",
2020-10-13 14:22:35 +00:00
"drupal/core-front-matter": "self.version",
2019-08-06 05:51:39 +00:00
"drupal/core-gettext": "self.version",
"drupal/core-graph": "self.version",
"drupal/core-http-foundation": "self.version",
"drupal/core-php-storage": "self.version",
"drupal/core-plugin": "self.version",
"drupal/core-proxy-builder": "self.version",
"drupal/core-render": "self.version",
"drupal/core-serialization": "self.version",
"drupal/core-transliteration": "self.version",
"drupal/core-utility": "self.version",
"drupal/core-uuid": "self.version",
"drupal/core-version": "self.version",
"drupal/datetime": "self.version",
"drupal/datetime_range": "self.version",
"drupal/dblog": "self.version",
"drupal/dynamic_page_cache": "self.version",
"drupal/editor": "self.version",
"drupal/entity_reference": "self.version",
"drupal/field": "self.version",
"drupal/field_layout": "self.version",
"drupal/field_ui": "self.version",
"drupal/file": "self.version",
"drupal/filter": "self.version",
"drupal/forum": "self.version",
"drupal/hal": "self.version",
"drupal/help": "self.version",
"drupal/help_topics": "self.version",
"drupal/history": "self.version",
"drupal/image": "self.version",
"drupal/inline_form_errors": "self.version",
"drupal/jsonapi": "self.version",
"drupal/language": "self.version",
"drupal/layout_builder": "self.version",
"drupal/layout_discovery": "self.version",
"drupal/link": "self.version",
"drupal/locale": "self.version",
"drupal/media": "self.version",
"drupal/media_library": "self.version",
"drupal/menu_link_content": "self.version",
"drupal/menu_ui": "self.version",
"drupal/migrate": "self.version",
"drupal/migrate_drupal": "self.version",
"drupal/migrate_drupal_multilingual": "self.version",
"drupal/migrate_drupal_ui": "self.version",
"drupal/minimal": "self.version",
"drupal/node": "self.version",
Issue #3111409 by mherchel, proeung, larowlan, alexpott, lauriii, Gábor Hojtsy, andrewmacpherson, catch, xjm, andypost, rahulrasgon, rabbitlair, mrconnerton, poojakural, boulaffasae, jerseycheese, shimpy, Indrajith KB, DuneBL, kiran.kadam911, komalkolekar, keboca, hawkeye.twolf, andrewozone, Maithri Shetty, alexdmccabe, sd9121, Sreenivas Bttv, katannshaw, mgifford, nod_, webchick, mtift, rainbreaw, Berdir, brianperry, thejimbirch, Dom., q0rban, nitesh624, hansa11, himanshu_sindhwani, kostyashupenko, shaktik, bnjmnm, sharma.amitt16, sonam.chaturvedi, steinmb, shaal, ressa, Ramya Balasubramanian, Sebacic, pradeepjha, tanmaykadam, thedrupalkid, vinitk, volkswagenchick, viappidu, vebrovski, Ujval Shah, Webbeh, Yuri, trebormc, msuthars, mrinalini9, bash247, chetanbharambe, ellenoise, anevins, andriyun, CocoM, JayKandari, ambuj_gupta, hussainweb, jhodgdon, Pooja Ganjage, ju.vanderw, jwitkowski79, MaxPah, Lokender Singh2, jponch, KarenS, KarinG, Lal_: Add new Olivero frontend theme to Drupal 9.1 core as beta; later make it stable and the default
2020-10-16 09:43:55 +00:00
"drupal/olivero": "self.version",
2019-08-06 05:51:39 +00:00
"drupal/options": "self.version",
"drupal/page_cache": "self.version",
"drupal/path": "self.version",
2019-11-11 11:58:26 +00:00
"drupal/path_alias": "self.version",
2019-08-06 05:51:39 +00:00
"drupal/quickedit": "self.version",
"drupal/rdf": "self.version",
"drupal/responsive_image": "self.version",
"drupal/rest": "self.version",
"drupal/search": "self.version",
"drupal/serialization": "self.version",
"drupal/settings_tray": "self.version",
"drupal/seven": "self.version",
"drupal/shortcut": "self.version",
"drupal/standard": "self.version",
"drupal/stark": "self.version",
"drupal/statistics": "self.version",
"drupal/syslog": "self.version",
"drupal/system": "self.version",
"drupal/taxonomy": "self.version",
"drupal/telephone": "self.version",
"drupal/text": "self.version",
"drupal/toolbar": "self.version",
"drupal/tour": "self.version",
"drupal/tracker": "self.version",
"drupal/update": "self.version",
"drupal/user": "self.version",
"drupal/views": "self.version",
"drupal/views_ui": "self.version",
"drupal/workflows": "self.version",
"drupal/workspaces": "self.version"
},
"type": "drupal-core",
2019-08-29 22:13:57 +00:00
"extra": {
2019-10-10 19:45:32 +00:00
"drupal-scaffold": {
2019-08-29 22:13:57 +00:00
"file-mapping": {
2019-10-10 19:45:32 +00:00
"[project-root]/.editorconfig": "assets/scaffold/files/editorconfig",
"[project-root]/.gitattributes": "assets/scaffold/files/gitattributes",
2019-08-29 22:13:57 +00:00
"[web-root]/.csslintrc": "assets/scaffold/files/csslintrc",
"[web-root]/.eslintignore": "assets/scaffold/files/eslintignore",
"[web-root]/.eslintrc.json": "assets/scaffold/files/eslintrc.json",
"[web-root]/.ht.router.php": "assets/scaffold/files/ht.router.php",
"[web-root]/.htaccess": "assets/scaffold/files/htaccess",
"[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore",
"[web-root]/index.php": "assets/scaffold/files/index.php",
"[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt",
"[web-root]/README.txt": "assets/scaffold/files/drupal.README.txt",
"[web-root]/robots.txt": "assets/scaffold/files/robots.txt",
"[web-root]/update.php": "assets/scaffold/files/update.php",
"[web-root]/web.config": "assets/scaffold/files/web.config",
"[web-root]/sites/README.txt": "assets/scaffold/files/sites.README.txt",
"[web-root]/sites/development.services.yml": "assets/scaffold/files/development.services.yml",
"[web-root]/sites/example.settings.local.php": "assets/scaffold/files/example.settings.local.php",
"[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php",
"[web-root]/sites/default/default.services.yml": "assets/scaffold/files/default.services.yml",
"[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php",
"[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt",
"[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt",
"[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt"
}
}
},
2019-08-06 05:51:39 +00:00
"autoload": {
"psr-4": {
"Drupal\\Core\\": "lib/Drupal/Core",
"Drupal\\Component\\": "lib/Drupal/Component",
"Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
},
"classmap": [
"lib/Drupal.php",
2020-02-27 12:00:36 +00:00
"lib/Drupal/Component/DependencyInjection/Container.php",
"lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php",
"lib/Drupal/Component/FileCache/FileCacheFactory.php",
2019-08-06 05:51:39 +00:00
"lib/Drupal/Component/Utility/Timer.php",
"lib/Drupal/Component/Utility/Unicode.php",
2020-02-27 12:00:36 +00:00
"lib/Drupal/Core/Cache/Cache.php",
"lib/Drupal/Core/Cache/CacheBackendInterface.php",
"lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php",
"lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php",
"lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php",
"lib/Drupal/Core/Cache/DatabaseBackend.php",
"lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php",
"lib/Drupal/Core/Database/Connection.php",
2019-08-06 05:51:39 +00:00
"lib/Drupal/Core/Database/Database.php",
2020-02-27 12:00:36 +00:00
"lib/Drupal/Core/Database/Driver/mysql/Connection.php",
"lib/Drupal/Core/Database/Driver/pgsql/Connection.php",
"lib/Drupal/Core/Database/Driver/sqlite/Connection.php",
"lib/Drupal/Core/Database/Statement.php",
"lib/Drupal/Core/Database/StatementInterface.php",
"lib/Drupal/Core/DependencyInjection/Container.php",
2019-08-06 05:51:39 +00:00
"lib/Drupal/Core/DrupalKernel.php",
"lib/Drupal/Core/DrupalKernelInterface.php",
2020-02-27 12:00:36 +00:00
"lib/Drupal/Core/Installer/InstallerRedirectTrait.php",
2019-08-06 05:51:39 +00:00
"lib/Drupal/Core/Site/Settings.php"
]
},
"scripts": {
"pre-autoload-dump": [
"Drupal\\Core\\Composer\\Composer::preAutoloadDump"
],
"post-autoload-dump": [
"Drupal\\Core\\Composer\\Composer::ensureHtaccess"
]
},
"license": [
"GPL-2.0-or-later"
],
2020-06-09 10:02:34 +00:00
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
"transport-options": {
"relative": true
}
2019-08-06 05:51:39 +00:00
},
2019-10-31 16:54:58 +00:00
{
"name": "drupal/core-project-message",
2020-03-20 17:36:10 +00:00
"version": "9.1.x-dev",
2019-10-31 16:54:58 +00:00
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
Issue #3111409 by mherchel, proeung, larowlan, alexpott, lauriii, Gábor Hojtsy, andrewmacpherson, catch, xjm, andypost, rahulrasgon, rabbitlair, mrconnerton, poojakural, boulaffasae, jerseycheese, shimpy, Indrajith KB, DuneBL, kiran.kadam911, komalkolekar, keboca, hawkeye.twolf, andrewozone, Maithri Shetty, alexdmccabe, sd9121, Sreenivas Bttv, katannshaw, mgifford, nod_, webchick, mtift, rainbreaw, Berdir, brianperry, thejimbirch, Dom., q0rban, nitesh624, hansa11, himanshu_sindhwani, kostyashupenko, shaktik, bnjmnm, sharma.amitt16, sonam.chaturvedi, steinmb, shaal, ressa, Ramya Balasubramanian, Sebacic, pradeepjha, tanmaykadam, thedrupalkid, vinitk, volkswagenchick, viappidu, vebrovski, Ujval Shah, Webbeh, Yuri, trebormc, msuthars, mrinalini9, bash247, chetanbharambe, ellenoise, anevins, andriyun, CocoM, JayKandari, ambuj_gupta, hussainweb, jhodgdon, Pooja Ganjage, ju.vanderw, jwitkowski79, MaxPah, Lokender Singh2, jponch, KarenS, KarinG, Lal_: Add new Olivero frontend theme to Drupal 9.1 core as beta; later make it stable and the default
2020-10-16 09:43:55 +00:00
"reference": "cad5c2853f5b733663dcc1be328f80ee233acc30"
2019-10-31 16:54:58 +00:00
},
"require": {
2020-05-04 10:05:38 +00:00
"composer-plugin-api": "^1.1 || ^2",
2020-02-10 14:23:43 +00:00
"php": ">=7.3.0"
2019-10-31 16:54:58 +00:00
},
"type": "composer-plugin",
"extra": {
"class": "Drupal\\Composer\\Plugin\\ProjectMessage\\MessagePlugin"
},
"autoload": {
"psr-4": {
"Drupal\\Composer\\Plugin\\ProjectMessage\\": "."
}
},
"license": [
"GPL-2.0-or-later"
],
"description": "Adds a message after Composer installation.",
"homepage": "https://www.drupal.org/project/drupal",
"keywords": [
"drupal"
2020-06-09 10:02:34 +00:00
],
"transport-options": {
"relative": true
}
2019-10-31 16:54:58 +00:00
},
2019-10-14 11:54:04 +00:00
{
"name": "drupal/core-vendor-hardening",
2020-03-20 17:36:10 +00:00
"version": "9.1.x-dev",
2019-10-14 11:54:04 +00:00
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
Issue #3111409 by mherchel, proeung, larowlan, alexpott, lauriii, Gábor Hojtsy, andrewmacpherson, catch, xjm, andypost, rahulrasgon, rabbitlair, mrconnerton, poojakural, boulaffasae, jerseycheese, shimpy, Indrajith KB, DuneBL, kiran.kadam911, komalkolekar, keboca, hawkeye.twolf, andrewozone, Maithri Shetty, alexdmccabe, sd9121, Sreenivas Bttv, katannshaw, mgifford, nod_, webchick, mtift, rainbreaw, Berdir, brianperry, thejimbirch, Dom., q0rban, nitesh624, hansa11, himanshu_sindhwani, kostyashupenko, shaktik, bnjmnm, sharma.amitt16, sonam.chaturvedi, steinmb, shaal, ressa, Ramya Balasubramanian, Sebacic, pradeepjha, tanmaykadam, thedrupalkid, vinitk, volkswagenchick, viappidu, vebrovski, Ujval Shah, Webbeh, Yuri, trebormc, msuthars, mrinalini9, bash247, chetanbharambe, ellenoise, anevins, andriyun, CocoM, JayKandari, ambuj_gupta, hussainweb, jhodgdon, Pooja Ganjage, ju.vanderw, jwitkowski79, MaxPah, Lokender Singh2, jponch, KarenS, KarinG, Lal_: Add new Olivero frontend theme to Drupal 9.1 core as beta; later make it stable and the default
2020-10-16 09:43:55 +00:00
"reference": "3732b3fa7c1db63f41bc72d847793ea8aebf7735"
2019-10-14 11:54:04 +00:00
},
"require": {
2020-05-04 10:05:38 +00:00
"composer-plugin-api": "^1.1 || ^2",
2020-01-21 11:05:11 +00:00
"php": ">=7.3.0"
2019-10-14 11:54:04 +00:00
},
"type": "composer-plugin",
"extra": {
"class": "Drupal\\Composer\\Plugin\\VendorHardening\\VendorHardeningPlugin"
},
"autoload": {
"psr-4": {
"Drupal\\Composer\\Plugin\\VendorHardening\\": "."
}
},
"license": [
"GPL-2.0-or-later"
],
"description": "Hardens the vendor directory for when it's in the docroot.",
"homepage": "https://www.drupal.org/project/drupal",
"keywords": [
"drupal"
2020-06-09 10:02:34 +00:00
],
"transport-options": {
"relative": true
}
2019-10-14 11:54:04 +00:00
},
2014-09-22 22:01:44 +00:00
{
"name": "egulias/email-validator",
2020-10-13 14:22:35 +00:00
"version": "2.1.22",
2014-09-22 22:01:44 +00:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2020-10-13 14:22:35 +00:00
"reference": "68e418ec08fbfc6f58f6fd2eea70ca8efc8cc7d5"
2014-09-22 22:01:44 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/68e418ec08fbfc6f58f6fd2eea70ca8efc8cc7d5",
"reference": "68e418ec08fbfc6f58f6fd2eea70ca8efc8cc7d5",
2014-09-22 22:01:44 +00:00
"shasum": ""
},
"require": {
2017-03-25 18:09:11 +00:00
"doctrine/lexer": "^1.0.1",
2020-01-30 00:10:07 +00:00
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.10"
2014-09-22 22:01:44 +00:00
},
"require-dev": {
2020-01-30 00:10:07 +00:00
"dominicsayers/isemail": "^3.0.7",
"phpunit/phpunit": "^4.8.36|^7.5.15",
"satooshi/php-coveralls": "^1.0.1"
2018-11-08 16:48:31 +00:00
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
2014-09-22 22:01:44 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-10 19:45:32 +00:00
"dev-master": "2.1.x-dev"
2014-09-22 22:01:44 +00:00
}
},
"autoload": {
2018-11-08 16:48:31 +00:00
"psr-4": {
2020-07-05 19:48:26 +00:00
"Egulias\\EmailValidator\\": "src"
2014-09-22 22:01:44 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eduardo Gulias Davis"
}
],
2018-11-08 16:48:31 +00:00
"description": "A library for validating emails against several RFCs",
2014-09-22 22:01:44 +00:00
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": [
"email",
2015-07-15 14:10:30 +00:00
"emailvalidation",
"emailvalidator",
2014-09-22 22:01:44 +00:00
"validation",
"validator"
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-26T15:48:38+00:00"
2014-09-22 22:01:44 +00:00
},
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "guzzlehttp/guzzle",
2020-07-05 19:48:26 +00:00
"version": "6.5.5",
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/guzzle/guzzle.git",
2020-07-05 19:48:26 +00:00
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
},
"dist": {
"type": "zip",
2020-07-05 19:48:26 +00:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
"shasum": ""
},
"require": {
Issue #3091418 by Manuel Garcia, jibran, tedbow, TravisCarden, xjm, greg.1.anderson, Gábor Hojtsy, catch, Mile23, Berdir, hussainweb: Update composer dependencies on 9.0.x
2020-01-06 15:26:35 +00:00
"ext-json": "*",
2016-07-18 15:32:46 +00:00
"guzzlehttp/promises": "^1.0",
Issue #3091418 by Manuel Garcia, jibran, tedbow, TravisCarden, xjm, greg.1.anderson, Gábor Hojtsy, catch, Mile23, Berdir, hussainweb: Update composer dependencies on 9.0.x
2020-01-06 15:26:35 +00:00
"guzzlehttp/psr7": "^1.6.1",
2020-04-20 09:46:36 +00:00
"php": ">=5.5",
2020-07-05 19:48:26 +00:00
"symfony/polyfill-intl-idn": "^1.17.0"
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
},
2015-09-13 00:08:34 +00:00
"require-dev": {
"ext-curl": "*",
2018-11-08 15:55:18 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
Issue #3091418 by Manuel Garcia, jibran, tedbow, TravisCarden, xjm, greg.1.anderson, Gábor Hojtsy, catch, Mile23, Berdir, hussainweb: Update composer dependencies on 9.0.x
2020-01-06 15:26:35 +00:00
"psr/log": "^1.1"
2015-09-13 00:08:34 +00:00
},
2017-09-18 11:04:56 +00:00
"suggest": {
"psr/log": "Required for using the Log middleware"
},
2015-09-13 00:08:34 +00:00
"type": "library",
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
"extra": {
"branch-alias": {
Issue #3091418 by Manuel Garcia, jibran, tedbow, TravisCarden, xjm, greg.1.anderson, Gábor Hojtsy, catch, Mile23, Berdir, hussainweb: Update composer dependencies on 9.0.x
2020-01-06 15:26:35 +00:00
"dev-master": "6.5-dev"
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
}
},
"autoload": {
"psr-4": {
2015-09-13 00:08:34 +00:00
"GuzzleHttp\\": "src/"
Issue #3091418 by Manuel Garcia, jibran, tedbow, TravisCarden, xjm, greg.1.anderson, Gábor Hojtsy, catch, Mile23, Berdir, hussainweb: Update composer dependencies on 9.0.x
2020-01-06 15:26:35 +00:00
},
"files": [
"src/functions_include.php"
]
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2012-12-08 23:22:34 +00:00
}
],
2015-07-21 21:33:30 +00:00
"description": "Guzzle is a PHP HTTP client library",
2012-12-08 23:22:34 +00:00
"homepage": "http://guzzlephp.org/",
"keywords": [
2013-02-14 18:45:50 +00:00
"client",
2012-12-08 23:22:34 +00:00
"curl",
2014-04-11 14:58:24 +00:00
"framework",
2012-12-08 23:22:34 +00:00
"http",
2014-04-11 14:58:24 +00:00
"http client",
"rest",
"web service"
2013-03-07 15:47:08 +00:00
],
2020-07-05 19:48:26 +00:00
"time": "2020-06-16T21:01:06+00:00"
2014-10-16 09:54:33 +00:00
},
{
2015-07-21 21:33:30 +00:00
"name": "guzzlehttp/promises",
2020-10-13 14:22:35 +00:00
"version": "1.4.0",
2014-10-16 09:54:33 +00:00
"source": {
"type": "git",
2015-07-21 21:33:30 +00:00
"url": "https://github.com/guzzle/promises.git",
2020-10-13 14:22:35 +00:00
"reference": "60d379c243457e073cff02bc323a2a86cb355631"
2014-10-16 09:54:33 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
"reference": "60d379c243457e073cff02bc323a2a86cb355631",
2014-10-16 09:54:33 +00:00
"shasum": ""
},
"require": {
2020-10-13 14:22:35 +00:00
"php": ">=5.5"
2014-10-16 09:54:33 +00:00
},
"require-dev": {
2020-10-13 14:22:35 +00:00
"symfony/phpunit-bridge": "^4.4 || ^5.1"
2014-10-16 09:54:33 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-03-25 18:09:11 +00:00
"dev-master": "1.4-dev"
2014-10-16 09:54:33 +00:00
}
},
"autoload": {
"psr-4": {
2015-07-21 21:33:30 +00:00
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
2015-08-25 17:05:58 +00:00
"src/functions_include.php"
2015-07-21 21:33:30 +00:00
]
2014-10-16 09:54:33 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
2015-07-21 21:33:30 +00:00
"description": "Guzzle promises library",
"keywords": [
"promise"
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-30T07:37:28+00:00"
2012-12-08 23:22:34 +00:00
},
{
2015-07-21 21:33:30 +00:00
"name": "guzzlehttp/psr7",
2020-10-13 14:22:35 +00:00
"version": "1.7.0",
2012-12-08 23:22:34 +00:00
"source": {
"type": "git",
2015-07-21 21:33:30 +00:00
"url": "https://github.com/guzzle/psr7.git",
2020-10-13 14:22:35 +00:00
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
2012-12-08 23:22:34 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
2012-12-08 23:22:34 +00:00
"shasum": ""
},
"require": {
2015-07-21 21:33:30 +00:00
"php": ">=5.4.0",
2019-10-10 19:45:32 +00:00
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2015-07-21 21:33:30 +00:00
},
"provide": {
"psr/http-message-implementation": "1.0"
2012-12-08 23:22:34 +00:00
},
2014-04-11 14:58:24 +00:00
"require-dev": {
2019-10-10 19:45:32 +00:00
"ext-zlib": "*",
2020-10-13 14:22:35 +00:00
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
2019-10-10 19:45:32 +00:00
},
"suggest": {
2020-10-13 14:22:35 +00:00
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
2013-08-10 07:53:20 +00:00
},
2012-12-08 23:22:34 +00:00
"type": "library",
2013-01-16 22:42:23 +00:00
"extra": {
"branch-alias": {
2020-10-13 14:22:35 +00:00
"dev-master": "1.7-dev"
2013-01-16 22:42:23 +00:00
}
},
2012-12-08 23:22:34 +00:00
"autoload": {
2014-04-11 14:58:24 +00:00
"psr-4": {
2015-07-21 21:33:30 +00:00
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
2015-08-25 17:05:58 +00:00
"src/functions_include.php"
2015-07-21 21:33:30 +00:00
]
2012-12-08 23:22:34 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2017-03-25 18:09:11 +00:00
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
2012-12-08 23:22:34 +00:00
}
],
2017-03-25 18:09:11 +00:00
"description": "PSR-7 message implementation that also provides common utility methods",
2012-12-08 23:22:34 +00:00
"keywords": [
2015-07-21 21:33:30 +00:00
"http",
"message",
2019-10-10 19:45:32 +00:00
"psr-7",
2017-03-25 18:09:11 +00:00
"request",
"response",
2015-07-21 21:33:30 +00:00
"stream",
2017-03-25 18:09:11 +00:00
"uri",
"url"
2013-03-07 15:47:08 +00:00
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-30T07:37:11+00:00"
2012-12-08 23:22:34 +00:00
},
2020-01-20 16:32:15 +00:00
{
"name": "laminas/laminas-diactoros",
2020-10-13 14:22:35 +00:00
"version": "2.4.1",
2020-01-20 16:32:15 +00:00
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-diactoros.git",
2020-10-13 14:22:35 +00:00
"reference": "36ef09b73e884135d2059cc498c938e90821bb57"
2020-01-20 16:32:15 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/36ef09b73e884135d2059cc498c938e90821bb57",
"reference": "36ef09b73e884135d2059cc498c938e90821bb57",
2020-01-20 16:32:15 +00:00
"shasum": ""
},
"require": {
"laminas/laminas-zendframework-bridge": "^1.0",
2020-01-22 10:15:32 +00:00
"php": "^7.1",
"psr/http-factory": "^1.0",
2020-01-20 16:32:15 +00:00
"psr/http-message": "^1.0"
},
2020-01-22 10:15:32 +00:00
"conflict": {
"phpspec/prophecy": "<1.9.0"
},
2020-01-20 16:32:15 +00:00
"provide": {
2020-01-22 10:15:32 +00:00
"psr/http-factory-implementation": "1.0",
2020-01-20 16:32:15 +00:00
"psr/http-message-implementation": "1.0"
},
"replace": {
2020-04-20 09:46:36 +00:00
"zendframework/zend-diactoros": "^2.2.1"
2020-01-20 16:32:15 +00:00
},
"require-dev": {
2020-01-22 10:15:32 +00:00
"ext-curl": "*",
2020-01-20 16:32:15 +00:00
"ext-dom": "*",
2020-10-13 14:22:35 +00:00
"ext-gd": "*",
2020-01-20 16:32:15 +00:00
"ext-libxml": "*",
2020-01-22 10:15:32 +00:00
"http-interop/http-factory-tests": "^0.5.0",
"laminas/laminas-coding-standard": "~1.0.0",
2020-04-20 09:46:36 +00:00
"php-http/psr7-integration-tests": "^1.0",
2020-01-22 10:15:32 +00:00
"phpunit/phpunit": "^7.5.18"
2020-01-20 16:32:15 +00:00
},
"type": "library",
"extra": {
2020-05-05 10:01:59 +00:00
"laminas": {
"config-provider": "Laminas\\Diactoros\\ConfigProvider",
"module": "Laminas\\Diactoros"
2020-01-20 16:32:15 +00:00
}
},
"autoload": {
"files": [
"src/functions/create_uploaded_file.php",
"src/functions/marshal_headers_from_sapi.php",
"src/functions/marshal_method_from_sapi.php",
"src/functions/marshal_protocol_version_from_sapi.php",
"src/functions/marshal_uri_from_sapi.php",
"src/functions/normalize_server.php",
"src/functions/normalize_uploaded_files.php",
"src/functions/parse_cookie_header.php",
"src/functions/create_uploaded_file.legacy.php",
"src/functions/marshal_headers_from_sapi.legacy.php",
"src/functions/marshal_method_from_sapi.legacy.php",
"src/functions/marshal_protocol_version_from_sapi.legacy.php",
"src/functions/marshal_uri_from_sapi.legacy.php",
"src/functions/normalize_server.legacy.php",
"src/functions/normalize_uploaded_files.legacy.php",
"src/functions/parse_cookie_header.legacy.php"
],
"psr-4": {
"Laminas\\Diactoros\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "PSR HTTP Message implementations",
"homepage": "https://laminas.dev",
"keywords": [
"http",
"laminas",
"psr",
2020-09-01 14:59:50 +00:00
"psr-17",
2020-01-20 16:32:15 +00:00
"psr-7"
],
2020-09-01 16:59:14 +00:00
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-03T14:29:41+00:00"
2020-01-20 16:32:15 +00:00
},
{
"name": "laminas/laminas-escaper",
"version": "2.6.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-escaper.git",
"reference": "25f2a053eadfa92ddacb609dcbbc39362610da70"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/25f2a053eadfa92ddacb609dcbbc39362610da70",
"reference": "25f2a053eadfa92ddacb609dcbbc39362610da70",
"shasum": ""
},
"require": {
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"replace": {
"zendframework/zend-escaper": "self.version"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.6.x-dev",
"dev-develop": "2.7.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Escaper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
"homepage": "https://laminas.dev",
"keywords": [
"escaper",
"laminas"
],
"time": "2019-12-31T16:43:30+00:00"
},
{
"name": "laminas/laminas-feed",
2020-09-01 14:59:50 +00:00
"version": "2.12.3",
2020-01-20 16:32:15 +00:00
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-feed.git",
2020-09-01 14:59:50 +00:00
"reference": "3c91415633cb1be6f9d78683d69b7dcbfe6b4012"
2020-01-20 16:32:15 +00:00
},
"dist": {
"type": "zip",
2020-09-01 14:59:50 +00:00
"url": "https://api.github.com/repos/laminas/laminas-feed/zipball/3c91415633cb1be6f9d78683d69b7dcbfe6b4012",
"reference": "3c91415633cb1be6f9d78683d69b7dcbfe6b4012",
2020-01-20 16:32:15 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"laminas/laminas-escaper": "^2.5.2",
"laminas/laminas-stdlib": "^3.2.1",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"replace": {
2020-04-20 09:46:36 +00:00
"zendframework/zend-feed": "^2.12.0"
2020-01-20 16:32:15 +00:00
},
"require-dev": {
"laminas/laminas-cache": "^2.7.2",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-db": "^2.8.2",
"laminas/laminas-http": "^2.7",
"laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
"laminas/laminas-validator": "^2.10.1",
2020-04-20 09:46:36 +00:00
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20",
2020-01-20 16:32:15 +00:00
"psr/http-message": "^1.0.1"
},
"suggest": {
"laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests",
"laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub",
"laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader",
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations",
"laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent",
"psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.12.x-dev",
"dev-develop": "2.13.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Feed\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "provides functionality for consuming RSS and Atom feeds",
"homepage": "https://laminas.dev",
"keywords": [
"feed",
"laminas"
],
2020-09-01 14:59:50 +00:00
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2020-08-18T13:45:04+00:00"
2020-01-20 16:32:15 +00:00
},
{
"name": "laminas/laminas-stdlib",
2020-09-01 14:59:50 +00:00
"version": "3.3.0",
2020-01-20 16:32:15 +00:00
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-stdlib.git",
2020-09-01 14:59:50 +00:00
"reference": "b9d84eaa39fde733356ea948cdef36c631f202b6"
2020-01-20 16:32:15 +00:00
},
"dist": {
"type": "zip",
2020-09-01 14:59:50 +00:00
"url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/b9d84eaa39fde733356ea948cdef36c631f202b6",
"reference": "b9d84eaa39fde733356ea948cdef36c631f202b6",
2020-01-20 16:32:15 +00:00
"shasum": ""
},
"require": {
"laminas/laminas-zendframework-bridge": "^1.0",
2020-09-01 14:59:50 +00:00
"php": "^7.3 || ^8.0"
2020-01-20 16:32:15 +00:00
},
"replace": {
2020-09-01 14:59:50 +00:00
"zendframework/zend-stdlib": "^3.2.1"
2020-01-20 16:32:15 +00:00
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
2020-09-01 14:59:50 +00:00
"phpbench/phpbench": "^0.17.1",
"phpunit/phpunit": "^9.3.7"
2020-01-20 16:32:15 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-01 14:59:50 +00:00
"dev-master": "3.3.x-dev",
"dev-develop": "3.4.x-dev"
2020-01-20 16:32:15 +00:00
}
},
"autoload": {
"psr-4": {
"Laminas\\Stdlib\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "SPL extensions, array utilities, error handlers, and more",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"stdlib"
],
2020-09-01 14:59:50 +00:00
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2020-08-25T09:08:16+00:00"
2020-01-20 16:32:15 +00:00
},
{
"name": "laminas/laminas-zendframework-bridge",
2020-10-13 14:22:35 +00:00
"version": "1.1.1",
2020-01-20 16:32:15 +00:00
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-zendframework-bridge.git",
2020-10-13 14:22:35 +00:00
"reference": "6ede70583e101030bcace4dcddd648f760ddf642"
2020-01-20 16:32:15 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642",
"reference": "6ede70583e101030bcace4dcddd648f760ddf642",
2020-01-20 16:32:15 +00:00
"shasum": ""
},
"require": {
2020-09-01 14:59:50 +00:00
"php": "^5.6 || ^7.0 || ^8.0"
2020-01-20 16:32:15 +00:00
},
"require-dev": {
2020-09-01 14:59:50 +00:00
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
2020-01-20 16:32:15 +00:00
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"laminas": {
"module": "Laminas\\ZendFrameworkBridge"
}
},
"autoload": {
"files": [
"src/autoload.php"
],
"psr-4": {
"Laminas\\ZendFrameworkBridge\\": "src//"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Alias legacy ZF class names to Laminas Project equivalents.",
"keywords": [
"ZendFramework",
"autoloading",
"laminas",
"zf"
],
2020-08-28 08:36:15 +00:00
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-14T14:23:00+00:00"
2020-01-20 16:32:15 +00:00
},
2015-03-10 09:10:19 +00:00
{
"name": "masterminds/html5",
2020-10-13 14:22:35 +00:00
"version": "2.7.4",
2015-03-10 09:10:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/Masterminds/html5-php.git",
2020-10-13 14:22:35 +00:00
"reference": "9227822783c75406cfe400984b2f095cdf03d417"
2015-03-10 09:10:19 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/9227822783c75406cfe400984b2f095cdf03d417",
"reference": "9227822783c75406cfe400984b2f095cdf03d417",
2015-03-10 09:10:19 +00:00
"shasum": ""
},
"require": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"ext-ctype": "*",
"ext-dom": "*",
2015-03-10 09:10:19 +00:00
"ext-libxml": "*",
"php": ">=5.3.0"
},
"require-dev": {
2020-10-13 14:22:35 +00:00
"phpunit/phpunit": "^4.8.35"
2015-03-10 09:10:19 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"dev-master": "2.7-dev"
2015-03-10 09:10:19 +00:00
}
},
"autoload": {
"psr-4": {
"Masterminds\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matt Butcher",
"email": "technosophos@gmail.com"
},
{
"name": "Matt Farina",
"email": "matt@mattfarina.com"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
{
"name": "Asmir Mustafic",
"email": "goetas@gmail.com"
2015-03-10 09:10:19 +00:00
}
],
"description": "An HTML5 parser and serializer.",
"homepage": "http://masterminds.github.io/html5-php",
"keywords": [
"HTML5",
"dom",
"html",
"parser",
"querypath",
"serializer",
"xml"
],
2020-10-13 14:22:35 +00:00
"time": "2020-10-01T13:52:52+00:00"
2015-12-14 13:56:27 +00:00
},
2019-03-04 15:27:10 +00:00
{
"name": "pear/archive_tar",
2020-10-13 14:22:35 +00:00
"version": "1.4.10",
2019-03-04 15:27:10 +00:00
"source": {
"type": "git",
"url": "https://github.com/pear/Archive_Tar.git",
2020-10-13 14:22:35 +00:00
"reference": "bbb4f10f71a1da2715ec6d9a683f4f23c507a49b"
2019-03-04 15:27:10 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/bbb4f10f71a1da2715ec6d9a683f4f23c507a49b",
"reference": "bbb4f10f71a1da2715ec6d9a683f4f23c507a49b",
2019-03-04 15:27:10 +00:00
"shasum": ""
},
"require": {
"pear/pear-core-minimal": "^1.10.0alpha2",
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"suggest": {
"ext-bz2": "Bz2 compression support.",
"ext-xz": "Lzma2 compression support.",
"ext-zlib": "Gzip compression support."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": {
"psr-0": {
"Archive_Tar": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"./"
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Vincent Blavet",
"email": "vincent@phpconcept.net"
},
{
"name": "Greg Beaver",
"email": "greg@chiaraquartet.net"
},
{
"name": "Michiel Rook",
"email": "mrook@php.net"
}
],
"description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
"homepage": "https://github.com/pear/Archive_Tar",
"keywords": [
"archive",
"tar"
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-15T14:13:23+00:00"
2019-03-04 15:27:10 +00:00
},
{
"name": "pear/console_getopt",
2020-01-30 00:10:07 +00:00
"version": "v1.4.3",
2019-03-04 15:27:10 +00:00
"source": {
"type": "git",
"url": "https://github.com/pear/Console_Getopt.git",
2020-01-30 00:10:07 +00:00
"reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
2019-03-04 15:27:10 +00:00
},
"dist": {
"type": "zip",
2020-01-30 00:10:07 +00:00
"url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
"reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
2019-03-04 15:27:10 +00:00
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"Console": "./"
}
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"./"
],
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Andrei Zmievski",
"email": "andrei@php.net",
"role": "Lead"
},
{
"name": "Stig Bakken",
"email": "stig@php.net",
"role": "Developer"
2020-01-30 00:10:07 +00:00
},
{
"name": "Greg Beaver",
"email": "cellog@php.net",
"role": "Helper"
2019-03-04 15:27:10 +00:00
}
],
"description": "More info available on: http://pear.php.net/package/Console_Getopt",
2020-01-30 00:10:07 +00:00
"time": "2019-11-20T18:27:48+00:00"
2019-03-04 15:27:10 +00:00
},
{
"name": "pear/pear-core-minimal",
2020-01-30 00:10:07 +00:00
"version": "v1.10.10",
2019-03-04 15:27:10 +00:00
"source": {
"type": "git",
"url": "https://github.com/pear/pear-core-minimal.git",
2020-01-30 00:10:07 +00:00
"reference": "625a3c429d9b2c1546438679074cac1b089116a7"
2019-03-04 15:27:10 +00:00
},
"dist": {
"type": "zip",
2020-01-30 00:10:07 +00:00
"url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7",
"reference": "625a3c429d9b2c1546438679074cac1b089116a7",
2019-03-04 15:27:10 +00:00
"shasum": ""
},
"require": {
"pear/console_getopt": "~1.4",
"pear/pear_exception": "~1.0"
},
"replace": {
"rsky/pear-core-min": "self.version"
},
"type": "library",
"autoload": {
"psr-0": {
"": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"src/"
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Christian Weiske",
"email": "cweiske@php.net",
"role": "Lead"
}
],
"description": "Minimal set of PEAR core files to be used as composer dependency",
2020-01-30 00:10:07 +00:00
"time": "2019-11-19T19:00:24+00:00"
2019-03-04 15:27:10 +00:00
},
{
"name": "pear/pear_exception",
2020-01-30 00:10:07 +00:00
"version": "v1.0.1",
2019-03-04 15:27:10 +00:00
"source": {
"type": "git",
"url": "https://github.com/pear/PEAR_Exception.git",
2020-01-30 00:10:07 +00:00
"reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7"
2019-03-04 15:27:10 +00:00
},
"dist": {
"type": "zip",
2020-01-30 00:10:07 +00:00
"url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
"reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
2019-03-04 15:27:10 +00:00
"shasum": ""
},
"require": {
"php": ">=4.4.0"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"type": "class",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
2020-01-30 00:10:07 +00:00
"classmap": [
"PEAR/"
]
2019-03-04 15:27:10 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"."
],
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Helgi Thormar",
"email": "dufuz@php.net"
},
{
"name": "Greg Beaver",
"email": "cellog@php.net"
}
],
"description": "The PEAR Exception base class.",
"homepage": "https://github.com/pear/PEAR_Exception",
"keywords": [
"exception"
],
2020-01-30 00:10:07 +00:00
"time": "2019-12-10T10:24:42+00:00"
2019-03-04 15:27:10 +00:00
},
Issue #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
2018-01-18 07:54:38 +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"
},
2020-01-22 10:15:32 +00:00
{
"name": "psr/http-factory",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.0"
},
"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 interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"time": "2019-04-30T12:38:16+00:00"
},
2014-07-21 09:54:37 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "psr/http-message",
2017-03-25 18:09:11 +00:00
"version": "1.0.1",
2014-07-21 09:54:37 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/php-fig/http-message.git",
2017-03-25 18:09:11 +00:00
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2014-07-21 09:54:37 +00:00
},
"dist": {
"type": "zip",
2017-03-25 18:09:11 +00:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2014-07-21 09:54:37 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
2014-08-04 11:13:25 +00:00
"extra": {
"branch-alias": {
2015-09-13 00:08:34 +00:00
"dev-master": "1.0.x-dev"
2014-08-04 11:13:25 +00:00
}
},
2014-07-21 09:54:37 +00:00
"autoload": {
2015-09-13 00:08:34 +00:00
"psr-4": {
"Psr\\Http\\Message\\": "src/"
2014-07-21 09:54:37 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-09-13 00:08:34 +00:00
"MIT"
2015-05-25 03:32:28 +00:00
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2015-05-25 03:32:28 +00:00
}
2014-07-21 09:54:37 +00:00
],
2015-09-13 00:08:34 +00:00
"description": "Common interface for HTTP messages",
2017-03-25 18:09:11 +00:00
"homepage": "https://github.com/php-fig/http-message",
2015-09-13 00:08:34 +00:00
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
2017-03-25 18:09:11 +00:00
"time": "2016-08-06T14:39:51+00:00"
2014-07-21 09:54:37 +00:00
},
2015-04-30 03:45:28 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "psr/log",
2020-04-20 09:46:36 +00:00
"version": "1.1.3",
2015-04-30 03:45:28 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/php-fig/log.git",
2020-04-20 09:46:36 +00:00
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2015-04-30 03:45:28 +00:00
},
"dist": {
"type": "zip",
2020-04-20 09:46:36 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
2015-04-30 03:45:28 +00:00
"shasum": ""
},
2017-03-25 18:09:11 +00:00
"require": {
"php": ">=5.3.0"
},
2015-04-30 03:45:28 +00:00
"type": "library",
2017-03-25 18:09:11 +00:00
"extra": {
"branch-alias": {
2020-01-30 00:10:07 +00:00
"dev-master": "1.1.x-dev"
2017-03-25 18:09:11 +00:00
}
},
2015-04-30 03:45:28 +00:00
"autoload": {
2017-03-25 18:09:11 +00:00
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
2015-04-30 03:45:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2015-04-30 03:45:28 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Common interface for logging libraries",
2017-03-25 18:09:11 +00:00
"homepage": "https://github.com/php-fig/log",
2015-09-13 00:08:34 +00:00
"keywords": [
"log",
"psr",
"psr-3"
],
2020-04-20 09:46:36 +00:00
"time": "2020-03-23T09:12:05+00:00"
2019-10-10 19:45:32 +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"
2015-04-30 03:45:28 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "stack/builder",
2020-02-19 09:58:36 +00:00
"version": "v1.0.6",
2015-04-30 03:45:28 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/stackphp/builder.git",
2020-02-19 09:58:36 +00:00
"reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c"
2015-04-30 03:45:28 +00:00
},
"dist": {
"type": "zip",
2020-02-19 09:58:36 +00:00
"url": "https://api.github.com/repos/stackphp/builder/zipball/a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c",
"reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c",
2015-04-30 03:45:28 +00:00
"shasum": ""
},
"require": {
2020-02-19 09:58:36 +00:00
"php": ">=7.2.0",
"symfony/http-foundation": "~2.1|~3.0|~4.0|~5.0",
"symfony/http-kernel": "~2.1|~3.0|~4.0|~5.0"
2015-04-30 03:45:28 +00:00
},
"require-dev": {
2020-02-19 09:58:36 +00:00
"phpunit/phpunit": "~8.0",
"symfony/routing": "^5.0"
2015-04-30 03:45:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-09-13 00:08:34 +00:00
"dev-master": "1.0-dev"
2015-04-30 03:45:28 +00:00
}
},
"autoload": {
"psr-0": {
2015-09-13 00:08:34 +00:00
"Stack": "src"
2015-04-30 03:45:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
2015-04-30 03:45:28 +00:00
}
],
2020-02-19 09:58:36 +00:00
"description": "Builder for stack middleware based on HttpKernelInterface.",
2015-04-30 03:45:28 +00:00
"keywords": [
2015-09-13 00:08:34 +00:00
"stack"
2015-04-30 03:45:28 +00:00
],
2020-02-19 09:58:36 +00:00
"time": "2020-01-30T12:17:27+00:00"
2015-04-30 03:45:28 +00:00
},
2013-02-14 18:45:50 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "symfony-cmf/routing",
2020-10-13 14:22:35 +00:00
"version": "2.3.3",
2013-02-14 18:45:50 +00:00
"source": {
"type": "git",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"url": "https://github.com/symfony-cmf/Routing.git",
2020-10-13 14:22:35 +00:00
"reference": "3c97e7b7709b313cecfb76d691ad4cc22acbf3f5"
2013-02-14 18:45:50 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/3c97e7b7709b313cecfb76d691ad4cc22acbf3f5",
"reference": "3c97e7b7709b313cecfb76d691ad4cc22acbf3f5",
2013-02-14 18:45:50 +00:00
"shasum": ""
},
"require": {
2020-10-13 14:22:35 +00:00
"php": "^7.2 || ^8.0",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"psr/log": "^1.0",
2020-05-05 10:01:59 +00:00
"symfony/http-kernel": "^4.4 || ^5.0",
"symfony/routing": "^4.4 || ^5.0"
2013-02-14 18:45:50 +00:00
},
2013-06-14 09:52:09 +00:00
"require-dev": {
2020-04-20 09:46:36 +00:00
"symfony-cmf/testing": "^3@dev",
2020-05-05 10:01:59 +00:00
"symfony/config": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/event-dispatcher": "^4.4 || ^5.0",
"symfony/phpunit-bridge": "^5.0"
2013-06-14 09:52:09 +00:00
},
2013-02-14 18:45:50 +00:00
"suggest": {
2020-05-05 10:01:59 +00:00
"symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (^4.4 || ^5.0)"
2013-02-14 18:45:50 +00:00
},
"type": "library",
2014-06-15 05:29:44 +00:00
"extra": {
"branch-alias": {
2020-05-05 10:01:59 +00:00
"dev-master": "2.x-dev"
2014-06-15 05:29:44 +00:00
}
},
2013-02-14 18:45:50 +00:00
"autoload": {
2015-09-13 00:08:34 +00:00
"psr-4": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"Symfony\\Cmf\\Component\\Routing\\": "src/"
2015-09-13 00:08:34 +00:00
}
2013-02-14 18:45:50 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-09-13 00:08:34 +00:00
"MIT"
2013-02-14 18:45:50 +00:00
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Symfony CMF Community",
"homepage": "https://github.com/symfony-cmf/Routing/contributors"
2013-02-14 18:45:50 +00:00
}
],
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"description": "Extends the Symfony routing component for dynamic routes and chaining several routers",
2015-09-13 00:08:34 +00:00
"homepage": "http://cmf.symfony.com",
2013-02-14 18:45:50 +00:00
"keywords": [
2015-09-13 00:08:34 +00:00
"database",
"routing"
2013-03-07 15:47:08 +00:00
],
2020-10-13 14:22:35 +00:00
"time": "2020-10-06T10:15:37+00:00"
2013-02-14 18:45:50 +00:00
},
2015-09-13 00:08:34 +00:00
{
"name": "symfony/console",
2020-10-13 14:22:35 +00:00
"version": "v4.4.15",
2015-09-13 00:08:34 +00:00
"source": {
"type": "git",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"url": "https://github.com/symfony/console.git",
2020-10-13 14:22:35 +00:00
"reference": "90933b39c7b312fc3ceaa1ddeac7eb48cb953124"
2015-09-13 00:08:34 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/90933b39c7b312fc3ceaa1ddeac7eb48cb953124",
"reference": "90933b39c7b312fc3ceaa1ddeac7eb48cb953124",
2015-09-13 00:08:34 +00:00
"shasum": ""
},
"require": {
2020-06-01 10:26:26 +00:00
"php": ">=7.1.3",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
2020-06-01 10:26:26 +00:00
"symfony/polyfill-php80": "^1.15",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/service-contracts": "^1.1|^2"
2015-09-13 00:08:34 +00:00
},
Issue #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
2018-01-18 07:54:38 +00:00
"conflict": {
"symfony/dependency-injection": "<3.4",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/event-dispatcher": "<4.3|>=5",
"symfony/lock": "<4.4",
Issue #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
2018-01-18 07:54:38 +00:00
"symfony/process": "<3.3"
},
2019-03-21 14:51:00 +00:00
"provide": {
"psr/log-implementation": "1.0"
},
2015-09-13 00:08:34 +00:00
"require-dev": {
"psr/log": "~1.0",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/event-dispatcher": "^4.3",
"symfony/lock": "^4.4|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/var-dumper": "^4.3|^5.0"
2015-09-13 00:08:34 +00:00
},
"suggest": {
2019-03-21 14:51:00 +00:00
"psr/log": "For using the console logger",
2015-09-13 00:08:34 +00:00
"symfony/event-dispatcher": "",
Issue #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
2018-01-18 07:54:38 +00:00
"symfony/lock": "",
2015-09-13 00:08:34 +00:00
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"dev-master": "4.4-dev"
2015-09-13 00:08:34 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
2016-02-24 03:14:30 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-09-13 00:08:34 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2013-03-07 15:47:08 +00:00
],
2015-09-13 00:08:34 +00:00
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-15T07:58:55+00:00"
2013-02-14 18:45:50 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "symfony/debug",
2020-10-13 14:22:35 +00:00
"version": "v4.4.15",
2013-02-14 18:45:50 +00:00
"source": {
"type": "git",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"url": "https://github.com/symfony/debug.git",
2020-10-13 14:22:35 +00:00
"reference": "726b85e69342e767d60e3853b98559a68ff74183"
2013-02-14 18:45:50 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/debug/zipball/726b85e69342e767d60e3853b98559a68ff74183",
"reference": "726b85e69342e767d60e3853b98559a68ff74183",
2013-02-14 18:45:50 +00:00
"shasum": ""
},
"require": {
2020-06-01 10:26:26 +00:00
"php": ">=7.1.3",
"psr/log": "~1.0",
"symfony/polyfill-php80": "^1.15"
2015-09-13 00:08:34 +00:00
},
"conflict": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/http-kernel": "<3.4"
2015-09-13 00:08:34 +00:00
},
"require-dev": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/http-kernel": "^3.4|^4.0|^5.0"
2013-02-14 18:45:50 +00:00
},
"type": "library",
2015-09-13 00:08:34 +00:00
"extra": {
"branch-alias": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"dev-master": "4.4-dev"
2015-09-13 00:08:34 +00:00
}
},
2013-02-14 18:45:50 +00:00
"autoload": {
2015-09-13 00:08:34 +00:00
"psr-4": {
"Symfony\\Component\\Debug\\": ""
2017-01-10 14:18:10 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-09-13 00:08:34 +00:00
},
"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 Debug Component",
"homepage": "https://symfony.com",
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-09T05:20:36+00:00"
2015-09-13 00:08:34 +00:00
},
{
"name": "symfony/dependency-injection",
2020-10-13 14:22:35 +00:00
"version": "v4.4.15",
2015-09-13 00:08:34 +00:00
"source": {
"type": "git",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"url": "https://github.com/symfony/dependency-injection.git",
2020-10-13 14:22:35 +00:00
"reference": "89274c8847dff2ed703e481843eb9159ca25cc6e"
2015-09-13 00:08:34 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/89274c8847dff2ed703e481843eb9159ca25cc6e",
"reference": "89274c8847dff2ed703e481843eb9159ca25cc6e",
2015-09-13 00:08:34 +00:00
"shasum": ""
},
"require": {
2020-06-01 10:26:26 +00:00
"php": ">=7.1.3",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"psr/container": "^1.0",
"symfony/service-contracts": "^1.1.6|^2"
Revert "Issue #2712647 by klausi, catch, slasher13, jibran, Manuel Garcia, alexpott, naveenvalecha, neclimdul, dawehner, Wim Leers, pounard: Update Symfony components to ~3.1"
This reverts commit a55b8ef19eb243d383ea93fa6fd3c4ebce97cf03.
2016-12-02 11:05:17 +00:00
},
"conflict": {
2019-11-13 17:40:51 +00:00
"symfony/config": "<4.3|>=5.0",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/finder": "<3.4",
Issue #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
2018-01-18 07:54:38 +00:00
"symfony/proxy-manager-bridge": "<3.4",
"symfony/yaml": "<3.4"
},
"provide": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"psr/container-implementation": "1.0",
"symfony/service-implementation": "1.0"
2015-09-13 00:08:34 +00:00
},
"require-dev": {
2019-11-13 17:40:51 +00:00
"symfony/config": "^4.3",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
2015-09-13 00:08:34 +00:00
},
"suggest": {
"symfony/config": "",
2017-01-10 14:18:10 +00:00
"symfony/expression-language": "For using expressions in service container configuration",
Issue #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
2018-01-18 07:54:38 +00:00
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2015-09-13 00:08:34 +00:00
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"dev-master": "4.4-dev"
2015-09-13 00:08:34 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\DependencyInjection\\": ""
2016-02-24 03:14:30 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-09-13 00:08:34 +00:00
},
"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",
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-10T10:08:39+00:00"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
{
"name": "symfony/error-handler",
2020-10-13 14:22:35 +00:00
"version": "v4.4.15",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
2020-10-13 14:22:35 +00:00
"reference": "c8be4a5c70af70fec82e762dd93e3bbcf95c035f"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/error-handler/zipball/c8be4a5c70af70fec82e762dd93e3bbcf95c035f",
"reference": "c8be4a5c70af70fec82e762dd93e3bbcf95c035f",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"shasum": ""
},
"require": {
2020-06-01 10:26:26 +00:00
"php": ">=7.1.3",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"psr/log": "~1.0",
2020-03-19 11:15:53 +00:00
"symfony/debug": "^4.4.5",
2020-06-01 10:26:26 +00:00
"symfony/polyfill-php80": "^1.15",
2019-11-13 17:40:51 +00:00
"symfony/var-dumper": "^4.4|^5.0"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
"require-dev": {
2019-11-13 17:40:51 +00:00
"symfony/http-kernel": "^4.4|^5.0",
"symfony/serializer": "^4.4|^5.0"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.4-dev"
}
},
"autoload": {
"psr-4": {
2019-11-13 17:40:51 +00:00
"Symfony\\Component\\ErrorHandler\\": ""
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-11-13 17:40:51 +00:00
"description": "Symfony ErrorHandler Component",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"homepage": "https://symfony.com",
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-10-01T16:21:20+00:00"
2015-09-13 00:08:34 +00:00
},
{
"name": "symfony/event-dispatcher",
2020-10-13 14:22:35 +00:00
"version": "v4.4.15",
2015-09-13 00:08:34 +00:00
"source": {
"type": "git",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"url": "https://github.com/symfony/event-dispatcher.git",
2020-10-13 14:22:35 +00:00
"reference": "e17bb5e0663dc725f7cdcafc932132735b4725cd"
2015-09-13 00:08:34 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/e17bb5e0663dc725f7cdcafc932132735b4725cd",
"reference": "e17bb5e0663dc725f7cdcafc932132735b4725cd",
2015-09-13 00:08:34 +00:00
"shasum": ""
},
"require": {
2020-06-01 10:26:26 +00:00
"php": ">=7.1.3",
2019-11-13 17:40:51 +00:00
"symfony/event-dispatcher-contracts": "^1.1"
Issue #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
2018-01-18 07:54:38 +00:00
},
"conflict": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/dependency-injection": "<3.4"
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "1.1"
2015-09-13 00:08:34 +00:00
},
"require-dev": {
"psr/log": "~1.0",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
2020-10-13 14:22:35 +00:00
"symfony/error-handler": "~3.4|~4.4",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1|^2",
"symfony/stopwatch": "^3.4|^4.0|^5.0"
2015-09-13 00:08:34 +00:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"dev-master": "4.4-dev"
2015-09-13 00:08:34 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
2016-02-24 03:14:30 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-09-13 00:08:34 +00:00
},
"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",
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-18T14:07:46+00:00"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
{
"name": "symfony/event-dispatcher-contracts",
2020-09-01 14:59:50 +00:00
"version": "v1.1.9",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
2020-09-01 14:59:50 +00:00
"reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
"dist": {
"type": "zip",
2020-09-01 14:59:50 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
"reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"shasum": ""
},
"require": {
2020-09-01 14:59:50 +00:00
"php": ">=7.1.3"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
"suggest": {
"psr/event-dispatcher": "",
"symfony/event-dispatcher-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
2020-09-01 14:59:50 +00:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
}
},
"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"
],
2020-09-01 16:59:14 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-09-01 14:59:50 +00:00
"time": "2020-07-06T13:19:58+00:00"
2015-09-13 00:08:34 +00:00
},
2020-10-13 14:22:35 +00:00
{
"name": "symfony/http-client-contracts",
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
"reference": "3a5d0fe7908daaa23e3dbf4cee3ba4bfbb19fdd3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/3a5d0fe7908daaa23e3dbf4cee3ba4bfbb19fdd3",
"reference": "3a5d0fe7908daaa23e3dbf4cee3ba4bfbb19fdd3",
"shasum": ""
},
"require": {
"php": ">=7.2.5"
},
"suggest": {
"symfony/http-client-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\\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"
],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-09-07T11:33:47+00:00"
},
2015-09-13 00:08:34 +00:00
{
"name": "symfony/http-foundation",
2020-10-13 14:22:35 +00:00
"version": "v4.4.15",
2015-09-13 00:08:34 +00:00
"source": {
"type": "git",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"url": "https://github.com/symfony/http-foundation.git",
2020-10-13 14:22:35 +00:00
"reference": "10683b407c3b6087c64619ebc97a87e36ea62c92"
2015-09-13 00:08:34 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/10683b407c3b6087c64619ebc97a87e36ea62c92",
"reference": "10683b407c3b6087c64619ebc97a87e36ea62c92",
2015-09-13 00:08:34 +00:00
"shasum": ""
},
"require": {
2020-06-01 10:26:26 +00:00
"php": ">=7.1.3",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/mime": "^4.3|^5.0",
"symfony/polyfill-mbstring": "~1.1"
2015-09-13 00:08:34 +00:00
},
"require-dev": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"predis/predis": "~1.0",
"symfony/expression-language": "^3.4|^4.0|^5.0"
2015-09-13 00:08:34 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"dev-master": "4.4-dev"
2015-09-13 00:08:34 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
},
2016-02-24 03:14:30 +00:00
"exclude-from-classmap": [
"/Tests/"
2013-02-14 18:45:50 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-09-13 00:08:34 +00:00
"MIT"
2013-02-14 18:45:50 +00:00
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2013-02-14 18:45:50 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-27T14:14:06+00:00"
2015-09-13 00:08:34 +00:00
},
{
"name": "symfony/http-kernel",
2020-10-13 14:22:35 +00:00
"version": "v4.4.15",
2015-09-13 00:08:34 +00:00
"source": {
"type": "git",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"url": "https://github.com/symfony/http-kernel.git",
2020-10-13 14:22:35 +00:00
"reference": "6544745997b06c7dcecf0d4a70f09e5de1db7ca8"
2015-09-13 00:08:34 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/6544745997b06c7dcecf0d4a70f09e5de1db7ca8",
"reference": "6544745997b06c7dcecf0d4a70f09e5de1db7ca8",
2015-09-13 00:08:34 +00:00
"shasum": ""
},
"require": {
2020-06-01 10:26:26 +00:00
"php": ">=7.1.3",
2015-09-13 00:08:34 +00:00
"psr/log": "~1.0",
2019-11-13 17:40:51 +00:00
"symfony/error-handler": "^4.4",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/event-dispatcher": "^4.4",
2020-10-13 14:22:35 +00:00
"symfony/http-client-contracts": "^1.1|^2",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/http-foundation": "^4.4|^5.0",
"symfony/polyfill-ctype": "^1.8",
2020-06-01 10:26:26 +00:00
"symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.15"
2015-09-13 00:08:34 +00:00
},
"conflict": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/browser-kit": "<4.3",
"symfony/config": "<3.4",
"symfony/console": ">=5",
"symfony/dependency-injection": "<4.3",
"symfony/translation": "<4.2",
Issue #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
2018-01-18 07:54:38 +00:00
"twig/twig": "<1.34|<2.4,>=2"
},
"provide": {
"psr/log-implementation": "1.0"
2015-09-13 00:08:34 +00:00
},
"require-dev": {
Issue #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
2018-01-18 07:54:38 +00:00
"psr/cache": "~1.0",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/browser-kit": "^4.3|^5.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0",
"symfony/css-selector": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^4.3|^5.0",
"symfony/dom-crawler": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/finder": "^3.4|^4.0|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/routing": "^3.4|^4.0|^5.0",
"symfony/stopwatch": "^3.4|^4.0|^5.0",
"symfony/templating": "^3.4|^4.0|^5.0",
"symfony/translation": "^4.2|^5.0",
"symfony/translation-contracts": "^1.1|^2",
"twig/twig": "^1.34|^2.4|^3.0"
2015-09-13 00:08:34 +00:00
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
2019-11-13 17:40:51 +00:00
"symfony/dependency-injection": ""
2015-09-13 00:08:34 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"dev-master": "4.4-dev"
2015-09-13 00:08:34 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpKernel\\": ""
2016-02-24 03:14:30 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-09-13 00:08:34 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2013-03-07 15:47:08 +00:00
],
2015-09-13 00:08:34 +00:00
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-10-04T07:48:13+00:00"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
{
"name": "symfony/mime",
2020-10-13 14:22:35 +00:00
"version": "v5.1.7",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
2020-10-13 14:22:35 +00:00
"reference": "4404d6545125863561721514ad9388db2661eec5"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/mime/zipball/4404d6545125863561721514ad9388db2661eec5",
"reference": "4404d6545125863561721514ad9388db2661eec5",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"shasum": ""
},
"require": {
2020-06-01 10:26:26 +00:00
"php": ">=7.2.5",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/polyfill-intl-idn": "^1.10",
2020-06-01 10:26:26 +00:00
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.15"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
2019-11-26 09:24:54 +00:00
"conflict": {
"symfony/mailer": "<4.4"
},
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"require-dev": {
"egulias/email-validator": "^2.1.10",
2019-11-26 09:24:54 +00:00
"symfony/dependency-injection": "^4.4|^5.0"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-01 10:26:26 +00:00
"dev-master": "5.1-dev"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
}
},
"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"
],
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-02T16:23:27+00:00"
2018-06-01 10:22:33 +00:00
},
{
"name": "symfony/polyfill-ctype",
2020-09-01 14:59:50 +00:00
"version": "v1.18.1",
2018-06-01 10:22:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2020-09-01 14:59:50 +00:00
"reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
2018-06-01 10:22:33 +00:00
},
"dist": {
"type": "zip",
2020-09-01 14:59:50 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
"reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
2018-06-01 10:22:33 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2018-09-22 03:39:40 +00:00
"suggest": {
"ext-ctype": "For best performance"
},
2018-06-01 10:22:33 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-09-01 14:59:50 +00:00
"dev-master": "1.18-dev"
2020-07-05 19:48:26 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2018-06-01 10:22:33 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
2019-06-17 07:19:43 +00:00
"email": "BackEndTea@gmail.com"
2019-10-10 19:45:32 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2018-06-01 10:22:33 +00:00
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-09-01 14:59:50 +00:00
"time": "2020-07-14T12:35:20+00:00"
2016-02-24 03:14:30 +00:00
},
2016-03-07 01:39:53 +00:00
{
"name": "symfony/polyfill-iconv",
2020-09-01 14:59:50 +00:00
"version": "v1.18.1",
2016-03-07 01:39:53 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
2020-09-01 14:59:50 +00:00
"reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36"
2016-03-07 01:39:53 +00:00
},
"dist": {
"type": "zip",
2020-09-01 14:59:50 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
"reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
2016-03-07 01:39:53 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-iconv": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-01 14:59:50 +00:00
"dev-master": "1.18-dev"
2020-07-05 19:48:26 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2016-03-07 01:39:53 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Iconv\\": ""
},
"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 Iconv extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"iconv",
"polyfill",
"portable",
"shim"
],
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-09-01 14:59:50 +00:00
"time": "2020-07-14T12:35:20+00:00"
2016-03-07 01:39:53 +00:00
},
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
{
"name": "symfony/polyfill-intl-idn",
2020-09-01 14:59:50 +00:00
"version": "v1.18.1",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2020-09-01 14:59:50 +00:00
"reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
"dist": {
"type": "zip",
2020-09-01 14:59:50 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251",
"reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
2020-09-01 14:59:50 +00:00
"symfony/polyfill-intl-normalizer": "^1.10",
"symfony/polyfill-php70": "^1.10",
2020-02-19 09:58:36 +00:00
"symfony/polyfill-php72": "^1.10"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-01 14:59:50 +00:00
"dev-master": "1.18-dev"
2020-07-05 19:48:26 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
}
},
"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"
},
2020-09-01 14:59:50 +00:00
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
},
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
{
"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"
],
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-09-01 14:59:50 +00:00
"time": "2020-08-04T06:02:08+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"
],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-14T12:35:20+00:00"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
2016-02-24 03:14:30 +00:00
{
"name": "symfony/polyfill-mbstring",
2020-09-01 14:59:50 +00:00
"version": "v1.18.1",
2016-02-24 03:14:30 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2020-09-01 14:59:50 +00:00
"reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
2016-02-24 03:14:30 +00:00
},
"dist": {
"type": "zip",
2020-09-01 14:59:50 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
"reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
2016-02-24 03:14:30 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-01 14:59:50 +00:00
"dev-master": "1.18-dev"
2020-07-05 19:48:26 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2016-02-24 03:14:30 +00:00
}
},
"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",
Issue #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
2018-01-18 07:54:38 +00:00
"shim"
],
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-09-01 14:59:50 +00:00
"time": "2020-07-14T12:35:20+00:00"
2020-06-01 10:26:26 +00:00
},
{
"name": "symfony/polyfill-php80",
2020-09-01 14:59:50 +00:00
"version": "v1.18.1",
2020-06-01 10:26:26 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
2020-09-01 14:59:50 +00:00
"reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
2020-06-01 10:26:26 +00:00
},
"dist": {
"type": "zip",
2020-09-01 14:59:50 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
"reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
2020-06-01 10:26:26 +00:00
"shasum": ""
},
"require": {
"php": ">=7.0.8"
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-01 14:59:50 +00:00
"dev-master": "1.18-dev"
2020-07-05 19:48:26 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-06-01 10:26:26 +00:00
}
},
"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"
],
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-09-01 14:59:50 +00:00
"time": "2020-07-14T12:35:20+00:00"
Revert "Issue #2712647 by klausi, catch, slasher13, jibran, Manuel Garcia, alexpott, naveenvalecha, neclimdul, dawehner, Wim Leers, pounard: Update Symfony components to ~3.1"
This reverts commit a55b8ef19eb243d383ea93fa6fd3c4ebce97cf03.
2016-12-02 11:05:17 +00:00
},
2013-02-14 18:45:50 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "symfony/process",
2020-10-13 14:22:35 +00:00
"version": "v4.4.15",
2013-02-14 18:45:50 +00:00
"source": {
"type": "git",
2015-10-05 18:28:03 +00:00
"url": "https://github.com/symfony/process.git",
2020-10-13 14:22:35 +00:00
"reference": "9b887acc522935f77555ae8813495958c7771ba7"
2013-02-14 18:45:50 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/9b887acc522935f77555ae8813495958c7771ba7",
"reference": "9b887acc522935f77555ae8813495958c7771ba7",
2013-02-14 18:45:50 +00:00
"shasum": ""
},
"require": {
2020-09-01 14:59:50 +00:00
"php": ">=7.1.3"
2015-09-13 00:08:34 +00:00
},
2013-02-14 18:45:50 +00:00
"type": "library",
2015-09-13 00:08:34 +00:00
"extra": {
"branch-alias": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"dev-master": "4.4-dev"
2015-09-13 00:08:34 +00:00
}
},
2013-02-14 18:45:50 +00:00
"autoload": {
2015-09-13 00:08:34 +00:00
"psr-4": {
"Symfony\\Component\\Process\\": ""
2016-02-24 03:14:30 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2013-02-14 18:45:50 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-09-13 00:08:34 +00:00
"MIT"
2013-02-14 18:45:50 +00:00
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2013-02-14 18:45:50 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-02T16:08:58+00:00"
2013-02-14 18:45:50 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "symfony/psr-http-message-bridge",
2020-10-13 14:22:35 +00:00
"version": "v2.0.2",
2013-02-14 18:45:50 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/symfony/psr-http-message-bridge.git",
2020-10-13 14:22:35 +00:00
"reference": "51a21cb3ba3927d4b4bf8f25cc55763351af5f2e"
2013-02-14 18:45:50 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/51a21cb3ba3927d4b4bf8f25cc55763351af5f2e",
"reference": "51a21cb3ba3927d4b4bf8f25cc55763351af5f2e",
2013-02-14 18:45:50 +00:00
"shasum": ""
},
"require": {
2020-07-05 19:48:26 +00:00
"php": ">=7.1",
2018-09-22 03:39:40 +00:00
"psr/http-message": "^1.0",
2019-11-26 09:24:54 +00:00
"symfony/http-foundation": "^4.4 || ^5.0"
2013-02-14 18:45:50 +00:00
},
2014-10-15 08:31:35 +00:00
"require-dev": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"nyholm/psr7": "^1.1",
2020-03-11 13:56:53 +00:00
"symfony/phpunit-bridge": "^4.4 || ^5.0"
2014-10-15 08:31:35 +00:00
},
2015-09-13 00:08:34 +00:00
"suggest": {
2019-03-21 14:51:00 +00:00
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
2014-06-15 05:29:44 +00:00
},
2015-09-13 00:08:34 +00:00
"type": "symfony-bridge",
2017-03-25 18:09:11 +00:00
"extra": {
"branch-alias": {
2020-03-11 13:56:53 +00:00
"dev-master": "2.0-dev"
2017-03-25 18:09:11 +00:00
}
},
2013-02-14 18:45:50 +00:00
"autoload": {
2015-09-13 00:08:34 +00:00
"psr-4": {
"Symfony\\Bridge\\PsrHttpMessage\\": ""
2019-03-21 14:51:00 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2013-02-14 18:45:50 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-09-13 00:08:34 +00:00
"MIT"
2013-02-14 18:45:50 +00:00
],
"authors": [
2015-09-13 00:08:34 +00:00
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-11-26 09:24:54 +00:00
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2013-02-14 18:45:50 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "PSR HTTP message bridge",
"homepage": "http://symfony.com",
2013-02-14 18:45:50 +00:00
"keywords": [
2015-09-13 00:08:34 +00:00
"http",
"http-message",
2019-03-21 14:51:00 +00:00
"psr-17",
2015-09-13 00:08:34 +00:00
"psr-7"
2013-03-07 15:47:08 +00:00
],
2020-09-01 16:59:14 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-29T08:17:46+00:00"
2013-02-14 18:45:50 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "symfony/routing",
2020-10-13 14:22:35 +00:00
"version": "v4.4.15",
2013-02-14 18:45:50 +00:00
"source": {
"type": "git",
2015-10-05 18:28:03 +00:00
"url": "https://github.com/symfony/routing.git",
2020-10-13 14:22:35 +00:00
"reference": "006b2d06672b8650998f328fc603eb6f3feb979f"
2013-02-14 18:45:50 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/routing/zipball/006b2d06672b8650998f328fc603eb6f3feb979f",
"reference": "006b2d06672b8650998f328fc603eb6f3feb979f",
2013-02-14 18:45:50 +00:00
"shasum": ""
},
"require": {
2020-09-01 14:59:50 +00:00
"php": ">=7.1.3"
2015-09-13 00:08:34 +00:00
},
"conflict": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/config": "<4.2",
"symfony/dependency-injection": "<3.4",
Issue #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
2018-01-18 07:54:38 +00:00
"symfony/yaml": "<3.4"
2015-09-13 00:08:34 +00:00
},
"require-dev": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"doctrine/annotations": "~1.2",
2015-09-13 00:08:34 +00:00
"psr/log": "~1.0",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/config": "^4.2|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
2013-02-14 18:45:50 +00:00
},
"suggest": {
2015-09-13 00:08:34 +00:00
"doctrine/annotations": "For using the annotation loader",
"symfony/config": "For using the all-in-one router or any loader",
"symfony/expression-language": "For using expression matching",
2016-04-12 00:35:41 +00:00
"symfony/http-foundation": "For using a Symfony Request object",
2015-09-13 00:08:34 +00:00
"symfony/yaml": "For using the YAML loader"
2013-02-14 18:45:50 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"dev-master": "4.4-dev"
2013-02-14 18:45:50 +00:00
}
},
"autoload": {
2015-09-13 00:08:34 +00:00
"psr-4": {
"Symfony\\Component\\Routing\\": ""
2016-02-24 03:14:30 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2013-02-14 18:45:50 +00:00
},
2013-03-07 15:47:08 +00:00
"notification-url": "https://packagist.org/downloads/",
2013-02-14 18:45:50 +00:00
"license": [
2015-09-13 00:08:34 +00:00
"MIT"
2013-02-14 18:45:50 +00:00
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2013-02-14 18:45:50 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Symfony Routing Component",
"homepage": "https://symfony.com",
2013-02-14 18:45:50 +00:00
"keywords": [
2015-09-13 00:08:34 +00:00
"router",
"routing",
"uri",
"url"
2013-02-14 18:45:50 +00:00
],
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-10-01T16:25:17+00:00"
2013-02-14 18:45:50 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "symfony/serializer",
2020-10-13 14:22:35 +00:00
"version": "v4.4.15",
2013-02-14 18:45:50 +00:00
"source": {
"type": "git",
2015-10-05 18:28:03 +00:00
"url": "https://github.com/symfony/serializer.git",
2020-10-13 14:22:35 +00:00
"reference": "8e97a9cfc5a48de83437f286d6d0ab4a2a2c22b0"
2013-02-14 18:45:50 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/serializer/zipball/8e97a9cfc5a48de83437f286d6d0ab4a2a2c22b0",
"reference": "8e97a9cfc5a48de83437f286d6d0ab4a2a2c22b0",
2013-02-14 18:45:50 +00:00
"shasum": ""
},
"require": {
2020-06-01 10:26:26 +00:00
"php": ">=7.1.3",
2018-06-01 10:22:33 +00:00
"symfony/polyfill-ctype": "~1.8"
Issue #2712647 by slasher13, klausi, catch, jibran, Manuel Garcia, alexpott, mpdonadio, naveenvalecha, neclimdul, timmillwood, webflo, dawehner, Wim Leers, pounard: Update Symfony components to ~3.2
2017-05-02 09:37:54 +00:00
},
"conflict": {
Issue #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
2018-01-18 07:54:38 +00:00
"phpdocumentor/type-resolver": "<0.2.1",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/dependency-injection": "<3.4",
"symfony/property-access": "<3.4",
"symfony/property-info": "<3.4",
Issue #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
2018-01-18 07:54:38 +00:00
"symfony/yaml": "<3.4"
2014-06-15 05:29:44 +00:00
},
"require-dev": {
2015-09-13 00:08:34 +00:00
"doctrine/annotations": "~1.0",
"doctrine/cache": "~1.0",
2019-11-13 17:40:51 +00:00
"phpdocumentor/reflection-docblock": "^3.2|^4.0",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/cache": "^3.4|^4.0|^5.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
2019-11-13 17:40:51 +00:00
"symfony/error-handler": "^4.4|^5.0",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/http-foundation": "^3.4|^4.0|^5.0",
2020-03-19 11:15:53 +00:00
"symfony/mime": "^4.4|^5.0",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/property-access": "^3.4|^4.0|^5.0",
"symfony/property-info": "^3.4.13|~4.0|^5.0",
"symfony/validator": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
2013-02-14 18:45:50 +00:00
},
"suggest": {
2015-09-13 00:08:34 +00:00
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
"doctrine/cache": "For using the default cached annotation reader and metadata cache.",
Issue #2712647 by slasher13, klausi, catch, jibran, Manuel Garcia, alexpott, mpdonadio, naveenvalecha, neclimdul, timmillwood, webflo, dawehner, Wim Leers, pounard: Update Symfony components to ~3.2
2017-05-02 09:37:54 +00:00
"psr/cache-implementation": "For using the metadata cache.",
2015-09-13 00:08:34 +00:00
"symfony/config": "For using the XML mapping loader.",
2019-10-10 19:45:32 +00:00
"symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.",
2015-09-13 00:08:34 +00:00
"symfony/property-access": "For using the ObjectNormalizer.",
Issue #2712647 by slasher13, klausi, catch, jibran, Manuel Garcia, alexpott, mpdonadio, naveenvalecha, neclimdul, timmillwood, webflo, dawehner, Wim Leers, pounard: Update Symfony components to ~3.2
2017-05-02 09:37:54 +00:00
"symfony/property-info": "To deserialize relations.",
2015-09-13 00:08:34 +00:00
"symfony/yaml": "For using the default YAML mapping loader."
2013-02-14 18:45:50 +00:00
},
"type": "library",
2014-06-15 05:29:44 +00:00
"extra": {
"branch-alias": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"dev-master": "4.4-dev"
2014-06-15 05:29:44 +00:00
}
},
2013-02-14 18:45:50 +00:00
"autoload": {
2015-09-13 00:08:34 +00:00
"psr-4": {
"Symfony\\Component\\Serializer\\": ""
2016-02-24 03:14:30 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2013-02-14 18:45:50 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-09-13 00:08:34 +00:00
"MIT"
2013-02-14 18:45:50 +00:00
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2013-02-14 18:45:50 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Symfony Serializer Component",
"homepage": "https://symfony.com",
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-10-02T20:12:42+00:00"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
{
"name": "symfony/service-contracts",
2020-10-13 14:22:35 +00:00
"version": "v2.2.0",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2020-10-13 14:22:35 +00:00
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"shasum": ""
},
"require": {
2020-06-01 10:26:26 +00:00
"php": ">=7.2.5",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"psr/container": "^1.0"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-13 14:22:35 +00:00
"dev-master": "2.2-dev"
2020-09-01 14:59:50 +00:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
}
},
"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"
],
2020-09-01 16:59:14 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-07T11:33:47+00:00"
2013-02-14 18:45:50 +00:00
},
2015-07-06 12:30:43 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "symfony/translation",
2020-10-13 14:22:35 +00:00
"version": "v4.4.15",
2015-07-06 12:30:43 +00:00
"source": {
"type": "git",
2015-10-05 18:28:03 +00:00
"url": "https://github.com/symfony/translation.git",
2020-10-13 14:22:35 +00:00
"reference": "8494fa1bbf9d77fe1e7d50ac8ccfb80a858a98bd"
2015-07-06 12:30:43 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/translation/zipball/8494fa1bbf9d77fe1e7d50ac8ccfb80a858a98bd",
"reference": "8494fa1bbf9d77fe1e7d50ac8ccfb80a858a98bd",
2015-07-06 12:30:43 +00:00
"shasum": ""
},
"require": {
2020-06-01 10:26:26 +00:00
"php": ">=7.1.3",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^1.1.6|^2"
2015-09-13 00:08:34 +00:00
},
"conflict": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/config": "<3.4",
Issue #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
2018-01-18 07:54:38 +00:00
"symfony/dependency-injection": "<3.4",
2019-11-13 17:40:51 +00:00
"symfony/http-kernel": "<4.4",
Issue #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
2018-01-18 07:54:38 +00:00
"symfony/yaml": "<3.4"
2015-09-13 00:08:34 +00:00
},
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"provide": {
"symfony/translation-implementation": "1.0"
},
2015-09-13 00:08:34 +00:00
"require-dev": {
"psr/log": "~1.0",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"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",
2019-11-13 17:40:51 +00:00
"symfony/http-kernel": "^4.4",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/intl": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1.2|^2",
"symfony/yaml": "^3.4|^4.0|^5.0"
2015-09-13 00:08:34 +00:00
},
"suggest": {
2018-05-14 20:40:52 +00:00
"psr/log-implementation": "To use logging capability in translator",
2015-09-13 00:08:34 +00:00
"symfony/config": "",
"symfony/yaml": ""
2015-07-06 12:30:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"dev-master": "4.4-dev"
2015-07-06 12:30:43 +00:00
}
},
"autoload": {
"psr-4": {
2015-09-13 00:08:34 +00:00
"Symfony\\Component\\Translation\\": ""
2016-02-24 03:14:30 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-06 12:30:43 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-07-06 12:30:43 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-10-02T07:34:48+00:00"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
{
"name": "symfony/translation-contracts",
2020-10-13 14:22:35 +00:00
"version": "v2.3.0",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
2020-10-13 14:22:35 +00:00
"reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e2eaa60b558f26a4b0354e1bbb25636efaaad105",
"reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"shasum": ""
},
"require": {
2020-06-01 10:26:26 +00:00
"php": ">=7.2.5"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-13 14:22:35 +00:00
"dev-master": "2.3-dev"
2020-09-01 14:59:50 +00:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
}
},
"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"
],
2020-09-01 16:59:14 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-28T13:05:58+00:00"
2015-07-06 12:30:43 +00:00
},
2013-02-06 11:54:22 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "symfony/validator",
2020-10-13 14:22:35 +00:00
"version": "v4.4.15",
2013-02-06 11:54:22 +00:00
"source": {
"type": "git",
2015-10-05 18:28:03 +00:00
"url": "https://github.com/symfony/validator.git",
2020-10-13 14:22:35 +00:00
"reference": "8da71f775b7e1ffeed784d27f526527bb8e9504b"
2013-02-06 11:54:22 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/validator/zipball/8da71f775b7e1ffeed784d27f526527bb8e9504b",
"reference": "8da71f775b7e1ffeed784d27f526527bb8e9504b",
2013-02-06 11:54:22 +00:00
"shasum": ""
},
2015-09-13 00:08:34 +00:00
"require": {
2020-06-01 10:26:26 +00:00
"php": ">=7.1.3",
2018-06-01 10:22:33 +00:00
"symfony/polyfill-ctype": "~1.8",
2017-01-10 14:18:10 +00:00
"symfony/polyfill-mbstring": "~1.0",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/translation-contracts": "^1.1|^2"
Issue #2712647 by slasher13, klausi, catch, jibran, Manuel Garcia, alexpott, mpdonadio, naveenvalecha, neclimdul, timmillwood, webflo, dawehner, Wim Leers, pounard: Update Symfony components to ~3.2
2017-05-02 09:37:54 +00:00
},
"conflict": {
2019-10-10 19:45:32 +00:00
"doctrine/lexer": "<1.0.2",
Issue #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
2018-01-18 07:54:38 +00:00
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/dependency-injection": "<3.4",
2019-11-13 17:40:51 +00:00
"symfony/http-kernel": "<4.4",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/intl": "<4.3",
"symfony/translation": ">=5.0",
Issue #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
2018-01-18 07:54:38 +00:00
"symfony/yaml": "<3.4"
2015-09-13 00:08:34 +00:00
},
"require-dev": {
2019-10-10 19:45:32 +00:00
"doctrine/annotations": "~1.7",
2015-09-13 00:08:34 +00:00
"doctrine/cache": "~1.0",
2019-10-10 19:45:32 +00:00
"egulias/email-validator": "^2.1.10",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/cache": "^3.4|^4.0|^5.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/http-client": "^4.3|^5.0",
"symfony/http-foundation": "^4.1|^5.0",
2019-11-13 17:40:51 +00:00
"symfony/http-kernel": "^4.4",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/intl": "^4.3|^5.0",
2020-03-19 11:15:53 +00:00
"symfony/mime": "^4.4|^5.0",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/property-access": "^3.4|^4.0|^5.0",
"symfony/property-info": "^3.4|^4.0|^5.0",
"symfony/translation": "^4.2",
"symfony/yaml": "^3.4|^4.0|^5.0"
2015-09-13 00:08:34 +00:00
},
"suggest": {
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"doctrine/cache": "For using the default cached annotation reader.",
2015-09-13 00:08:34 +00:00
"egulias/email-validator": "Strict (RFC compliant) email validation",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"psr/cache-implementation": "For using the mapping cache.",
2015-09-13 00:08:34 +00:00
"symfony/config": "",
Issue #2712647 by slasher13, klausi, catch, jibran, Manuel Garcia, alexpott, mpdonadio, naveenvalecha, neclimdul, timmillwood, webflo, dawehner, Wim Leers, pounard: Update Symfony components to ~3.2
2017-05-02 09:37:54 +00:00
"symfony/expression-language": "For using the Expression validator",
2015-09-13 00:08:34 +00:00
"symfony/http-foundation": "",
"symfony/intl": "",
Issue #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
2018-01-18 07:54:38 +00:00
"symfony/property-access": "For accessing properties within comparison constraints",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/property-info": "To automatically add NotNull and Type constraints",
"symfony/translation": "For translating validation errors.",
2015-09-13 00:08:34 +00:00
"symfony/yaml": ""
},
2013-02-06 11:54:22 +00:00
"type": "library",
2015-09-13 00:08:34 +00:00
"extra": {
"branch-alias": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"dev-master": "4.4-dev"
2015-09-13 00:08:34 +00:00
}
},
2013-02-06 11:54:22 +00:00
"autoload": {
2015-09-13 00:08:34 +00:00
"psr-4": {
"Symfony\\Component\\Validator\\": ""
2016-02-24 03:14:30 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2013-02-06 11:54:22 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2013-02-06 11:54:22 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Symfony Validator Component",
"homepage": "https://symfony.com",
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-27T03:36:23+00:00"
2019-11-13 17:40:51 +00:00
},
{
"name": "symfony/var-dumper",
2020-10-13 14:22:35 +00:00
"version": "v5.1.7",
2019-11-13 17:40:51 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2020-10-13 14:22:35 +00:00
"reference": "c976c115a0d788808f7e71834c8eb0844f678d02"
2019-11-13 17:40:51 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/c976c115a0d788808f7e71834c8eb0844f678d02",
"reference": "c976c115a0d788808f7e71834c8eb0844f678d02",
2019-11-13 17:40:51 +00:00
"shasum": ""
},
"require": {
2020-06-01 10:26:26 +00:00
"php": ">=7.2.5",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.15"
2019-11-13 17:40:51 +00:00
},
"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": {
2020-06-01 10:26:26 +00:00
"dev-master": "5.1-dev"
2019-11-13 17:40:51 +00:00
}
},
"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"
],
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-18T14:27:32+00:00"
2013-02-06 11:54:22 +00:00
},
2014-06-15 05:29:44 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "symfony/yaml",
2020-10-13 14:22:35 +00:00
"version": "v4.4.15",
2014-06-15 05:29:44 +00:00
"source": {
"type": "git",
2015-10-05 18:28:03 +00:00
"url": "https://github.com/symfony/yaml.git",
2020-10-13 14:22:35 +00:00
"reference": "c7885964b1eceb70b0981556d0a9b01d2d97c8d1"
2014-06-15 05:29:44 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/c7885964b1eceb70b0981556d0a9b01d2d97c8d1",
"reference": "c7885964b1eceb70b0981556d0a9b01d2d97c8d1",
2014-06-15 05:29:44 +00:00
"shasum": ""
},
"require": {
2020-06-01 10:26:26 +00:00
"php": ">=7.1.3",
2018-06-01 10:22:33 +00:00
"symfony/polyfill-ctype": "~1.8"
Issue #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
2018-01-18 07:54:38 +00:00
},
"conflict": {
"symfony/console": "<3.4"
Issue #2712647 by slasher13, klausi, catch, jibran, Manuel Garcia, alexpott, mpdonadio, naveenvalecha, neclimdul, timmillwood, webflo, dawehner, Wim Leers, pounard: Update Symfony components to ~3.2
2017-05-02 09:37:54 +00:00
},
"require-dev": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/console": "^3.4|^4.0|^5.0"
Issue #2712647 by slasher13, klausi, catch, jibran, Manuel Garcia, alexpott, mpdonadio, naveenvalecha, neclimdul, timmillwood, webflo, dawehner, Wim Leers, pounard: Update Symfony components to ~3.2
2017-05-02 09:37:54 +00:00
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
2014-06-15 05:29:44 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"dev-master": "4.4-dev"
2014-06-15 05:29:44 +00:00
}
},
"autoload": {
2015-09-13 00:08:34 +00:00
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
2016-02-24 03:14:30 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2014-06-15 05:29:44 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-09-13 00:08:34 +00:00
"MIT"
2014-06-15 05:29:44 +00:00
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2014-10-15 08:31:35 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2014-06-15 05:29:44 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-27T03:36:23+00:00"
2014-06-15 05:29:44 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "twig/twig",
2020-09-01 14:59:50 +00:00
"version": "v2.13.1",
2014-06-15 05:29:44 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/twigphp/Twig.git",
2020-09-01 14:59:50 +00:00
"reference": "57e96259776ddcacf1814885fc3950460c8e18ef"
2014-06-15 05:29:44 +00:00
},
"dist": {
"type": "zip",
2020-09-01 14:59:50 +00:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/57e96259776ddcacf1814885fc3950460c8e18ef",
"reference": "57e96259776ddcacf1814885fc3950460c8e18ef",
2014-06-15 05:29:44 +00:00
"shasum": ""
},
"require": {
2020-07-05 19:48:26 +00:00
"php": ">=7.1.3",
Issue #3041076 by alexpott, shaal, Gábor Hojtsy, lauriii, Wim Leers, catch, Cottser, jibran, andypost, znerol, xim, joelpittet, effulgentsia: Update Drupal 9 to Twig 2
2019-10-31 12:39:18 +00:00
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3"
2014-06-15 05:29:44 +00:00
},
2014-10-15 08:31:35 +00:00
"require-dev": {
2017-03-31 12:24:42 +00:00
"psr/container": "^1.0",
2020-07-05 19:48:26 +00:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
2014-10-15 08:31:35 +00:00
},
2014-06-15 05:29:44 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-07-05 19:48:26 +00:00
"dev-master": "2.13-dev"
2014-06-15 05:29:44 +00:00
}
},
"autoload": {
2015-09-13 00:08:34 +00:00
"psr-0": {
"Twig_": "lib/"
2017-10-12 12:08:51 +00:00
},
"psr-4": {
"Twig\\": "src/"
2015-09-13 00:08:34 +00:00
}
2014-06-15 05:29:44 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
2019-10-10 19:45:32 +00:00
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
2014-10-15 08:31:35 +00:00
},
{
2019-10-10 19:45:32 +00:00
"name": "Twig Team",
"role": "Contributors"
2015-09-13 00:08:34 +00:00
},
{
2019-10-10 19:45:32 +00:00
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
2014-06-15 05:29:44 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Twig, the flexible, fast, and secure template language for PHP",
2018-09-22 03:39:40 +00:00
"homepage": "https://twig.symfony.com",
2014-06-15 05:29:44 +00:00
"keywords": [
2015-09-13 00:08:34 +00:00
"templating"
2014-06-15 05:29:44 +00:00
],
2020-07-05 19:48:26 +00:00
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
2020-09-01 14:59:50 +00:00
"time": "2020-08-05T15:09:04+00:00"
2014-06-15 05:29:44 +00:00
},
SA-CORE-2019-002 by greggles, cashwilliams, EclipseGc, larowlan, samuel.mortenson, alexpott, tedbow, effulgentsia, Fabianx, xjm, mlhess
(cherry picked from commit fe32f7790e6ebff1ca55397c328c28805bc7315a)
2019-01-15 17:41:52 +00:00
{
"name": "typo3/phar-stream-wrapper",
2020-07-05 19:48:26 +00:00
"version": "v3.1.5",
SA-CORE-2019-002 by greggles, cashwilliams, EclipseGc, larowlan, samuel.mortenson, alexpott, tedbow, effulgentsia, Fabianx, xjm, mlhess
(cherry picked from commit fe32f7790e6ebff1ca55397c328c28805bc7315a)
2019-01-15 17:41:52 +00:00
"source": {
"type": "git",
"url": "https://github.com/TYPO3/phar-stream-wrapper.git",
2020-07-05 19:48:26 +00:00
"reference": "81a713c1e165baa7c09e46cc6799cee24ce45988"
SA-CORE-2019-002 by greggles, cashwilliams, EclipseGc, larowlan, samuel.mortenson, alexpott, tedbow, effulgentsia, Fabianx, xjm, mlhess
(cherry picked from commit fe32f7790e6ebff1ca55397c328c28805bc7315a)
2019-01-15 17:41:52 +00:00
},
"dist": {
"type": "zip",
2020-07-05 19:48:26 +00:00
"url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/81a713c1e165baa7c09e46cc6799cee24ce45988",
"reference": "81a713c1e165baa7c09e46cc6799cee24ce45988",
SA-CORE-2019-002 by greggles, cashwilliams, EclipseGc, larowlan, samuel.mortenson, alexpott, tedbow, effulgentsia, Fabianx, xjm, mlhess
(cherry picked from commit fe32f7790e6ebff1ca55397c328c28805bc7315a)
2019-01-15 17:41:52 +00:00
"shasum": ""
},
"require": {
2019-03-21 14:51:00 +00:00
"ext-json": "*",
2019-10-15 15:09:32 +00:00
"php": "^7.0"
SA-CORE-2019-002 by greggles, cashwilliams, EclipseGc, larowlan, samuel.mortenson, alexpott, tedbow, effulgentsia, Fabianx, xjm, mlhess
(cherry picked from commit fe32f7790e6ebff1ca55397c328c28805bc7315a)
2019-01-15 17:41:52 +00:00
},
"require-dev": {
2019-05-08 16:00:54 +00:00
"ext-xdebug": "*",
2019-10-15 15:09:32 +00:00
"phpunit/phpunit": "^6.5"
SA-CORE-2019-002 by greggles, cashwilliams, EclipseGc, larowlan, samuel.mortenson, alexpott, tedbow, effulgentsia, Fabianx, xjm, mlhess
(cherry picked from commit fe32f7790e6ebff1ca55397c328c28805bc7315a)
2019-01-15 17:41:52 +00:00
},
2019-05-16 16:20:51 +00:00
"suggest": {
"ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
},
SA-CORE-2019-002 by greggles, cashwilliams, EclipseGc, larowlan, samuel.mortenson, alexpott, tedbow, effulgentsia, Fabianx, xjm, mlhess
(cherry picked from commit fe32f7790e6ebff1ca55397c328c28805bc7315a)
2019-01-15 17:41:52 +00:00
"type": "library",
2019-10-15 15:09:32 +00:00
"extra": {
"branch-alias": {
"dev-master": "v3.x-dev"
}
},
SA-CORE-2019-002 by greggles, cashwilliams, EclipseGc, larowlan, samuel.mortenson, alexpott, tedbow, effulgentsia, Fabianx, xjm, mlhess
(cherry picked from commit fe32f7790e6ebff1ca55397c328c28805bc7315a)
2019-01-15 17:41:52 +00:00
"autoload": {
"psr-4": {
"TYPO3\\PharStreamWrapper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Interceptors for PHP's native phar:// stream handling",
"homepage": "https://typo3.org/",
"keywords": [
"phar",
"php",
"security",
"stream-wrapper"
],
2020-07-05 19:48:26 +00:00
"time": "2020-06-19T18:43:12+00:00"
2015-09-13 00:08:34 +00:00
}
],
"packages-dev": [
2014-06-15 05:29:44 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "behat/mink",
2020-03-13 11:49:09 +00:00
"version": "v1.8.1",
2014-06-15 05:29:44 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/minkphp/Mink.git",
2020-03-13 11:49:09 +00:00
"reference": "07c6a9fe3fa98c2de074b25d9ed26c22904e3887"
2014-06-15 05:29:44 +00:00
},
"dist": {
"type": "zip",
2020-03-13 11:49:09 +00:00
"url": "https://api.github.com/repos/minkphp/Mink/zipball/07c6a9fe3fa98c2de074b25d9ed26c22904e3887",
"reference": "07c6a9fe3fa98c2de074b25d9ed26c22904e3887",
2014-06-15 05:29:44 +00:00
"shasum": ""
},
2015-09-13 00:08:34 +00:00
"require": {
"php": ">=5.3.1",
2020-03-11 21:14:29 +00:00
"symfony/css-selector": "^2.7|^3.0|^4.0|^5.0"
2015-10-05 06:32:44 +00:00
},
"require-dev": {
2020-03-11 21:14:29 +00:00
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20",
"symfony/debug": "^2.7|^3.0|^4.0",
"symfony/phpunit-bridge": "^3.4.38 || ^5.0.5"
2015-09-13 00:08:34 +00:00
},
"suggest": {
"behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
"behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
"behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
2019-08-06 05:51:39 +00:00
"behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)",
"dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)"
2015-09-13 00:08:34 +00:00
},
2014-06-15 05:29:44 +00:00
"type": "library",
2015-09-13 00:08:34 +00:00
"extra": {
"branch-alias": {
2020-03-11 21:14:29 +00:00
"dev-master": "1.8.x-dev"
2015-09-13 00:08:34 +00:00
}
},
2014-06-15 05:29:44 +00:00
"autoload": {
2015-09-13 00:08:34 +00:00
"psr-4": {
"Behat\\Mink\\": "src/"
}
2014-06-15 05:29:44 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-09-13 00:08:34 +00:00
"MIT"
2014-06-15 05:29:44 +00:00
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
2014-06-15 05:29:44 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Browser controller/emulator abstraction for PHP",
"homepage": "http://mink.behat.org/",
"keywords": [
"browser",
"testing",
"web"
],
2020-03-13 11:49:09 +00:00
"time": "2020-03-11T15:45:53+00:00"
2014-06-15 05:29:44 +00:00
},
2014-09-04 02:58:45 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "behat/mink-browserkit-driver",
2020-03-19 11:15:53 +00:00
"version": "v1.3.4",
2014-09-04 02:58:45 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
2020-03-19 11:15:53 +00:00
"reference": "e3b90840022ebcd544c7b394a3c9597ae242cbee"
2014-09-04 02:58:45 +00:00
},
"dist": {
"type": "zip",
2020-03-19 11:15:53 +00:00
"url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/e3b90840022ebcd544c7b394a3c9597ae242cbee",
"reference": "e3b90840022ebcd544c7b394a3c9597ae242cbee",
2014-09-04 02:58:45 +00:00
"shasum": ""
},
"require": {
Revert "Issue #1869548 by dawehner, jeqq, dmouse, damiankloip, nod_, AlxVallejo, chr.fritsch, yanniboi, effulgentsia, dixon_, -enzo-, Wim Leers, Crell, Damien Tournoud, andypost, kim.pepper, linclark, catch: Opt-in CORS support"
This reverts commit f2b7115211842ed460b5451f69989115679bcbfb.
2016-07-31 23:34:44 +00:00
"behat/mink": "^1.7.1@dev",
2015-10-05 06:32:44 +00:00
"php": ">=5.3.6",
2018-09-22 03:39:40 +00:00
"symfony/browser-kit": "~2.3|~3.0|~4.0",
"symfony/dom-crawler": "~2.3|~3.0|~4.0"
2014-09-04 02:58:45 +00:00
},
"require-dev": {
2018-09-22 03:39:40 +00:00
"mink/driver-testsuite": "dev-master",
2020-03-19 11:15:53 +00:00
"symfony/debug": "^2.7|^3.0|^4.0",
2018-09-22 03:39:40 +00:00
"symfony/http-kernel": "~2.3|~3.0|~4.0"
2014-09-04 02:58:45 +00:00
},
2015-09-13 00:08:34 +00:00
"type": "mink-driver",
2014-09-04 02:58:45 +00:00
"extra": {
"branch-alias": {
2015-10-05 06:32:44 +00:00
"dev-master": "1.3.x-dev"
2014-09-04 02:58:45 +00:00
}
},
"autoload": {
2015-10-05 06:32:44 +00:00
"psr-4": {
"Behat\\Mink\\Driver\\": "src/"
2014-09-04 02:58:45 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
2014-09-04 02:58:45 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Symfony2 BrowserKit driver for Mink framework",
"homepage": "http://mink.behat.org/",
2014-09-04 02:58:45 +00:00
"keywords": [
2015-09-13 00:08:34 +00:00
"Mink",
"Symfony2",
"browser",
"testing"
2014-09-04 02:58:45 +00:00
],
2020-03-19 11:15:53 +00:00
"time": "2020-03-11T09:49:45+00:00"
2014-09-04 02:58:45 +00:00
},
2013-01-04 16:18:00 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "behat/mink-goutte-driver",
Revert "Issue #1869548 by dawehner, jeqq, dmouse, damiankloip, nod_, AlxVallejo, chr.fritsch, yanniboi, effulgentsia, dixon_, -enzo-, Wim Leers, Crell, Damien Tournoud, andypost, kim.pepper, linclark, catch: Opt-in CORS support"
This reverts commit f2b7115211842ed460b5451f69989115679bcbfb.
2016-07-31 23:34:44 +00:00
"version": "v1.2.1",
2013-01-04 16:18:00 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/minkphp/MinkGoutteDriver.git",
Revert "Issue #1869548 by dawehner, jeqq, dmouse, damiankloip, nod_, AlxVallejo, chr.fritsch, yanniboi, effulgentsia, dixon_, -enzo-, Wim Leers, Crell, Damien Tournoud, andypost, kim.pepper, linclark, catch: Opt-in CORS support"
This reverts commit f2b7115211842ed460b5451f69989115679bcbfb.
2016-07-31 23:34:44 +00:00
"reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
2013-01-04 16:18:00 +00:00
},
"dist": {
"type": "zip",
Revert "Issue #1869548 by dawehner, jeqq, dmouse, damiankloip, nod_, AlxVallejo, chr.fritsch, yanniboi, effulgentsia, dixon_, -enzo-, Wim Leers, Crell, Damien Tournoud, andypost, kim.pepper, linclark, catch: Opt-in CORS support"
This reverts commit f2b7115211842ed460b5451f69989115679bcbfb.
2016-07-31 23:34:44 +00:00
"url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
"reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
2013-01-04 16:18:00 +00:00
"shasum": ""
},
"require": {
2015-09-13 00:08:34 +00:00
"behat/mink": "~1.6@dev",
"behat/mink-browserkit-driver": "~1.2@dev",
"fabpot/goutte": "~1.0.4|~2.0|~3.1",
"php": ">=5.3.1"
2013-01-04 16:18:00 +00:00
},
2015-10-05 06:32:44 +00:00
"require-dev": {
Revert "Issue #1869548 by dawehner, jeqq, dmouse, damiankloip, nod_, AlxVallejo, chr.fritsch, yanniboi, effulgentsia, dixon_, -enzo-, Wim Leers, Crell, Damien Tournoud, andypost, kim.pepper, linclark, catch: Opt-in CORS support"
This reverts commit f2b7115211842ed460b5451f69989115679bcbfb.
2016-07-31 23:34:44 +00:00
"symfony/phpunit-bridge": "~2.7|~3.0"
2015-10-05 06:32:44 +00:00
},
2015-09-13 00:08:34 +00:00
"type": "mink-driver",
2013-01-04 16:18:00 +00:00
"extra": {
"branch-alias": {
2015-10-05 06:32:44 +00:00
"dev-master": "1.2.x-dev"
2013-01-04 16:18:00 +00:00
}
},
"autoload": {
2014-11-05 08:36:38 +00:00
"psr-4": {
2015-09-13 00:08:34 +00:00
"Behat\\Mink\\Driver\\": "src/"
2013-01-04 16:18:00 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
2013-01-04 16:18:00 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Goutte driver for Mink framework",
"homepage": "http://mink.behat.org/",
2013-01-04 16:18:00 +00:00
"keywords": [
2015-09-13 00:08:34 +00:00
"browser",
"goutte",
"headless",
"testing"
2013-03-07 15:47:08 +00:00
],
2017-01-27 17:45:02 +00:00
"time": "2016-03-05T09:04:22+00:00"
2013-01-04 16:18:00 +00:00
},
Issue #2775653 by dawehner, droplet, michielnugter, Lendude, jibran, alexpott, Mixologic, klausi, juampynr, cosmicdreams, cspitzlay, justafish, drpal, larowlan, claudiu.cristea, Berdir, Mile23, andypost, xjm, mtodor: JavascriptTests with webDriver
2018-02-03 09:54:09 +00:00
{
"name": "behat/mink-selenium2-driver",
2020-03-11 21:14:29 +00:00
"version": "v1.4.0",
Issue #2775653 by dawehner, droplet, michielnugter, Lendude, jibran, alexpott, Mixologic, klausi, juampynr, cosmicdreams, cspitzlay, justafish, drpal, larowlan, claudiu.cristea, Berdir, Mile23, andypost, xjm, mtodor: JavascriptTests with webDriver
2018-02-03 09:54:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/minkphp/MinkSelenium2Driver.git",
2020-03-11 21:14:29 +00:00
"reference": "312a967dd527f28980cce40850339cd5316da092"
Issue #2775653 by dawehner, droplet, michielnugter, Lendude, jibran, alexpott, Mixologic, klausi, juampynr, cosmicdreams, cspitzlay, justafish, drpal, larowlan, claudiu.cristea, Berdir, Mile23, andypost, xjm, mtodor: JavascriptTests with webDriver
2018-02-03 09:54:09 +00:00
},
"dist": {
"type": "zip",
2020-03-11 21:14:29 +00:00
"url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/312a967dd527f28980cce40850339cd5316da092",
"reference": "312a967dd527f28980cce40850339cd5316da092",
Issue #2775653 by dawehner, droplet, michielnugter, Lendude, jibran, alexpott, Mixologic, klausi, juampynr, cosmicdreams, cspitzlay, justafish, drpal, larowlan, claudiu.cristea, Berdir, Mile23, andypost, xjm, mtodor: JavascriptTests with webDriver
2018-02-03 09:54:09 +00:00
"shasum": ""
},
"require": {
"behat/mink": "~1.7@dev",
"instaclick/php-webdriver": "~1.1",
2019-10-10 19:45:32 +00:00
"php": ">=5.4"
Issue #2775653 by dawehner, droplet, michielnugter, Lendude, jibran, alexpott, Mixologic, klausi, juampynr, cosmicdreams, cspitzlay, justafish, drpal, larowlan, claudiu.cristea, Berdir, Mile23, andypost, xjm, mtodor: JavascriptTests with webDriver
2018-02-03 09:54:09 +00:00
},
"require-dev": {
2018-02-14 00:11:44 +00:00
"mink/driver-testsuite": "dev-master"
Issue #2775653 by dawehner, droplet, michielnugter, Lendude, jibran, alexpott, Mixologic, klausi, juampynr, cosmicdreams, cspitzlay, justafish, drpal, larowlan, claudiu.cristea, Berdir, Mile23, andypost, xjm, mtodor: JavascriptTests with webDriver
2018-02-03 09:54:09 +00:00
},
"type": "mink-driver",
"extra": {
"branch-alias": {
2020-03-11 21:14:29 +00:00
"dev-master": "1.4.x-dev"
Issue #2775653 by dawehner, droplet, michielnugter, Lendude, jibran, alexpott, Mixologic, klausi, juampynr, cosmicdreams, cspitzlay, justafish, drpal, larowlan, claudiu.cristea, Berdir, Mile23, andypost, xjm, mtodor: JavascriptTests with webDriver
2018-02-03 09:54:09 +00:00
}
},
"autoload": {
"psr-4": {
"Behat\\Mink\\Driver\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Pete Otaqui",
"email": "pete@otaqui.com",
"homepage": "https://github.com/pete-otaqui"
2019-10-25 09:04:15 +00:00
},
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
Issue #2775653 by dawehner, droplet, michielnugter, Lendude, jibran, alexpott, Mixologic, klausi, juampynr, cosmicdreams, cspitzlay, justafish, drpal, larowlan, claudiu.cristea, Berdir, Mile23, andypost, xjm, mtodor: JavascriptTests with webDriver
2018-02-03 09:54:09 +00:00
}
],
"description": "Selenium2 (WebDriver) driver for Mink framework",
"homepage": "http://mink.behat.org/",
"keywords": [
"ajax",
"browser",
"javascript",
"selenium",
"testing",
"webdriver"
],
2020-03-11 21:14:29 +00:00
"time": "2020-03-11T14:43:21+00:00"
Issue #2775653 by dawehner, droplet, michielnugter, Lendude, jibran, alexpott, Mixologic, klausi, juampynr, cosmicdreams, cspitzlay, justafish, drpal, larowlan, claudiu.cristea, Berdir, Mile23, andypost, xjm, mtodor: JavascriptTests with webDriver
2018-02-03 09:54:09 +00:00
},
2019-06-17 07:19:43 +00:00
{
"name": "composer/ca-bundle",
2020-09-01 14:59:50 +00:00
"version": "1.2.8",
2019-06-17 07:19:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
2020-09-01 14:59:50 +00:00
"reference": "8a7ecad675253e4654ea05505233285377405215"
2019-06-17 07:19:43 +00:00
},
"dist": {
"type": "zip",
2020-09-01 14:59:50 +00:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/8a7ecad675253e4654ea05505233285377405215",
"reference": "8a7ecad675253e4654ea05505233285377405215",
2019-06-17 07:19:43 +00:00
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
2019-10-10 19:45:32 +00:00
"php": "^5.3.2 || ^7.0 || ^8.0"
2019-06-17 07:19:43 +00:00
},
"require-dev": {
2019-10-10 19:45:32 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
2019-06-17 07:19:43 +00:00
"psr/log": "^1.0",
2020-01-30 00:10:07 +00:00
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
2019-06-17 07:19:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\CaBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
"keywords": [
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
],
2020-08-28 08:36:15 +00:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
2020-09-01 14:59:50 +00:00
{
"url": "https://github.com/composer",
"type": "github"
},
2020-08-28 08:36:15 +00:00
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2020-09-01 14:59:50 +00:00
"time": "2020-08-23T12:54:47+00:00"
2019-06-17 07:19:43 +00:00
},
{
"name": "composer/composer",
2020-10-13 14:22:35 +00:00
"version": "1.10.14",
2019-06-17 07:19:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
2020-10-13 14:22:35 +00:00
"reference": "bf81c86045d1c3588043827c015b1557cc5ee363"
2019-06-17 07:19:43 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/composer/composer/zipball/bf81c86045d1c3588043827c015b1557cc5ee363",
"reference": "bf81c86045d1c3588043827c015b1557cc5ee363",
2019-06-17 07:19:43 +00:00
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
"composer/semver": "^1.0",
"composer/spdx-licenses": "^1.2",
"composer/xdebug-handler": "^1.1",
2020-07-05 19:48:26 +00:00
"justinrainbow/json-schema": "^5.2.10",
2019-06-17 07:19:43 +00:00
"php": "^5.3.2 || ^7.0",
"psr/log": "^1.0",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",
2020-03-19 11:15:53 +00:00
"symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
2019-06-17 07:19:43 +00:00
},
"conflict": {
2020-07-05 19:48:26 +00:00
"symfony/console": "2.8.38"
2019-06-17 07:19:43 +00:00
},
"require-dev": {
2020-03-19 11:15:53 +00:00
"phpspec/prophecy": "^1.10",
2020-07-05 19:48:26 +00:00
"symfony/phpunit-bridge": "^4.2"
2019-06-17 07:19:43 +00:00
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
"ext-zip": "Enabling the zip extension allows you to unzip archives",
"ext-zlib": "Allow gzip compression of HTTP requests"
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-19 11:15:53 +00:00
"dev-master": "1.10-dev"
2019-06-17 07:19:43 +00:00
}
},
"autoload": {
"psr-4": {
"Composer\\": "src/Composer"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
2019-10-10 19:45:32 +00:00
"description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
2019-06-17 07:19:43 +00:00
"homepage": "https://getcomposer.org/",
"keywords": [
"autoload",
"dependency",
"package"
],
2020-09-01 16:59:14 +00:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-10-13T12:44:51+00:00"
2019-06-17 07:19:43 +00:00
},
{
"name": "composer/spdx-licenses",
2020-09-01 14:59:50 +00:00
"version": "1.5.4",
2019-06-17 07:19:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/spdx-licenses.git",
2020-09-01 14:59:50 +00:00
"reference": "6946f785871e2314c60b4524851f3702ea4f2223"
2019-06-17 07:19:43 +00:00
},
"dist": {
"type": "zip",
2020-09-01 14:59:50 +00:00
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/6946f785871e2314c60b4524851f3702ea4f2223",
"reference": "6946f785871e2314c60b4524851f3702ea4f2223",
2019-06-17 07:19:43 +00:00
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Spdx\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "SPDX licenses list and validation library.",
"keywords": [
"license",
"spdx",
"validator"
],
2020-09-01 16:59:14 +00:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2020-09-01 14:59:50 +00:00
"time": "2020-07-15T15:35:07+00:00"
2019-06-17 07:19:43 +00:00
},
{
"name": "composer/xdebug-handler",
2020-09-01 14:59:50 +00:00
"version": "1.4.3",
2019-06-17 07:19:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
2020-09-01 14:59:50 +00:00
"reference": "ebd27a9866ae8254e873866f795491f02418c5a5"
2019-06-17 07:19:43 +00:00
},
"dist": {
"type": "zip",
2020-09-01 14:59:50 +00:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ebd27a9866ae8254e873866f795491f02418c5a5",
"reference": "ebd27a9866ae8254e873866f795491f02418c5a5",
2019-06-17 07:19:43 +00:00
"shasum": ""
},
"require": {
2020-01-30 00:10:07 +00:00
"php": "^5.3.2 || ^7.0 || ^8.0",
2019-06-17 07:19:43 +00:00
"psr/log": "^1.0"
},
"require-dev": {
2020-01-30 00:10:07 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
2019-06-17 07:19:43 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Composer\\XdebugHandler\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
}
],
2020-01-30 00:10:07 +00:00
"description": "Restarts a process without Xdebug.",
2019-06-17 07:19:43 +00:00
"keywords": [
"Xdebug",
"performance"
],
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
2020-07-05 19:48:26 +00:00
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
2020-06-09 10:02:34 +00:00
}
],
2020-09-01 14:59:50 +00:00
"time": "2020-08-19T10:27:58+00:00"
2019-06-17 07:19:43 +00:00
},
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "doctrine/instantiator",
2020-06-01 10:26:26 +00:00
"version": "1.3.1",
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/doctrine/instantiator.git",
2020-06-01 10:26:26 +00:00
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
},
"dist": {
"type": "zip",
2020-06-01 10:26:26 +00:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
"shasum": ""
},
"require": {
2020-06-01 10:26:26 +00:00
"php": "^7.1 || ^8.0"
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
},
"require-dev": {
2020-01-16 10:35:54 +00:00
"doctrine/coding-standard": "^6.0",
2015-09-13 00:08:34 +00:00
"ext-pdo": "*",
"ext-phar": "*",
2020-01-16 10:35:54 +00:00
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-16 10:35:54 +00:00
"dev-master": "1.2.x-dev"
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
}
},
"autoload": {
2015-06-02 14:28:49 +00:00
"psr-4": {
2015-09-13 00:08:34 +00:00
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2020-01-16 10:35:54 +00:00
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2015-09-13 00:08:34 +00:00
"keywords": [
"constructor",
"instantiate"
],
2020-09-01 16:59:14 +00:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
"type": "tidelift"
}
],
2020-06-01 10:26:26 +00:00
"time": "2020-05-29T17:27:14+00:00"
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
},
2017-01-31 00:30:00 +00:00
{
"name": "drupal/coder",
2020-10-13 14:22:35 +00:00
"version": "8.3.10",
2017-01-31 00:30:00 +00:00
"source": {
"type": "git",
2019-08-29 03:02:37 +00:00
"url": "https://git.drupalcode.org/project/coder.git",
2020-10-13 14:22:35 +00:00
"reference": "e1d71c6bb75b94f9ed00dceb2f4f6cb7e044723d"
2017-01-31 00:30:00 +00:00
},
"require": {
2017-02-11 22:02:19 +00:00
"ext-mbstring": "*",
2020-04-18 15:54:28 +00:00
"php": ">=7.0.8",
2020-10-13 14:22:35 +00:00
"sirbrillig/phpcs-variable-analysis": "^2.8",
"squizlabs/php_codesniffer": "^3.5.6",
2019-08-29 03:02:37 +00:00
"symfony/yaml": ">=2.0.5"
2017-01-31 00:30:00 +00:00
},
"require-dev": {
2020-10-13 14:22:35 +00:00
"phpstan/phpstan": "^0.12.31",
2020-04-18 15:54:28 +00:00
"phpunit/phpunit": "^6.0 || ^7.0"
2017-01-31 00:30:00 +00:00
},
2017-03-04 15:04:49 +00:00
"type": "phpcodesniffer-standard",
2019-03-26 14:37:28 +00:00
"autoload": {
2020-04-18 15:54:28 +00:00
"psr-4": {
2019-03-26 14:37:28 +00:00
"Drupal\\": "coder_sniffer/Drupal/",
2019-04-16 12:47:27 +00:00
"DrupalPractice\\": "coder_sniffer/DrupalPractice/"
2019-03-26 14:37:28 +00:00
}
},
2017-01-31 00:30:00 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-10-13 14:22:35 +00:00
"GPL-2.0-or-later"
2017-01-31 00:30:00 +00:00
],
"description": "Coder is a library to review Drupal code.",
"homepage": "https://www.drupal.org/project/coder",
"keywords": [
"code review",
"phpcs",
"standards"
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-03T19:59:53+00:00"
2017-01-31 00:30:00 +00:00
},
2019-11-28 12:54:39 +00:00
{
"name": "easyrdf/easyrdf",
2020-10-12 19:44:08 +00:00
"version": "1.0.0",
2019-11-28 12:54:39 +00:00
"source": {
"type": "git",
2020-06-09 10:02:34 +00:00
"url": "https://github.com/easyrdf/easyrdf.git",
2020-10-12 19:44:08 +00:00
"reference": "8735708426066b791c2a6d40329050d5cf31385c"
2019-11-28 12:54:39 +00:00
},
"dist": {
"type": "zip",
2020-10-12 19:44:08 +00:00
"url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/8735708426066b791c2a6d40329050d5cf31385c",
"reference": "8735708426066b791c2a6d40329050d5cf31385c",
2019-11-28 12:54:39 +00:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"ext-pcre": "*",
2020-10-12 19:44:08 +00:00
"php": ">=7.1.0"
2019-11-28 12:54:39 +00:00
},
"require-dev": {
2020-10-12 19:44:08 +00:00
"ml/json-ld": "~1.0",
"phpunit/phpunit": "^7",
"sami/sami": "^4",
"semsol/arc2": "~2.2",
"squizlabs/php_codesniffer": "3.*",
"zendframework/zend-http": "~2.3"
2019-11-28 12:54:39 +00:00
},
"suggest": {
2020-10-12 19:44:08 +00:00
"ml/json-ld": "~1.0",
"semsol/arc2": "~2.2"
2019-11-28 12:54:39 +00:00
},
"type": "library",
"autoload": {
2020-10-12 19:44:08 +00:00
"psr-4": {
"EasyRdf\\": "lib"
2019-11-28 12:54:39 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nicholas Humfrey",
"email": "njh@aelius.com",
"homepage": "http://www.aelius.com/njh/",
"role": "Developer"
},
{
"name": "Alexey Zakhlestin",
"email": "indeyets@gmail.com",
2020-10-12 19:44:08 +00:00
"homepage": "http://indeyets.ru/",
2019-11-28 12:54:39 +00:00
"role": "Developer"
}
],
"description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
"homepage": "http://www.easyrdf.org/",
"keywords": [
"Linked Data",
"RDF",
"Semantic Web",
"Turtle",
"rdfa",
"sparql"
],
2020-10-12 19:44:08 +00:00
"support": {
"forum": "http://groups.google.com/group/easyrdf/",
"issues": "http://github.com/easyrdf/easyrdf/issues",
"source": "https://github.com/easyrdf/easyrdf/tree/master"
},
"time": "2020-07-14T23:45:20+00:00"
2019-11-28 12:54:39 +00:00
},
2012-10-13 00:46:17 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "fabpot/goutte",
2020-01-30 00:10:07 +00:00
"version": "v3.3.0",
2012-11-30 01:26:33 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/FriendsOfPHP/Goutte.git",
2020-01-30 00:10:07 +00:00
"reference": "4ab5199e3ec0ffde0ee0b5ecf568a4fb8398dbae"
2012-11-30 01:26:33 +00:00
},
"dist": {
"type": "zip",
2020-01-30 00:10:07 +00:00
"url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/4ab5199e3ec0ffde0ee0b5ecf568a4fb8398dbae",
"reference": "4ab5199e3ec0ffde0ee0b5ecf568a4fb8398dbae",
2012-11-30 01:26:33 +00:00
"shasum": ""
},
"require": {
2015-09-13 00:08:34 +00:00
"guzzlehttp/guzzle": "^6.0",
2020-01-30 00:10:07 +00:00
"php": "^7.1.3",
"symfony/browser-kit": "^4.4|^5.0",
"symfony/css-selector": "^4.4|^5.0",
"symfony/dom-crawler": "^4.4|^5.0"
2018-09-22 03:39:40 +00:00
},
"require-dev": {
2020-01-30 00:10:07 +00:00
"symfony/phpunit-bridge": "^5.0"
2012-11-30 01:26:33 +00:00
},
2015-09-13 00:08:34 +00:00
"type": "application",
2012-11-30 01:26:33 +00:00
"extra": {
"branch-alias": {
2020-01-30 00:10:07 +00:00
"dev-master": "3.3-dev"
2012-11-30 01:26:33 +00:00
}
},
"autoload": {
2015-06-01 10:47:08 +00:00
"psr-4": {
2015-09-13 00:08:34 +00:00
"Goutte\\": "Goutte"
2018-09-22 03:39:40 +00:00
},
"exclude-from-classmap": [
"Goutte/Tests"
]
2012-11-30 01:26:33 +00:00
},
2012-12-06 00:30:06 +00:00
"notification-url": "https://packagist.org/downloads/",
2012-11-30 01:26:33 +00:00
"license": [
"MIT"
],
"authors": [
2014-10-01 08:50:10 +00:00
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2012-11-30 01:26:33 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "A simple PHP Web Scraper",
"homepage": "https://github.com/FriendsOfPHP/Goutte",
"keywords": [
"scraper"
],
2020-01-30 00:10:07 +00:00
"time": "2019-12-06T13:11:18+00:00"
2013-06-14 09:52:09 +00:00
},
Issue #2775653 by dawehner, droplet, michielnugter, Lendude, jibran, alexpott, Mixologic, klausi, juampynr, cosmicdreams, cspitzlay, justafish, drpal, larowlan, claudiu.cristea, Berdir, Mile23, andypost, xjm, mtodor: JavascriptTests with webDriver
2018-02-03 09:54:09 +00:00
{
"name": "instaclick/php-webdriver",
2020-01-30 00:10:07 +00:00
"version": "1.4.7",
Issue #2775653 by dawehner, droplet, michielnugter, Lendude, jibran, alexpott, Mixologic, klausi, juampynr, cosmicdreams, cspitzlay, justafish, drpal, larowlan, claudiu.cristea, Berdir, Mile23, andypost, xjm, mtodor: JavascriptTests with webDriver
2018-02-03 09:54:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/instaclick/php-webdriver.git",
2020-01-30 00:10:07 +00:00
"reference": "b5f330e900e9b3edfc18024a5ec8c07136075712"
Issue #2775653 by dawehner, droplet, michielnugter, Lendude, jibran, alexpott, Mixologic, klausi, juampynr, cosmicdreams, cspitzlay, justafish, drpal, larowlan, claudiu.cristea, Berdir, Mile23, andypost, xjm, mtodor: JavascriptTests with webDriver
2018-02-03 09:54:09 +00:00
},
"dist": {
"type": "zip",
2020-01-30 00:10:07 +00:00
"url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/b5f330e900e9b3edfc18024a5ec8c07136075712",
"reference": "b5f330e900e9b3edfc18024a5ec8c07136075712",
Issue #2775653 by dawehner, droplet, michielnugter, Lendude, jibran, alexpott, Mixologic, klausi, juampynr, cosmicdreams, cspitzlay, justafish, drpal, larowlan, claudiu.cristea, Berdir, Mile23, andypost, xjm, mtodor: JavascriptTests with webDriver
2018-02-03 09:54:09 +00:00
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"satooshi/php-coveralls": "^1.0||^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": {
"psr-0": {
"WebDriver": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Justin Bishop",
"email": "jubishop@gmail.com",
"role": "Developer"
},
{
"name": "Anthon Pang",
"email": "apang@softwaredevelopment.ca",
"role": "Fork Maintainer"
}
],
"description": "PHP WebDriver for Selenium 2",
"homepage": "http://instaclick.com/",
"keywords": [
"browser",
"selenium",
"webdriver",
"webtest"
],
2020-01-30 00:10:07 +00:00
"time": "2019-09-25T09:05:11+00:00"
Issue #2712647 by slasher13, klausi, catch, jibran, Manuel Garcia, alexpott, mpdonadio, naveenvalecha, neclimdul, timmillwood, webflo, dawehner, Wim Leers, pounard: Update Symfony components to ~3.2
2017-05-02 09:37:54 +00:00
},
Issue #2843147 by Wim Leers, e0ipso, gabesullice, dagmar, xjm, effulgentsia, webchick, dww, Berdir, dawehner, colan, mgalalm, govind.maloo, das-peter, jludwig, ndobromirov, martin107, abhisekmazumdar, nuez, catch, amateescu, pwolanin, mallezie, borisson_, jibran, voleger, plach, GeduR, Grimreaper, apupiales, Sutharsan, RenatoG, michaellander, sergesemashko, dbt102, hampercm, dremy, rpayanm, chriscalip, tstoeckler, keopx, skyredwang, Spleshka, RajeevK, matthew.perry, kaysenlau, jazzdrive3, dsdeiz, ebeyrent, acbramley, deviantintegral, samuel.mortenson, DamienMcKenna, mohit_aghera, ibustos, dpolant, garphy: Add JSON:API to core as a stable module
2019-03-20 23:41:11 +00:00
{
"name": "justinrainbow/json-schema",
2020-06-01 10:26:26 +00:00
"version": "5.2.10",
Issue #2843147 by Wim Leers, e0ipso, gabesullice, dagmar, xjm, effulgentsia, webchick, dww, Berdir, dawehner, colan, mgalalm, govind.maloo, das-peter, jludwig, ndobromirov, martin107, abhisekmazumdar, nuez, catch, amateescu, pwolanin, mallezie, borisson_, jibran, voleger, plach, GeduR, Grimreaper, apupiales, Sutharsan, RenatoG, michaellander, sergesemashko, dbt102, hampercm, dremy, rpayanm, chriscalip, tstoeckler, keopx, skyredwang, Spleshka, RajeevK, matthew.perry, kaysenlau, jazzdrive3, dsdeiz, ebeyrent, acbramley, deviantintegral, samuel.mortenson, DamienMcKenna, mohit_aghera, ibustos, dpolant, garphy: Add JSON:API to core as a stable module
2019-03-20 23:41:11 +00:00
"source": {
"type": "git",
"url": "https://github.com/justinrainbow/json-schema.git",
2020-06-01 10:26:26 +00:00
"reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
Issue #2843147 by Wim Leers, e0ipso, gabesullice, dagmar, xjm, effulgentsia, webchick, dww, Berdir, dawehner, colan, mgalalm, govind.maloo, das-peter, jludwig, ndobromirov, martin107, abhisekmazumdar, nuez, catch, amateescu, pwolanin, mallezie, borisson_, jibran, voleger, plach, GeduR, Grimreaper, apupiales, Sutharsan, RenatoG, michaellander, sergesemashko, dbt102, hampercm, dremy, rpayanm, chriscalip, tstoeckler, keopx, skyredwang, Spleshka, RajeevK, matthew.perry, kaysenlau, jazzdrive3, dsdeiz, ebeyrent, acbramley, deviantintegral, samuel.mortenson, DamienMcKenna, mohit_aghera, ibustos, dpolant, garphy: Add JSON:API to core as a stable module
2019-03-20 23:41:11 +00:00
},
"dist": {
"type": "zip",
2020-06-01 10:26:26 +00:00
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
"reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
Issue #2843147 by Wim Leers, e0ipso, gabesullice, dagmar, xjm, effulgentsia, webchick, dww, Berdir, dawehner, colan, mgalalm, govind.maloo, das-peter, jludwig, ndobromirov, martin107, abhisekmazumdar, nuez, catch, amateescu, pwolanin, mallezie, borisson_, jibran, voleger, plach, GeduR, Grimreaper, apupiales, Sutharsan, RenatoG, michaellander, sergesemashko, dbt102, hampercm, dremy, rpayanm, chriscalip, tstoeckler, keopx, skyredwang, Spleshka, RajeevK, matthew.perry, kaysenlau, jazzdrive3, dsdeiz, ebeyrent, acbramley, deviantintegral, samuel.mortenson, DamienMcKenna, mohit_aghera, ibustos, dpolant, garphy: Add JSON:API to core as a stable module
2019-03-20 23:41:11 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
2020-01-30 00:10:07 +00:00
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
Issue #2843147 by Wim Leers, e0ipso, gabesullice, dagmar, xjm, effulgentsia, webchick, dww, Berdir, dawehner, colan, mgalalm, govind.maloo, das-peter, jludwig, ndobromirov, martin107, abhisekmazumdar, nuez, catch, amateescu, pwolanin, mallezie, borisson_, jibran, voleger, plach, GeduR, Grimreaper, apupiales, Sutharsan, RenatoG, michaellander, sergesemashko, dbt102, hampercm, dremy, rpayanm, chriscalip, tstoeckler, keopx, skyredwang, Spleshka, RajeevK, matthew.perry, kaysenlau, jazzdrive3, dsdeiz, ebeyrent, acbramley, deviantintegral, samuel.mortenson, DamienMcKenna, mohit_aghera, ibustos, dpolant, garphy: Add JSON:API to core as a stable module
2019-03-20 23:41:11 +00:00
"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"
],
2020-06-01 10:26:26 +00:00
"time": "2020-05-27T16:41:55+00:00"
Issue #2843147 by Wim Leers, e0ipso, gabesullice, dagmar, xjm, effulgentsia, webchick, dww, Berdir, dawehner, colan, mgalalm, govind.maloo, das-peter, jludwig, ndobromirov, martin107, abhisekmazumdar, nuez, catch, amateescu, pwolanin, mallezie, borisson_, jibran, voleger, plach, GeduR, Grimreaper, apupiales, Sutharsan, RenatoG, michaellander, sergesemashko, dbt102, hampercm, dremy, rpayanm, chriscalip, tstoeckler, keopx, skyredwang, Spleshka, RajeevK, matthew.perry, kaysenlau, jazzdrive3, dsdeiz, ebeyrent, acbramley, deviantintegral, samuel.mortenson, DamienMcKenna, mohit_aghera, ibustos, dpolant, garphy: Add JSON:API to core as a stable module
2019-03-20 23:41:11 +00:00
},
2015-05-28 15:22:25 +00:00
{
2019-08-06 05:51:39 +00:00
"name": "mikey179/vfsstream",
2019-11-05 09:31:24 +00:00
"version": "v1.6.8",
2015-05-28 15:22:25 +00:00
"source": {
"type": "git",
2019-04-16 12:47:27 +00:00
"url": "https://github.com/bovigo/vfsStream.git",
2019-11-05 09:31:24 +00:00
"reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe"
2015-05-28 15:22:25 +00:00
},
"dist": {
"type": "zip",
2019-11-05 09:31:24 +00:00
"url": "https://api.github.com/repos/bovigo/vfsStream/zipball/231c73783ebb7dd9ec77916c10037eff5a2b6efe",
"reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe",
2015-05-28 15:22:25 +00:00
"shasum": ""
},
"require": {
2015-09-13 00:08:34 +00:00
"php": ">=5.3.0"
2015-05-28 15:22:25 +00:00
},
"require-dev": {
2019-10-10 19:45:32 +00:00
"phpunit/phpunit": "^4.5|^5.0"
2015-05-28 15:22:25 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-10-07 12:23:37 +00:00
"dev-master": "1.6.x-dev"
2015-05-28 15:22:25 +00:00
}
},
"autoload": {
2015-09-13 00:08:34 +00:00
"psr-0": {
"org\\bovigo\\vfs\\": "src/main/php"
2015-05-28 15:22:25 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-09-13 00:08:34 +00:00
"BSD-3-Clause"
2015-05-28 15:22:25 +00:00
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Frank Kleine",
2019-10-10 19:45:32 +00:00
"homepage": "http://frankkleine.de/",
"role": "Developer"
2015-05-28 15:22:25 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Virtual file system to mock the real file system in unit tests.",
"homepage": "http://vfs.bovigo.org/",
2019-11-05 09:31:24 +00:00
"time": "2019-10-30T15:31:00+00:00"
2015-05-28 15:22:25 +00:00
},
2019-05-24 10:43:45 +00:00
{
"name": "myclabs/deep-copy",
2020-07-05 19:48:26 +00:00
"version": "1.10.1",
2019-05-24 10:43:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2020-07-05 19:48:26 +00:00
"reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
2019-05-24 10:43:45 +00:00
},
"dist": {
"type": "zip",
2020-07-05 19:48:26 +00:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
"reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
2019-05-24 10:43:45 +00:00
"shasum": ""
},
"require": {
2020-07-05 19:48:26 +00:00
"php": "^7.1 || ^8.0"
2020-01-29 21:46:03 +00:00
},
"replace": {
"myclabs/deep-copy": "self.version"
2019-05-24 10:43:45 +00:00
},
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
2020-01-29 21:46:03 +00:00
"phpunit/phpunit": "^7.1"
2019-05-24 10:43:45 +00:00
},
"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"
],
2020-09-01 16:59:14 +00:00
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
2020-07-05 19:48:26 +00:00
"time": "2020-06-29T13:22:24+00:00"
2019-05-24 10:43:45 +00:00
},
{
"name": "phar-io/manifest",
2020-01-29 21:46:03 +00:00
"version": "1.0.3",
2019-05-24 10:43:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
2020-01-29 21:46:03 +00:00
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
2019-05-24 10:43:45 +00:00
},
"dist": {
"type": "zip",
2020-01-29 21:46:03 +00:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2019-05-24 10:43:45 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
2020-01-29 21:46:03 +00:00
"phar-io/version": "^2.0",
2019-05-24 10:43:45 +00:00
"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)",
2020-01-29 21:46:03 +00:00
"time": "2018-07-08T19:23:20+00:00"
2019-05-24 10:43:45 +00:00
},
{
"name": "phar-io/version",
2020-01-29 21:46:03 +00:00
"version": "2.0.1",
2019-05-24 10:43:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
2020-01-29 21:46:03 +00:00
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
2019-05-24 10:43:45 +00:00
},
"dist": {
"type": "zip",
2020-01-29 21:46:03 +00:00
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2019-05-24 10:43:45 +00:00
"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",
2019-10-25 09:04:15 +00:00
"email": "arne@blankerts.de",
"role": "Developer"
2019-05-24 10:43:45 +00:00
},
{
"name": "Sebastian Heuer",
2019-10-25 09:04:15 +00:00
"email": "sebastian@phpeople.de",
"role": "Developer"
2019-05-24 10:43:45 +00:00
},
{
"name": "Sebastian Bergmann",
2019-10-25 09:04:15 +00:00
"email": "sebastian@phpunit.de",
"role": "Developer"
2019-05-24 10:43:45 +00:00
}
],
"description": "Library for handling version information and constraints",
2020-01-29 21:46:03 +00:00
"time": "2018-07-08T19:19:57+00:00"
2019-05-24 10:43:45 +00:00
},
2019-10-10 19:45:32 +00:00
{
"name": "phpdocumentor/reflection-common",
2020-07-05 19:48:26 +00:00
"version": "2.2.0",
2019-10-10 19:45:32 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2020-07-05 19:48:26 +00:00
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
2019-10-10 19:45:32 +00:00
},
"dist": {
"type": "zip",
2020-07-05 19:48:26 +00:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
2019-10-10 19:45:32 +00:00
"shasum": ""
},
"require": {
2020-07-05 19:48:26 +00:00
"php": "^7.2 || ^8.0"
2019-10-10 19:45:32 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-07-05 19:48:26 +00:00
"dev-2.x": "2.x-dev"
2019-10-10 19:45:32 +00:00
}
},
"autoload": {
"psr-4": {
2020-01-29 21:46:03 +00:00
"phpDocumentor\\Reflection\\": "src/"
2019-10-10 19:45:32 +00:00
}
},
"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"
],
2020-07-05 19:48:26 +00:00
"time": "2020-06-27T09:03:43+00:00"
2019-10-10 19:45:32 +00:00
},
2014-05-29 13:46:49 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "phpdocumentor/reflection-docblock",
2020-10-13 14:22:35 +00:00
"version": "5.2.2",
2014-05-29 13:46:49 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2020-10-13 14:22:35 +00:00
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
2014-05-29 13:46:49 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
2014-05-29 13:46:49 +00:00
"shasum": ""
},
"require": {
2020-09-01 14:59:50 +00:00
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
2014-05-29 13:46:49 +00:00
},
2015-03-20 13:35:25 +00:00
"require-dev": {
2020-09-01 14:59:50 +00:00
"mockery/mockery": "~1.3.2"
2015-03-20 13:35:25 +00:00
},
2014-05-29 13:46:49 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-02-19 09:58:36 +00:00
"dev-master": "5.x-dev"
2014-05-29 13:46:49 +00:00
}
},
"autoload": {
2019-10-10 19:45:32 +00:00
"psr-4": {
2020-02-19 09:58:36 +00:00
"phpDocumentor\\Reflection\\": "src"
2014-05-29 13:46:49 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Mike van Riel",
2019-10-10 19:45:32 +00:00
"email": "me@mikevanriel.com"
2020-02-19 09:58:36 +00:00
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
2014-05-29 13:46:49 +00:00
}
],
2019-10-10 19:45:32 +00:00
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2020-10-13 14:22:35 +00:00
"time": "2020-09-03T19:13:55+00:00"
2019-10-10 19:45:32 +00:00
},
{
"name": "phpdocumentor/type-resolver",
2020-10-13 14:22:35 +00:00
"version": "1.4.0",
2019-10-10 19:45:32 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2020-10-13 14:22:35 +00:00
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
2019-10-10 19:45:32 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
2019-10-10 19:45:32 +00:00
"shasum": ""
},
"require": {
2020-07-05 19:48:26 +00:00
"php": "^7.2 || ^8.0",
2020-01-29 21:46:03 +00:00
"phpdocumentor/reflection-common": "^2.0"
2019-10-10 19:45:32 +00:00
},
"require-dev": {
2020-07-05 19:48:26 +00:00
"ext-tokenizer": "*"
2019-10-10 19:45:32 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-07-05 19:48:26 +00:00
"dev-1.x": "1.x-dev"
2019-10-10 19:45:32 +00:00
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
2020-01-29 21:46:03 +00:00
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
2020-10-13 14:22:35 +00:00
"time": "2020-09-17T18:55:26+00:00"
2014-05-29 13:46:49 +00:00
},
2013-06-14 09:52:09 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "phpspec/prophecy",
2020-10-13 14:22:35 +00:00
"version": "1.12.1",
2013-06-14 09:52:09 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/phpspec/prophecy.git",
2020-10-13 14:22:35 +00:00
"reference": "8ce87516be71aae9b956f81906aaf0338e0d8a2d"
2013-06-14 09:52:09 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/8ce87516be71aae9b956f81906aaf0338e0d8a2d",
"reference": "8ce87516be71aae9b956f81906aaf0338e0d8a2d",
2013-06-14 09:52:09 +00:00
"shasum": ""
},
"require": {
2020-09-01 14:59:50 +00:00
"doctrine/instantiator": "^1.2",
2020-10-13 14:22:35 +00:00
"php": "^7.2 || ~8.0, <8.1",
"phpdocumentor/reflection-docblock": "^5.2",
2020-09-01 14:59:50 +00:00
"sebastian/comparator": "^3.0 || ^4.0",
"sebastian/recursion-context": "^3.0 || ^4.0"
2015-02-04 10:45:52 +00:00
},
2013-06-14 09:52:09 +00:00
"require-dev": {
2020-09-01 14:59:50 +00:00
"phpspec/phpspec": "^6.0",
2020-10-13 14:22:35 +00:00
"phpunit/phpunit": "^8.0 || ^9.0 <9.3"
2013-06-14 09:52:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-01 14:59:50 +00:00
"dev-master": "1.11.x-dev"
2013-06-14 09:52:09 +00:00
}
},
"autoload": {
2019-10-10 19:45:32 +00:00
"psr-4": {
"Prophecy\\": "src/Prophecy"
2013-06-14 09:52:09 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2014-10-01 08:50:10 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
2015-06-01 10:47:08 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
2013-06-14 09:52:09 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-29T09:10:42+00:00"
2012-10-13 00:46:17 +00:00
},
2012-06-27 20:43:49 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "phpunit/php-code-coverage",
2020-02-14 12:21:47 +00:00
"version": "7.0.10",
2012-11-30 01:26:33 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2020-02-14 12:21:47 +00:00
"reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
2012-11-30 01:26:33 +00:00
},
"dist": {
"type": "zip",
2020-02-14 12:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
"reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
2012-11-30 01:26:33 +00:00
"shasum": ""
},
"require": {
2019-05-24 10:43:45 +00:00
"ext-dom": "*",
"ext-xmlwriter": "*",
2020-02-14 12:21:47 +00:00
"php": "^7.2",
"phpunit/php-file-iterator": "^2.0.2",
2019-05-24 10:43:45 +00:00
"phpunit/php-text-template": "^1.2.1",
2020-02-14 12:21:47 +00:00
"phpunit/php-token-stream": "^3.1.1",
2019-05-24 10:43:45 +00:00
"sebastian/code-unit-reverse-lookup": "^1.0.1",
2020-02-14 12:21:47 +00:00
"sebastian/environment": "^4.2.2",
2019-05-24 10:43:45 +00:00
"sebastian/version": "^2.0.1",
2020-02-14 12:21:47 +00:00
"theseer/tokenizer": "^1.1.3"
2015-02-04 10:45:52 +00:00
},
2012-11-30 01:26:33 +00:00
"require-dev": {
2020-02-14 12:21:47 +00:00
"phpunit/phpunit": "^8.2.2"
2012-11-30 01:26:33 +00:00
},
"suggest": {
2020-02-14 12:21:47 +00:00
"ext-xdebug": "^2.7.2"
2012-11-30 01:26:33 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-14 12:21:47 +00:00
"dev-master": "7.0-dev"
2012-11-30 01:26:33 +00:00
}
},
"autoload": {
2015-09-13 00:08:34 +00:00
"classmap": [
"src/"
]
2012-11-30 01:26:33 +00:00
},
2012-12-06 00:30:06 +00:00
"notification-url": "https://packagist.org/downloads/",
2012-11-30 01:26:33 +00:00
"license": [
2015-09-13 00:08:34 +00:00
"BSD-3-Clause"
2012-11-30 01:26:33 +00:00
],
"authors": [
2014-10-01 08:50:10 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "Sebastian Bergmann",
2019-10-14 13:23:50 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2012-11-30 01:26:33 +00:00
}
],
2015-09-13 00:08:34 +00:00
"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"
],
2020-02-14 12:21:47 +00:00
"time": "2019-11-20T13:55:58+00:00"
2012-06-27 20:43:49 +00:00
},
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "phpunit/php-file-iterator",
2020-01-29 21:46:03 +00:00
"version": "2.0.2",
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2020-01-29 21:46:03 +00:00
"reference": "050bedf145a257b1ff02746c31894800e5122946"
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
},
"dist": {
"type": "zip",
2020-01-29 21:46:03 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
"reference": "050bedf145a257b1ff02746c31894800e5122946",
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
"shasum": ""
},
"require": {
2020-01-29 21:46:03 +00:00
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.1"
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-29 21:46:03 +00:00
"dev-master": "2.0.x-dev"
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
}
},
"autoload": {
2015-09-13 00:08:34 +00:00
"classmap": [
"src/"
]
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-09-13 00:08:34 +00:00
"BSD-3-Clause"
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Sebastian Bergmann",
2020-01-29 21:46:03 +00:00
"email": "sebastian@phpunit.de",
2019-10-14 13:23:50 +00:00
"role": "lead"
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
2020-01-29 21:46:03 +00:00
"time": "2018-09-13T20:33:42+00:00"
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
},
2012-10-17 14:24:16 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "phpunit/php-text-template",
"version": "1.2.1",
2012-11-30 01:26:33 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2012-11-30 01:26:33 +00:00
},
"dist": {
"type": "zip",
2015-09-13 00:08:34 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2012-11-30 01:26:33 +00:00
"shasum": ""
},
"require": {
2015-09-13 00:08:34 +00:00
"php": ">=5.3.3"
2012-11-30 01:26:33 +00:00
},
"type": "library",
"autoload": {
2015-09-13 00:08:34 +00:00
"classmap": [
"src/"
]
2012-11-30 01:26:33 +00:00
},
2012-12-06 00:30:06 +00:00
"notification-url": "https://packagist.org/downloads/",
2012-11-30 01:26:33 +00:00
"license": [
2015-09-13 00:08:34 +00:00
"BSD-3-Clause"
2012-11-30 01:26:33 +00:00
],
"authors": [
2014-10-01 08:50:10 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "Sebastian Bergmann",
2019-10-25 09:04:15 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2012-11-30 01:26:33 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
2017-01-27 17:45:02 +00:00
"time": "2015-06-21T13:50:34+00:00"
2012-10-17 14:24:16 +00:00
},
2012-06-27 20:43:49 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "phpunit/php-timer",
2020-01-29 21:46:03 +00:00
"version": "2.1.2",
2012-11-30 01:26:33 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/sebastianbergmann/php-timer.git",
2020-01-29 21:46:03 +00:00
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
2012-11-30 01:26:33 +00:00
},
"dist": {
"type": "zip",
2020-01-29 21:46:03 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
2012-11-30 01:26:33 +00:00
"shasum": ""
},
"require": {
2020-01-29 21:46:03 +00:00
"php": "^7.1"
2017-03-25 18:09:11 +00:00
},
"require-dev": {
2020-01-29 21:46:03 +00:00
"phpunit/phpunit": "^7.0"
2014-10-01 08:50:10 +00:00
},
2012-11-30 01:26:33 +00:00
"type": "library",
2017-03-25 18:09:11 +00:00
"extra": {
"branch-alias": {
2020-01-29 21:46:03 +00:00
"dev-master": "2.1-dev"
2017-03-25 18:09:11 +00:00
}
},
2012-11-30 01:26:33 +00:00
"autoload": {
2012-12-06 00:30:06 +00:00
"classmap": [
2015-09-13 00:08:34 +00:00
"src/"
2012-12-06 00:30:06 +00:00
]
2012-11-30 01:26:33 +00:00
},
2012-12-06 00:30:06 +00:00
"notification-url": "https://packagist.org/downloads/",
2012-11-30 01:26:33 +00:00
"license": [
2015-09-13 00:08:34 +00:00
"BSD-3-Clause"
2012-11-30 01:26:33 +00:00
],
"authors": [
2014-10-01 08:50:10 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "Sebastian Bergmann",
2020-01-29 21:46:03 +00:00
"email": "sebastian@phpunit.de",
2019-10-14 13:23:50 +00:00
"role": "lead"
2012-11-30 01:26:33 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2020-01-29 21:46:03 +00:00
"time": "2019-06-07T04:22:29+00:00"
2012-06-27 20:43:49 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "phpunit/php-token-stream",
2020-01-29 21:46:03 +00:00
"version": "3.1.1",
2012-11-30 01:26:33 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2020-01-29 21:46:03 +00:00
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
2012-11-30 01:26:33 +00:00
},
"dist": {
"type": "zip",
2020-01-29 21:46:03 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
2012-11-30 01:26:33 +00:00
"shasum": ""
},
"require": {
2015-09-13 00:08:34 +00:00
"ext-tokenizer": "*",
2020-01-29 21:46:03 +00:00
"php": "^7.1"
2015-06-01 10:47:08 +00:00
},
2012-11-30 01:26:33 +00:00
"require-dev": {
2020-01-29 21:46:03 +00:00
"phpunit/phpunit": "^7.0"
2012-12-06 00:30:06 +00:00
},
2012-11-30 01:26:33 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-01-29 21:46:03 +00:00
"dev-master": "3.1-dev"
2012-11-30 01:26:33 +00:00
}
},
"autoload": {
2015-09-13 00:08:34 +00:00
"classmap": [
"src/"
]
2012-11-30 01:26:33 +00:00
},
2012-12-06 00:30:06 +00:00
"notification-url": "https://packagist.org/downloads/",
2012-11-30 01:26:33 +00:00
"license": [
2015-09-13 00:08:34 +00:00
"BSD-3-Clause"
2012-11-30 01:26:33 +00:00
],
"authors": [
2014-10-01 08:50:10 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2012-11-30 01:26:33 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
2020-09-01 16:59:14 +00:00
"abandoned": true,
2020-01-29 21:46:03 +00:00
"time": "2019-09-17T06:23:10+00:00"
2014-01-21 19:27:20 +00:00
},
2014-12-09 10:37:43 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "phpunit/phpunit",
2020-07-05 19:48:26 +00:00
"version": "8.5.8",
2014-12-09 10:37:43 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/sebastianbergmann/phpunit.git",
2020-07-05 19:48:26 +00:00
"reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997"
2014-12-09 10:37:43 +00:00
},
"dist": {
"type": "zip",
2020-07-05 19:48:26 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997",
"reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997",
2014-12-09 10:37:43 +00:00
"shasum": ""
},
"require": {
2020-02-14 12:21:47 +00:00
"doctrine/instantiator": "^1.2.0",
2015-09-13 00:08:34 +00:00
"ext-dom": "*",
"ext-json": "*",
2019-05-24 10:43:45 +00:00
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2020-02-14 12:21:47 +00:00
"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",
2019-05-24 10:43:45 +00:00
"phpunit/php-text-template": "^1.2.1",
2020-02-14 12:21:47 +00:00
"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",
2019-05-24 10:43:45 +00:00
"sebastian/object-enumerator": "^3.0.3",
2020-02-14 12:21:47 +00:00
"sebastian/resource-operations": "^2.0.1",
"sebastian/type": "^1.1.3",
2019-05-24 10:43:45 +00:00
"sebastian/version": "^2.0.1"
},
"require-dev": {
"ext-pdo": "*"
2014-12-09 10:37:43 +00:00
},
2015-09-13 00:08:34 +00:00
"suggest": {
2020-01-29 21:46:03 +00:00
"ext-soap": "*",
2019-05-24 10:43:45 +00:00
"ext-xdebug": "*",
2020-02-14 12:21:47 +00:00
"phpunit/php-invoker": "^2.0.0"
2015-03-20 13:35:25 +00:00
},
2015-09-13 00:08:34 +00:00
"bin": [
"phpunit"
],
2014-12-09 10:37:43 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-02-14 12:21:47 +00:00
"dev-master": "8.5-dev"
2014-12-09 10:37:43 +00:00
}
},
"autoload": {
2015-09-13 00:08:34 +00:00
"classmap": [
"src/"
]
2014-12-09 10:37:43 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-09-13 00:08:34 +00:00
"BSD-3-Clause"
2014-12-09 10:37:43 +00:00
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Sebastian Bergmann",
2019-10-14 13:23:50 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2014-12-09 10:37:43 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2020-09-01 16:59:14 +00:00
"funding": [
{
"url": "https://phpunit.de/donate.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-07-05 19:48:26 +00:00
"time": "2020-06-22T07:06:58+00:00"
2019-05-24 10:43:45 +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"
2015-07-06 12:30:43 +00:00
},
2012-11-30 01:26:33 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "sebastian/comparator",
2020-01-29 21:46:03 +00:00
"version": "3.0.2",
2012-11-30 01:26:33 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/sebastianbergmann/comparator.git",
2020-01-29 21:46:03 +00:00
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
2012-11-30 01:26:33 +00:00
},
"dist": {
"type": "zip",
2020-01-29 21:46:03 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2012-11-30 01:26:33 +00:00
"shasum": ""
},
"require": {
2020-01-29 21:46:03 +00:00
"php": "^7.1",
"sebastian/diff": "^3.0",
2019-05-24 10:43:45 +00:00
"sebastian/exporter": "^3.1"
2012-11-30 01:26:33 +00:00
},
"require-dev": {
2020-01-29 21:46:03 +00:00
"phpunit/phpunit": "^7.1"
2012-11-30 01:26:33 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-29 21:46:03 +00:00
"dev-master": "3.0-dev"
2012-11-30 01:26:33 +00:00
}
},
"autoload": {
2015-09-13 00:08:34 +00:00
"classmap": [
"src/"
]
2012-11-30 01:26:33 +00:00
},
2012-12-06 00:30:06 +00:00
"notification-url": "https://packagist.org/downloads/",
2012-11-30 01:26:33 +00:00
"license": [
2015-09-13 00:08:34 +00:00
"BSD-3-Clause"
2012-11-30 01:26:33 +00:00
],
"authors": [
2014-10-01 08:50:10 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
2015-06-01 10:47:08 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2012-11-30 01:26:33 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Provides the functionality to compare PHP values for equality",
2019-05-24 10:43:45 +00:00
"homepage": "https://github.com/sebastianbergmann/comparator",
2014-01-21 19:27:20 +00:00
"keywords": [
2015-09-13 00:08:34 +00:00
"comparator",
"compare",
"equality"
2014-01-21 19:27:20 +00:00
],
2020-01-29 21:46:03 +00:00
"time": "2018-07-12T15:12:46+00:00"
2012-11-30 01:26:33 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "sebastian/diff",
2020-01-29 21:46:03 +00:00
"version": "3.0.2",
2012-11-30 01:26:33 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/sebastianbergmann/diff.git",
2020-01-29 21:46:03 +00:00
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
2012-11-30 01:26:33 +00:00
},
"dist": {
"type": "zip",
2020-01-29 21:46:03 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
2012-11-30 01:26:33 +00:00
"shasum": ""
},
"require": {
2020-01-29 21:46:03 +00:00
"php": "^7.1"
2012-11-30 01:26:33 +00:00
},
2015-03-20 13:35:25 +00:00
"require-dev": {
2020-01-29 21:46:03 +00:00
"phpunit/phpunit": "^7.5 || ^8.0",
"symfony/process": "^2 || ^3.3 || ^4"
2015-03-20 13:35:25 +00:00
},
2012-11-30 01:26:33 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-01-29 21:46:03 +00:00
"dev-master": "3.0-dev"
2012-11-30 01:26:33 +00:00
}
},
"autoload": {
2015-09-13 00:08:34 +00:00
"classmap": [
"src/"
]
2012-11-30 01:26:33 +00:00
},
2012-12-06 00:30:06 +00:00
"notification-url": "https://packagist.org/downloads/",
2012-11-30 01:26:33 +00:00
"license": [
2015-09-13 00:08:34 +00:00
"BSD-3-Clause"
2012-11-30 01:26:33 +00:00
],
"authors": [
2014-10-01 08:50:10 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2015-06-01 10:47:08 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2012-11-30 01:26:33 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Diff implementation",
2017-03-25 18:09:11 +00:00
"homepage": "https://github.com/sebastianbergmann/diff",
2015-09-13 00:08:34 +00:00
"keywords": [
2020-01-29 21:46:03 +00:00
"diff",
"udiff",
"unidiff",
"unified diff"
2015-09-13 00:08:34 +00:00
],
2020-01-29 21:46:03 +00:00
"time": "2019-02-04T06:01:07+00:00"
2012-11-30 01:26:33 +00:00
},
2015-09-11 20:06:36 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "sebastian/environment",
2020-01-29 21:46:03 +00:00
"version": "4.2.3",
2015-09-11 20:06:36 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/sebastianbergmann/environment.git",
2020-01-29 21:46:03 +00:00
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
2015-09-11 20:06:36 +00:00
},
"dist": {
"type": "zip",
2020-01-29 21:46:03 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
2015-09-11 20:06:36 +00:00
"shasum": ""
},
"require": {
2020-01-29 21:46:03 +00:00
"php": "^7.1"
2015-09-11 20:06:36 +00:00
},
"require-dev": {
2020-01-29 21:46:03 +00:00
"phpunit/phpunit": "^7.5"
},
"suggest": {
"ext-posix": "*"
2015-09-11 20:06:36 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-29 21:46:03 +00:00
"dev-master": "4.2-dev"
2015-09-11 20:06:36 +00:00
}
},
"autoload": {
2015-09-13 00:08:34 +00:00
"classmap": [
"src/"
]
2015-09-11 20:06:36 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-09-13 00:08:34 +00:00
"BSD-3-Clause"
2015-09-11 20:06:36 +00:00
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2015-09-11 20:06:36 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
2020-01-29 21:46:03 +00:00
"time": "2019-11-20T08:46:58+00:00"
2015-09-11 20:06:36 +00:00
},
2013-01-25 18:16:58 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "sebastian/exporter",
2019-10-10 19:45:32 +00:00
"version": "3.1.2",
2013-01-25 18:16:58 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/sebastianbergmann/exporter.git",
2019-10-10 19:45:32 +00:00
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
2013-01-25 18:16:58 +00:00
},
"dist": {
"type": "zip",
2019-10-10 19:45:32 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
2013-01-25 18:16:58 +00:00
"shasum": ""
},
"require": {
2019-05-24 10:43:45 +00:00
"php": "^7.0",
"sebastian/recursion-context": "^3.0"
2013-01-25 18:16:58 +00:00
},
"require-dev": {
2017-03-25 18:09:11 +00:00
"ext-mbstring": "*",
2019-05-24 10:43:45 +00:00
"phpunit/phpunit": "^6.0"
2013-01-25 18:16:58 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-05-24 10:43:45 +00:00
"dev-master": "3.1.x-dev"
2013-01-25 18:16:58 +00:00
}
},
"autoload": {
2015-09-13 00:08:34 +00:00
"classmap": [
"src/"
]
2013-01-25 18:16:58 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-09-13 00:08:34 +00:00
"BSD-3-Clause"
2013-01-25 18:16:58 +00:00
],
"authors": [
2019-10-10 19:45:32 +00:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2014-10-01 08:50:10 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
Issue #2343035 by fago, dawehner, larowlan, ianthomas_uk, cilefen, hussainweb, Miroling, jibran, beejeebus, dashaforbes, webmozart, klausi: Upgrade validator integration for Symfony versions 2.5+
2015-05-05 17:03:32 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2019-10-10 19:45:32 +00:00
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2013-01-25 18:16:58 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2019-10-10 19:45:32 +00:00
"time": "2019-09-14T09:02:43+00:00"
2013-01-25 18:16:58 +00:00
},
2012-11-30 01:26:33 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "sebastian/global-state",
2020-02-14 12:21:47 +00:00
"version": "3.0.0",
2012-11-30 01:26:33 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/sebastianbergmann/global-state.git",
2020-02-14 12:21:47 +00:00
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
2012-11-30 01:26:33 +00:00
},
"dist": {
"type": "zip",
2020-02-14 12:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
2012-11-30 01:26:33 +00:00
"shasum": ""
},
"require": {
2020-02-14 12:21:47 +00:00
"php": "^7.2",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
2012-11-30 01:26:33 +00:00
},
2015-03-20 13:35:25 +00:00
"require-dev": {
2020-02-14 12:21:47 +00:00
"ext-dom": "*",
"phpunit/phpunit": "^8.0"
2015-09-13 00:08:34 +00:00
},
"suggest": {
"ext-uopz": "*"
2015-03-20 13:35:25 +00:00
},
2012-11-30 01:26:33 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-02-14 12:21:47 +00:00
"dev-master": "3.0-dev"
2012-11-30 01:26:33 +00:00
}
},
"autoload": {
2015-09-13 00:08:34 +00:00
"classmap": [
"src/"
]
2012-11-30 01:26:33 +00:00
},
2012-12-06 00:30:06 +00:00
"notification-url": "https://packagist.org/downloads/",
2012-11-30 01:26:33 +00:00
"license": [
2015-09-13 00:08:34 +00:00
"BSD-3-Clause"
2012-11-30 01:26:33 +00:00
],
"authors": [
2014-10-01 08:50:10 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2012-11-30 01:26:33 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
2020-02-14 12:21:47 +00:00
"time": "2019-02-01T05:30:01+00:00"
2019-05-24 10:43:45 +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"
2012-11-30 01:26:33 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "sebastian/recursion-context",
2019-05-24 10:43:45 +00:00
"version": "3.0.0",
2012-11-30 01:26:33 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2019-05-24 10:43:45 +00:00
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2012-11-30 01:26:33 +00:00
},
"dist": {
"type": "zip",
2019-05-24 10:43:45 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2012-11-30 01:26:33 +00:00
"shasum": ""
},
"require": {
2019-05-24 10:43:45 +00:00
"php": "^7.0"
2012-11-30 01:26:33 +00:00
},
2015-09-04 20:38:16 +00:00
"require-dev": {
2019-05-24 10:43:45 +00:00
"phpunit/phpunit": "^6.0"
2015-09-04 20:38:16 +00:00
},
2012-11-30 01:26:33 +00:00
"type": "library",
"extra": {
"branch-alias": {
2019-05-24 10:43:45 +00:00
"dev-master": "3.0.x-dev"
2012-11-30 01:26:33 +00:00
}
},
"autoload": {
2015-09-13 00:08:34 +00:00
"classmap": [
"src/"
]
2012-11-30 01:26:33 +00:00
},
2012-12-06 00:30:06 +00:00
"notification-url": "https://packagist.org/downloads/",
2012-11-30 01:26:33 +00:00
"license": [
2014-01-17 22:04:01 +00:00
"BSD-3-Clause"
2012-11-30 01:26:33 +00:00
],
"authors": [
{
2015-09-13 00:08:34 +00:00
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
2012-11-30 01:26:33 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2014-10-15 08:31:35 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "Adam Harvey",
"email": "aharvey@php.net"
2012-11-30 01:26:33 +00:00
}
],
2015-09-13 00:08:34 +00:00
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2019-05-24 10:43:45 +00:00
"time": "2017-03-03T06:23:57+00:00"
},
{
"name": "sebastian/resource-operations",
2020-01-29 21:46:03 +00:00
"version": "2.0.1",
2019-05-24 10:43:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
2020-01-29 21:46:03 +00:00
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2019-05-24 10:43:45 +00:00
},
"dist": {
"type": "zip",
2020-01-29 21:46:03 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2019-05-24 10:43:45 +00:00
"shasum": ""
},
"require": {
2020-01-29 21:46:03 +00:00
"php": "^7.1"
2019-05-24 10:43:45 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-29 21:46:03 +00:00
"dev-master": "2.0-dev"
2019-05-24 10:43:45 +00:00
}
},
"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",
2020-01-29 21:46:03 +00:00
"time": "2018-10-04T04:07:39+00:00"
2013-06-19 20:36:24 +00:00
},
2020-02-14 12:21:47 +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"
},
2015-07-06 12:30:43 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "sebastian/version",
2019-05-24 10:43:45 +00:00
"version": "2.0.1",
2015-07-06 12:30:43 +00:00
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/sebastianbergmann/version.git",
2019-05-24 10:43:45 +00:00
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2015-07-06 12:30:43 +00:00
},
"dist": {
"type": "zip",
2019-05-24 10:43:45 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2015-07-06 12:30:43 +00:00
"shasum": ""
},
2019-05-24 10:43:45 +00:00
"require": {
"php": ">=5.6"
},
2015-07-06 12:30:43 +00:00
"type": "library",
2019-05-24 10:43:45 +00:00
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
2015-07-06 12:30:43 +00:00
"autoload": {
2015-09-13 00:08:34 +00:00
"classmap": [
"src/"
]
2015-07-06 12:30:43 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-09-13 00:08:34 +00:00
"BSD-3-Clause"
2015-07-06 12:30:43 +00:00
],
2015-09-13 00:08:34 +00:00
"authors": [
{
"name": "Sebastian Bergmann",
2019-10-25 09:04:15 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2015-09-13 00:08:34 +00:00
}
2015-07-06 12:30:43 +00:00
],
2015-09-13 00:08:34 +00:00
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2019-05-24 10:43:45 +00:00
"time": "2016-10-03T07:35:21+00:00"
2015-07-06 12:30:43 +00:00
},
2019-06-17 07:19:43 +00:00
{
"name": "seld/jsonlint",
2020-09-01 14:59:50 +00:00
"version": "1.8.2",
2019-06-17 07:19:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/jsonlint.git",
2020-09-01 14:59:50 +00:00
"reference": "590cfec960b77fd55e39b7d9246659e95dd6d337"
2019-06-17 07:19:43 +00:00
},
"dist": {
"type": "zip",
2020-09-01 14:59:50 +00:00
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/590cfec960b77fd55e39b7d9246659e95dd6d337",
"reference": "590cfec960b77fd55e39b7d9246659e95dd6d337",
2019-06-17 07:19:43 +00:00
"shasum": ""
},
"require": {
2020-05-05 10:01:59 +00:00
"php": "^5.3 || ^7.0 || ^8.0"
2019-06-17 07:19:43 +00:00
},
"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"
],
2020-08-28 08:36:15 +00:00
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
"type": "tidelift"
}
],
2020-09-01 14:59:50 +00:00
"time": "2020-08-25T06:56:57+00:00"
2019-06-17 07:19:43 +00:00
},
{
"name": "seld/phar-utils",
2020-09-01 14:59:50 +00:00
"version": "1.1.1",
2019-06-17 07:19:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/phar-utils.git",
2020-09-01 14:59:50 +00:00
"reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796"
2019-06-17 07:19:43 +00:00
},
"dist": {
"type": "zip",
2020-09-01 14:59:50 +00:00
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
"reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
2019-06-17 07:19:43 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Seld\\PharUtils\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "PHAR file format utilities, for when PHP phars you up",
"keywords": [
2020-02-19 09:58:36 +00:00
"phar"
2019-06-17 07:19:43 +00:00
],
2020-09-01 14:59:50 +00:00
"time": "2020-07-07T18:42:57+00:00"
2019-06-17 07:19:43 +00:00
},
2020-10-13 14:22:35 +00:00
{
"name": "sirbrillig/phpcs-variable-analysis",
"version": "v2.9.0",
"source": {
"type": "git",
"url": "https://github.com/sirbrillig/phpcs-variable-analysis.git",
"reference": "ff54d4ec7f2bd152d526fdabfeff639aa9b8be01"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/ff54d4ec7f2bd152d526fdabfeff639aa9b8be01",
"reference": "ff54d4ec7f2bd152d526fdabfeff639aa9b8be01",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"squizlabs/php_codesniffer": "^3.1"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4 || ^0.5 || ^0.6",
"limedeck/phpunit-detailed-printer": "^3.1 || ^4.0 || ^5.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^5.0 || ^6.5 || ^7.0 || ^8.0",
"sirbrillig/phpcs-import-detection": "^1.1"
},
"type": "phpcodesniffer-standard",
"autoload": {
"psr-4": {
"VariableAnalysis\\": "VariableAnalysis/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Sam Graham",
"email": "php-codesniffer-variableanalysis@illusori.co.uk"
},
{
"name": "Payton Swick",
"email": "payton@foolord.com"
}
],
"description": "A PHPCS sniff to detect problems with variables.",
"time": "2020-10-07T23:32:29+00:00"
},
2017-01-31 00:30:00 +00:00
{
"name": "squizlabs/php_codesniffer",
2020-09-01 14:59:50 +00:00
"version": "3.5.6",
2017-01-31 00:30:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2020-09-01 14:59:50 +00:00
"reference": "e97627871a7eab2f70e59166072a6b767d5834e0"
2017-01-31 00:30:00 +00:00
},
"dist": {
"type": "zip",
2020-09-01 14:59:50 +00:00
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e97627871a7eab2f70e59166072a6b767d5834e0",
"reference": "e97627871a7eab2f70e59166072a6b767d5834e0",
2017-01-31 00:30:00 +00:00
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
2019-03-26 14:37:28 +00:00
"php": ">=5.4.0"
2017-01-31 00:30:00 +00:00
},
"require-dev": {
2019-03-26 14:37:28 +00:00
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
2017-01-31 00:30:00 +00:00
},
"bin": [
2019-03-26 14:37:28 +00:00
"bin/phpcs",
"bin/phpcbf"
2017-01-31 00:30:00 +00:00
],
"type": "library",
"extra": {
"branch-alias": {
2019-03-26 14:37:28 +00:00
"dev-master": "3.x-dev"
2017-01-31 00:30:00 +00:00
}
},
"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.",
2019-03-26 14:37:28 +00:00
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
2017-01-31 00:30:00 +00:00
"keywords": [
"phpcs",
"standards"
],
2020-09-01 14:59:50 +00:00
"time": "2020-08-10T04:50:15+00:00"
2017-01-31 00:30:00 +00:00
},
2013-06-19 20:36:24 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "symfony/browser-kit",
2020-10-13 14:22:35 +00:00
"version": "v4.4.15",
2013-06-19 20:36:24 +00:00
"source": {
"type": "git",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"url": "https://github.com/symfony/browser-kit.git",
2020-10-13 14:22:35 +00:00
"reference": "9a1786e5020783605a30cff2ceed9aca030e8d80"
2013-06-19 20:36:24 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/9a1786e5020783605a30cff2ceed9aca030e8d80",
"reference": "9a1786e5020783605a30cff2ceed9aca030e8d80",
2013-06-19 20:36:24 +00:00
"shasum": ""
},
"require": {
2020-06-01 10:26:26 +00:00
"php": ">=7.1.3",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/dom-crawler": "^3.4|^4.0|^5.0"
2013-06-19 20:36:24 +00:00
},
2015-09-04 19:41:47 +00:00
"require-dev": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/css-selector": "^3.4|^4.0|^5.0",
"symfony/http-client": "^4.3|^5.0",
"symfony/mime": "^4.3|^5.0",
"symfony/process": "^3.4|^4.0|^5.0"
2015-09-13 00:08:34 +00:00
},
"suggest": {
"symfony/process": ""
2015-09-04 19:41:47 +00:00
},
2013-06-19 20:36:24 +00:00
"type": "library",
"extra": {
"branch-alias": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"dev-master": "4.4-dev"
2013-06-19 20:36:24 +00:00
}
},
"autoload": {
2015-04-07 08:08:54 +00:00
"psr-4": {
2015-09-13 00:08:34 +00:00
"Symfony\\Component\\BrowserKit\\": ""
2017-01-10 14:18:10 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2013-06-19 20:36:24 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-09-13 00:08:34 +00:00
"MIT"
2013-06-19 20:36:24 +00:00
],
2015-09-13 00:08:34 +00:00
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
2013-06-19 20:36:24 +00:00
],
2015-09-13 00:08:34 +00:00
"description": "Symfony BrowserKit Component",
"homepage": "https://symfony.com",
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-10-02T08:38:15+00:00"
2013-06-19 20:36:24 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "symfony/css-selector",
2020-10-13 14:22:35 +00:00
"version": "v4.4.15",
2013-06-19 20:36:24 +00:00
"source": {
"type": "git",
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
"url": "https://github.com/symfony/css-selector.git",
2020-09-01 14:59:50 +00:00
"reference": "bf17dc9f6ce144e41f786c32435feea4d8e11dcc"
2013-06-19 20:36:24 +00:00
},
"dist": {
"type": "zip",
2020-09-01 14:59:50 +00:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/bf17dc9f6ce144e41f786c32435feea4d8e11dcc",
"reference": "bf17dc9f6ce144e41f786c32435feea4d8e11dcc",
2013-06-19 20:36:24 +00:00
"shasum": ""
},
"require": {
2020-09-01 14:59:50 +00:00
"php": ">=7.1.3"
2013-06-19 20:36:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"dev-master": "4.4-dev"
2013-06-19 20:36:24 +00:00
}
},
"autoload": {
2015-04-07 08:08:54 +00:00
"psr-4": {
2015-09-13 00:08:34 +00:00
"Symfony\\Component\\CssSelector\\": ""
2016-04-12 00:35:41 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2013-06-19 20:36:24 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-09-13 00:08:34 +00:00
"MIT"
2013-06-19 20:36:24 +00:00
],
2015-09-13 00:08:34 +00:00
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
2019-10-10 19:45:32 +00:00
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
2015-09-13 00:08:34 +00:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
2013-06-19 20:36:24 +00:00
],
2015-09-13 00:08:34 +00:00
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-09-01 14:59:50 +00:00
"time": "2020-07-05T09:39:30+00:00"
2017-03-24 11:25:07 +00:00
},
{
"name": "symfony/dom-crawler",
2020-10-13 14:22:35 +00:00
"version": "v4.4.15",
2017-03-24 11:25:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
2020-10-13 14:22:35 +00:00
"reference": "bdcb7633a501770a0daefbf81d2e6b28c3864f2b"
2017-03-24 11:25:07 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/bdcb7633a501770a0daefbf81d2e6b28c3864f2b",
"reference": "bdcb7633a501770a0daefbf81d2e6b28c3864f2b",
2017-03-24 11:25:07 +00:00
"shasum": ""
},
"require": {
2020-06-01 10:26:26 +00:00
"php": ">=7.1.3",
2018-06-01 10:22:33 +00:00
"symfony/polyfill-ctype": "~1.8",
2017-03-24 11:25:07 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"conflict": {
"masterminds/html5": "<2.6"
},
2017-03-24 11:25:07 +00:00
"require-dev": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"masterminds/html5": "^2.6",
"symfony/css-selector": "^3.4|^4.0|^5.0"
2017-03-24 11:25:07 +00:00
},
"suggest": {
"symfony/css-selector": ""
},
"type": "library",
"extra": {
"branch-alias": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"dev-master": "4.4-dev"
2017-03-24 11:25:07 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\DomCrawler\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-10-02T07:34:48+00:00"
2017-05-03 11:33:31 +00:00
},
2019-06-17 07:19:43 +00:00
{
"name": "symfony/filesystem",
2020-10-13 14:22:35 +00:00
"version": "v4.4.15",
2019-06-17 07:19:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2020-10-13 14:22:35 +00:00
"reference": "ebc51494739d3b081ea543ed7c462fa73a4f74db"
2019-06-17 07:19:43 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/ebc51494739d3b081ea543ed7c462fa73a4f74db",
"reference": "ebc51494739d3b081ea543ed7c462fa73a4f74db",
2019-06-17 07:19:43 +00:00
"shasum": ""
},
"require": {
2020-06-01 10:26:26 +00:00
"php": ">=7.1.3",
2019-06-17 07:19:43 +00:00
"symfony/polyfill-ctype": "~1.8"
},
"type": "library",
"extra": {
"branch-alias": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"dev-master": "4.4-dev"
2019-06-17 07:19:43 +00:00
}
},
"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",
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-09-27T13:54:16+00:00"
2019-06-17 07:19:43 +00:00
},
{
"name": "symfony/finder",
2020-10-13 14:22:35 +00:00
"version": "v4.4.15",
2019-06-17 07:19:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2020-10-13 14:22:35 +00:00
"reference": "60d08560f9aa72997c44077c40d47aa28a963230"
2019-06-17 07:19:43 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/60d08560f9aa72997c44077c40d47aa28a963230",
"reference": "60d08560f9aa72997c44077c40d47aa28a963230",
2019-06-17 07:19:43 +00:00
"shasum": ""
},
"require": {
2020-09-01 14:59:50 +00:00
"php": ">=7.1.3"
2019-06-17 07:19:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"dev-master": "4.4-dev"
2019-06-17 07:19:43 +00:00
}
},
"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",
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-10-02T07:34:48+00:00"
2019-10-04 22:05:43 +00:00
},
{
"name": "symfony/lock",
2020-10-13 14:22:35 +00:00
"version": "v4.4.15",
2019-10-04 22:05:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/lock.git",
2020-10-13 14:22:35 +00:00
"reference": "9d7e8148dd399f392b9b4920832b632c04ffdf64"
2019-10-04 22:05:43 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/lock/zipball/9d7e8148dd399f392b9b4920832b632c04ffdf64",
"reference": "9d7e8148dd399f392b9b4920832b632c04ffdf64",
2019-10-04 22:05:43 +00:00
"shasum": ""
},
"require": {
2020-06-01 10:26:26 +00:00
"php": ">=7.1.3",
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"psr/log": "~1.0"
2019-10-04 22:05:43 +00:00
},
2019-11-13 17:40:51 +00:00
"conflict": {
"doctrine/dbal": "<2.5"
},
2019-10-04 22:05:43 +00:00
"require-dev": {
2020-06-01 10:26:26 +00:00
"doctrine/dbal": "^2.5|^3.0",
2019-10-04 22:05:43 +00:00
"predis/predis": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"dev-master": "4.4-dev"
2019-10-04 22:05:43 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Lock\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jérémy Derussé",
"email": "jeremy@derusse.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Lock Component",
"homepage": "https://symfony.com",
"keywords": [
"cas",
"flock",
"locking",
"mutex",
"redlock",
"semaphore"
],
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-10-03T06:31:32+00:00"
2019-06-17 07:19:43 +00:00
},
2017-05-03 11:33:31 +00:00
{
"name": "symfony/phpunit-bridge",
2020-10-13 14:22:35 +00:00
"version": "v5.1.7",
2017-05-03 11:33:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
2020-10-13 14:22:35 +00:00
"reference": "150aeb91dd9dafe13ec8416abd62e435330ca12d"
2017-05-03 11:33:31 +00:00
},
"dist": {
"type": "zip",
2020-10-13 14:22:35 +00:00
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/150aeb91dd9dafe13ec8416abd62e435330ca12d",
"reference": "150aeb91dd9dafe13ec8416abd62e435330ca12d",
2017-05-03 11:33:31 +00:00
"shasum": ""
},
"require": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"php": ">=5.5.9"
2017-05-03 11:33:31 +00:00
},
"conflict": {
2020-05-05 10:01:59 +00:00
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2"
2017-05-03 11:33:31 +00:00
},
2020-09-29 10:07:33 +00:00
"require-dev": {
"symfony/deprecation-contracts": "^2.1"
},
2017-05-03 11:33:31 +00:00
"suggest": {
Issue #3088369 by mikelutz, alexpott, Berdir, Gábor Hojtsy, andypost, martin107, greg.1.anderson, dawehner, jibran, Wim Leers, Mile23, catch: Update Drupal 9 to Symfony 4.4-dev
2019-10-21 14:59:46 +00:00
"symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
2017-05-03 11:33:31 +00:00
},
"bin": [
"bin/simple-phpunit"
],
"type": "symfony-bridge",
"extra": {
"branch-alias": {
2020-07-28 09:27:29 +00:00
"dev-master": "5.1-dev"
2018-01-10 12:00:33 +00:00
},
"thanks": {
"name": "phpunit/phpunit",
"url": "https://github.com/sebastianbergmann/phpunit"
2017-05-03 11:33:31 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Bridge\\PhpUnit\\": ""
},
"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 PHPUnit Bridge",
"homepage": "https://symfony.com",
2020-06-09 10:02:34 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-10-13 14:22:35 +00:00
"time": "2020-10-02T12:57:56+00:00"
2019-05-24 10:43:45 +00:00
},
{
"name": "theseer/tokenizer",
2020-09-01 14:59:50 +00:00
"version": "1.2.0",
2019-05-24 10:43:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2020-09-01 14:59:50 +00:00
"reference": "75a63c33a8577608444246075ea0af0d052e452a"
2019-05-24 10:43:45 +00:00
},
"dist": {
"type": "zip",
2020-09-01 14:59:50 +00:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
"reference": "75a63c33a8577608444246075ea0af0d052e452a",
2019-05-24 10:43:45 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
2020-09-01 14:59:50 +00:00
"php": "^7.2 || ^8.0"
2019-05-24 10:43:45 +00:00
},
"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",
2020-09-01 16:59:14 +00:00
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
2020-09-01 14:59:50 +00:00
"time": "2020-07-12T23:59:07+00:00"
2019-10-10 19:45:32 +00:00
},
{
"name": "webmozart/assert",
2020-09-01 14:59:50 +00:00
"version": "1.9.1",
2019-10-10 19:45:32 +00:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2020-09-01 14:59:50 +00:00
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
2019-10-10 19:45:32 +00:00
},
"dist": {
"type": "zip",
2020-09-01 14:59:50 +00:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
2019-10-10 19:45:32 +00:00
"shasum": ""
},
"require": {
2020-09-01 14:59:50 +00:00
"php": "^5.3.3 || ^7.0 || ^8.0",
2019-10-10 19:45:32 +00:00
"symfony/polyfill-ctype": "^1.8"
},
2020-01-29 21:46:03 +00:00
"conflict": {
2020-07-05 19:48:26 +00:00
"phpstan/phpstan": "<0.12.20",
2020-04-20 09:46:36 +00:00
"vimeo/psalm": "<3.9.1"
2020-01-29 21:46:03 +00:00
},
2019-10-10 19:45:32 +00:00
"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"
],
2020-09-01 14:59:50 +00:00
"time": "2020-07-08T17:02:28+00:00"
2012-06-27 20:43:49 +00:00
}
],
2014-10-15 08:31:35 +00:00
"aliases": [],
2015-06-01 10:47:08 +00:00
"minimum-stability": "dev",
2016-11-03 11:47:44 +00:00
"stability-flags": {
2020-03-04 18:12:25 +00:00
"drupal/core": 20,
"drupal/core-project-message": 20,
2020-03-11 21:14:29 +00:00
"drupal/core-vendor-hardening": 20
2016-11-03 11:47:44 +00:00
},
2015-06-01 10:47:08 +00:00
"prefer-stable": true,
2015-01-04 05:42:23 +00:00
"prefer-lowest": false,
2019-08-06 05:51:39 +00:00
"platform": [],
2020-06-09 10:02:34 +00:00
"platform-dev": [],
"plugin-api-version": "1.1.0"
2012-06-27 20:43:49 +00:00
}