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
],
2021-06-01 16:40:50 +00:00
"content-hash": "aa10a6259c46de99ced09082eea4368a",
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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/asm89/stack-cors/issues",
"source": "https://github.com/asm89/stack-cors/tree/1.3.0"
},
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",
2021-05-17 10:19:11 +00:00
"version": "v1.11.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",
2021-05-17 10:19:11 +00:00
"reference": "ae03311f45dfe194412081526be2e003960df74b"
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",
2021-05-17 10:19:11 +00:00
"url": "https://api.github.com/repos/composer/installers/zipball/ae03311f45dfe194412081526be2e003960df74b",
"reference": "ae03311f45dfe194412081526be2e003960df74b",
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": {
2021-04-01 19:15:11 +00:00
"composer/composer": "1.6.* || ^2.0",
"composer/semver": "^1 || ^3",
"phpstan/phpstan": "^0.12.55",
"phpstan/phpstan-phpunit": "^0.12.16",
"symfony/phpunit-bridge": "^4.2 || ^5",
2020-04-20 09:46:36 +00:00
"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": {
2021-04-01 19:15:11 +00:00
"dev-main": "1.x-dev"
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
}
},
"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",
2021-04-01 19:15:11 +00:00
"Starbug",
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
"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",
2021-05-17 10:19:11 +00:00
"miaoxing",
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
"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",
2021-04-01 19:15:11 +00:00
"processwire",
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
"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",
2021-05-17 10:19:11 +00:00
"tastyigniter",
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
"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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/composer/installers/issues",
2021-05-17 10:19:11 +00:00
"source": "https://github.com/composer/installers/tree/v1.11.0"
2020-10-28 12:12:13 +00:00
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
2021-04-01 19:15:11 +00:00
{
"url": "https://github.com/composer",
"type": "github"
},
2020-10-28 12:12:13 +00:00
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2021-05-17 10:19:11 +00:00
"time": "2021-04-28T06:42:17+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",
2021-06-04 16:06:20 +00:00
"version": "3.2.5",
2015-10-06 16:25:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2021-06-04 16:06:20 +00:00
"reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9"
2015-10-06 16:25:09 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/composer/semver/zipball/31f3ea725711245195f62e54ffa402d8ef2fdba9",
"reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9",
2015-10-06 16:25:09 +00:00
"shasum": ""
},
"require": {
2020-10-28 08:12:54 +00:00
"php": "^5.3.2 || ^7.0 || ^8.0"
2015-10-06 16:25:09 +00:00
},
"require-dev": {
2020-12-17 19:38:33 +00:00
"phpstan/phpstan": "^0.12.54",
2020-10-28 08:12:54 +00:00
"symfony/phpunit-bridge": "^4.2 || ^5"
2015-10-06 16:25:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-28 08:12:54 +00:00
"dev-main": "3.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-28 12:12:13 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
2021-06-04 16:06:20 +00:00
"source": "https://github.com/composer/semver/tree/3.2.5"
2020-10-28 12:12:13 +00:00
},
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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-24T12:41:47+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",
2021-05-17 10:19:11 +00:00
"version": "1.13.1",
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",
2021-05-17 10:19:11 +00:00
"reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f"
2012-11-30 01:26:33 +00:00
},
"dist": {
"type": "zip",
2021-05-17 10:19:11 +00:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f",
"reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f",
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": "*",
2021-05-17 10:19:11 +00:00
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
2012-11-30 01:26:33 +00:00
},
2013-07-21 15:29:50 +00:00
"require-dev": {
2021-05-17 10:19:11 +00:00
"doctrine/cache": "^1.11 || ^2.0",
2020-10-28 12:12:13 +00:00
"doctrine/coding-standard": "^6.0 || ^8.1",
2020-09-01 14:59:50 +00:00
"phpstan/phpstan": "^0.12.20",
2021-05-17 10:19:11 +00:00
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
"symfony/cache": "^4.4 || ^5.2"
2013-07-21 15:29:50 +00:00
},
2012-11-30 01:26:33 +00:00
"type": "library",
"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",
2020-10-28 12:12:13 +00:00
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
2013-07-21 15:29:50 +00:00
"keywords": [
"annotations",
"docblock",
"parser"
],
2020-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
2021-05-17 10:19:11 +00:00
"source": "https://github.com/doctrine/annotations/tree/1.13.1"
2020-10-28 12:12:13 +00:00
},
2021-05-17 10:19:11 +00:00
"time": "2021-05-16T18:07:53+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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/1.2.1"
},
"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-10-28 12:12:13 +00:00
"version": "1.2.2",
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-10-28 12:12:13 +00:00
"reference": "fa587178be682efe90d005e3a322590d6ebb59a5"
2013-07-21 15:29:50 +00:00
},
"dist": {
"type": "zip",
2020-10-28 12:12:13 +00:00
"url": "https://api.github.com/repos/doctrine/reflection/zipball/fa587178be682efe90d005e3a322590d6ebb59a5",
"reference": "fa587178be682efe90d005e3a322590d6ebb59a5",
2013-07-21 15:29:50 +00:00
"shasum": ""
},
"require": {
2020-01-16 10:35:54 +00:00
"doctrine/annotations": "^1.0",
"ext-tokenizer": "*",
2020-10-28 12:12:13 +00:00
"php": "^7.1 || ^8.0"
2020-01-16 10:35:54 +00:00
},
"conflict": {
"doctrine/common": "<2.9"
2013-07-21 15:29:50 +00:00
},
2014-01-20 10:41:57 +00:00
"require-dev": {
2020-10-28 12:12:13 +00:00
"doctrine/coding-standard": "^6.0 || ^8.2.0",
2020-01-16 10:35:54 +00:00
"doctrine/common": "^2.10",
2020-10-28 12:12:13 +00:00
"phpstan/phpstan": "^0.11.0 || ^0.12.20",
"phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16",
"phpunit/phpunit": "^7.5 || ^9.1.5"
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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/doctrine/reflection/issues",
"source": "https://github.com/doctrine/reflection/tree/1.2.2"
},
2020-11-09 08:06:56 +00:00
"abandoned": "roave/better-reflection",
2020-10-28 12:12:13 +00:00
"time": "2020-10-27T21:46:55+00:00"
2012-07-18 09:50:50 +00:00
},
2019-08-06 05:51:39 +00:00
{
"name": "drupal/core",
2021-08-03 13:14:21 +00:00
"version": "9.2.x-dev",
2019-08-06 05:51:39 +00:00
"dist": {
"type": "path",
"url": "core",
2021-07-20 21:42:38 +00:00
"reference": "107b1d4f65408eb2844facd227005517de15343b"
2019-08-06 05:51:39 +00:00
},
"require": {
"asm89/stack-cors": "^1.1",
2020-10-28 08:12:54 +00:00
"composer/semver": "^3.0",
2021-05-27 12:40:30 +00:00
"doctrine/annotations": "^1.12",
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",
2021-07-20 21:42:38 +00:00
"pear/archive_tar": "^1.4.14",
2020-11-22 21:21:19 +00:00
"php": ">=7.3.0",
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",
2021-06-01 16:40:50 +00:00
"symfony/mime": "^5.3.0",
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",
Issue #2844452 by Eduardo Morales Alberti, longwave, andypost, Wongjn, sanjayk, geek-merlin, ayushmishra206, Hardik_Patel_12, alexpott, catch, DamienMcKenna, dww, anruether, dawehner, jrockowitz: Export configuration YAML strings as multiline
2021-04-06 13:35:47 +00:00
"symfony/yaml": "^4.4.19",
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",
2021-02-11 20:04:33 +00:00
"[web-root]/README.md": "assets/scaffold/files/drupal.README.md",
2019-08-29 22:13:57 +00:00
"[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",
2021-03-24 00:17:07 +00:00
"lib/Drupal/Core/Http/InputBag.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"
2020-11-03 11:45:09 +00:00
],
"files": [
"includes/bootstrap.inc"
2019-08-06 05:51:39 +00:00
]
},
"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",
2021-08-03 13:14:21 +00:00
"version": "9.2.x-dev",
2019-10-31 16:54:58 +00:00
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
2020-10-16 19:16:03 +00:00
"reference": "b4efdbe26634b41a1b89e4f3770a8074769088a6"
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",
2021-08-03 13:14:21 +00:00
"version": "9.2.x-dev",
2019-10-14 11:54:04 +00:00
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
2020-10-16 19:16:03 +00:00
"reference": "d54f0b3cc8b4237f3a41a0860a808db242f9da9e"
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",
2021-04-01 19:15:11 +00:00
"version": "2.1.25",
2014-09-22 22:01:44 +00:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2021-04-01 19:15:11 +00:00
"reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
2014-09-22 22:01:44 +00:00
},
"dist": {
"type": "zip",
2021-04-01 19:15:11 +00:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
"reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
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-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
2021-04-01 19:15:11 +00:00
"source": "https://github.com/egulias/EmailValidator/tree/2.1.25"
2020-10-28 12:12:13 +00:00
},
2020-12-17 19:38:33 +00:00
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
2021-04-01 19:15:11 +00:00
"time": "2020-12-29T14:50:06+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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/6.5"
},
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",
2021-04-01 19:15:11 +00:00
"version": "1.4.1",
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",
2021-04-01 19:15:11 +00:00
"reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
2014-10-16 09:54:33 +00:00
},
"dist": {
"type": "zip",
2021-04-01 19:15:11 +00:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
"reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
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-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/guzzle/promises/issues",
2021-04-01 19:15:11 +00:00
"source": "https://github.com/guzzle/promises/tree/1.4.1"
2020-10-28 12:12:13 +00:00
},
2021-04-01 19:15:11 +00:00
"time": "2021-03-07T09:25:29+00:00"
2012-12-08 23:22:34 +00:00
},
{
2015-07-21 21:33:30 +00:00
"name": "guzzlehttp/psr7",
2021-05-17 10:19:11 +00:00
"version": "1.8.2",
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",
2021-05-17 10:19:11 +00:00
"reference": "dc960a912984efb74d0a90222870c72c87f10c91"
2012-12-08 23:22:34 +00:00
},
"dist": {
"type": "zip",
2021-05-17 10:19:11 +00:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
"reference": "dc960a912984efb74d0a90222870c72c87f10c91",
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-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
2021-05-17 10:19:11 +00:00
"source": "https://github.com/guzzle/psr7/tree/1.8.2"
2020-10-28 12:12:13 +00:00
},
2021-05-17 10:19:11 +00:00
"time": "2021-04-26T09:17:50+00:00"
2012-12-08 23:22:34 +00:00
},
2020-01-20 16:32:15 +00:00
{
"name": "laminas/laminas-diactoros",
2021-06-04 16:06:20 +00:00
"version": "2.6.0",
2020-01-20 16:32:15 +00:00
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-diactoros.git",
2021-06-04 16:06:20 +00:00
"reference": "7d2034110ae18afe05050b796a3ee4b3fe177876"
2020-01-20 16:32:15 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/7d2034110ae18afe05050b796a3ee4b3fe177876",
"reference": "7d2034110ae18afe05050b796a3ee4b3fe177876",
2020-01-20 16:32:15 +00:00
"shasum": ""
},
"require": {
"laminas/laminas-zendframework-bridge": "^1.0",
2020-11-19 09:34:14 +00:00
"php": "^7.3 || ~8.0.0",
2020-01-22 10:15:32 +00:00
"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-11-19 09:34:14 +00:00
"http-interop/http-factory-tests": "^0.8.0",
2020-01-22 10:15:32 +00:00
"laminas/laminas-coding-standard": "~1.0.0",
2020-11-19 09:34:14 +00:00
"php-http/psr7-integration-tests": "^1.1",
"phpspec/prophecy-phpunit": "^2.0",
2021-06-04 16:06:20 +00:00
"phpunit/phpunit": "^9.1",
"psalm/plugin-phpunit": "^0.14.0",
"vimeo/psalm": "^4.3"
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-10-28 12:12:13 +00:00
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-diactoros/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-diactoros/issues",
"rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
"source": "https://github.com/laminas/laminas-diactoros"
},
2020-09-01 16:59:14 +00:00
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-18T14:41:54+00:00"
2020-01-20 16:32:15 +00:00
},
{
"name": "laminas/laminas-escaper",
2020-11-19 09:34:14 +00:00
"version": "2.7.0",
2020-01-20 16:32:15 +00:00
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-escaper.git",
2020-11-19 09:34:14 +00:00
"reference": "5e04bc5ae5990b17159d79d331055e2c645e5cc5"
2020-01-20 16:32:15 +00:00
},
"dist": {
"type": "zip",
2020-11-19 09:34:14 +00:00
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/5e04bc5ae5990b17159d79d331055e2c645e5cc5",
"reference": "5e04bc5ae5990b17159d79d331055e2c645e5cc5",
2020-01-20 16:32:15 +00:00
"shasum": ""
},
"require": {
"laminas/laminas-zendframework-bridge": "^1.0",
2020-11-19 09:34:14 +00:00
"php": "^7.3 || ~8.0.0"
2020-01-20 16:32:15 +00:00
},
"replace": {
2020-11-19 09:34:14 +00:00
"zendframework/zend-escaper": "^2.6.1"
2020-01-20 16:32:15 +00:00
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
2020-11-19 09:34:14 +00:00
"phpunit/phpunit": "^9.3",
"psalm/plugin-phpunit": "^0.12.2",
"vimeo/psalm": "^3.16"
2020-01-20 16:32:15 +00:00
},
2020-11-19 09:34:14 +00:00
"suggest": {
"ext-iconv": "*",
"ext-mbstring": "*"
2020-01-20 16:32:15 +00:00
},
2020-11-19 09:34:14 +00:00
"type": "library",
2020-01-20 16:32:15 +00:00
"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"
],
2020-10-28 12:12:13 +00:00
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-escaper/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-escaper/issues",
"rss": "https://github.com/laminas/laminas-escaper/releases.atom",
"source": "https://github.com/laminas/laminas-escaper"
},
2020-11-19 09:34:14 +00:00
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2020-11-17T21:26:43+00:00"
2020-01-20 16:32:15 +00:00
},
{
"name": "laminas/laminas-feed",
2021-05-17 10:19:11 +00:00
"version": "2.14.1",
2020-01-20 16:32:15 +00:00
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-feed.git",
2021-05-17 10:19:11 +00:00
"reference": "463fdae515fba30633906098c258d3b2c733c15c"
2020-01-20 16:32:15 +00:00
},
"dist": {
"type": "zip",
2021-05-17 10:19:11 +00:00
"url": "https://api.github.com/repos/laminas/laminas-feed/zipball/463fdae515fba30633906098c258d3b2c733c15c",
"reference": "463fdae515fba30633906098c258d3b2c733c15c",
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",
2020-11-19 09:34:14 +00:00
"php": "^7.3 || ~8.0.0"
},
"conflict": {
"laminas/laminas-servicemanager": "<3.3"
2020-01-20 16:32:15 +00:00
},
"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",
2020-11-19 09:34:14 +00:00
"laminas/laminas-servicemanager": "^3.3",
2020-01-20 16:32:15 +00:00
"laminas/laminas-validator": "^2.10.1",
2020-11-19 09:34:14 +00:00
"phpunit/phpunit": "^9.3",
"psalm/plugin-phpunit": "^0.13.0",
"psr/http-message": "^1.0.1",
"vimeo/psalm": "^4.1"
2020-01-20 16:32:15 +00:00
},
"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",
"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-10-28 12:12:13 +00:00
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-feed/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-feed/issues",
"rss": "https://github.com/laminas/laminas-feed/releases.atom",
"source": "https://github.com/laminas/laminas-feed"
},
2020-09-01 14:59:50 +00:00
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
2021-05-17 10:19:11 +00:00
"time": "2021-04-01T19:26:09+00:00"
2020-01-20 16:32:15 +00:00
},
{
"name": "laminas/laminas-stdlib",
2020-12-17 19:38:33 +00:00
"version": "3.3.1",
2020-01-20 16:32:15 +00:00
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-stdlib.git",
2020-12-17 19:38:33 +00:00
"reference": "d81c7ffe602ed0e6ecb18691019111c0f4bf1efe"
2020-01-20 16:32:15 +00:00
},
"dist": {
"type": "zip",
2020-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/d81c7ffe602ed0e6ecb18691019111c0f4bf1efe",
"reference": "d81c7ffe602ed0e6ecb18691019111c0f4bf1efe",
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",
2020-12-17 19:38:33 +00:00
"phpunit/phpunit": "~9.3.7"
2020-01-20 16:32:15 +00:00
},
"type": "library",
"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-10-28 12:12:13 +00:00
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-stdlib/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-stdlib/issues",
"rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
"source": "https://github.com/laminas/laminas-stdlib"
},
2020-09-01 14:59:50 +00:00
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
2020-12-17 19:38:33 +00:00
"time": "2020-11-19T20:18:59+00:00"
2020-01-20 16:32:15 +00:00
},
{
"name": "laminas/laminas-zendframework-bridge",
2021-04-01 19:15:11 +00:00
"version": "1.2.0",
2020-01-20 16:32:15 +00:00
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-zendframework-bridge.git",
2021-04-01 19:15:11 +00:00
"reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32"
2020-01-20 16:32:15 +00:00
},
"dist": {
"type": "zip",
2021-04-01 19:15:11 +00:00
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6cccbddfcfc742eb02158d6137ca5687d92cee32",
"reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32",
2020-01-20 16:32:15 +00:00
"shasum": ""
},
"require": {
2021-04-01 19:15:11 +00:00
"php": "^7.3 || ^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",
2021-04-01 19:15:11 +00:00
"psalm/plugin-phpunit": "^0.15.1",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.6"
2020-01-20 16:32:15 +00:00
},
"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-10-28 12:12:13 +00:00
"support": {
"forum": "https://discourse.laminas.dev/",
"issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
"rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
"source": "https://github.com/laminas/laminas-zendframework-bridge"
},
2020-08-28 08:36:15 +00:00
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
2021-04-01 19:15:11 +00:00
"time": "2021-02-25T21:54:58+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-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/Masterminds/html5-php/issues",
"source": "https://github.com/Masterminds/html5-php/tree/2.7.4"
},
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",
2021-07-20 21:42:38 +00:00
"version": "1.4.14",
2019-03-04 15:27:10 +00:00
"source": {
"type": "git",
"url": "https://github.com/pear/Archive_Tar.git",
2021-07-20 21:42:38 +00:00
"reference": "4d761c5334c790e45ef3245f0864b8955c562caa"
2019-03-04 15:27:10 +00:00
},
"dist": {
"type": "zip",
2021-07-20 21:42:38 +00:00
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa",
"reference": "4d761c5334c790e45ef3245f0864b8955c562caa",
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-28 12:12:13 +00:00
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar",
"source": "https://github.com/pear/Archive_Tar"
},
2021-01-19 23:31:06 +00:00
"funding": [
{
"url": "https://github.com/mrook",
"type": "github"
},
{
"url": "https://www.patreon.com/michielrook",
"type": "patreon"
}
],
2021-07-20 21:42:38 +00:00
"time": "2021-07-20T13:53:39+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-10-28 12:12:13 +00:00
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
"source": "https://github.com/pear/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-10-28 12:12:13 +00:00
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
"source": "https://github.com/pear/pear-core-minimal"
},
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",
2021-04-01 19:15:11 +00:00
"version": "v1.0.2",
2019-03-04 15:27:10 +00:00
"source": {
"type": "git",
"url": "https://github.com/pear/PEAR_Exception.git",
2021-04-01 19:15:11 +00:00
"reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
2019-03-04 15:27:10 +00:00
},
"dist": {
"type": "zip",
2021-04-01 19:15:11 +00:00
"url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
"reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
2019-03-04 15:27:10 +00:00
"shasum": ""
},
"require": {
2021-04-01 19:15:11 +00:00
"php": ">=5.2.0"
2019-03-04 15:27:10 +00:00
},
"require-dev": {
2021-04-01 19:15:11 +00:00
"phpunit/phpunit": "<9"
2019-03-04 15:27:10 +00:00
},
"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-10-28 12:12:13 +00:00
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
"source": "https://github.com/pear/PEAR_Exception"
},
2021-04-01 19:15:11 +00:00
"time": "2021-03-21T15:43:46+00:00"
2019-03-04 15:27:10 +00:00
},
2021-05-17 10:19:11 +00:00
{
"name": "psr/cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"support": {
"source": "https://github.com/php-fig/cache/tree/master"
},
"time": "2016-08-06T20:24:11+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",
2021-04-01 19:15:11 +00:00
"version": "1.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
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
2021-04-01 19:15:11 +00:00
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
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
},
"dist": {
"type": "zip",
2021-04-01 19:15:11 +00:00
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
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
"shasum": ""
},
"require": {
2021-04-01 19:15:11 +00:00
"php": ">=7.2.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
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2021-04-01 19:15:11 +00:00
"homepage": "https://www.php-fig.org/"
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
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
2020-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/php-fig/container/issues",
2021-04-01 19:15:11 +00:00
"source": "https://github.com/php-fig/container/tree/1.1.1"
2020-10-28 12:12:13 +00:00
},
2021-04-01 19:15:11 +00:00
"time": "2021-03-05T17:36:06+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
},
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"
],
2020-10-28 12:12:13 +00:00
"support": {
"source": "https://github.com/php-fig/http-factory/tree/master"
},
2020-01-22 10:15:32 +00:00
"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"
],
2020-10-28 12:12:13 +00:00
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
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",
2021-05-17 10:19:11 +00:00
"version": "1.1.4",
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",
2021-05-17 10:19:11 +00:00
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
2015-04-30 03:45:28 +00:00
},
"dist": {
"type": "zip",
2021-05-17 10:19:11 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
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",
2021-05-17 10:19:11 +00:00
"homepage": "https://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-10-28 12:12:13 +00:00
"support": {
2021-05-17 10:19:11 +00:00
"source": "https://github.com/php-fig/log/tree/1.1.4"
2020-10-28 12:12:13 +00:00
},
2021-05-17 10:19:11 +00:00
"time": "2021-05-03T11:20:27+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.",
2020-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
2019-10-10 19:45:32 +00:00
"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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/stackphp/builder/issues",
"source": "https://github.com/stackphp/builder/tree/v1.0.6"
},
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-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/symfony-cmf/Routing/issues",
"source": "https://github.com/symfony-cmf/Routing/tree/2.3.3"
},
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",
2021-06-04 16:06:20 +00:00
"version": "v4.4.25",
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",
2021-06-04 16:06:20 +00:00
"reference": "a62acecdf5b50e314a4f305cd01b5282126f3095"
2015-09-13 00:08:34 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/a62acecdf5b50e314a4f305cd01b5282126f3095",
"reference": "a62acecdf5b50e314a4f305cd01b5282126f3095",
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",
"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"
}
],
2021-04-01 19:15:11 +00:00
"description": "Eases the creation of beautiful and testable command line interfaces",
2015-09-13 00:08:34 +00:00
"homepage": "https://symfony.com",
2020-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/console/tree/v4.4.25"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-26T11:20:16+00:00"
2013-02-14 18:45:50 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "symfony/debug",
2021-06-04 16:06:20 +00:00
"version": "v4.4.25",
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",
2021-06-04 16:06:20 +00:00
"reference": "a8d2d5c94438548bff9f998ca874e202bb29d07f"
2013-02-14 18:45:50 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/debug/zipball/a8d2d5c94438548bff9f998ca874e202bb29d07f",
"reference": "a8d2d5c94438548bff9f998ca874e202bb29d07f",
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",
"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"
}
],
2021-04-01 19:15:11 +00:00
"description": "Provides tools to ease debugging PHP code",
2015-09-13 00:08:34 +00:00
"homepage": "https://symfony.com",
2020-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/debug/tree/v4.4.25"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-26T17:39:37+00:00"
2015-09-13 00:08:34 +00:00
},
{
"name": "symfony/dependency-injection",
2021-06-04 16:06:20 +00:00
"version": "v4.4.25",
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",
2021-06-04 16:06:20 +00:00
"reference": "2ed2a0a6c960bf4e2e862ec77b2f2c558b83c64d"
2015-09-13 00:08:34 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2ed2a0a6c960bf4e2e862ec77b2f2c558b83c64d",
"reference": "2ed2a0a6c960bf4e2e862ec77b2f2c558b83c64d",
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",
2021-04-01 19:15:11 +00:00
"symfony/service-implementation": "1.0|2.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",
2021-05-17 10:19:11 +00:00
"symfony/yaml": "^4.4|^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",
"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"
}
],
2021-04-01 19:15:11 +00:00
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
2015-09-13 00:08:34 +00:00
"homepage": "https://symfony.com",
2020-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/dependency-injection/tree/v4.4.25"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-26T17:54:16+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
},
2020-11-30 19:28:14 +00:00
{
"name": "symfony/deprecation-contracts",
2021-05-17 10:19:11 +00:00
"version": "v2.4.0",
2020-11-30 19:28:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
2021-05-17 10:19:11 +00:00
"reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
2020-11-30 19:28:14 +00:00
},
"dist": {
"type": "zip",
2021-05-17 10:19:11 +00:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
"reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
2020-11-30 19:28:14 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-17 10:19:11 +00:00
"dev-main": "2.4-dev"
2020-11-30 19:28:14 +00:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
2021-05-17 10:19:11 +00:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
2020-11-30 19:28: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"
}
],
2021-05-17 10:19:11 +00:00
"time": "2021-03-23T23:28:01+00:00"
2020-11-30 19:28:14 +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",
2021-06-04 16:06:20 +00:00
"version": "v4.4.25",
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",
2021-06-04 16:06:20 +00:00
"reference": "310a756cec00d29d89a08518405aded046a54a8b"
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",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/error-handler/zipball/310a756cec00d29d89a08518405aded046a54a8b",
"reference": "310a756cec00d29d89a08518405aded046a54a8b",
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",
"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"
}
],
2021-04-01 19:15:11 +00:00
"description": "Provides tools to manage errors and ease debugging PHP code",
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-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/error-handler/tree/v4.4.25"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-26T17:39:37+00:00"
2015-09-13 00:08:34 +00:00
},
{
"name": "symfony/event-dispatcher",
2021-06-04 16:06:20 +00:00
"version": "v4.4.25",
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",
2021-06-04 16:06:20 +00:00
"reference": "047773e7016e4fd45102cedf4bd2558ae0d0c32f"
2015-09-13 00:08:34 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/047773e7016e4fd45102cedf4bd2558ae0d0c32f",
"reference": "047773e7016e4fd45102cedf4bd2558ae0d0c32f",
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",
"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"
}
],
2021-04-01 19:15:11 +00:00
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
2015-09-13 00:08:34 +00:00
"homepage": "https://symfony.com",
2020-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/event-dispatcher/tree/v4.4.25"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-26T17:39:37+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-10-28 12:12:13 +00:00
"support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.9"
},
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",
2021-05-17 10:19:11 +00:00
"version": "v2.4.0",
2020-10-13 14:22:35 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
2021-05-17 10:19:11 +00:00
"reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4"
2020-10-13 14:22:35 +00:00
},
"dist": {
"type": "zip",
2021-05-17 10:19:11 +00:00
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
"reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
2020-10-13 14:22:35 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5"
},
"suggest": {
"symfony/http-client-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-17 10:19:11 +00:00
"dev-main": "2.4-dev"
2020-10-13 14:22:35 +00:00
},
"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"
],
2020-10-28 12:12:13 +00:00
"support": {
2021-05-17 10:19:11 +00:00
"source": "https://github.com/symfony/http-client-contracts/tree/v2.4.0"
2020-10-28 12:12:13 +00:00
},
2020-10-13 14:22:35 +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"
}
],
2021-05-17 10:19:11 +00:00
"time": "2021-04-11T23:07:08+00:00"
2020-10-13 14:22:35 +00:00
},
2015-09-13 00:08:34 +00:00
{
"name": "symfony/http-foundation",
2021-06-04 16:06:20 +00:00
"version": "v4.4.25",
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",
2021-06-04 16:06:20 +00:00
"reference": "0c79d5a65ace4fe66e49702658c024a419d2438b"
2015-09-13 00:08:34 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/0c79d5a65ace4fe66e49702658c024a419d2438b",
"reference": "0c79d5a65ace4fe66e49702658c024a419d2438b",
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",
2021-04-01 19:15:11 +00:00
"symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php80": "^1.15"
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",
"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
}
],
2021-04-01 19:15:11 +00:00
"description": "Defines an object-oriented layer for the HTTP specification",
2015-09-13 00:08:34 +00:00
"homepage": "https://symfony.com",
2020-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/http-foundation/tree/v4.4.25"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-26T11:20:16+00:00"
2015-09-13 00:08:34 +00:00
},
{
"name": "symfony/http-kernel",
2021-06-04 16:06:20 +00:00
"version": "v4.4.25",
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",
2021-06-04 16:06:20 +00:00
"reference": "3795165596fe81a52296b78c9aae938d434069cc"
2015-09-13 00:08:34 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/3795165596fe81a52296b78c9aae938d434069cc",
"reference": "3795165596fe81a52296b78c9aae938d434069cc",
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",
2021-04-01 19:15:11 +00:00
"twig/twig": "<1.43|<2.13,>=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
},
"provide": {
"psr/log-implementation": "1.0"
2015-09-13 00:08:34 +00:00
},
"require-dev": {
2021-04-01 19:15:11 +00:00
"psr/cache": "^1.0|^2.0|^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
"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",
2021-04-01 19:15:11 +00:00
"twig/twig": "^1.43|^2.13|^3.0.4"
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",
"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"
}
],
2021-04-01 19:15:11 +00:00
"description": "Provides a structured process for converting a Request into a Response",
2015-09-13 00:08:34 +00:00
"homepage": "https://symfony.com",
2020-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/http-kernel/tree/v4.4.25"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-06-01T07:12:08+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",
2021-06-01 16:40:50 +00:00
"version": "v5.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/mime.git",
2021-06-01 16:40:50 +00:00
"reference": "ed710d297b181f6a7194d8172c9c2423d58e4852"
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",
2021-06-01 16:40:50 +00:00
"url": "https://api.github.com/repos/symfony/mime/zipball/ed710d297b181f6a7194d8172c9c2423d58e4852",
"reference": "ed710d297b181f6a7194d8172c9c2423d58e4852",
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",
2020-11-30 19:28:14 +00:00
"symfony/deprecation-contracts": "^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/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": {
2021-04-01 19:15:11 +00:00
"egulias/email-validator": "~3.0.0",
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
2019-11-26 09:24:54 +00:00
"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": {
2021-04-01 19:15:11 +00:00
"egulias/email-validator": "^2.1.10|^3.1",
2020-11-30 19:28:14 +00:00
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/property-access": "^4.4|^5.1",
"symfony/property-info": "^4.4|^5.1",
"symfony/serializer": "^5.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
},
"type": "library",
"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"
}
],
2021-04-01 19:15:11 +00:00
"description": "Allows manipulating MIME messages",
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",
"keywords": [
"mime",
"mime-type"
],
2020-10-28 12:12:13 +00:00
"support": {
2021-06-01 16:40:50 +00:00
"source": "https://github.com/symfony/mime/tree/v5.3.0"
2020-10-28 12:12:13 +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"
}
],
2021-06-01 16:40:50 +00:00
"time": "2021-05-26T17:43:10+00:00"
2018-06-01 10:22:33 +00:00
},
{
"name": "symfony/polyfill-ctype",
2021-06-04 16:06:20 +00:00
"version": "v1.23.0",
2018-06-01 10:22:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2021-06-04 16:06:20 +00:00
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
2018-06-01 10:22:33 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
2018-06-01 10:22:33 +00:00
"shasum": ""
},
"require": {
2020-10-28 12:12:13 +00:00
"php": ">=7.1"
2018-06-01 10:22:33 +00:00
},
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": {
2021-06-04 16:06:20 +00:00
"dev-main": "1.23-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-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-02-19T12:13:01+00:00"
2016-02-24 03:14:30 +00:00
},
2016-03-07 01:39:53 +00:00
{
"name": "symfony/polyfill-iconv",
2021-06-04 16:06:20 +00:00
"version": "v1.23.0",
2016-03-07 01:39:53 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
2021-06-04 16:06:20 +00:00
"reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933"
2016-03-07 01:39:53 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/63b5bb7db83e5673936d6e3b8b3e022ff6474933",
"reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933",
2016-03-07 01:39:53 +00:00
"shasum": ""
},
"require": {
2020-10-28 12:12:13 +00:00
"php": ">=7.1"
2016-03-07 01:39:53 +00:00
},
"suggest": {
"ext-iconv": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-06-04 16:06:20 +00:00
"dev-main": "1.23-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-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.23.0"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-27T09:27: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",
2021-06-04 16:06:20 +00:00
"version": "v1.23.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/polyfill-intl-idn.git",
2021-06-04 16:06:20 +00:00
"reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
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",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
"reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
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-10-28 12:12:13 +00:00
"php": ">=7.1",
2020-09-01 14:59:50 +00:00
"symfony/polyfill-intl-normalizer": "^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": {
2021-06-04 16:06:20 +00:00
"dev-main": "1.23-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-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-27T09:27:20+00:00"
2020-09-01 14:59:50 +00:00
},
{
"name": "symfony/polyfill-intl-normalizer",
2021-06-04 16:06:20 +00:00
"version": "v1.23.0",
2020-09-01 14:59:50 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2021-06-04 16:06:20 +00:00
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
2020-09-01 14:59:50 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
2020-09-01 14:59:50 +00:00
"shasum": ""
},
"require": {
2020-10-28 12:12:13 +00:00
"php": ">=7.1"
2020-09-01 14:59:50 +00:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-06-04 16:06:20 +00:00
"dev-main": "1.23-dev"
2020-09-01 14:59:50 +00:00
},
"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"
],
2020-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
2020-10-28 12:12:13 +00:00
},
2020-09-01 14:59:50 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-02-19T12:13:01+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",
2021-06-04 16:06:20 +00:00
"version": "v1.23.0",
2016-02-24 03:14:30 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2021-06-04 16:06:20 +00:00
"reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1"
2016-02-24 03:14:30 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
"reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
2016-02-24 03:14:30 +00:00
"shasum": ""
},
"require": {
2020-10-28 12:12:13 +00:00
"php": ">=7.1"
2016-02-24 03:14:30 +00:00
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-06-04 16:06:20 +00:00
"dev-main": "1.23-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-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.0"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-27T09:27:20+00:00"
2020-06-01 10:26:26 +00:00
},
{
"name": "symfony/polyfill-php80",
2021-06-04 16:06:20 +00:00
"version": "v1.23.0",
2020-06-01 10:26:26 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
2021-06-04 16:06:20 +00:00
"reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0"
2020-06-01 10:26:26 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0",
"reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0",
2020-06-01 10:26:26 +00:00
"shasum": ""
},
"require": {
2020-10-28 12:12:13 +00:00
"php": ">=7.1"
2020-06-01 10:26:26 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-06-04 16:06:20 +00:00
"dev-main": "1.23-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-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/polyfill-php80/tree/v1.23.0"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-02-19T12:13:01+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",
2021-06-04 16:06:20 +00:00
"version": "v4.4.25",
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",
2021-06-04 16:06:20 +00:00
"reference": "cd61e6dd273975c6625316de9d141ebd197f93c9"
2013-02-14 18:45:50 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/cd61e6dd273975c6625316de9d141ebd197f93c9",
"reference": "cd61e6dd273975c6625316de9d141ebd197f93c9",
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",
"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
}
],
2021-04-01 19:15:11 +00:00
"description": "Executes commands in sub-processes",
2015-09-13 00:08:34 +00:00
"homepage": "https://symfony.com",
2020-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/process/tree/v4.4.25"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-26T11:20:16+00:00"
2013-02-14 18:45:50 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "symfony/psr-http-message-bridge",
2021-04-01 19:15:11 +00:00
"version": "v2.1.0",
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",
2021-04-01 19:15:11 +00:00
"reference": "81db2d4ae86e9f0049828d9343a72b9523884e5d"
2013-02-14 18:45:50 +00:00
},
"dist": {
"type": "zip",
2021-04-01 19:15:11 +00:00
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/81db2d4ae86e9f0049828d9343a72b9523884e5d",
"reference": "81db2d4ae86e9f0049828d9343a72b9523884e5d",
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",
2021-04-01 19:15:11 +00:00
"psr/log": "^1.1",
"symfony/browser-kit": "^4.4 || ^5.0",
"symfony/config": "^4.4 || ^5.0",
"symfony/event-dispatcher": "^4.4 || ^5.0",
"symfony/framework-bundle": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.0",
"symfony/phpunit-bridge": "^4.4.19 || ^5.2"
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": {
2021-04-01 19:15:11 +00:00
"dev-main": "2.1-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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/symfony/psr-http-message-bridge/issues",
2021-04-01 19:15:11 +00:00
"source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.0"
2020-10-28 12:12:13 +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"
}
],
2021-04-01 19:15:11 +00:00
"time": "2021-02-17T10:35:25+00:00"
2013-02-14 18:45:50 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "symfony/routing",
2021-06-04 16:06:20 +00:00
"version": "v4.4.25",
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",
2021-06-04 16:06:20 +00:00
"reference": "3a3c2f197ad0846ac6413225fc78868ba1c61434"
2013-02-14 18:45:50 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/routing/zipball/3a3c2f197ad0846ac6413225fc78868ba1c61434",
"reference": "3a3c2f197ad0846ac6413225fc78868ba1c61434",
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": {
2021-04-01 19:15:11 +00:00
"doctrine/annotations": "^1.10.4",
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",
"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
}
],
2021-04-01 19:15:11 +00:00
"description": "Maps an HTTP request to a set of configuration variables",
2015-09-13 00:08:34 +00:00
"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-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/routing/tree/v4.4.25"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-26T17:39:37+00:00"
2013-02-14 18:45:50 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "symfony/serializer",
2021-06-04 16:06:20 +00:00
"version": "v4.4.25",
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",
2021-06-04 16:06:20 +00:00
"reference": "6db3eb4f1bb437cd3730f52353ba4b568acaddf5"
2013-02-14 18:45:50 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/serializer/zipball/6db3eb4f1bb437cd3730f52353ba4b568acaddf5",
"reference": "6db3eb4f1bb437cd3730f52353ba4b568acaddf5",
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": {
2021-04-01 19:15:11 +00:00
"phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2",
"phpdocumentor/type-resolver": "<0.3.0|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/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": {
2021-04-01 19:15:11 +00:00
"doctrine/annotations": "^1.10.4",
"phpdocumentor/reflection-docblock": "^3.2|^4.0|^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/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",
2021-04-01 19:15:11 +00:00
"symfony/property-access": "^3.4.41|^4.4.9|^5.0.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
"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": {
2021-05-21 09:09:43 +00:00
"doctrine/annotations": "For using the annotation mapping.",
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",
"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
}
],
2021-04-01 19:15:11 +00:00
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
2015-09-13 00:08:34 +00:00
"homepage": "https://symfony.com",
2020-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/serializer/tree/v4.4.25"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-26T11:20:16+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",
2021-05-17 10:19:11 +00:00
"version": "v2.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
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2021-05-17 10:19:11 +00:00
"reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
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",
2021-05-17 10:19:11 +00:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
"reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
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",
2021-05-17 10:19:11 +00:00
"psr/container": "^1.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
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-17 10:19:11 +00:00
"dev-main": "2.4-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-10-28 12:12:13 +00:00
"support": {
2021-05-17 10:19:11 +00:00
"source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
2020-10-28 12:12:13 +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"
}
],
2021-05-17 10:19:11 +00:00
"time": "2021-04-01T10:43:52+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",
2021-06-04 16:06:20 +00:00
"version": "v4.4.25",
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",
2021-06-04 16:06:20 +00:00
"reference": "dfe132c5c6d89f90ce7f961742cc532e9ca16dd4"
2015-07-06 12:30:43 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/translation/zipball/dfe132c5c6d89f90ce7f961742cc532e9ca16dd4",
"reference": "dfe132c5c6d89f90ce7f961742cc532e9ca16dd4",
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": {
2021-04-01 19:15:11 +00:00
"symfony/translation-implementation": "1.0|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
},
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",
"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
}
],
2021-04-01 19:15:11 +00:00
"description": "Provides tools to internationalize your application",
2015-09-13 00:08:34 +00:00
"homepage": "https://symfony.com",
2020-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/translation/tree/v4.4.25"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-26T17:39:37+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",
2021-05-17 10:19:11 +00:00
"version": "v2.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
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
2021-05-17 10:19:11 +00:00
"reference": "95c812666f3e91db75385749fe219c5e494c7f95"
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",
2021-05-17 10:19:11 +00:00
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95",
"reference": "95c812666f3e91db75385749fe219c5e494c7f95",
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": {
2021-05-17 10:19:11 +00:00
"dev-main": "2.4-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-10-28 12:12:13 +00:00
"support": {
2021-05-17 10:19:11 +00:00
"source": "https://github.com/symfony/translation-contracts/tree/v2.4.0"
2020-10-28 12:12:13 +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"
}
],
2021-05-17 10:19:11 +00:00
"time": "2021-03-23T23:28:01+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",
2021-06-04 16:06:20 +00:00
"version": "v4.4.25",
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",
2021-06-04 16:06:20 +00:00
"reference": "29c14955e8b2e7351aaa11553cb36d4a689b7b11"
2013-02-06 11:54:22 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/validator/zipball/29c14955e8b2e7351aaa11553cb36d4a689b7b11",
"reference": "29c14955e8b2e7351aaa11553cb36d4a689b7b11",
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": {
2021-04-01 19:15:11 +00:00
"doctrine/annotations": "^1.10.4",
2021-05-21 09:09:43 +00:00
"doctrine/cache": "^1.0|^2.0",
2021-04-01 19:15:11 +00:00
"egulias/email-validator": "^2.1.10|^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/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",
"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
}
],
2021-04-01 19:15:11 +00:00
"description": "Provides tools to validate values",
2015-09-13 00:08:34 +00:00
"homepage": "https://symfony.com",
2020-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/validator/tree/v4.4.25"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-26T17:39:37+00:00"
2019-11-13 17:40:51 +00:00
},
{
"name": "symfony/var-dumper",
2021-06-01 16:40:50 +00:00
"version": "v5.3.0",
2019-11-13 17:40:51 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2021-06-01 16:40:50 +00:00
"reference": "1d3953e627fe4b5f6df503f356b6545ada6351f3"
2019-11-13 17:40:51 +00:00
},
"dist": {
"type": "zip",
2021-06-01 16:40:50 +00:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/1d3953e627fe4b5f6df503f356b6545ada6351f3",
"reference": "1d3953e627fe4b5f6df503f356b6545ada6351f3",
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",
2021-04-01 19:15:11 +00:00
"twig/twig": "^2.13|^3.0.4"
2019-11-13 17:40:51 +00:00
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
},
"bin": [
"Resources/bin/var-dump-server"
],
"type": "library",
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-04-01 19:15:11 +00:00
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
2019-11-13 17:40:51 +00:00
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
2020-10-28 12:12:13 +00:00
"support": {
2021-06-01 16:40:50 +00:00
"source": "https://github.com/symfony/var-dumper/tree/v5.3.0"
2020-10-28 12:12:13 +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"
}
],
2021-06-01 16:40:50 +00:00
"time": "2021-05-27T12:28:50+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",
2021-06-04 16:06:20 +00:00
"version": "v4.4.25",
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",
2021-06-04 16:06:20 +00:00
"reference": "81cdac5536925c1c4b7b50aabc9ff6330b9eb5fc"
2014-06-15 05:29:44 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/81cdac5536925c1c4b7b50aabc9ff6330b9eb5fc",
"reference": "81cdac5536925c1c4b7b50aabc9ff6330b9eb5fc",
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",
"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
}
],
2021-04-01 19:15:11 +00:00
"description": "Loads and dumps YAML files",
2015-09-13 00:08:34 +00:00
"homepage": "https://symfony.com",
2020-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/yaml/tree/v4.4.25"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-26T17:39:37+00:00"
2014-06-15 05:29:44 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "twig/twig",
2021-05-17 10:19:11 +00:00
"version": "v2.14.6",
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",
2021-05-17 10:19:11 +00:00
"reference": "27e5cf2b05e3744accf39d4c68a3235d9966d260"
2014-06-15 05:29:44 +00:00
},
"dist": {
"type": "zip",
2021-05-17 10:19:11 +00:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/27e5cf2b05e3744accf39d4c68a3235d9966d260",
"reference": "27e5cf2b05e3744accf39d4c68a3235d9966d260",
2014-06-15 05:29:44 +00:00
"shasum": ""
},
"require": {
2020-10-28 12:12:13 +00:00
"php": ">=7.2.5",
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-10-28 12:12:13 +00:00
"dev-master": "2.14-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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
2021-05-17 10:19:11 +00:00
"source": "https://github.com/twigphp/Twig/tree/v2.14.6"
2020-10-28 12:12:13 +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"
}
],
2021-05-17 10:19:11 +00:00
"time": "2021-05-16T12:12:47+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-11-09 09:10:36 +00:00
"version": "v3.1.6",
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-11-09 09:10:36 +00:00
"reference": "60131cb573a1e478cfecd34e4ea38e3b31505f75"
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-11-09 09:10:36 +00:00
"url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/60131cb573a1e478cfecd34e4ea38e3b31505f75",
"reference": "60131cb573a1e478cfecd34e4ea38e3b31505f75",
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": "*",
2020-11-09 09:10:36 +00:00
"php": "^7.0 || ^8.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": "*",
2020-11-09 09:10:36 +00:00
"phpspec/prophecy": "^1.10",
"symfony/phpunit-bridge": "^5.1"
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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/TYPO3/phar-stream-wrapper/issues",
2020-11-09 09:10:36 +00:00
"source": "https://github.com/TYPO3/phar-stream-wrapper/tree/v3.1.6"
2020-10-28 12:12:13 +00:00
},
2020-11-09 09:10:36 +00:00
"time": "2020-11-07T09:06:16+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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/minkphp/Mink/issues",
"source": "https://github.com/minkphp/Mink/tree/v1.8.1"
},
2020-03-13 11:49:09 +00:00
"time": "2020-03-11T15:45:53+00:00"
2014-06-15 05:29:44 +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
],
2020-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/minkphp/MinkGoutteDriver/issues",
"source": "https://github.com/minkphp/MinkGoutteDriver/tree/master"
},
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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/minkphp/MinkSelenium2Driver/issues",
"source": "https://github.com/minkphp/MinkSelenium2Driver/tree/v1.4.0"
},
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",
2021-04-01 19:15:11 +00:00
"version": "1.2.9",
2019-06-17 07:19:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
2021-04-01 19:15:11 +00:00
"reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5"
2019-06-17 07:19:43 +00:00
},
"dist": {
"type": "zip",
2021-04-01 19:15:11 +00:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
"reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
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": {
2021-04-01 19:15:11 +00:00
"phpstan/phpstan": "^0.12.55",
2019-06-17 07:19:43 +00:00
"psr/log": "^1.0",
2021-04-01 19:15:11 +00:00
"symfony/phpunit-bridge": "^4.2 || ^5",
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": {
2021-04-01 19:15:11 +00:00
"dev-main": "1.x-dev"
2019-06-17 07:19:43 +00:00
}
},
"autoload": {
"psr-4": {
"Composer\\CaBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
"keywords": [
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
],
2020-10-28 12:12:13 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues",
2021-04-01 19:15:11 +00:00
"source": "https://github.com/composer/ca-bundle/tree/1.2.9"
2020-10-28 12:12:13 +00:00
},
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"
}
],
2021-04-01 19:15:11 +00:00
"time": "2021-01-12T12:10:35+00:00"
2019-06-17 07:19:43 +00:00
},
{
"name": "composer/composer",
2021-06-04 16:06:20 +00:00
"version": "2.1.0",
2019-06-17 07:19:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
2021-06-04 16:06:20 +00:00
"reference": "59bb0df323c75308e6a72c6c9bc7dc8cc577f1ca"
2019-06-17 07:19:43 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/composer/composer/zipball/59bb0df323c75308e6a72c6c9bc7dc8cc577f1ca",
"reference": "59bb0df323c75308e6a72c6c9bc7dc8cc577f1ca",
2019-06-17 07:19:43 +00:00
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
2021-05-03 18:35:20 +00:00
"composer/metadata-minifier": "^1.0",
2020-10-28 08:12:54 +00:00
"composer/semver": "^3.0",
2019-06-17 07:19:43 +00:00
"composer/spdx-licenses": "^1.2",
2021-06-04 16:06:20 +00:00
"composer/xdebug-handler": "^2.0",
2020-07-05 19:48:26 +00:00
"justinrainbow/json-schema": "^5.2.10",
2020-10-28 08:12:54 +00:00
"php": "^5.3.2 || ^7.0 || ^8.0",
2019-06-17 07:19:43 +00:00
"psr/log": "^1.0",
2020-10-28 08:12:54 +00:00
"react/promise": "^1.2 || ^2.7",
2019-06-17 07:19:43 +00:00
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",
2021-06-04 16:06:20 +00:00
"symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
"symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
"symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
"symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
2019-06-17 07:19:43 +00:00
},
"require-dev": {
2020-03-19 11:15:53 +00:00
"phpspec/prophecy": "^1.10",
2021-06-04 16:06:20 +00:00
"symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
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"
},
2020-10-28 12:12:13 +00:00
"bin": [
"bin/composer"
],
2019-06-17 07:19:43 +00:00
"type": "library",
"extra": {
"branch-alias": {
2021-06-04 16:06:20 +00:00
"dev-master": "2.1-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",
2020-10-28 08:12:54 +00:00
"homepage": "https://www.naderman.de"
2019-06-17 07:19:43 +00:00
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
2020-10-28 08:12:54 +00:00
"homepage": "https://seld.be"
2019-06-17 07:19:43 +00:00
}
],
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-10-28 12:12:13 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/composer/issues",
2021-06-04 16:06:20 +00:00
"source": "https://github.com/composer/composer/tree/2.1.0"
2020-10-28 12:12:13 +00:00
},
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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-06-03T09:30:09+00:00"
2021-05-03 18:35:20 +00:00
},
{
"name": "composer/metadata-minifier",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/composer/metadata-minifier.git",
"reference": "c549d23829536f0d0e984aaabbf02af91f443207"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
"reference": "c549d23829536f0d0e984aaabbf02af91f443207",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"composer/composer": "^2",
"phpstan/phpstan": "^0.12.55",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\MetadataMinifier\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Small utility library that handles metadata minification and expansion.",
"keywords": [
"composer",
"compression"
],
"support": {
"issues": "https://github.com/composer/metadata-minifier/issues",
"source": "https://github.com/composer/metadata-minifier/tree/1.0.0"
},
"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": "2021-04-07T13:37:33+00:00"
2019-06-17 07:19:43 +00:00
},
{
"name": "composer/spdx-licenses",
2020-12-17 19:38:33 +00:00
"version": "1.5.5",
2019-06-17 07:19:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/spdx-licenses.git",
2020-12-17 19:38:33 +00:00
"reference": "de30328a7af8680efdc03e396aad24befd513200"
2019-06-17 07:19:43 +00:00
},
"dist": {
"type": "zip",
2020-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200",
"reference": "de30328a7af8680efdc03e396aad24befd513200",
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": {
2020-12-17 19:38:33 +00:00
"dev-main": "1.x-dev"
2019-06-17 07:19:43 +00:00
}
},
"autoload": {
"psr-4": {
"Composer\\Spdx\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "SPDX licenses list and validation library.",
"keywords": [
"license",
"spdx",
"validator"
],
2020-10-28 12:12:13 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/spdx-licenses/issues",
2020-12-17 19:38:33 +00:00
"source": "https://github.com/composer/spdx-licenses/tree/1.5.5"
2020-10-28 12:12:13 +00:00
},
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-12-17 19:38:33 +00:00
"time": "2020-12-03T16:04:16+00:00"
2019-06-17 07:19:43 +00:00
},
{
"name": "composer/xdebug-handler",
2021-06-04 16:06:20 +00:00
"version": "2.0.1",
2019-06-17 07:19:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
2021-06-04 16:06:20 +00:00
"reference": "964adcdd3a28bf9ed5d9ac6450064e0d71ed7496"
2019-06-17 07:19:43 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/964adcdd3a28bf9ed5d9ac6450064e0d71ed7496",
"reference": "964adcdd3a28bf9ed5d9ac6450064e0d71ed7496",
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": {
2021-04-01 19:15:11 +00:00
"phpstan/phpstan": "^0.12.55",
"symfony/phpunit-bridge": "^4.2 || ^5"
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-10-28 12:12:13 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/xdebug-handler/issues",
2021-06-04 16:06:20 +00:00
"source": "https://github.com/composer/xdebug-handler/tree/2.0.1"
2020-10-28 12:12:13 +00:00
},
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
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-05T19:37:51+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-12-17 19:38:33 +00:00
"version": "1.4.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
"source": {
"type": "git",
2015-09-13 00:08:34 +00:00
"url": "https://github.com/doctrine/instantiator.git",
2020-12-17 19:38:33 +00:00
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
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-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
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-12-17 19:38:33 +00:00
"doctrine/coding-standard": "^8.0",
2015-09-13 00:08:34 +00:00
"ext-pdo": "*",
"ext-phar": "*",
2020-12-17 19:38:33 +00:00
"phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.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",
"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",
2020-12-17 19:38:33 +00:00
"homepage": "https://ocramius.github.io/"
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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
2020-12-17 19:38:33 +00:00
"source": "https://github.com/doctrine/instantiator/tree/1.4.0"
2020-10-28 12:12:13 +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-12-17 19:38:33 +00:00
"time": "2020-11-10T18:47:58+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",
2021-05-17 10:19:11 +00:00
"version": "8.3.13",
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",
2021-05-17 10:19:11 +00:00
"reference": "d3286d571b19633cc296d438c36b9aed195de43c"
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",
2021-04-01 19:15:11 +00:00
"sirbrillig/phpcs-variable-analysis": "^2.10",
2020-10-13 14:22:35 +00:00
"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": {
2021-05-17 10:19:11 +00:00
"phpstan/phpstan": "^0.12.63",
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-28 12:12:13 +00:00
"support": {
"issues": "https://www.drupal.org/project/issues/coder",
"source": "https://www.drupal.org/project/coder"
},
2021-05-17 10:19:11 +00:00
"time": "2021-02-06T10:44:32+00:00"
2017-01-31 00:30:00 +00:00
},
2019-11-28 12:54:39 +00:00
{
"name": "easyrdf/easyrdf",
2020-12-17 19:38:33 +00:00
"version": "1.1.1",
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-12-17 19:38:33 +00:00
"reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64"
2019-11-28 12:54:39 +00:00
},
"dist": {
"type": "zip",
2020-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64",
"reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64",
2019-11-28 12:54:39 +00:00
"shasum": ""
},
"require": {
2020-12-17 19:38:33 +00:00
"ext-dom": "*",
2019-11-28 12:54:39 +00:00
"ext-mbstring": "*",
"ext-pcre": "*",
2020-12-17 19:38:33 +00:00
"ext-xmlreader": "*",
"lib-libxml": "*",
2020-10-12 19:44:08 +00:00
"php": ">=7.1.0"
2019-11-28 12:54:39 +00:00
},
"require-dev": {
2020-12-17 19:38:33 +00:00
"code-lts/doctum": "^5",
2020-10-12 19:44:08 +00:00
"ml/json-ld": "~1.0",
"phpunit/phpunit": "^7",
2020-12-17 19:38:33 +00:00
"semsol/arc2": "^2.4",
2020-10-12 19:44:08 +00:00
"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",
2020-12-17 19:38:33 +00:00
"source": "https://github.com/easyrdf/easyrdf/tree/1.1.1"
2020-10-12 19:44:08 +00:00
},
2020-12-17 19:38:33 +00:00
"time": "2020-12-02T08:47:31+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-11-01 16:26:13 +00:00
"version": "v3.3.1",
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-11-01 16:26:13 +00:00
"reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5"
2012-11-30 01:26:33 +00:00
},
"dist": {
"type": "zip",
2020-11-01 16:26:13 +00:00
"url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/80a23b64f44d54dd571d114c473d9d7e9ed84ca5",
"reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5",
2012-11-30 01:26:33 +00:00
"shasum": ""
},
"require": {
2015-09-13 00:08:34 +00:00
"guzzlehttp/guzzle": "^6.0",
2020-11-01 16:26:13 +00:00
"php": ">=7.1.3",
2020-01-30 00:10:07 +00:00
"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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/FriendsOfPHP/Goutte/issues",
2020-11-01 16:26:13 +00:00
"source": "https://github.com/FriendsOfPHP/Goutte/tree/v3.3.1"
2020-10-28 12:12:13 +00:00
},
2020-11-01 16:26:13 +00:00
"time": "2020-11-01T09:30:18+00:00"
2013-06-14 09:52:09 +00:00
},
2021-04-22 15:46:23 +00:00
{
"name": "friends-of-behat/mink-browserkit-driver",
"version": "v1.5.0",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfBehat/MinkBrowserKitDriver.git",
"reference": "8110b99ed1ac2b50ad287280bfc20e08f58b6cc6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfBehat/MinkBrowserKitDriver/zipball/8110b99ed1ac2b50ad287280bfc20e08f58b6cc6",
"reference": "8110b99ed1ac2b50ad287280bfc20e08f58b6cc6",
"shasum": ""
},
"require": {
"behat/mink": "^1.7",
"php": "^7.2|^8.0",
"symfony/browser-kit": "^4.4|^5.0",
"symfony/dom-crawler": "^4.4|^5.0"
},
"replace": {
"behat/mink-browserkit-driver": "self.version"
},
"require-dev": {
"friends-of-behat/mink-driver-testsuite": "dev-master",
"symfony/http-kernel": "^4.4|^5.0"
},
"type": "mink-driver",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Behat\\Mink\\Driver\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Symfony2 BrowserKit driver for Mink framework",
"homepage": "http://mink.behat.org/",
"keywords": [
"Mink",
"Symfony2",
"browser",
"testing"
],
"support": {
"source": "https://github.com/FriendsOfBehat/MinkBrowserKitDriver/tree/v1.5.0"
},
"time": "2021-02-04T14:39:46+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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/instaclick/php-webdriver/issues",
"source": "https://github.com/instaclick/php-webdriver/tree/1.x"
},
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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/justinrainbow/json-schema/issues",
"source": "https://github.com/justinrainbow/json-schema/tree/5.2.10"
},
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/",
2020-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/bovigo/vfsStream/issues",
"source": "https://github.com/bovigo/vfsStream/tree/master",
"wiki": "https://github.com/bovigo/vfsStream/wiki"
},
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-12-17 19:38:33 +00:00
"version": "1.10.2",
2019-05-24 10:43:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2020-12-17 19:38:33 +00:00
"reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
2019-05-24 10:43:45 +00:00
},
"dist": {
"type": "zip",
2020-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
"reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
2020-12-17 19:38:33 +00:00
"source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
2020-10-28 12:12:13 +00:00
},
2020-09-01 16:59:14 +00:00
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
2020-12-17 19:38:33 +00:00
"time": "2020-11-13T09:40:50+00:00"
2019-05-24 10:43:45 +00:00
},
{
"name": "phar-io/manifest",
2020-12-17 19:38:33 +00:00
"version": "2.0.1",
2019-05-24 10:43:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
2020-12-17 19:38:33 +00:00
"reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133"
2019-05-24 10:43:45 +00:00
},
"dist": {
"type": "zip",
2020-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
"reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
2019-05-24 10:43:45 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
2020-12-17 19:38:33 +00:00
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
2019-05-24 10:43:45 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-12-17 19:38:33 +00:00
"dev-master": "2.0.x-dev"
2019-05-24 10:43:45 +00:00
}
},
"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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/phar-io/manifest/issues",
"source": "https://github.com/phar-io/manifest/tree/master"
},
2020-12-17 19:38:33 +00:00
"time": "2020-06-27T14:33:11+00:00"
2019-05-24 10:43:45 +00:00
},
{
"name": "phar-io/version",
2021-04-01 19:15:11 +00:00
"version": "3.1.0",
2019-05-24 10:43:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
2021-04-01 19:15:11 +00:00
"reference": "bae7c545bef187884426f042434e561ab1ddb182"
2019-05-24 10:43:45 +00:00
},
"dist": {
"type": "zip",
2021-04-01 19:15:11 +00:00
"url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
"reference": "bae7c545bef187884426f042434e561ab1ddb182",
2019-05-24 10:43:45 +00:00
"shasum": ""
},
"require": {
2020-12-17 19:38:33 +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",
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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/phar-io/version/issues",
2021-04-01 19:15:11 +00:00
"source": "https://github.com/phar-io/version/tree/3.1.0"
2020-10-28 12:12:13 +00:00
},
2021-04-01 19:15:11 +00:00
"time": "2021-02-23T14:00:09+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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
},
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-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
},
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-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
},
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",
2021-04-01 19:15:11 +00:00
"version": "1.13.0",
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",
2021-04-01 19:15:11 +00:00
"reference": "be1996ed8adc35c3fd795488a653f4b518be70ea"
2013-06-14 09:52:09 +00:00
},
"dist": {
"type": "zip",
2021-04-01 19:15:11 +00:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea",
"reference": "be1996ed8adc35c3fd795488a653f4b518be70ea",
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",
2021-04-01 19:15:11 +00:00
"phpunit/phpunit": "^8.0 || ^9.0"
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-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/phpspec/prophecy/issues",
2021-04-01 19:15:11 +00:00
"source": "https://github.com/phpspec/prophecy/tree/1.13.0"
2020-10-28 12:12:13 +00:00
},
2021-04-01 19:15:11 +00:00
"time": "2021-03-17T13:42:18+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-12-17 19:38:33 +00:00
"version": "7.0.14",
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-12-17 19:38:33 +00:00
"reference": "bb7c9a210c72e4709cdde67f8b7362f672f2225c"
2012-11-30 01:26:33 +00:00
},
"dist": {
"type": "zip",
2020-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/bb7c9a210c72e4709cdde67f8b7362f672f2225c",
"reference": "bb7c9a210c72e4709cdde67f8b7362f672f2225c",
2012-11-30 01:26:33 +00:00
"shasum": ""
},
"require": {
2019-05-24 10:43:45 +00:00
"ext-dom": "*",
"ext-xmlwriter": "*",
2020-12-17 19:38:33 +00:00
"php": ">=7.2",
2020-02-14 12:21:47 +00:00
"phpunit/php-file-iterator": "^2.0.2",
2019-05-24 10:43:45 +00:00
"phpunit/php-text-template": "^1.2.1",
2020-12-17 19:38:33 +00:00
"phpunit/php-token-stream": "^3.1.1 || ^4.0",
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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
2020-12-17 19:38:33 +00:00
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.14"
2020-10-28 12:12:13 +00:00
},
2020-12-17 19:38:33 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-12-02T13:39:03+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-12-17 19:38:33 +00:00
"version": "2.0.3",
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-12-17 19:38:33 +00:00
"reference": "4b49fb70f067272b659ef0174ff9ca40fdaa6357"
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-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/4b49fb70f067272b659ef0174ff9ca40fdaa6357",
"reference": "4b49fb70f067272b659ef0174ff9ca40fdaa6357",
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-12-17 19:38:33 +00:00
"php": ">=7.1"
2020-01-29 21:46:03 +00:00
},
"require-dev": {
2020-12-17 19:38:33 +00:00
"phpunit/phpunit": "^8.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
},
"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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
2020-12-17 19:38:33 +00:00
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.3"
2020-10-28 12:12:13 +00:00
},
2020-12-17 19:38:33 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T08:25:21+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"
],
2020-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
},
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-12-17 19:38:33 +00:00
"version": "2.1.3",
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-12-17 19:38:33 +00:00
"reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662"
2012-11-30 01:26:33 +00:00
},
"dist": {
"type": "zip",
2020-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662",
"reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662",
2012-11-30 01:26:33 +00:00
"shasum": ""
},
"require": {
2020-12-17 19:38:33 +00:00
"php": ">=7.1"
2017-03-25 18:09:11 +00:00
},
"require-dev": {
2020-12-17 19:38:33 +00:00
"phpunit/phpunit": "^8.5"
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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
2020-12-17 19:38:33 +00:00
"source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3"
2020-10-28 12:12:13 +00:00
},
2020-12-17 19:38:33 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T08:20:02+00:00"
2012-06-27 20:43:49 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "phpunit/php-token-stream",
2020-12-17 19:38:33 +00:00
"version": "4.0.4",
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-12-17 19:38:33 +00:00
"reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3"
2012-11-30 01:26:33 +00:00
},
"dist": {
"type": "zip",
2020-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/a853a0e183b9db7eed023d7933a858fa1c8d25a3",
"reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3",
2012-11-30 01:26:33 +00:00
"shasum": ""
},
"require": {
2015-09-13 00:08:34 +00:00
"ext-tokenizer": "*",
2020-12-17 19:38:33 +00:00
"php": "^7.3 || ^8.0"
2015-06-01 10:47:08 +00:00
},
2012-11-30 01:26:33 +00:00
"require-dev": {
2020-12-17 19:38:33 +00:00
"phpunit/phpunit": "^9.0"
2012-12-06 00:30:06 +00:00
},
2012-11-30 01:26:33 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-12-17 19:38:33 +00:00
"dev-master": "4.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": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
2020-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
2020-12-17 19:38:33 +00:00
"source": "https://github.com/sebastianbergmann/php-token-stream/tree/master"
2020-10-28 12:12:13 +00:00
},
2020-12-17 19:38:33 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-09-01 16:59:14 +00:00
"abandoned": true,
2020-12-17 19:38:33 +00:00
"time": "2020-08-04T08:28:15+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",
2021-04-01 19:15:11 +00:00
"version": "8.5.15",
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",
2021-04-01 19:15:11 +00:00
"reference": "038d4196d8e8cb405cd5e82cedfe413ad6eef9ef"
2014-12-09 10:37:43 +00:00
},
"dist": {
"type": "zip",
2021-04-01 19:15:11 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/038d4196d8e8cb405cd5e82cedfe413ad6eef9ef",
"reference": "038d4196d8e8cb405cd5e82cedfe413ad6eef9ef",
2014-12-09 10:37:43 +00:00
"shasum": ""
},
"require": {
2020-12-17 19:38:33 +00:00
"doctrine/instantiator": "^1.3.1",
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": "*",
2020-12-17 19:38:33 +00:00
"myclabs/deep-copy": "^1.10.0",
"phar-io/manifest": "^2.0.1",
"phar-io/version": "^3.0.2",
"php": ">=7.2",
"phpspec/prophecy": "^1.10.3",
"phpunit/php-code-coverage": "^7.0.12",
2020-02-14 12:21:47 +00:00
"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",
2020-12-17 19:38:33 +00:00
"sebastian/environment": "^4.2.3",
"sebastian/exporter": "^3.1.2",
2020-02-14 12:21:47 +00:00
"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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
2021-04-01 19:15:11 +00:00
"source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.15"
2020-10-28 12:12:13 +00:00
},
"funding": [
{
"url": "https://phpunit.de/donate.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-04-01 19:15:11 +00:00
"time": "2021-03-17T07:27:54+00:00"
2020-10-28 08:12:54 +00:00
},
{
"name": "react/promise",
"version": "v2.8.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise.git",
"reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
"reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Promise\\": "src/"
2020-09-01 16:59:14 +00:00
},
2020-10-28 08:12:54 +00:00
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-09-01 16:59:14 +00:00
{
2020-10-28 08:12:54 +00:00
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com"
2020-09-01 16:59:14 +00:00
}
],
2020-10-28 08:12:54 +00:00
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
"keywords": [
"promise",
"promises"
],
2020-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/reactphp/promise/issues",
"source": "https://github.com/reactphp/promise/tree/v2.8.0"
},
2020-10-28 08:12:54 +00:00
"time": "2020-05-12T15:16:56+00:00"
2019-05-24 10:43:45 +00:00
},
{
"name": "sebastian/code-unit-reverse-lookup",
2020-12-17 19:38:33 +00:00
"version": "1.0.2",
2019-05-24 10:43:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2020-12-17 19:38:33 +00:00
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
2019-05-24 10:43:45 +00:00
},
"dist": {
"type": "zip",
2020-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
2019-05-24 10:43:45 +00:00
"shasum": ""
},
"require": {
2020-12-17 19:38:33 +00:00
"php": ">=5.6"
2019-05-24 10:43:45 +00:00
},
"require-dev": {
2020-12-17 19:38:33 +00:00
"phpunit/phpunit": "^8.5"
2019-05-24 10:43:45 +00:00
},
"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/",
2020-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
2020-12-17 19:38:33 +00:00
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
2020-10-28 12:12:13 +00:00
},
2020-12-17 19:38:33 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T08:15:22+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-12-17 19:38:33 +00:00
"version": "3.0.3",
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-12-17 19:38:33 +00:00
"reference": "1071dfcef776a57013124ff35e1fc41ccd294758"
2012-11-30 01:26:33 +00:00
},
"dist": {
"type": "zip",
2020-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758",
"reference": "1071dfcef776a57013124ff35e1fc41ccd294758",
2012-11-30 01:26:33 +00:00
"shasum": ""
},
"require": {
2020-12-17 19:38:33 +00:00
"php": ">=7.1",
2020-01-29 21:46:03 +00:00
"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-12-17 19:38:33 +00:00
"phpunit/phpunit": "^8.5"
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": [
2020-12-17 19:38:33 +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"
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"
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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
2020-12-17 19:38:33 +00:00
"source": "https://github.com/sebastianbergmann/comparator/tree/3.0.3"
2020-10-28 12:12:13 +00:00
},
2020-12-17 19:38:33 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T08:04:30+00:00"
2012-11-30 01:26:33 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "sebastian/diff",
2020-12-17 19:38:33 +00:00
"version": "3.0.3",
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-12-17 19:38:33 +00:00
"reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211"
2012-11-30 01:26:33 +00:00
},
"dist": {
"type": "zip",
2020-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
"reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
2012-11-30 01:26:33 +00:00
"shasum": ""
},
"require": {
2020-12-17 19:38:33 +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": [
2015-06-01 10:47:08 +00:00
{
2015-09-13 00:08:34 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2020-12-17 19:38:33 +00:00
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
2020-12-17 19:38:33 +00:00
"source": "https://github.com/sebastianbergmann/diff/tree/3.0.3"
2020-10-28 12:12:13 +00:00
},
2020-12-17 19:38:33 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:59:04+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-12-17 19:38:33 +00:00
"version": "4.2.4",
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-12-17 19:38:33 +00:00
"reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
2015-09-11 20:06:36 +00:00
},
"dist": {
"type": "zip",
2020-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
"reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
2015-09-11 20:06:36 +00:00
"shasum": ""
},
"require": {
2020-12-17 19:38:33 +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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
2020-12-17 19:38:33 +00:00
"source": "https://github.com/sebastianbergmann/environment/tree/4.2.4"
2020-10-28 12:12:13 +00:00
},
2020-12-17 19:38:33 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:53:42+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",
2020-12-17 19:38:33 +00:00
"version": "3.1.3",
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",
2020-12-17 19:38:33 +00:00
"reference": "6b853149eab67d4da22291d36f5b0631c0fd856e"
2013-01-25 18:16:58 +00:00
},
"dist": {
"type": "zip",
2020-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/6b853149eab67d4da22291d36f5b0631c0fd856e",
"reference": "6b853149eab67d4da22291d36f5b0631c0fd856e",
2013-01-25 18:16:58 +00:00
"shasum": ""
},
"require": {
2020-12-17 19:38:33 +00:00
"php": ">=7.0",
2019-05-24 10:43:45 +00:00
"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"
],
2020-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
2020-12-17 19:38:33 +00:00
"source": "https://github.com/sebastianbergmann/exporter/tree/3.1.3"
2020-10-28 12:12:13 +00:00
},
2020-12-17 19:38:33 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:47:53+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-12-17 19:38:33 +00:00
"version": "3.0.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/global-state.git",
2020-12-17 19:38:33 +00:00
"reference": "474fb9edb7ab891665d3bfc6317f42a0a150454b"
2012-11-30 01:26:33 +00:00
},
"dist": {
"type": "zip",
2020-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/474fb9edb7ab891665d3bfc6317f42a0a150454b",
"reference": "474fb9edb7ab891665d3bfc6317f42a0a150454b",
2012-11-30 01:26:33 +00:00
"shasum": ""
},
"require": {
2020-12-17 19:38:33 +00:00
"php": ">=7.2",
2020-02-14 12:21:47 +00:00
"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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
2020-12-17 19:38:33 +00:00
"source": "https://github.com/sebastianbergmann/global-state/tree/3.0.1"
2020-10-28 12:12:13 +00:00
},
2020-12-17 19:38:33 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:43:24+00:00"
2019-05-24 10:43:45 +00:00
},
{
"name": "sebastian/object-enumerator",
2020-12-17 19:38:33 +00:00
"version": "3.0.4",
2019-05-24 10:43:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2020-12-17 19:38:33 +00:00
"reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
2019-05-24 10:43:45 +00:00
},
"dist": {
"type": "zip",
2020-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
"reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
2019-05-24 10:43:45 +00:00
"shasum": ""
},
"require": {
2020-12-17 19:38:33 +00:00
"php": ">=7.0",
2019-05-24 10:43:45 +00:00
"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/",
2020-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
2020-12-17 19:38:33 +00:00
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4"
2020-10-28 12:12:13 +00:00
},
2020-12-17 19:38:33 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:40:27+00:00"
2019-05-24 10:43:45 +00:00
},
{
"name": "sebastian/object-reflector",
2020-12-17 19:38:33 +00:00
"version": "1.1.2",
2019-05-24 10:43:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
2020-12-17 19:38:33 +00:00
"reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
2019-05-24 10:43:45 +00:00
},
"dist": {
"type": "zip",
2020-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
"reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
2019-05-24 10:43:45 +00:00
"shasum": ""
},
"require": {
2020-12-17 19:38:33 +00:00
"php": ">=7.0"
2019-05-24 10:43:45 +00:00
},
"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/",
2020-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
2020-12-17 19:38:33 +00:00
"source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2"
2020-10-28 12:12:13 +00:00
},
2020-12-17 19:38:33 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:37:18+00:00"
2012-11-30 01:26:33 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "sebastian/recursion-context",
2020-12-17 19:38:33 +00:00
"version": "3.0.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/recursion-context.git",
2020-12-17 19:38:33 +00:00
"reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
2012-11-30 01:26:33 +00:00
},
"dist": {
"type": "zip",
2020-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
"reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
2012-11-30 01:26:33 +00:00
"shasum": ""
},
"require": {
2020-12-17 19:38:33 +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": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2014-10-15 08:31:35 +00:00
},
2020-12-17 19:38:33 +00:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
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",
2020-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
2020-12-17 19:38:33 +00:00
"source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1"
2020-10-28 12:12:13 +00:00
},
2020-12-17 19:38:33 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:34:24+00:00"
2019-05-24 10:43:45 +00:00
},
{
"name": "sebastian/resource-operations",
2020-12-17 19:38:33 +00:00
"version": "2.0.2",
2019-05-24 10:43:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
2020-12-17 19:38:33 +00:00
"reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
2019-05-24 10:43:45 +00:00
},
"dist": {
"type": "zip",
2020-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
"reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
2019-05-24 10:43:45 +00:00
"shasum": ""
},
"require": {
2020-12-17 19:38:33 +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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
2020-12-17 19:38:33 +00:00
"source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2"
2020-10-28 12:12:13 +00:00
},
2020-12-17 19:38:33 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:30:19+00:00"
2013-06-19 20:36:24 +00:00
},
2020-02-14 12:21:47 +00:00
{
"name": "sebastian/type",
2020-12-17 19:38:33 +00:00
"version": "1.1.4",
2020-02-14 12:21:47 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
2020-12-17 19:38:33 +00:00
"reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4"
2020-02-14 12:21:47 +00:00
},
"dist": {
"type": "zip",
2020-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4",
"reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4",
2020-02-14 12:21:47 +00:00
"shasum": ""
},
"require": {
2020-12-17 19:38:33 +00:00
"php": ">=7.2"
2020-02-14 12:21:47 +00:00
},
"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",
2020-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
2020-12-17 19:38:33 +00:00
"source": "https://github.com/sebastianbergmann/type/tree/1.1.4"
2020-10-28 12:12:13 +00:00
},
2020-12-17 19:38:33 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:25:11+00:00"
2020-02-14 12:21:47 +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",
2020-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"source": "https://github.com/sebastianbergmann/version/tree/master"
},
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-12-17 19:38:33 +00:00
"version": "1.8.3",
2019-06-17 07:19:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/jsonlint.git",
2020-12-17 19:38:33 +00:00
"reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57"
2019-06-17 07:19:43 +00:00
},
"dist": {
"type": "zip",
2020-12-17 19:38:33 +00:00
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
"reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/Seldaek/jsonlint/issues",
2020-12-17 19:38:33 +00:00
"source": "https://github.com/Seldaek/jsonlint/tree/1.8.3"
2020-10-28 12:12:13 +00:00
},
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-12-17 19:38:33 +00:00
"time": "2020-11-11T09:19:24+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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/Seldaek/phar-utils/issues",
"source": "https://github.com/Seldaek/phar-utils/tree/master"
},
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",
2021-04-01 19:15:11 +00:00
"version": "v2.11.0",
2020-10-13 14:22:35 +00:00
"source": {
"type": "git",
"url": "https://github.com/sirbrillig/phpcs-variable-analysis.git",
2021-04-01 19:15:11 +00:00
"reference": "e76e816236f401458dd8e16beecab905861b5867"
2020-10-13 14:22:35 +00:00
},
"dist": {
"type": "zip",
2021-04-01 19:15:11 +00:00
"url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/e76e816236f401458dd8e16beecab905861b5867",
"reference": "e76e816236f401458dd8e16beecab905861b5867",
2020-10-13 14:22:35 +00:00
"shasum": ""
},
"require": {
"php": ">=5.4.0",
2020-12-17 19:38:33 +00:00
"squizlabs/php_codesniffer": "^3.5"
2020-10-13 14:22:35 +00:00
},
"require-dev": {
2020-12-17 19:38:33 +00:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
2020-10-13 14:22:35 +00:00
"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.",
2020-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/sirbrillig/phpcs-variable-analysis/issues",
"source": "https://github.com/sirbrillig/phpcs-variable-analysis",
"wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki"
},
2021-04-01 19:15:11 +00:00
"time": "2021-03-09T22:32:14+00:00"
2020-10-13 14:22:35 +00:00
},
2017-01-31 00:30:00 +00:00
{
"name": "squizlabs/php_codesniffer",
2021-05-17 10:19:11 +00:00
"version": "3.6.0",
2017-01-31 00:30:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2021-05-17 10:19:11 +00:00
"reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625"
2017-01-31 00:30:00 +00:00
},
"dist": {
"type": "zip",
2021-05-17 10:19:11 +00:00
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
"reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
},
2021-05-17 10:19:11 +00:00
"time": "2021-04-09T00:54:41+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",
2021-06-04 16:06:20 +00:00
"version": "v4.4.25",
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",
2021-06-04 16:06:20 +00:00
"reference": "729b1f0eca3ef18ea4e1a29b166145aff75d8fa1"
2013-06-19 20:36:24 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/729b1f0eca3ef18ea4e1a29b166145aff75d8fa1",
"reference": "729b1f0eca3ef18ea4e1a29b166145aff75d8fa1",
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",
"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
],
2021-04-01 19:15:11 +00:00
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
2015-09-13 00:08:34 +00:00
"homepage": "https://symfony.com",
2020-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/browser-kit/tree/v4.4.25"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-26T17:39:37+00:00"
2013-06-19 20:36:24 +00:00
},
{
2015-09-13 00:08:34 +00:00
"name": "symfony/css-selector",
2021-06-04 16:06:20 +00:00
"version": "v4.4.25",
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",
2021-06-04 16:06:20 +00:00
"reference": "c1e29de6dc893b130b45d20d8051efbb040560a9"
2013-06-19 20:36:24 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/c1e29de6dc893b130b45d20d8051efbb040560a9",
"reference": "c1e29de6dc893b130b45d20d8051efbb040560a9",
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",
"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
],
2021-04-01 19:15:11 +00:00
"description": "Converts CSS selectors to XPath expressions",
2015-09-13 00:08:34 +00:00
"homepage": "https://symfony.com",
2020-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/css-selector/tree/v4.4.25"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-26T17:39:37+00:00"
2017-03-24 11:25:07 +00:00
},
{
"name": "symfony/dom-crawler",
2021-06-04 16:06:20 +00:00
"version": "v4.4.25",
2017-03-24 11:25:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
2021-06-04 16:06:20 +00:00
"reference": "41d15bb6d6b95d2be763c514bb2494215d9c5eef"
2017-03-24 11:25:07 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/41d15bb6d6b95d2be763c514bb2494215d9c5eef",
"reference": "41d15bb6d6b95d2be763c514bb2494215d9c5eef",
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",
"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"
}
],
2021-04-01 19:15:11 +00:00
"description": "Eases DOM navigation for HTML and XML documents",
2017-03-24 11:25:07 +00:00
"homepage": "https://symfony.com",
2020-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/dom-crawler/tree/v4.4.25"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-26T11:20:16+00:00"
2017-05-03 11:33:31 +00:00
},
2019-06-17 07:19:43 +00:00
{
"name": "symfony/filesystem",
2021-06-04 16:06:20 +00:00
"version": "v4.4.25",
2019-06-17 07:19:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2021-06-04 16:06:20 +00:00
"reference": "2d926ebd76f52352deb3c9577d8c1d4b96eae429"
2019-06-17 07:19:43 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/2d926ebd76f52352deb3c9577d8c1d4b96eae429",
"reference": "2d926ebd76f52352deb3c9577d8c1d4b96eae429",
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",
"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"
}
],
2021-04-01 19:15:11 +00:00
"description": "Provides basic utilities for the filesystem",
2019-06-17 07:19:43 +00:00
"homepage": "https://symfony.com",
2020-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/filesystem/tree/v4.4.25"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-26T17:30:55+00:00"
2019-06-17 07:19:43 +00:00
},
{
"name": "symfony/finder",
2021-06-04 16:06:20 +00:00
"version": "v4.4.25",
2019-06-17 07:19:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2021-06-04 16:06:20 +00:00
"reference": "ed33314396d968a8936c95f5bd1b88bd3b3e94a3"
2019-06-17 07:19:43 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/ed33314396d968a8936c95f5bd1b88bd3b3e94a3",
"reference": "ed33314396d968a8936c95f5bd1b88bd3b3e94a3",
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",
"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"
}
],
2021-04-01 19:15:11 +00:00
"description": "Finds files and directories via an intuitive fluent interface",
2019-06-17 07:19:43 +00:00
"homepage": "https://symfony.com",
2020-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/finder/tree/v4.4.25"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-26T11:20:16+00:00"
2019-10-04 22:05:43 +00:00
},
{
"name": "symfony/lock",
2021-06-04 16:06:20 +00:00
"version": "v4.4.25",
2019-10-04 22:05:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/lock.git",
2021-06-04 16:06:20 +00:00
"reference": "19da02c62477e20f59f38f020c9bd3a404541c7e"
2019-10-04 22:05:43 +00:00
},
"dist": {
"type": "zip",
2021-06-04 16:06:20 +00:00
"url": "https://api.github.com/repos/symfony/lock/zipball/19da02c62477e20f59f38f020c9bd3a404541c7e",
"reference": "19da02c62477e20f59f38f020c9bd3a404541c7e",
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": {
2021-04-01 19:15:11 +00:00
"doctrine/dbal": "<2.6"
2019-11-13 17:40:51 +00:00
},
2019-10-04 22:05:43 +00:00
"require-dev": {
2021-04-01 19:15:11 +00:00
"doctrine/dbal": "^2.6|^3.0",
2019-10-04 22:05:43 +00:00
"predis/predis": "~1.0"
},
"type": "library",
"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"
}
],
2021-04-01 19:15:11 +00:00
"description": "Creates and manages locks, a mechanism to provide exclusive access to a shared resource",
2019-10-04 22:05:43 +00:00
"homepage": "https://symfony.com",
"keywords": [
"cas",
"flock",
"locking",
"mutex",
"redlock",
"semaphore"
],
2020-10-28 12:12:13 +00:00
"support": {
2021-06-04 16:06:20 +00:00
"source": "https://github.com/symfony/lock/tree/v4.4.25"
2020-10-28 12:12:13 +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"
}
],
2021-06-04 16:06:20 +00:00
"time": "2021-05-26T11:20:16+00:00"
2019-06-17 07:19:43 +00:00
},
2017-05-03 11:33:31 +00:00
{
"name": "symfony/phpunit-bridge",
2021-06-01 16:40:50 +00:00
"version": "v5.3.0",
2017-05-03 11:33:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
2021-06-01 16:40:50 +00:00
"reference": "15cab721487b7bf43ad545a1e7d0095782e26f8c"
2017-05-03 11:33:31 +00:00
},
"dist": {
"type": "zip",
2021-06-01 16:40:50 +00:00
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/15cab721487b7bf43ad545a1e7d0095782e26f8c",
"reference": "15cab721487b7bf43ad545a1e7d0095782e26f8c",
2017-05-03 11:33:31 +00:00
"shasum": ""
},
"require": {
2021-05-27 15:36:42 +00:00
"php": ">=7.1.3",
"symfony/deprecation-contracts": "^2.1"
2017-05-03 11:33:31 +00:00
},
"conflict": {
2021-05-27 15:36:42 +00:00
"phpunit/phpunit": "<7.5|9.1.2"
2017-05-03 11:33:31 +00:00
},
2020-09-29 10:07:33 +00:00
"require-dev": {
2020-11-30 19:28:14 +00:00
"symfony/error-handler": "^4.4|^5.0"
2020-09-29 10:07:33 +00:00
},
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": {
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"
}
],
2021-04-01 19:15:11 +00:00
"description": "Provides utilities for PHPUnit, especially user deprecation notices management",
2017-05-03 11:33:31 +00:00
"homepage": "https://symfony.com",
2020-10-28 12:12:13 +00:00
"support": {
2021-06-01 16:40:50 +00:00
"source": "https://github.com/symfony/phpunit-bridge/tree/v5.3.0"
2020-10-28 12:12:13 +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"
}
],
2021-06-01 16:40:50 +00:00
"time": "2021-05-26T17:57:12+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-10-28 12:12:13 +00:00
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
"source": "https://github.com/theseer/tokenizer/tree/master"
},
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",
2021-04-01 19:15:11 +00:00
"version": "1.10.0",
2019-10-10 19:45:32 +00:00
"source": {
"type": "git",
2021-03-24 00:17:07 +00:00
"url": "https://github.com/webmozarts/assert.git",
2021-04-01 19:15:11 +00:00
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
2019-10-10 19:45:32 +00:00
},
"dist": {
"type": "zip",
2021-04-01 19:15:11 +00:00
"url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
2019-10-10 19:45:32 +00:00
"shasum": ""
},
"require": {
2021-04-01 19:15:11 +00:00
"php": "^7.2 || ^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",
2021-04-01 19:15:11 +00:00
"vimeo/psalm": "<4.6.1 || 4.6.2"
2020-01-29 21:46:03 +00:00
},
2019-10-10 19:45:32 +00:00
"require-dev": {
2021-04-01 19:15:11 +00:00
"phpunit/phpunit": "^8.5.13"
2019-10-10 19:45:32 +00:00
},
"type": "library",
2021-04-01 19:15:11 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
2019-10-10 19:45:32 +00:00
"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-10-28 12:12:13 +00:00
"support": {
2021-03-24 00:17:07 +00:00
"issues": "https://github.com/webmozarts/assert/issues",
2021-04-01 19:15:11 +00:00
"source": "https://github.com/webmozarts/assert/tree/1.10.0"
2020-10-28 12:12:13 +00:00
},
2021-04-01 19:15:11 +00:00
"time": "2021-03-09T10:59:23+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",
2021-08-03 13:14:21 +00:00
"stability-flags": {
"drupal/core": 20,
"drupal/core-project-message": 20,
"drupal/core-vendor-hardening": 20
},
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": [],
2020-11-22 21:21:19 +00:00
"platform-overrides": {
"php": "7.3.0"
},
2021-08-03 13:14:21 +00:00
"plugin-api-version": "2.1.0"
2012-06-27 20:43:49 +00:00
}