2016-09-13 21:24:01 +00:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2019-06-26 01:36:03 +00:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
2016-09-13 21:24:01 +00:00
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2020-10-26 20:35:24 +00:00
|
|
|
"content-hash": "ed84c4d91482a5c508caaf50e843de58",
|
2016-09-13 21:24:01 +00:00
|
|
|
"packages": [
|
2019-06-21 12:40:34 +00:00
|
|
|
{
|
|
|
|
"name": "automattic/jetpack-autoloader",
|
2020-08-17 18:32:45 +00:00
|
|
|
"version": "v2.2.0",
|
2019-06-21 12:40:34 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Automattic/jetpack-autoloader.git",
|
2020-08-17 18:32:45 +00:00
|
|
|
"reference": "66a5d150b3928be718d86696f85631a7f0b98a7b"
|
2019-06-21 12:40:34 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-08-17 18:32:45 +00:00
|
|
|
"url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/66a5d150b3928be718d86696f85631a7f0b98a7b",
|
|
|
|
"reference": "66a5d150b3928be718d86696f85631a7f0b98a7b",
|
2019-06-21 12:40:34 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-07-24 18:26:47 +00:00
|
|
|
"composer-plugin-api": "^1.1 || ^2.0"
|
2019-06-21 12:40:34 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
|
|
|
},
|
|
|
|
"type": "composer-plugin",
|
|
|
|
"extra": {
|
|
|
|
"class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Automattic\\Jetpack\\Autoloader\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"GPL-2.0-or-later"
|
|
|
|
],
|
|
|
|
"description": "Creates a custom autoloader for a plugin or theme.",
|
2020-08-17 18:32:45 +00:00
|
|
|
"time": "2020-08-14T20:34:36+00:00"
|
2019-06-21 12:40:34 +00:00
|
|
|
},
|
2020-01-29 00:28:40 +00:00
|
|
|
{
|
|
|
|
"name": "automattic/jetpack-constants",
|
2020-10-16 10:31:13 +00:00
|
|
|
"version": "v1.5.0",
|
2020-01-29 00:28:40 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Automattic/jetpack-constants.git",
|
2020-10-16 10:31:13 +00:00
|
|
|
"reference": "9827a2f446b8c4faafaf1c740483031c073a381d"
|
2020-01-29 00:28:40 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-10-16 10:31:13 +00:00
|
|
|
"url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/9827a2f446b8c4faafaf1c740483031c073a381d",
|
|
|
|
"reference": "9827a2f446b8c4faafaf1c740483031c073a381d",
|
2020-01-29 00:28:40 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-05-07 17:21:45 +00:00
|
|
|
"php-mock/php-mock": "^2.1",
|
2020-01-29 00:28:40 +00:00
|
|
|
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"GPL-2.0-or-later"
|
|
|
|
],
|
|
|
|
"description": "A wrapper for defining constants in a more testable way.",
|
2020-10-16 10:31:13 +00:00
|
|
|
"time": "2020-08-13T14:33:09+00:00"
|
2020-01-29 00:28:40 +00:00
|
|
|
},
|
2016-09-13 21:24:01 +00:00
|
|
|
{
|
|
|
|
"name": "composer/installers",
|
2019-10-01 13:30:08 +00:00
|
|
|
"version": "v1.7.0",
|
2016-09-13 21:24:01 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/composer/installers.git",
|
2019-10-01 13:30:08 +00:00
|
|
|
"reference": "141b272484481432cda342727a427dc1e206bfa0"
|
2016-09-13 21:24:01 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-10-01 13:30:08 +00:00
|
|
|
"url": "https://api.github.com/repos/composer/installers/zipball/141b272484481432cda342727a427dc1e206bfa0",
|
|
|
|
"reference": "141b272484481432cda342727a427dc1e206bfa0",
|
2016-09-13 21:24:01 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"composer-plugin-api": "^1.0"
|
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"roundcube/plugin-installer": "*",
|
|
|
|
"shama/baton": "*"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"composer/composer": "1.0.*@dev",
|
2018-02-02 15:44:03 +00:00
|
|
|
"phpunit/phpunit": "^4.8.36"
|
2016-09-13 21:24:01 +00:00
|
|
|
},
|
|
|
|
"type": "composer-plugin",
|
|
|
|
"extra": {
|
|
|
|
"class": "Composer\\Installers\\Plugin",
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Composer\\Installers\\": "src/Composer/Installers"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Kyle Robinson Young",
|
|
|
|
"email": "kyle@dontkry.com",
|
|
|
|
"homepage": "https://github.com/shama"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A multi-framework Composer library installer",
|
|
|
|
"homepage": "https://composer.github.io/installers/",
|
|
|
|
"keywords": [
|
|
|
|
"Craft",
|
|
|
|
"Dolibarr",
|
2017-07-20 21:58:36 +00:00
|
|
|
"Eliasis",
|
2016-09-13 21:24:01 +00:00
|
|
|
"Hurad",
|
|
|
|
"ImageCMS",
|
2017-07-20 21:58:36 +00:00
|
|
|
"Kanboard",
|
2017-09-27 16:07:41 +00:00
|
|
|
"Lan Management System",
|
2016-09-13 21:24:01 +00:00
|
|
|
"MODX Evo",
|
|
|
|
"Mautic",
|
2017-07-20 21:58:36 +00:00
|
|
|
"Maya",
|
2016-09-13 21:24:01 +00:00
|
|
|
"OXID",
|
|
|
|
"Plentymarkets",
|
2017-07-20 21:58:36 +00:00
|
|
|
"Porto",
|
2016-09-13 21:24:01 +00:00
|
|
|
"RadPHP",
|
|
|
|
"SMF",
|
|
|
|
"Thelia",
|
2019-10-01 13:30:08 +00:00
|
|
|
"Whmcs",
|
2016-09-13 21:24:01 +00:00
|
|
|
"WolfCMS",
|
|
|
|
"agl",
|
|
|
|
"aimeos",
|
|
|
|
"annotatecms",
|
|
|
|
"attogram",
|
|
|
|
"bitrix",
|
|
|
|
"cakephp",
|
|
|
|
"chef",
|
|
|
|
"cockpit",
|
|
|
|
"codeigniter",
|
|
|
|
"concrete5",
|
|
|
|
"croogo",
|
|
|
|
"dokuwiki",
|
|
|
|
"drupal",
|
2017-09-27 16:07:41 +00:00
|
|
|
"eZ Platform",
|
2016-09-13 21:24:01 +00:00
|
|
|
"elgg",
|
|
|
|
"expressionengine",
|
|
|
|
"fuelphp",
|
|
|
|
"grav",
|
|
|
|
"installer",
|
2017-07-20 21:58:36 +00:00
|
|
|
"itop",
|
2016-09-13 21:24:01 +00:00
|
|
|
"joomla",
|
2019-10-01 13:30:08 +00:00
|
|
|
"known",
|
2016-09-13 21:24:01 +00:00
|
|
|
"kohana",
|
|
|
|
"laravel",
|
2017-07-20 21:58:36 +00:00
|
|
|
"lavalite",
|
2016-09-13 21:24:01 +00:00
|
|
|
"lithium",
|
|
|
|
"magento",
|
2018-02-02 15:44:03 +00:00
|
|
|
"majima",
|
2016-09-13 21:24:01 +00:00
|
|
|
"mako",
|
|
|
|
"mediawiki",
|
|
|
|
"modulework",
|
2018-02-02 15:44:03 +00:00
|
|
|
"modx",
|
2016-09-13 21:24:01 +00:00
|
|
|
"moodle",
|
2017-09-27 16:07:41 +00:00
|
|
|
"osclass",
|
2016-09-13 21:24:01 +00:00
|
|
|
"phpbb",
|
|
|
|
"piwik",
|
|
|
|
"ppi",
|
|
|
|
"puppet",
|
2018-02-02 15:44:03 +00:00
|
|
|
"pxcms",
|
2016-09-13 21:24:01 +00:00
|
|
|
"reindex",
|
|
|
|
"roundcube",
|
|
|
|
"shopware",
|
|
|
|
"silverstripe",
|
2017-07-20 21:58:36 +00:00
|
|
|
"sydes",
|
2016-09-13 21:24:01 +00:00
|
|
|
"symfony",
|
|
|
|
"typo3",
|
|
|
|
"wordpress",
|
|
|
|
"yawik",
|
|
|
|
"zend",
|
|
|
|
"zikula"
|
|
|
|
],
|
2019-10-01 13:30:08 +00:00
|
|
|
"time": "2019-08-12T15:00:31+00:00"
|
2019-06-21 12:40:34 +00:00
|
|
|
},
|
2020-09-21 14:20:18 +00:00
|
|
|
{
|
|
|
|
"name": "league/container",
|
2020-10-14 16:24:37 +00:00
|
|
|
"version": "3.3.3",
|
2020-09-21 14:20:18 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/thephpleague/container.git",
|
2020-10-14 16:24:37 +00:00
|
|
|
"reference": "7dc67bdf89efc338e674863c0ea70a63efe4de05"
|
2020-09-21 14:20:18 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-10-14 16:24:37 +00:00
|
|
|
"url": "https://api.github.com/repos/thephpleague/container/zipball/7dc67bdf89efc338e674863c0ea70a63efe4de05",
|
|
|
|
"reference": "7dc67bdf89efc338e674863c0ea70a63efe4de05",
|
2020-09-21 14:20:18 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-10-14 16:24:37 +00:00
|
|
|
"php": "^7.0 || ^8.0",
|
2020-09-21 14:20:18 +00:00
|
|
|
"psr/container": "^1.0"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/container-implementation": "^1.0"
|
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"orno/di": "~2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^6.0",
|
|
|
|
"squizlabs/php_codesniffer": "^3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-3.x": "3.x-dev",
|
|
|
|
"dev-2.x": "2.x-dev",
|
|
|
|
"dev-1.x": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"League\\Container\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Phil Bennett",
|
|
|
|
"email": "philipobenito@gmail.com",
|
|
|
|
"homepage": "http://www.philipobenito.com",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A fast and intuitive dependency injection container.",
|
|
|
|
"homepage": "https://github.com/thephpleague/container",
|
|
|
|
"keywords": [
|
|
|
|
"container",
|
|
|
|
"dependency",
|
|
|
|
"di",
|
|
|
|
"injection",
|
|
|
|
"league",
|
|
|
|
"provider",
|
|
|
|
"service"
|
|
|
|
],
|
2020-10-28 17:36:45 +00:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/philipobenito",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2020-10-14 16:24:37 +00:00
|
|
|
"time": "2020-09-28T13:38:44+00:00"
|
2020-09-21 14:20:18 +00:00
|
|
|
},
|
2020-01-07 23:25:58 +00:00
|
|
|
{
|
|
|
|
"name": "maxmind-db/reader",
|
|
|
|
"version": "v1.6.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
|
|
|
|
"reference": "febd4920bf17c1da84cef58e56a8227dfb37fbe4"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/febd4920bf17c1da84cef58e56a8227dfb37fbe4",
|
|
|
|
"reference": "febd4920bf17c1da84cef58e56a8227dfb37fbe4",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.6"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"ext-maxminddb": "<1.6.0,>=2.0.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"friendsofphp/php-cs-fixer": "2.*",
|
|
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
|
|
"phpunit/phpcov": "^3.0",
|
|
|
|
"phpunit/phpunit": "5.*",
|
|
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
|
|
|
|
"ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
|
|
|
|
"ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"MaxMind\\Db\\": "src/MaxMind/Db"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"Apache-2.0"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Gregory J. Oschwald",
|
|
|
|
"email": "goschwald@maxmind.com",
|
|
|
|
"homepage": "https://www.maxmind.com/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "MaxMind DB Reader API",
|
|
|
|
"homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
|
|
|
|
"keywords": [
|
|
|
|
"database",
|
|
|
|
"geoip",
|
|
|
|
"geoip2",
|
|
|
|
"geolocation",
|
|
|
|
"maxmind"
|
|
|
|
],
|
|
|
|
"time": "2019-12-19T22:59:03+00:00"
|
|
|
|
},
|
2020-01-29 18:48:49 +00:00
|
|
|
{
|
|
|
|
"name": "pelago/emogrifier",
|
|
|
|
"version": "v3.1.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/MyIntervals/emogrifier.git",
|
|
|
|
"reference": "f6a5c7d44612d86c3901c93f1592f5440e6b2cd8"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/MyIntervals/emogrifier/zipball/f6a5c7d44612d86c3901c93f1592f5440e6b2cd8",
|
|
|
|
"reference": "f6a5c7d44612d86c3901c93f1592f5440e6b2cd8",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-libxml": "*",
|
|
|
|
"php": "^5.6 || ~7.0 || ~7.1 || ~7.2 || ~7.3 || ~7.4",
|
|
|
|
"symfony/css-selector": "^2.8 || ^3.0 || ^4.0 || ^5.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"friendsofphp/php-cs-fixer": "^2.15.3",
|
|
|
|
"phpmd/phpmd": "^2.7.0",
|
|
|
|
"phpunit/phpunit": "^5.7.27",
|
|
|
|
"squizlabs/php_codesniffer": "^3.5.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "4.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Pelago\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Oliver Klee",
|
|
|
|
"email": "github@oliverklee.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Zoli Szabó",
|
|
|
|
"email": "zoli.szabo+github@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "John Reeve",
|
|
|
|
"email": "jreeve@pelagodesign.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jake Hotson",
|
|
|
|
"email": "jake@qzdesign.co.uk"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Cameron Brooks"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jaime Prado"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Converts CSS styles into inline style attributes in your HTML code",
|
|
|
|
"homepage": "https://www.myintervals.com/emogrifier.php",
|
|
|
|
"keywords": [
|
|
|
|
"css",
|
|
|
|
"email",
|
|
|
|
"pre-processing"
|
|
|
|
],
|
|
|
|
"time": "2019-12-26T19:37:31+00:00"
|
|
|
|
},
|
2020-06-09 10:53:46 +00:00
|
|
|
{
|
|
|
|
"name": "psr/container",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/container.git",
|
|
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Container\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
|
"homepage": "https://github.com/php-fig/container",
|
|
|
|
"keywords": [
|
|
|
|
"PSR-11",
|
|
|
|
"container",
|
|
|
|
"container-interface",
|
|
|
|
"container-interop",
|
|
|
|
"psr"
|
|
|
|
],
|
|
|
|
"time": "2017-02-14T16:28:37+00:00"
|
|
|
|
},
|
2020-01-29 18:48:49 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/css-selector",
|
2020-10-28 17:36:45 +00:00
|
|
|
"version": "v3.4.46",
|
2020-01-29 18:48:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/css-selector.git",
|
2020-10-28 17:36:45 +00:00
|
|
|
"reference": "da3d9da2ce0026771f5fe64cb332158f1bd2bc33"
|
2020-01-29 18:48:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-10-28 17:36:45 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/css-selector/zipball/da3d9da2ce0026771f5fe64cb332158f1bd2bc33",
|
|
|
|
"reference": "da3d9da2ce0026771f5fe64cb332158f1bd2bc33",
|
2020-01-29 18:48:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^5.5.9|>=7.0.8"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\CssSelector\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jean-François Simon",
|
|
|
|
"email": "jeanfrancois.simon@sensiolabs.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony CssSelector Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2020-10-28 17:36:45 +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"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2020-10-24T10:57:07+00:00"
|
2020-01-29 18:48:49 +00:00
|
|
|
},
|
2020-01-15 14:31:04 +00:00
|
|
|
{
|
|
|
|
"name": "woocommerce/action-scheduler",
|
2020-05-07 17:21:45 +00:00
|
|
|
"version": "3.1.6",
|
2020-01-15 14:31:04 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/woocommerce/action-scheduler.git",
|
2020-05-07 17:21:45 +00:00
|
|
|
"reference": "275d0ba54b1c263dfc62688de2fa9a25a373edf8"
|
2020-01-15 14:31:04 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-05-07 17:21:45 +00:00
|
|
|
"url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/275d0ba54b1c263dfc62688de2fa9a25a373edf8",
|
|
|
|
"reference": "275d0ba54b1c263dfc62688de2fa9a25a373edf8",
|
2020-01-15 14:31:04 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-02-04 14:52:55 +00:00
|
|
|
"phpunit/phpunit": "^5.6",
|
|
|
|
"woocommerce/woocommerce-sniffs": "0.0.8",
|
|
|
|
"wp-cli/wp-cli": "~1.5.1"
|
2020-01-15 14:31:04 +00:00
|
|
|
},
|
|
|
|
"type": "wordpress-plugin",
|
2020-02-04 14:52:55 +00:00
|
|
|
"extra": {
|
|
|
|
"scripts-description": {
|
|
|
|
"test": "Run unit tests",
|
|
|
|
"phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
|
|
|
|
"phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
|
|
|
|
}
|
|
|
|
},
|
2020-01-15 14:31:04 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2020-02-04 14:52:55 +00:00
|
|
|
"GPL-3.0-or-later"
|
2020-01-15 14:31:04 +00:00
|
|
|
],
|
|
|
|
"description": "Action Scheduler for WordPress and WooCommerce",
|
2020-02-04 14:52:55 +00:00
|
|
|
"homepage": "https://actionscheduler.org/",
|
2020-05-07 17:21:45 +00:00
|
|
|
"time": "2020-05-12T16:22:33+00:00"
|
2020-01-15 14:31:04 +00:00
|
|
|
},
|
2019-11-11 02:08:02 +00:00
|
|
|
{
|
|
|
|
"name": "woocommerce/woocommerce-admin",
|
2020-10-26 20:35:24 +00:00
|
|
|
"version": "1.6.3",
|
2019-11-11 02:08:02 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/woocommerce/woocommerce-admin.git",
|
2020-10-26 20:35:24 +00:00
|
|
|
"reference": "3015abbda8657ef097b7763e4c941daa06dab6f7"
|
2019-11-11 02:08:02 +00:00
|
|
|
},
|
2020-02-05 16:02:51 +00:00
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-10-26 20:35:24 +00:00
|
|
|
"url": "https://api.github.com/repos/woocommerce/woocommerce-admin/zipball/3015abbda8657ef097b7763e4c941daa06dab6f7",
|
|
|
|
"reference": "3015abbda8657ef097b7763e4c941daa06dab6f7",
|
2020-02-05 16:02:51 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
2019-11-11 02:08:02 +00:00
|
|
|
"require": {
|
2020-09-18 19:39:49 +00:00
|
|
|
"automattic/jetpack-autoloader": "^2.2.0",
|
2019-11-11 02:08:02 +00:00
|
|
|
"composer/installers": "1.7.0",
|
|
|
|
"php": ">=5.6|>=7.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-02-04 23:58:56 +00:00
|
|
|
"phpunit/phpunit": "7.5.20",
|
2019-11-11 02:08:02 +00:00
|
|
|
"woocommerce/woocommerce-sniffs": "0.0.9"
|
|
|
|
},
|
|
|
|
"type": "wordpress-plugin",
|
|
|
|
"extra": {
|
|
|
|
"scripts-description": {
|
|
|
|
"test": "Run unit tests",
|
|
|
|
"phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
|
|
|
|
"phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"includes/"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Automattic\\WooCommerce\\Admin\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
2020-02-05 16:02:51 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2019-11-11 02:08:02 +00:00
|
|
|
"license": [
|
|
|
|
"GPL-3.0-or-later"
|
|
|
|
],
|
|
|
|
"description": "A modern, javascript-driven WooCommerce Admin experience.",
|
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce-admin",
|
2020-10-26 20:35:24 +00:00
|
|
|
"time": "2020-10-26T20:25:00+00:00"
|
2019-11-11 02:08:02 +00:00
|
|
|
},
|
2019-06-21 12:40:34 +00:00
|
|
|
{
|
|
|
|
"name": "woocommerce/woocommerce-blocks",
|
2020-10-15 08:46:20 +00:00
|
|
|
"version": "v3.6.0",
|
2019-06-21 12:40:34 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/woocommerce/woocommerce-gutenberg-products-block.git",
|
2020-10-15 08:46:20 +00:00
|
|
|
"reference": "1046697451f5e8906e48f0a7532b7637c3ded108"
|
2019-06-21 12:40:34 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-10-15 08:46:20 +00:00
|
|
|
"url": "https://api.github.com/repos/woocommerce/woocommerce-gutenberg-products-block/zipball/1046697451f5e8906e48f0a7532b7637c3ded108",
|
|
|
|
"reference": "1046697451f5e8906e48f0a7532b7637c3ded108",
|
2019-06-21 12:40:34 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-07-24 18:26:47 +00:00
|
|
|
"automattic/jetpack-autoloader": "^2.0.0",
|
2019-10-01 13:30:08 +00:00
|
|
|
"composer/installers": "1.7.0"
|
2019-06-21 12:40:34 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "6.5.14",
|
2019-12-06 01:50:13 +00:00
|
|
|
"woocommerce/woocommerce-sniffs": "0.0.7"
|
2019-06-21 12:40:34 +00:00
|
|
|
},
|
|
|
|
"type": "wordpress-plugin",
|
2019-06-21 14:03:28 +00:00
|
|
|
"extra": {
|
|
|
|
"scripts-description": {
|
|
|
|
"phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
|
|
|
|
"phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
|
|
|
|
}
|
|
|
|
},
|
2019-06-21 12:40:34 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2019-06-21 18:23:43 +00:00
|
|
|
"Automattic\\WooCommerce\\Blocks\\": "src/"
|
2019-06-21 12:40:34 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"GPL-3.0-or-later"
|
|
|
|
],
|
2019-07-10 18:50:28 +00:00
|
|
|
"description": "WooCommerce blocks for the Gutenberg editor.",
|
2019-06-21 12:40:34 +00:00
|
|
|
"homepage": "https://woocommerce.com/",
|
2019-07-10 18:50:28 +00:00
|
|
|
"keywords": [
|
|
|
|
"blocks",
|
|
|
|
"gutenberg",
|
|
|
|
"woocommerce"
|
|
|
|
],
|
2020-10-15 08:46:20 +00:00
|
|
|
"time": "2020-10-12T15:35:42+00:00"
|
2016-09-13 21:24:01 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [
|
2020-08-19 00:03:55 +00:00
|
|
|
{
|
|
|
|
"name": "bamarni/composer-bin-plugin",
|
|
|
|
"version": "1.4.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bamarni/composer-bin-plugin.git",
|
|
|
|
"reference": "9329fb0fbe29e0e1b2db8f4639a193e4f5406225"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/9329fb0fbe29e0e1b2db8f4639a193e4f5406225",
|
|
|
|
"reference": "9329fb0fbe29e0e1b2db8f4639a193e4f5406225",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"composer-plugin-api": "^1.0 || ^2.0",
|
|
|
|
"php": "^5.5.9 || ^7.0 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"composer/composer": "^1.0 || ^2.0",
|
|
|
|
"symfony/console": "^2.5 || ^3.0 || ^4.0"
|
|
|
|
},
|
|
|
|
"type": "composer-plugin",
|
|
|
|
"extra": {
|
|
|
|
"class": "Bamarni\\Composer\\Bin\\Plugin"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Bamarni\\Composer\\Bin\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"description": "No conflicts for your bin dependencies",
|
|
|
|
"keywords": [
|
|
|
|
"composer",
|
|
|
|
"conflict",
|
|
|
|
"dependency",
|
|
|
|
"executable",
|
|
|
|
"isolation",
|
|
|
|
"tool"
|
|
|
|
],
|
|
|
|
"time": "2020-05-03T08:27:20+00:00"
|
2016-09-13 21:24:01 +00:00
|
|
|
}
|
|
|
|
],
|
2020-02-04 23:58:56 +00:00
|
|
|
"aliases": [],
|
2018-02-02 15:44:03 +00:00
|
|
|
"minimum-stability": "dev",
|
2020-04-21 10:46:33 +00:00
|
|
|
"stability-flags": [],
|
2018-02-02 15:44:03 +00:00
|
|
|
"prefer-stable": true,
|
2016-09-13 21:24:01 +00:00
|
|
|
"prefer-lowest": false,
|
2019-07-09 21:15:13 +00:00
|
|
|
"platform": {
|
2020-04-21 10:46:33 +00:00
|
|
|
"php": ">=7.0"
|
2019-07-09 21:15:13 +00:00
|
|
|
},
|
|
|
|
"platform-dev": [],
|
|
|
|
"platform-overrides": {
|
2019-07-19 01:02:58 +00:00
|
|
|
"php": "7.1"
|
2020-10-28 17:36:45 +00:00
|
|
|
},
|
|
|
|
"plugin-api-version": "1.1.0"
|
2016-09-13 21:24:01 +00:00
|
|
|
}
|