cyberstammtisch-silverstripe/composer.lock

8265 lines
304 KiB
JSON

{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "a7e3d7af63ba3effa0e101a053e84497",
"packages": [
{
"name": "bramus/ansi-php",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/bramus/ansi-php.git",
"reference": "fb0be33f36053af7454d462e3ddc0a2ac0b2f311"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bramus/ansi-php/zipball/fb0be33f36053af7454d462e3ddc0a2ac0b2f311",
"reference": "fb0be33f36053af7454d462e3ddc0a2ac0b2f311",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Bramus\\Ansi\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bramus Van Damme",
"email": "bramus@bram.us",
"homepage": "https://www.bram.us/"
}
],
"description": "ANSI Control Functions and ANSI Control Sequences (Colors, Erasing, etc.) for PHP CLI Apps",
"support": {
"issues": "https://github.com/bramus/ansi-php/issues",
"source": "https://github.com/bramus/ansi-php/tree/master"
},
"time": "2019-12-03T09:04:38+00:00"
},
{
"name": "bramus/monolog-colored-line-formatter",
"version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/bramus/monolog-colored-line-formatter.git",
"reference": "6bff15eee00afe2690642535b0f1541f10852c2b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bramus/monolog-colored-line-formatter/zipball/6bff15eee00afe2690642535b0f1541f10852c2b",
"reference": "6bff15eee00afe2690642535b0f1541f10852c2b",
"shasum": ""
},
"require": {
"bramus/ansi-php": "~3.0",
"php": ">=5.4.0"
},
"require-dev": {
"monolog/monolog": "~1.0",
"phpunit/phpunit": "~4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Bramus\\Monolog\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bramus Van Damme",
"email": "bramus@bram.us",
"homepage": "https://www.bram.us/"
}
],
"description": "Colored Line Formatter for Monolog",
"support": {
"issues": "https://github.com/bramus/monolog-colored-line-formatter/issues",
"source": "https://github.com/bramus/monolog-colored-line-formatter/tree/master"
},
"time": "2015-01-07T22:12:35+00:00"
},
{
"name": "colymba/gridfield-bulk-editing-tools",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/colymba/GridFieldBulkEditingTools.git",
"reference": "7f871a7cfa53de714078505d6920d45ff7ac2830"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/colymba/GridFieldBulkEditingTools/zipball/7f871a7cfa53de714078505d6920d45ff7ac2830",
"reference": "7f871a7cfa53de714078505d6920d45ff7ac2830",
"shasum": ""
},
"require": {
"silverstripe/asset-admin": "~1",
"silverstripe/framework": "~4"
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
},
"expose": [
"client/dist",
"client/lang"
]
},
"autoload": {
"psr-4": {
"Colymba\\BulkTools\\": "src/BulkTools/",
"Colymba\\BulkManager\\": "src/BulkManager/",
"Colymba\\BulkUpload\\": "src/BulkUploader/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Thierry Francois",
"homepage": "http://t-f.io"
},
{
"name": "GitHub contributors",
"homepage": "https://github.com/colymba/GridFieldBulkEditingTools/contributors"
}
],
"description": "SilverStripe GridField component to upload images/files and edit records in bulk",
"homepage": "https://github.com/colymba/GridFieldBulkEditingTools",
"keywords": [
"Image upload",
"bulk upload",
"gridfield bulk upload",
"silverstripe"
],
"support": {
"issues": "https://github.com/colymba/GridFieldBulkEditingTools/issues",
"source": "https://github.com/colymba/GridFieldBulkEditingTools/tree/3.0.0"
},
"time": "2019-03-19T03:24:17+00:00"
},
{
"name": "composer/ca-bundle",
"version": "1.2.9",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
"reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
"reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.55",
"psr/log": "^1.0",
"symfony/phpunit-bridge": "^4.2 || ^5",
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\CaBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
"keywords": [
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues",
"source": "https://github.com/composer/ca-bundle/tree/1.2.9"
},
"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-01-12T12:10:35+00:00"
},
{
"name": "composer/installers",
"version": "v1.11.0",
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
"reference": "ae03311f45dfe194412081526be2e003960df74b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/ae03311f45dfe194412081526be2e003960df74b",
"reference": "ae03311f45dfe194412081526be2e003960df74b",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0"
},
"replace": {
"roundcube/plugin-installer": "*",
"shama/baton": "*"
},
"require-dev": {
"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",
"symfony/process": "^2.3"
},
"type": "composer-plugin",
"extra": {
"class": "Composer\\Installers\\Plugin",
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Installers\\": "src/Composer/Installers"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com",
"homepage": "https://github.com/shama"
}
],
"description": "A multi-framework Composer library installer",
"homepage": "https://composer.github.io/installers/",
"keywords": [
"Craft",
"Dolibarr",
"Eliasis",
"Hurad",
"ImageCMS",
"Kanboard",
"Lan Management System",
"MODX Evo",
"MantisBT",
"Mautic",
"Maya",
"OXID",
"Plentymarkets",
"Porto",
"RadPHP",
"SMF",
"Starbug",
"Thelia",
"Whmcs",
"WolfCMS",
"agl",
"aimeos",
"annotatecms",
"attogram",
"bitrix",
"cakephp",
"chef",
"cockpit",
"codeigniter",
"concrete5",
"croogo",
"dokuwiki",
"drupal",
"eZ Platform",
"elgg",
"expressionengine",
"fuelphp",
"grav",
"installer",
"itop",
"joomla",
"known",
"kohana",
"laravel",
"lavalite",
"lithium",
"magento",
"majima",
"mako",
"mediawiki",
"miaoxing",
"modulework",
"modx",
"moodle",
"osclass",
"phpbb",
"piwik",
"ppi",
"processwire",
"puppet",
"pxcms",
"reindex",
"roundcube",
"shopware",
"silverstripe",
"sydes",
"sylius",
"symfony",
"tastyigniter",
"typo3",
"wordpress",
"yawik",
"zend",
"zikula"
],
"support": {
"issues": "https://github.com/composer/installers/issues",
"source": "https://github.com/composer/installers/tree/v1.11.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-28T06:42:17+00:00"
},
{
"name": "cwp/starter-theme",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/cwp-starter-theme.git",
"reference": "93450005e3b7d2e56ce37907982d5489090fdca8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/cwp-starter-theme/zipball/93450005e3b7d2e56ce37907982d5489090fdca8",
"reference": "93450005e3b7d2e56ce37907982d5489090fdca8",
"shasum": ""
},
"require": {
"silverstripe/framework": "^4.0"
},
"suggest": {
"cwp/cwp": "Much of the functionality in this theme is enabled by this module"
},
"type": "silverstripe-theme",
"extra": {
"installer-name": "starter",
"branch-alias": {
"dev-master": "3.x-dev"
},
"expose": [
"dist",
"ico",
"images"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "CWP Theme",
"keywords": [
"cwp",
"silverstripe",
"theme"
],
"support": {
"issues": "https://github.com/silverstripe/cwp-starter-theme/issues",
"source": "https://github.com/silverstripe/cwp-starter-theme/tree/3.1.0"
},
"time": "2020-09-17T23:52:33+00:00"
},
{
"name": "dnadesign/silverstripe-elemental",
"version": "4.5.0",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-elemental.git",
"reference": "47f2fc5f26bbfceec11c527a343af30f6f07562e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-elemental/zipball/47f2fc5f26bbfceec11c527a343af30f6f07562e",
"reference": "47f2fc5f26bbfceec11c527a343af30f6f07562e",
"shasum": ""
},
"require": {
"php": "^7.1",
"silverstripe/admin": "^1.7@dev",
"silverstripe/cms": "^4.7@dev",
"silverstripe/graphql": "^3.4",
"silverstripe/vendor-plugin": "^1",
"silverstripe/versioned": "^1.7@dev",
"silverstripe/versioned-admin": "^1.7@dev",
"symbiote/silverstripe-gridfieldextensions": "^3.1"
},
"require-dev": {
"silverstripe/recipe-testing": "1.x-dev"
},
"suggest": {
"dnadesign/silverstripe-elemental-subsites": "Adds subsite support to elemental",
"dnadesign/silverstripe-elemental-userforms": "Adds userform support to elemental",
"dnadesign/silverstripe-elemental-virtual": "Adds support to share blocks between pages",
"silverstripe/elemental-blocks": "Adds a set of common SilverStripe content block types",
"silverstripe/fulltextsearch": "Adds fulltext search capability for elements using Solr"
},
"type": "silverstripe-vendormodule",
"extra": {
"expose": [
"client/dist",
"client/lang"
]
},
"autoload": {
"psr-4": {
"DNADesign\\Elemental\\": "src/",
"DNADesign\\Elemental\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Alexandre Saelens",
"email": "alexandre.saelens@dna.co.nz"
}
],
"description": "Elemental pagetype and collection of Elements",
"keywords": [
"Content Blocks",
"element",
"elemental",
"silverstripe"
],
"support": {
"issues": "https://github.com/silverstripe/silverstripe-elemental/issues",
"source": "https://github.com/silverstripe/silverstripe-elemental/tree/4.5.0"
},
"time": "2020-11-17T03:11:23+00:00"
},
{
"name": "dnadesign/silverstripe-elemental-list",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/dnadesign/silverstripe-elemental-list.git",
"reference": "4dd62ae98664da36cfadbe8faef67c00b2bc5d96"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dnadesign/silverstripe-elemental-list/zipball/4dd62ae98664da36cfadbe8faef67c00b2bc5d96",
"reference": "4dd62ae98664da36cfadbe8faef67c00b2bc5d96",
"shasum": ""
},
"require": {
"dnadesign/silverstripe-elemental": ">=3.0",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.0"
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"DNADesign\\ElementalList\\": "src/",
"DNADesign\\ElementalList\\Tests\\": "tests/php/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "John Milmine",
"email": "john.milmine@dna.co.nz"
}
],
"description": "Adds a new element for nested elements",
"keywords": [
"Content Blocks",
"element",
"elemental",
"silverstripe"
],
"support": {
"issues": "https://github.com/dnadesign/silverstripe-elemental-list/issues",
"source": "https://github.com/dnadesign/silverstripe-elemental-list/tree/1.2.1"
},
"time": "2021-04-20T02:44:42+00:00"
},
{
"name": "dynamic/flexslider",
"version": "4.1.0",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-flexslider.git",
"reference": "cffdbcde72945dc7dfa2da81a60c6c0b6d448149"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-flexslider/zipball/cffdbcde72945dc7dfa2da81a60c6c0b6d448149",
"reference": "cffdbcde72945dc7dfa2da81a60c6c0b6d448149",
"shasum": ""
},
"require": {
"dynamic/silverstripe-linkable": "^1.0",
"silverstripe/asset-admin": "^1.0",
"silverstripe/recipe-cms": "^1.0 || ^4.0",
"silverstripe/vendor-plugin": "^1.0",
"symbiote/silverstripe-gridfieldextensions": "^3.0"
},
"require-dev": {
"pdepend/pdepend": "^2.5",
"phploc/phploc": "^4.0",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^5.7",
"sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^3.0",
"theseer/phpdox": "^0.11.0"
},
"type": "silverstripe-vendormodule",
"extra": {
"expose": [
"css",
"images",
"thirdparty"
],
"branch-alias": {
"dev-master": "5.x-dev"
}
},
"autoload": {
"psr-4": {
"Dynamic\\FlexSlider\\": "src/",
"Dynamic\\FlexSlider\\Test\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
}
],
"description": "Display a FlexSlider on pages of your website",
"keywords": [
"flexslider",
"jquery",
"module",
"silverstripe",
"slider",
"slideshow"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-flexslider/issues",
"source": "https://github.com/dynamic/silverstripe-flexslider/tree/4.1.0"
},
"time": "2020-01-08T01:53:28+00:00"
},
{
"name": "dynamic/silverstripe-country-dropdown-field",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-country-dropdown-field.git",
"reference": "377ac4e1ba6dcb3587127146fd5d01541a1ef692"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-country-dropdown-field/zipball/377ac4e1ba6dcb3587127146fd5d01541a1ef692",
"reference": "377ac4e1ba6dcb3587127146fd5d01541a1ef692",
"shasum": ""
},
"require": {
"silverstripe/recipe-cms": "^1@dev || ^4@dev",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "*"
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Dynamic\\CountryDropdownField\\": "src/",
"Dynamic\\CountryDropdownField\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com"
}
],
"description": "A simple country dropdown field for SilverStripe forms",
"keywords": [
"country",
"dropdown",
"field",
"form",
"silverstripe"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-country-dropdown-field/issues",
"source": "https://github.com/dynamic/silverstripe-country-dropdown-field/tree/master"
},
"time": "2018-08-31T14:28:02+00:00"
},
{
"name": "dynamic/silverstripe-elemental-accordion",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-elemental-accordion.git",
"reference": "1c1e64376f0362505bac2dcb3be98c369d408a0c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-elemental-accordion/zipball/1c1e64376f0362505bac2dcb3be98c369d408a0c",
"reference": "1c1e64376f0362505bac2dcb3be98c369d408a0c",
"shasum": ""
},
"require": {
"dnadesign/silverstripe-elemental": "^4.0",
"dynamic/silverstripe-elemental-baseobject": "^2.0",
"symbiote/silverstripe-gridfieldextensions": "^3.1"
},
"require-dev": {
"pdepend/pdepend": "^2.5",
"phploc/phploc": "^4.0",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^5.7",
"sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^3.0",
"theseer/phpdox": "^0.11.0"
},
"type": "silverstripe-vendormodule",
"extra": {
"expose": [
"thirdparty",
"client/dist"
],
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Dynamic\\Elements\\Accordion\\": "src/",
"Dynamic\\Elements\\Accordion\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
}
],
"description": "Display content in collapsable panels",
"keywords": [
"accordion",
"blocks",
"elemental",
"panels",
"silverstripe"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-elemental-accordion/issues",
"source": "https://github.com/dynamic/silverstripe-elemental-accordion/tree/2.1.0"
},
"time": "2020-01-08T18:08:40+00:00"
},
{
"name": "dynamic/silverstripe-elemental-baseobject",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-elemental-baseobject.git",
"reference": "85370b0dd2a604c37c6d95933eeca42f7bbd2dcf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-elemental-baseobject/zipball/85370b0dd2a604c37c6d95933eeca42f7bbd2dcf",
"reference": "85370b0dd2a604c37c6d95933eeca42f7bbd2dcf",
"shasum": ""
},
"require": {
"dnadesign/silverstripe-elemental": "^4.0",
"dynamic/silverstripe-linkable": "^1.0",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"pdepend/pdepend": "^2.5",
"phploc/phploc": "^4.0",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^5.7",
"sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^3.0",
"theseer/phpdox": "^0.11.0"
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Dynamic\\BaseObject\\": "src/",
"Dynamic\\BaseObject\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
}
],
"description": "A simple base DataObject to use with Elemental Content Blocks",
"keywords": [
"blocks",
"content",
"elemental",
"silverstripe"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-elemental-baseobject/issues",
"source": "https://github.com/dynamic/silverstripe-elemental-baseobject/tree/2.1.0"
},
"time": "2020-01-08T03:56:46+00:00"
},
{
"name": "dynamic/silverstripe-elemental-blocks",
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-elemental-blocks.git",
"reference": "f802eed57bfaaa5dcb7077782cde658c0578faaa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-elemental-blocks/zipball/f802eed57bfaaa5dcb7077782cde658c0578faaa",
"reference": "f802eed57bfaaa5dcb7077782cde658c0578faaa",
"shasum": ""
},
"require": {
"dynamic/silverstripe-elemental-accordion": "^2.0",
"dynamic/silverstripe-elemental-baseobject": "^2.0",
"dynamic/silverstripe-elemental-blog": "^2.0",
"dynamic/silverstripe-elemental-countdown": "^2.0",
"dynamic/silverstripe-elemental-customer-service": "^2.0",
"dynamic/silverstripe-elemental-embedded-code": "^2.0",
"dynamic/silverstripe-elemental-features": "^2.0",
"dynamic/silverstripe-elemental-filelist": "^2.0",
"dynamic/silverstripe-elemental-flexslider": "^2.0",
"dynamic/silverstripe-elemental-gallery": "^2.0",
"dynamic/silverstripe-elemental-image": "^2.0",
"dynamic/silverstripe-elemental-oembed": "^2.0",
"dynamic/silverstripe-elemental-promos": "^2.0",
"dynamic/silverstripe-elemental-section-navigation": "^2.0",
"dynamic/silverstripe-elemental-sponsors": "^2.0",
"dynamic/silverstripe-elemental-tabset": "^2.0",
"dynamic/silverstripe-elemental-testimonials": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "*"
},
"type": "silverstripe-recipe",
"extra": {
"expose": [
"thirdparty",
"icons"
],
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
}
],
"description": "A recipe to require additional elements for the SilverStripe Elemental module",
"keywords": [
"blocks",
"elemental",
"recipe",
"silverstripe"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-elemental-blocks/issues",
"source": "https://github.com/dynamic/silverstripe-elemental-blocks/tree/master"
},
"time": "2019-03-21T03:46:17+00:00"
},
{
"name": "dynamic/silverstripe-elemental-blog",
"version": "2.1.3",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-elemental-blog.git",
"reference": "79deecfd50ebb01505b7a5819f83eed722669ea1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-elemental-blog/zipball/79deecfd50ebb01505b7a5819f83eed722669ea1",
"reference": "79deecfd50ebb01505b7a5819f83eed722669ea1",
"shasum": ""
},
"require": {
"dnadesign/silverstripe-elemental": "^4.0",
"sheadawson/silverstripe-dependentdropdownfield": "^2.0",
"silverstripe/blog": "^3.0"
},
"require-dev": {
"pdepend/pdepend": "^2.5",
"phploc/phploc": "^4.0",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^5.7",
"sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^3.0",
"theseer/phpdox": "^0.11.0"
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Dynamic\\Elements\\Blog\\": "src/",
"Dynamic\\Elements\\Blog\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
}
],
"description": "Show recent posts from a featured blog.",
"keywords": [
"block",
"blog",
"element",
"silverstripe"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-elemental-blog/issues",
"source": "https://github.com/dynamic/silverstripe-elemental-blog/tree/2.1.3"
},
"time": "2020-10-30T19:33:18+00:00"
},
{
"name": "dynamic/silverstripe-elemental-countdown",
"version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-elemental-countdown.git",
"reference": "4e7e62f44a0bc7a5e5e8110e5eeab3464d12fb0d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-elemental-countdown/zipball/4e7e62f44a0bc7a5e5e8110e5eeab3464d12fb0d",
"reference": "4e7e62f44a0bc7a5e5e8110e5eeab3464d12fb0d",
"shasum": ""
},
"require": {
"dnadesign/silverstripe-elemental": "^4.0",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "*"
},
"type": "silverstripe-vendormodule",
"extra": {
"expose": [
"thirdparty",
"icons",
"client/dist"
],
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Dynamic\\Elements\\CountDown\\": "src/",
"Dynamic\\Elements\\CountDown\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
}
],
"description": "Display a countdown to a specific date and time",
"keywords": [
"blocks",
"elemental",
"silverstripe"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-elemental-countdown/issues",
"source": "https://github.com/dynamic/silverstripe-elemental-countdown/tree/master"
},
"time": "2019-03-21T02:59:49+00:00"
},
{
"name": "dynamic/silverstripe-elemental-customer-service",
"version": "2.0.4",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-elemental-customer-service.git",
"reference": "996418c4b167bb0de86fe9b595a23632f18d8cf0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-elemental-customer-service/zipball/996418c4b167bb0de86fe9b595a23632f18d8cf0",
"reference": "996418c4b167bb0de86fe9b595a23632f18d8cf0",
"shasum": ""
},
"require": {
"dnadesign/silverstripe-elemental": "^4.0",
"dynamic/silverstripe-geocoder": "^1.0",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "*"
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Dynamic\\Elements\\CustomerService\\": "src/",
"Dynamic\\Elements\\CustomerService\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
}
],
"description": "Additional customer service element for the SilverStripe Elemental module",
"keywords": [
"blocks",
"contact",
"elemental",
"location",
"map",
"phone",
"silverstripe"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-elemental-customer-service/issues",
"source": "https://github.com/dynamic/silverstripe-elemental-customer-service/tree/2.0.4"
},
"time": "2019-05-02T19:07:22+00:00"
},
{
"name": "dynamic/silverstripe-elemental-embedded-code",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-elemental-embedded-code.git",
"reference": "420456f0e8b166729e66b9e20e76d66b1c0e3b38"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-elemental-embedded-code/zipball/420456f0e8b166729e66b9e20e76d66b1c0e3b38",
"reference": "420456f0e8b166729e66b9e20e76d66b1c0e3b38",
"shasum": ""
},
"require": {
"dnadesign/silverstripe-elemental": "^4.0",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "*"
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Dynamic\\Elements\\Embedded\\": "src/",
"Dynamic\\Elements\\Embedded\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
}
],
"description": "Embed code like iFrames or Javascript on a page.",
"keywords": [
"blocks",
"content",
"elemental",
"embedded",
"iframe",
"javascript",
"silverstripe"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-elemental-embedded-code/issues",
"source": "https://github.com/dynamic/silverstripe-elemental-embedded-code/tree/master"
},
"time": "2019-03-21T03:04:37+00:00"
},
{
"name": "dynamic/silverstripe-elemental-features",
"version": "2.0.5",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-elemental-features.git",
"reference": "99aabe8279d7d7a1bdd945ca77288a04798248ad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-elemental-features/zipball/99aabe8279d7d7a1bdd945ca77288a04798248ad",
"reference": "99aabe8279d7d7a1bdd945ca77288a04798248ad",
"shasum": ""
},
"require": {
"dnadesign/silverstripe-elemental": "^4.0",
"dynamic/silverstripe-elemental-baseobject": "^2.0",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"pdepend/pdepend": "^2.5",
"phploc/phploc": "^4.0",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^5.7",
"sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^3.0",
"theseer/phpdox": "^0.11.0"
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Dynamic\\Elements\\Features\\": "src/",
"Dynamic\\Elements\\Features\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
}
],
"description": "A block that displays featured content - large image, title, description and link.",
"keywords": [
"blocks",
"content",
"elemental",
"feature",
"silverstripe"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-elemental-features/issues",
"source": "https://github.com/dynamic/silverstripe-elemental-features/tree/master"
},
"time": "2019-06-04T02:03:51+00:00"
},
{
"name": "dynamic/silverstripe-elemental-filelist",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-elemental-filelist.git",
"reference": "2233a8a225efa3d90a2c6c76a503e9fc61e8c4ae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-elemental-filelist/zipball/2233a8a225efa3d90a2c6c76a503e9fc61e8c4ae",
"reference": "2233a8a225efa3d90a2c6c76a503e9fc61e8c4ae",
"shasum": ""
},
"require": {
"dnadesign/silverstripe-elemental": "^4.0",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"pdepend/pdepend": "^2.5",
"phploc/phploc": "^4.0",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^5.7",
"sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^3.0",
"theseer/phpdox": "^0.11.0"
},
"suggest": {
"colymba/gridfield-bulk-editing-tools": "Bulk upload files to a list."
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Dynamic\\Elements\\FileList\\": "src/",
"Dynamic\\Elements\\FileList\\Test\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
}
],
"description": "A multi file block for SilverStripe Elemental",
"keywords": [
"elemental",
"file",
"silverstripe"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-elemental-filelist/issues",
"source": "https://github.com/dynamic/silverstripe-elemental-filelist/tree/master"
},
"time": "2019-06-04T04:58:46+00:00"
},
{
"name": "dynamic/silverstripe-elemental-flexslider",
"version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-elemental-flexslider.git",
"reference": "7c80f98ef64e0e333a6fef4e70edd6fb58750278"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-elemental-flexslider/zipball/7c80f98ef64e0e333a6fef4e70edd6fb58750278",
"reference": "7c80f98ef64e0e333a6fef4e70edd6fb58750278",
"shasum": ""
},
"require": {
"dnadesign/silverstripe-elemental": "^4.0",
"dynamic/flexslider": "^4.0"
},
"require-dev": {
"pdepend/pdepend": "^2.5",
"phploc/phploc": "^4.0",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^5.7",
"sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^3.0",
"theseer/phpdox": "^0.11.0"
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Dynamic\\Elements\\Flexslider\\": "src/",
"Dynamic\\Elements\\Flexslider\\Test\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
}
],
"description": "Flexslider slideshow content block for SilverStripe Elemental",
"keywords": [
"blocks",
"dynamic",
"elemental",
"silverstripe"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-elemental-flexslider/issues",
"source": "https://github.com/dynamic/silverstripe-elemental-flexslider/tree/2.0.3"
},
"time": "2020-10-10T02:15:17+00:00"
},
{
"name": "dynamic/silverstripe-elemental-gallery",
"version": "2.0.5",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-elemental-gallery.git",
"reference": "881a03a49f64bf84690ab408c860a9763da9b4a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-elemental-gallery/zipball/881a03a49f64bf84690ab408c860a9763da9b4a5",
"reference": "881a03a49f64bf84690ab408c860a9763da9b4a5",
"shasum": ""
},
"require": {
"dnadesign/silverstripe-elemental": "^4.0",
"dynamic/silverstripe-elemental-baseobject": "^2.0"
},
"require-dev": {
"pdepend/pdepend": "^2.5",
"phploc/phploc": "^4.0",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^5.7",
"sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^3.0",
"theseer/phpdox": "^0.11.0"
},
"suggest": {
"colymba/gridfield-bulk-editing-tools": "Bulk upload images to a gallery."
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
},
"expose": [
"thirdparty"
]
},
"autoload": {
"psr-4": {
"Dynamic\\Elements\\Gallery\\": "src/",
"Dynamic\\Elements\\Gallery\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
}
],
"description": "A block to display a collection of images",
"keywords": [
"blocks",
"content",
"elemental",
"gallery",
"image",
"photo",
"silverstripe"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-elemental-gallery/issues",
"source": "https://github.com/dynamic/silverstripe-elemental-gallery/tree/master"
},
"time": "2019-09-03T19:50:23+00:00"
},
{
"name": "dynamic/silverstripe-elemental-image",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-elemental-image.git",
"reference": "9b29986c3788a52c2730512e18e65c448c7fd1c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-elemental-image/zipball/9b29986c3788a52c2730512e18e65c448c7fd1c9",
"reference": "9b29986c3788a52c2730512e18e65c448c7fd1c9",
"shasum": ""
},
"require": {
"dnadesign/silverstripe-elemental": "^4.0",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "*"
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Dynamic\\Elements\\Image\\": "src/",
"Dynamic\\Elements\\Image\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
}
],
"description": "A block to add a single image to your page.",
"keywords": [
"blocks",
"content",
"elemental",
"image",
"silverstripe"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-elemental-image/issues",
"source": "https://github.com/dynamic/silverstripe-elemental-image/tree/master"
},
"time": "2019-03-21T03:19:46+00:00"
},
{
"name": "dynamic/silverstripe-elemental-oembed",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-elemental-oembed.git",
"reference": "9840debb197da4fa4e58cb9c30227fdb19bb07de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-elemental-oembed/zipball/9840debb197da4fa4e58cb9c30227fdb19bb07de",
"reference": "9840debb197da4fa4e58cb9c30227fdb19bb07de",
"shasum": ""
},
"require": {
"dnadesign/silverstripe-elemental": "^4.0",
"dynamic/silverstripe-linkable": "^1.0"
},
"require-dev": {
"pdepend/pdepend": "^2.5",
"phploc/phploc": "^4.0",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^5.7",
"sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^3.0",
"theseer/phpdox": "^0.11.0"
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Dynamic\\Elements\\Oembed\\": "src/",
"Dynamic\\Elements\\Oembed\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
}
],
"description": "A block to embed media from other websites via oEmbed",
"keywords": [
"blocks",
"content",
"elemental",
"oembed",
"silverstripe"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-elemental-oembed/issues",
"source": "https://github.com/dynamic/silverstripe-elemental-oembed/tree/master"
},
"time": "2020-01-08T18:11:02+00:00"
},
{
"name": "dynamic/silverstripe-elemental-promos",
"version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-elemental-promos.git",
"reference": "4a953b9ce001b79175d5b5e2717652551da5ec36"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-elemental-promos/zipball/4a953b9ce001b79175d5b5e2717652551da5ec36",
"reference": "4a953b9ce001b79175d5b5e2717652551da5ec36",
"shasum": ""
},
"require": {
"dnadesign/silverstripe-elemental": "^4.0",
"dynamic/silverstripe-elemental-baseobject": "^2.0"
},
"require-dev": {
"pdepend/pdepend": "^2.5",
"phploc/phploc": "^4.0",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^5.7",
"sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^3.0",
"theseer/phpdox": "^0.11.0"
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Dynamic\\Elements\\Promos\\": "src/",
"Dynamic\\Elements\\Promos\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
}
],
"description": "A content block to display a group of promos",
"keywords": [
"blocks",
"card",
"content",
"elemental",
"promo",
"silverstripe",
"spiff"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-elemental-promos/issues",
"source": "https://github.com/dynamic/silverstripe-elemental-promos/tree/2.0.3"
},
"time": "2019-06-02T00:26:22+00:00"
},
{
"name": "dynamic/silverstripe-elemental-section-navigation",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-elemental-section-navigation.git",
"reference": "ef123071c594c707a38308b65bf26bb897025ec0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-elemental-section-navigation/zipball/ef123071c594c707a38308b65bf26bb897025ec0",
"reference": "ef123071c594c707a38308b65bf26bb897025ec0",
"shasum": ""
},
"require": {
"dnadesign/silverstripe-elemental": "^4.0",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "*"
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Dynamic\\Elements\\Section\\": "src/",
"Dynamic\\Elements\\Section\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
}
],
"description": "A block to display a list of links to child pages, or pages in current level",
"keywords": [
"blocks",
"content",
"elemental",
"list",
"navigation",
"section",
"silverstripe"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-elemental-section-navigation/issues",
"source": "https://github.com/dynamic/silverstripe-elemental-section-navigation/tree/master"
},
"time": "2019-03-21T03:25:53+00:00"
},
{
"name": "dynamic/silverstripe-elemental-sponsors",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-elemental-sponsors.git",
"reference": "7fe900ad14ad027cfdc6f83e3ed476e2c42144e8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-elemental-sponsors/zipball/7fe900ad14ad027cfdc6f83e3ed476e2c42144e8",
"reference": "7fe900ad14ad027cfdc6f83e3ed476e2c42144e8",
"shasum": ""
},
"require": {
"dnadesign/silverstripe-elemental": "^4.0",
"dynamic/silverstripe-elemental-baseobject": "^2.0",
"silverstripe/vendor-plugin": "^1.0",
"symbiote/silverstripe-gridfieldextensions": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "*"
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Dynamic\\Elements\\Sponsors\\": "src/",
"Dynamic\\Elements\\Sponsors\\Test\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
}
],
"description": "Display a list of sponsor logos with links.",
"keywords": [
"elemental",
"silverstripe",
"sponsors"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-elemental-sponsors/issues",
"source": "https://github.com/dynamic/silverstripe-elemental-sponsors/tree/master"
},
"time": "2019-03-21T03:27:26+00:00"
},
{
"name": "dynamic/silverstripe-elemental-tabset",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-elemental-tabset.git",
"reference": "89dc92afd86a8b557332dd1b8e6b7585b4ee9f35"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-elemental-tabset/zipball/89dc92afd86a8b557332dd1b8e6b7585b4ee9f35",
"reference": "89dc92afd86a8b557332dd1b8e6b7585b4ee9f35",
"shasum": ""
},
"require": {
"dnadesign/silverstripe-elemental": "^4.0",
"dnadesign/silverstripe-elemental-list": "^1.1",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "*"
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Dynamic\\Elements\\Tabset\\": "src/",
"Dynamic\\Elements\\Tabset\\Test\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
}
],
"description": "Create a tabbed interface that uses elements",
"keywords": [
"elemental",
"list",
"silverstripe",
"tab",
"tabset"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-elemental-tabset/issues",
"source": "https://github.com/dynamic/silverstripe-elemental-tabset/tree/master"
},
"time": "2019-03-21T03:29:00+00:00"
},
{
"name": "dynamic/silverstripe-elemental-testimonials",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-elemental-testimonials.git",
"reference": "4865f8e0dccc752ebae13276c454685630c6ce9c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-elemental-testimonials/zipball/4865f8e0dccc752ebae13276c454685630c6ce9c",
"reference": "4865f8e0dccc752ebae13276c454685630c6ce9c",
"shasum": ""
},
"require": {
"dnadesign/silverstripe-elemental": "^4.0",
"silverstripe/vendor-plugin": "^1.0",
"symbiote/silverstripe-gridfieldextensions": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "*"
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Dynamic\\Elements\\": "src/",
"Dynamic\\Elements\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
}
],
"description": "Testimonials element for the SilverStripe Elemental Module",
"keywords": [
"elemental",
"silverstripe",
"testimonials"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-elemental-testimonials/issues",
"source": "https://github.com/dynamic/silverstripe-elemental-testimonials/tree/master"
},
"time": "2019-03-21T03:30:58+00:00"
},
{
"name": "dynamic/silverstripe-geocoder",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-geocoder.git",
"reference": "f1897a64e7241019b39c4052c8586fa4504a6bef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-geocoder/zipball/f1897a64e7241019b39c4052c8586fa4504a6bef",
"reference": "f1897a64e7241019b39c4052c8586fa4504a6bef",
"shasum": ""
},
"require": {
"dynamic/silverstripe-country-dropdown-field": "^1.0",
"silverstripe/recipe-cms": "^4.0",
"silverstripe/vendor-plugin": "^1.0",
"willdurand/geocoder": "v3.3.0"
},
"require-dev": {
"pdepend/pdepend": "^2.5",
"phploc/phploc": "^4.0",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^5.7",
"sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^3.0",
"theseer/phpdox": "^0.11.0"
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Dynamic\\SilverStripeGeocoder\\": "src/",
"Dynamic\\SilverStripeGeocoder\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic, Inc",
"email": "dev@dy.ag"
}
],
"description": "SilverStripe wrapper for Geocoder",
"keywords": [
"geocoder",
"geocoding",
"silverstripe"
],
"support": {
"issues": "https://github.com/dynamic/silverstripe-geocoder/issues",
"source": "https://github.com/dynamic/silverstripe-geocoder/tree/master"
},
"time": "2020-08-03T19:18:25+00:00"
},
{
"name": "dynamic/silverstripe-linkable",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/dynamic/silverstripe-linkable.git",
"reference": "2148dac5970fdff93f61947fdda4e621f225bc8d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dynamic/silverstripe-linkable/zipball/2148dac5970fdff93f61947fdda4e621f225bc8d",
"reference": "2148dac5970fdff93f61947fdda4e621f225bc8d",
"shasum": ""
},
"require": {
"embed/embed": "^3.0",
"silverstripe/framework": "^4.0",
"silverstripe/vendor-plugin": "^1.0",
"unclecheese/display-logic": "^2.0"
},
"replace": {
"sheadawson/silverstripe-linkable": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"suggest": {
"silverstripe/cms": "To allow for a linking of the SiteTree data object."
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"expose": [
"client"
]
},
"autoload": {
"psr-4": {
"Sheadawson\\Linkable\\": "src/",
"Sheadawson\\Linkable\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com"
},
{
"name": "Shea Dawson",
"email": "shea@silverstripe.com.au"
},
{
"name": "Marcus Nyeholt",
"email": "marcus@silverstripe.com.au"
}
],
"description": "A couple of handy form fields and objects for managing external and internal links on DataObjects",
"homepage": "http://github.com/dynamic/silverstripe-linkable",
"keywords": [
"cms",
"link",
"silverstripe"
],
"support": {
"issues": "http://github.com/dynamic/silverstripe-linkable/issues",
"source": "https://github.com/dynamic/silverstripe-linkable/tree/1.0.2"
},
"time": "2020-04-13T23:33:10+00:00"
},
{
"name": "egeloen/http-adapter",
"version": "0.8.0",
"source": {
"type": "git",
"url": "https://github.com/egeloen/ivory-http-adapter.git",
"reference": "9641f11487ec26b24c6bbcee4f267cf62f60b855"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/egeloen/ivory-http-adapter/zipball/9641f11487ec26b24c6bbcee4f267cf62f60b855",
"reference": "9641f11487ec26b24c6bbcee4f267cf62f60b855",
"shasum": ""
},
"require": {
"php": ">=5.4.8",
"zendframework/zend-diactoros": "^1.1"
},
"require-dev": {
"cakephp/cakephp": "^3.0.3",
"ext-curl": "*",
"guzzle/guzzle": "^3.9.4@dev",
"guzzlehttp/guzzle": "^4.1.4|^5.0|^6.0",
"kriswallsmith/buzz": "^0.13",
"nategood/httpful": "^0.2.17",
"phpunit/phpunit": "^4.0",
"phpunit/phpunit-mock-objects": "dev-matcher-verify as 2.3.x-dev",
"psr/log": "^1.0",
"react/dns": "^0.4.1",
"react/http-client": "^0.4",
"satooshi/php-coveralls": "^0.6",
"symfony/event-dispatcher": "^2.0",
"zendframework/zend-http": "^2.3.4",
"zendframework/zendframework1": ">=1.12.9,<=1.12.14|^1.12.16"
},
"suggest": {
"ext-curl": "Allows you to use the cURL adapter",
"ext-http": "Allows you to use the PECL adapter",
"guzzle/guzzle": "Allows you to use the Guzzle 3 adapter",
"guzzlehttp/guzzle": "Allows you to use the Guzzle 4 adapter",
"kriswallsmith/buzz": "Allows you to use the Buzz adapter",
"nategood/httpful": "Allows you to use the httpful adapter",
"psr/log": "Allows you to use the logger event subscriber",
"symfony/event-dispatcher": "Allows you to use the event lifecycle",
"symfony/stopwatch": "Allows you to use the stopwatch http adapter and event subscriber",
"zendframework/zend-http": "Allows you to use the Zend 2 adapter",
"zendframework/zendframework1": "Allows you to use the Zend 1 adapter"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.8-dev"
}
},
"autoload": {
"psr-4": {
"Ivory\\HttpAdapter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eric GELOEN",
"email": "geloen.eric@gmail.com"
}
],
"description": "Issue HTTP request for PHP 5.3+.",
"keywords": [
"http",
"http-adapter",
"http-client",
"psr-7"
],
"support": {
"issues": "https://github.com/egeloen/ivory-http-adapter/issues",
"source": "https://github.com/egeloen/ivory-http-adapter/tree/master"
},
"abandoned": "php-http/httplug",
"time": "2015-08-12T09:35:40+00:00"
},
{
"name": "embed/embed",
"version": "v3.4.16",
"source": {
"type": "git",
"url": "https://github.com/oscarotero/Embed.git",
"reference": "fe226113966ed8af98000a4514c775492e40a944"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/oscarotero/Embed/zipball/fe226113966ed8af98000a4514c775492e40a944",
"reference": "fe226113966ed8af98000a4514c775492e40a944",
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
"ext-curl": "*",
"ext-dom": "*",
"ext-mbstring": "*",
"php": "^5.6|^7.0|^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"phpunit/phpunit": "^5.7|^6.0|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Embed\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oscar Otero",
"email": "oom@oscarotero.com",
"homepage": "http://oscarotero.com",
"role": "Developer"
}
],
"description": "PHP library to retrieve page info using oembed, opengraph, etc",
"homepage": "https://github.com/oscarotero/Embed",
"keywords": [
"embed",
"embedly",
"oembed",
"opengraph",
"twitter cards"
],
"support": {
"email": "oom@oscarotero.com",
"issues": "https://github.com/oscarotero/Embed/issues",
"source": "https://github.com/oscarotero/Embed/tree/v3.4.16"
},
"time": "2021-05-07T12:38:54+00:00"
},
{
"name": "entidi/silverstrap",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/ntd/silverstrap.git",
"reference": "608dcf2f3a910cf6e97726a8e0bbe88992ad8379"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ntd/silverstrap/zipball/608dcf2f3a910cf6e97726a8e0bbe88992ad8379",
"reference": "608dcf2f3a910cf6e97726a8e0bbe88992ad8379",
"shasum": ""
},
"require": {
"entidi/silverstrap-module": "^2.0"
},
"suggest": {
"entidi/silverstrap-cerulean": "Silverstrap customization that uses the Cerulean theme from bootswatch.com",
"entidi/silverstripe-autotoc": "A module compatible with silverstrap that automatically generates table of contents",
"entidi/silverstripe-carousel": "A carousel page type supported out of the box by silverstrap",
"entidi/silverstripe-gallery": "A gallery page type supported out of the box by silverstrap"
},
"type": "silverstripe-theme",
"extra": {
"screenshots": [
"http://silverstripe.entidi.com/assets/silverstrap.png",
"http://silverstripe.entidi.com/assets/silverstrap-forms.jpeg"
],
"expose": [
"css",
"js",
"fonts"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Nicola Fontana",
"email": "ntd@entidi.it",
"homepage": "http://www.entidi.com/",
"role": "Developer"
}
],
"description": "A SilverStripe theme based on Bootstrap front end framework",
"homepage": "http://silverstripe.entidi.com/themes/",
"keywords": [
"bootstrap",
"module",
"silverstrap",
"silverstripe",
"theme"
],
"support": {
"issues": "https://track.entidi.com/project/view/9/",
"source": "https://track.entidi.com/source/silverstrap/"
},
"time": "2018-11-07T05:42:12+00:00"
},
{
"name": "entidi/silverstrap-module",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/ntd/silverstrap-module.git",
"reference": "b55b98eddd8c1a894dbbd6c254385365c2cd6b38"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ntd/silverstrap-module/zipball/b55b98eddd8c1a894dbbd6c254385365c2cd6b38",
"reference": "b55b98eddd8c1a894dbbd6c254385365c2cd6b38",
"shasum": ""
},
"require": {
"silverstripe/framework": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.0"
},
"type": "silverstripe-vendormodule",
"autoload": {
"psr-4": {
"eNTiDi\\Silverstrap\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Nicola Fontana",
"email": "ntd@entidi.it",
"homepage": "http://www.entidi.com/",
"role": "Developer"
}
],
"description": "A helper module for the silverstrap theme",
"homepage": "http://silverstripe.entidi.com/themes/",
"keywords": [
"bootstrap",
"module",
"silverstrap",
"silverstripe",
"theme"
],
"support": {
"issues": "https://github.com/ntd/silverstrap-module/issues",
"source": "https://github.com/ntd/silverstrap-module"
},
"time": "2018-01-05T15:24:26+00:00"
},
{
"name": "guzzlehttp/psr7",
"version": "1.8.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "dc960a912984efb74d0a90222870c72c87f10c91"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
"reference": "dc960a912984efb74d0a90222870c72c87f10c91",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/1.8.2"
},
"time": "2021-04-26T09:17:50+00:00"
},
{
"name": "heyday/silverstripe-responsive-images",
"version": "2.0.5",
"source": {
"type": "git",
"url": "https://github.com/heyday/silverstripe-responsive-images.git",
"reference": "56f202b932d4bb1679ee6af80158ce11d69d4c3f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/heyday/silverstripe-responsive-images/zipball/56f202b932d4bb1679ee6af80158ce11d69d4c3f",
"reference": "56f202b932d4bb1679ee6af80158ce11d69d4c3f",
"shasum": ""
},
"require": {
"silverstripe/framework": "^4.0",
"silverstripe/vendor-plugin": "^1.0"
},
"type": "silverstripe-vendormodule",
"extra": {
"expose": [
"javascript"
]
},
"autoload": {
"psr-4": {
"Heyday\\ResponsiveImages\\": "code/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Configure and send a series of image size options to the client without loading any resources until a media query can be executed.",
"keywords": [
"image",
"picturefill",
"responsive",
"silverstripe"
],
"support": {
"issues": "https://github.com/heyday/silverstripe-responsive-images/issues",
"source": "https://github.com/heyday/silverstripe-responsive-images/tree/2.0.5"
},
"time": "2019-10-02T03:29:02+00:00"
},
{
"name": "i-lateral/silverstripe-deferedimages",
"version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/i-lateral/silverstripe-deferedimages.git",
"reference": "fc644cf03d2263f8fc1ed1bf0fd40e8cb2216e55"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/i-lateral/silverstripe-deferedimages/zipball/fc644cf03d2263f8fc1ed1bf0fd40e8cb2216e55",
"reference": "fc644cf03d2263f8fc1ed1bf0fd40e8cb2216e55",
"shasum": ""
},
"require": {
"heyday/silverstripe-responsive-images": "^2.0",
"i-lateral/silverstripe-deferedimages-theme": "^1.0",
"silverstripe/assets": "~1.0",
"silverstripe/framework": "~4.0"
},
"type": "silverstripe-vendormodule",
"extra": {
"expose": [
"client/dist"
]
},
"autoload": {
"psr-4": {
"ilateral\\SilverStripe\\DeferedImages\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "ilateral",
"email": "info@ilateral.co.uk"
}
],
"description": "Deferres loading of template images",
"homepage": "http://github.com/i-lateral/silverstripe-deferedimages",
"keywords": [
"images",
"silverstripe"
],
"support": {
"issues": "http://github.com/i-lateral/silverstripe-deferedimages/issues",
"source": "https://github.com/i-lateral/silverstripe-deferedimages/tree/1"
},
"time": "2019-10-21T16:07:19+00:00"
},
{
"name": "i-lateral/silverstripe-deferedimages-theme",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/i-lateral/silverstripe-deferedimages-theme.git",
"reference": "4b904c6325ed12743916837bb045871ddd1d4122"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/i-lateral/silverstripe-deferedimages-theme/zipball/4b904c6325ed12743916837bb045871ddd1d4122",
"reference": "4b904c6325ed12743916837bb045871ddd1d4122",
"shasum": ""
},
"require": {
"composer/installers": "*",
"i-lateral/silverstripe-deferedimages": "^1.0",
"silverstripe/framework": ">=4.0"
},
"type": "silverstripe-theme",
"extra": {
"installer-name": "deferedimages",
"expose": [
"css",
"javascript",
"images",
"webfonts"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Mark Anderson (ilateral)",
"homepage": "http://www.ilateral.co.uk"
}
],
"description": "A theme addon to update image template for defered loading",
"keywords": [
"deferedimage",
"silverstripe",
"theme"
],
"support": {
"issues": "https://github.com/i-lateral/silverstripe-deferedimages-theme/issues",
"source": "https://github.com/i-lateral/silverstripe-deferedimages-theme/tree/master"
},
"time": "2019-07-09T11:25:43+00:00"
},
{
"name": "igorw/get-in",
"version": "v1.0.3",
"source": {
"type": "git",
"url": "https://github.com/igorw/get-in.git",
"reference": "170ded831f49abc6a6061f655aba9bdbcf7b8111"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/igorw/get-in/zipball/170ded831f49abc6a6061f655aba9bdbcf7b8111",
"reference": "170ded831f49abc6a6061f655aba9bdbcf7b8111",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"files": [
"src/get_in.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
}
],
"description": "Functions for for hash map (assoc array) traversal.",
"keywords": [
"assoc-array",
"hash-map"
],
"support": {
"issues": "https://github.com/igorw/get-in/issues",
"source": "https://github.com/igorw/get-in/tree/v1.0.3"
},
"time": "2014-12-15T23:03:51+00:00"
},
{
"name": "ilateral/silverstripe-bootstrap-4",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/i-lateral/silverstripe-bootstrap-4.git",
"reference": "de0d46f6845858a89a2fdd0adf05407e2c2d9f75"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/i-lateral/silverstripe-bootstrap-4/zipball/de0d46f6845858a89a2fdd0adf05407e2c2d9f75",
"reference": "de0d46f6845858a89a2fdd0adf05407e2c2d9f75",
"shasum": ""
},
"require": {
"composer/installers": "*",
"silverstripe/framework": ">=4.0"
},
"default-branch": true,
"type": "silverstripe-theme",
"extra": {
"installer-name": "bootstrap",
"expose": [
"css",
"javascript",
"images",
"icons",
"fonts"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Mark Anderson (ilateral)",
"homepage": "http://www.ilateral.co.uk"
}
],
"description": "A simple SilverStripe theme built on bootstrap 4",
"keywords": [
"bootstrap4",
"silverstripe",
"theme"
],
"support": {
"issues": "https://github.com/i-lateral/silverstripe-bootstrap-4/issues",
"source": "https://github.com/i-lateral/silverstripe-bootstrap-4/tree/1.2.0"
},
"time": "2021-03-08T13:20:08+00:00"
},
{
"name": "ilateral/silverstripe-fancy-top-nav",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/i-lateral/silverstripe-fancy-top-nav.git",
"reference": "d079d3ef0d2d23b3c9d5c9669716c15d0b2dbf8c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/i-lateral/silverstripe-fancy-top-nav/zipball/d079d3ef0d2d23b3c9d5c9669716c15d0b2dbf8c",
"reference": "d079d3ef0d2d23b3c9d5c9669716c15d0b2dbf8c",
"shasum": ""
},
"require": {
"composer/installers": "*",
"i-lateral/silverstripe-deferedimages": "^1.0",
"silverstripe/framework": ">=4.0"
},
"default-branch": true,
"type": "silverstripe-theme",
"extra": {
"installer-name": "fancytopnav",
"expose": [
"css",
"javascript",
"images",
"icons",
"fonts"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Morven Lewis-Everley (ilateral)",
"homepage": "http://ilateralweb.co.uk"
},
{
"name": "Mark Anderson (ilateral)",
"homepage": "http://ilateralweb.co.uk"
}
],
"description": "Simple, styled, full width theme with an afixed top header/navbar",
"keywords": [
"bootstrap4",
"silverstripe",
"theme"
],
"support": {
"issues": "https://github.com/i-lateral/silverstripe-fancy-top-nav/issues",
"source": "https://github.com/i-lateral/silverstripe-fancy-top-nav/tree/main"
},
"time": "2021-03-31T13:24:22+00:00"
},
{
"name": "ilateral/silverstripe-modern",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/i-lateral/silverstripe-modern.git",
"reference": "7e1e1a3e21987230d623a7ef19cf6582230e2652"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/i-lateral/silverstripe-modern/zipball/7e1e1a3e21987230d623a7ef19cf6582230e2652",
"reference": "7e1e1a3e21987230d623a7ef19cf6582230e2652",
"shasum": ""
},
"require": {
"composer/installers": "*",
"i-lateral/silverstripe-deferedimages": "^1.0",
"silverstripe/framework": ">=4.0"
},
"default-branch": true,
"type": "silverstripe-theme",
"extra": {
"installer-name": "modern",
"expose": [
"css",
"javascript",
"images",
"icons",
"fonts"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Mark Anderson (ilateral)",
"homepage": "http://www.ilateral.co.uk"
}
],
"description": "A modern, slightly fancy SilverStripe theme built on bootstrap 4",
"keywords": [
"bootstrap4",
"silverstripe",
"theme"
],
"support": {
"issues": "https://github.com/i-lateral/silverstripe-modern/issues",
"source": "https://github.com/i-lateral/silverstripe-modern/tree/master"
},
"time": "2021-05-10T16:19:44+00:00"
},
{
"name": "intervention/image",
"version": "2.5.1",
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
"reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
"reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"guzzlehttp/psr7": "~1.1",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "~0.9.2",
"phpunit/phpunit": "^4.8 || ^5.7"
},
"suggest": {
"ext-gd": "to use GD library based image processing.",
"ext-imagick": "to use Imagick based image processing.",
"intervention/imagecache": "Caching extension for the Intervention Image library"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
},
"laravel": {
"providers": [
"Intervention\\Image\\ImageServiceProvider"
],
"aliases": {
"Image": "Intervention\\Image\\Facades\\Image"
}
}
},
"autoload": {
"psr-4": {
"Intervention\\Image\\": "src/Intervention/Image"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oliver Vogel",
"email": "oliver@olivervogel.com",
"homepage": "http://olivervogel.com/"
}
],
"description": "Image handling and manipulation library with support for Laravel integration",
"homepage": "http://image.intervention.io/",
"keywords": [
"gd",
"image",
"imagick",
"laravel",
"thumbnail",
"watermark"
],
"support": {
"issues": "https://github.com/Intervention/image/issues",
"source": "https://github.com/Intervention/image/tree/master"
},
"time": "2019-11-02T09:15:47+00:00"
},
{
"name": "jeffwhitfield/silverstripe-bootstrap-theme",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/jeffwhitfield/silverstripe-bootstrap-theme.git",
"reference": "3fc329974b150d0c9ead7c51ac5c73d4e1023737"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jeffwhitfield/silverstripe-bootstrap-theme/zipball/3fc329974b150d0c9ead7c51ac5c73d4e1023737",
"reference": "3fc329974b150d0c9ead7c51ac5c73d4e1023737",
"shasum": ""
},
"require": {
"composer/installers": "*",
"silverstripe/framework": ">=3.0"
},
"replace": {
"jeffwhitfield/silverstripe-bootstrap-theme": "*"
},
"default-branch": true,
"type": "silverstripe-theme",
"extra": {
"installer-name": "bootstrap"
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Jeff Whitfield",
"homepage": "http://thejeffwhitfield.com"
}
],
"description": "A SilverStripe Bootstrap theme that incorporates HTML5 Boilerplate, Twitter Bootstrap, and Font Awesome",
"keywords": [
"silverstripe",
"theme"
],
"support": {
"issues": "https://github.com/jeffwhitfield/silverstripe-bootstrap-theme/issues",
"source": "https://github.com/jeffwhitfield/silverstripe-bootstrap-theme/tree/1.2.0"
},
"time": "2014-02-28T21:39:53+00:00"
},
{
"name": "johngrogg/ics-parser",
"version": "v2.2.2",
"source": {
"type": "git",
"url": "https://github.com/u01jmg3/ics-parser.git",
"reference": "69c80471a0a99142ebc72b21c2bc084e81a7c4f4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/u01jmg3/ics-parser/zipball/69c80471a0a99142ebc72b21c2bc084e81a7c4f4",
"reference": "69c80471a0a99142ebc72b21c2bc084e81a7c4f4",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3.9"
},
"require-dev": {
"phpunit/phpunit": "^4",
"squizlabs/php_codesniffer": "~2.9.1"
},
"type": "library",
"autoload": {
"psr-0": {
"ICal": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Goode",
"role": "Developer/Owner"
},
{
"name": "John Grogg",
"email": "john.grogg@gmail.com",
"role": "Developer/Prior Owner"
}
],
"description": "ICS Parser",
"homepage": "https://github.com/u01jmg3/ics-parser",
"keywords": [
"iCalendar",
"ical",
"ical-parser",
"ics",
"ics-parser",
"ifb"
],
"support": {
"issues": "https://github.com/u01jmg3/ics-parser/issues",
"source": "https://github.com/u01jmg3/ics-parser/tree/v2.2.2"
},
"funding": [
{
"url": "https://github.com/sponsors/u01jmg3",
"type": "github"
}
],
"time": "2020-11-02T10:28:33+00:00"
},
{
"name": "kylekatarnls/update-helper",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/kylekatarnls/update-helper.git",
"reference": "429be50660ed8a196e0798e5939760f168ec8ce9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kylekatarnls/update-helper/zipball/429be50660ed8a196e0798e5939760f168ec8ce9",
"reference": "429be50660ed8a196e0798e5939760f168ec8ce9",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0.0",
"php": ">=5.3.0"
},
"require-dev": {
"codeclimate/php-test-reporter": "dev-master",
"composer/composer": "2.0.x-dev || ^2.0.0-dev",
"phpunit/phpunit": ">=4.8.35 <6.0"
},
"type": "composer-plugin",
"extra": {
"class": "UpdateHelper\\ComposerPlugin"
},
"autoload": {
"psr-0": {
"UpdateHelper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle",
"email": "kylekatarnls@gmail.com"
}
],
"description": "Update helper",
"support": {
"issues": "https://github.com/kylekatarnls/update-helper/issues",
"source": "https://github.com/kylekatarnls/update-helper/tree/1.2.1"
},
"funding": [
{
"url": "https://github.com/kylekatarnls",
"type": "github"
},
{
"url": "https://opencollective.com/Carbon",
"type": "open_collective"
},
{
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
"type": "tidelift"
}
],
"time": "2020-04-07T20:44:10+00:00"
},
{
"name": "league/csv",
"version": "9.7.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/csv.git",
"reference": "0ec57e8264ec92565974ead0d1724cf1026e10c1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/0ec57e8264ec92565974ead0d1724cf1026e10c1",
"reference": "0ec57e8264ec92565974ead0d1724cf1026e10c1",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"php": "^7.3 || ^8.0"
},
"require-dev": {
"ext-curl": "*",
"ext-dom": "*",
"friendsofphp/php-cs-fixer": "^2.16",
"phpstan/phpstan": "^0.12.0",
"phpstan/phpstan-phpunit": "^0.12.0",
"phpstan/phpstan-strict-rules": "^0.12.0",
"phpunit/phpunit": "^9.5"
},
"suggest": {
"ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes",
"ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Csv\\": "src"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://github.com/nyamsprod/",
"role": "Developer"
}
],
"description": "CSV data manipulation made easy in PHP",
"homepage": "http://csv.thephpleague.com",
"keywords": [
"convert",
"csv",
"export",
"filter",
"import",
"read",
"transform",
"write"
],
"support": {
"docs": "https://csv.thephpleague.com",
"issues": "https://github.com/thephpleague/csv/issues",
"rss": "https://github.com/thephpleague/csv/releases.atom",
"source": "https://github.com/thephpleague/csv"
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
"time": "2021-04-17T16:32:08+00:00"
},
{
"name": "league/flysystem",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "9be3b16c877d477357c015cec057548cf9b2a14a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9be3b16c877d477357c015cec057548cf9b2a14a",
"reference": "9be3b16c877d477357c015cec057548cf9b2a14a",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"league/mime-type-detection": "^1.3",
"php": "^7.2.5 || ^8.0"
},
"conflict": {
"league/flysystem-sftp": "<1.0.6"
},
"require-dev": {
"phpspec/prophecy": "^1.11.1",
"phpunit/phpunit": "^8.5.8"
},
"suggest": {
"ext-fileinfo": "Required for MimeType",
"ext-ftp": "Allows you to use FTP server storage",
"ext-openssl": "Allows you to use FTPS server storage",
"league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
"league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
"league/flysystem-webdav": "Allows you to use WebDAV storage",
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
"srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"League\\Flysystem\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frenky.net"
}
],
"description": "Filesystem abstraction: Many filesystems, one API.",
"keywords": [
"Cloud Files",
"WebDAV",
"abstraction",
"aws",
"cloud",
"copy.com",
"dropbox",
"file systems",
"files",
"filesystem",
"filesystems",
"ftp",
"rackspace",
"remote",
"s3",
"sftp",
"storage"
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/1.x"
},
"funding": [
{
"url": "https://offset.earth/frankdejonge",
"type": "other"
}
],
"time": "2020-08-23T07:39:11+00:00"
},
{
"name": "league/mime-type-detection",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/mime-type-detection.git",
"reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
"reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"php": "^7.2 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.18",
"phpstan/phpstan": "^0.12.68",
"phpunit/phpunit": "^8.5.8 || ^9.3"
},
"type": "library",
"autoload": {
"psr-4": {
"League\\MimeTypeDetection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frankdejonge.nl"
}
],
"description": "Mime-type detection for Flysystem",
"support": {
"issues": "https://github.com/thephpleague/mime-type-detection/issues",
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.7.0"
},
"funding": [
{
"url": "https://github.com/frankdejonge",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
"type": "tidelift"
}
],
"time": "2021-01-18T20:58:21+00:00"
},
{
"name": "m1/env",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/m1/Env.git",
"reference": "5c296e3e13450a207e12b343f3af1d7ab569f6f3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/m1/Env/zipball/5c296e3e13450a207e12b343f3af1d7ab569f6f3",
"reference": "5c296e3e13450a207e12b343f3af1d7ab569f6f3",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"scrutinizer/ocular": "~1.1",
"squizlabs/php_codesniffer": "^2.3"
},
"suggest": {
"josegonzalez/dotenv": "For loading of .env",
"m1/vars": "For loading of configs"
},
"type": "library",
"autoload": {
"psr-4": {
"M1\\Env\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Miles Croxford",
"email": "hello@milescroxford.com",
"homepage": "http://milescroxford.com",
"role": "Developer"
}
],
"description": "Env is a lightweight library bringing .env file parser compatibility to PHP. In short - it enables you to read .env files with PHP.",
"homepage": "https://github.com/m1/Env",
"keywords": [
".env",
"config",
"dotenv",
"env",
"loader",
"m1",
"parser",
"support"
],
"support": {
"issues": "https://github.com/m1/Env/issues",
"source": "https://github.com/m1/Env/tree/2.2.0"
},
"time": "2020-02-19T09:02:13+00:00"
},
{
"name": "marcj/topsort",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/marcj/topsort.php.git",
"reference": "972f58e42b5f110a0a1d8433247f65248abcfd5c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/marcj/topsort.php/zipball/972f58e42b5f110a0a1d8433247f65248abcfd5c",
"reference": "972f58e42b5f110a0a1d8433247f65248abcfd5c",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"codeclimate/php-test-reporter": "dev-master",
"phpunit/phpunit": "^9",
"symfony/console": "~2.5 || ~3.0 || ~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"MJS\\TopSort\\": "src/",
"MJS\\TopSort\\Tests\\": "tests/Tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marc J. Schmidt",
"email": "marc@marcjschmidt.de"
}
],
"description": "High-Performance TopSort/Dependency resolving algorithm",
"keywords": [
"dependency resolving",
"topological sort",
"topsort"
],
"support": {
"issues": "https://github.com/marcj/topsort.php/issues",
"source": "https://github.com/marcj/topsort.php/tree/2.0.0"
},
"funding": [
{
"url": "https://github.com/marcj",
"type": "github"
}
],
"time": "2020-09-24T12:39:55+00:00"
},
{
"name": "monolog/monolog",
"version": "1.26.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/2209ddd84e7ef1256b7af205d0717fb62cfc9c33",
"reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": "~1.0"
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0",
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
"phpstan/phpstan": "^0.12.59",
"phpunit/phpunit": "~4.5",
"ruflin/elastica": ">=0.90 <3.0",
"sentry/sentry": "^0.13",
"swiftmailer/swiftmailer": "^5.3|^6.0"
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
"sentry/sentry": "Allow sending log messages to a Sentry server"
},
"type": "library",
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/1.26.0"
},
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
"time": "2020-12-14T12:56:38+00:00"
},
{
"name": "nesbot/carbon",
"version": "1.39.1",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4be0c005164249208ce1b5ca633cd57bdd42ff33",
"reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33",
"shasum": ""
},
"require": {
"kylekatarnls/update-helper": "^1.1",
"php": ">=5.3.9",
"symfony/translation": "~2.6 || ~3.0 || ~4.0"
},
"require-dev": {
"composer/composer": "^1.2",
"friendsofphp/php-cs-fixer": "~2",
"phpunit/phpunit": "^4.8.35 || ^5.7"
},
"bin": [
"bin/upgrade-carbon"
],
"type": "library",
"extra": {
"update-helper": "Carbon\\Upgrade",
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "http://nesbot.com"
}
],
"description": "A simple API extension for DateTime.",
"homepage": "http://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
"support": {
"issues": "https://github.com/briannesbitt/Carbon/issues",
"source": "https://github.com/briannesbitt/Carbon"
},
"time": "2019-10-14T05:51:36+00:00"
},
{
"name": "nikic/php-parser",
"version": "v4.10.5",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "4432ba399e47c66624bc73c8c0f811e5c109576f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f",
"reference": "4432ba399e47c66624bc73c8c0f811e5c109576f",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.9-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.10.5"
},
"time": "2021-05-03T19:11:20+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"
},
{
"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"
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/master"
},
"time": "2017-02-14T16:28:37+00:00"
},
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "psr/log",
"version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"support": {
"source": "https://github.com/php-fig/log/tree/1.1.4"
},
"time": "2021-05-03T11:20:27+00:00"
},
{
"name": "psr/simple-cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/master"
},
"time": "2017-10-23T01:57:42+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.",
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "sheadawson/silverstripe-dependentdropdownfield",
"version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/sheadawson/silverstripe-dependentdropdownfield.git",
"reference": "dda6ba37d5e9f156de5cf2858e0ff07edb415126"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sheadawson/silverstripe-dependentdropdownfield/zipball/dda6ba37d5e9f156de5cf2858e0ff07edb415126",
"reference": "dda6ba37d5e9f156de5cf2858e0ff07edb415126",
"shasum": ""
},
"require": {
"php": ">=5.6",
"silverstripe/framework": "^4.0",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"type": "silverstripe-vendormodule",
"extra": {
"installer-name": "dependentdropdownfield",
"branch-alias": {
"dev-master": "2.0.x-dev"
},
"expose": [
"client"
]
},
"autoload": {
"psr-4": {
"Sheadawson\\DependentDropdown\\": "src/",
"Sheadawson\\DependentDropdown\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "A silverstripe dropdown field that has it's options populated via ajax, based on the value of the field it depends on",
"homepage": "https://github.com/sheadawson/silverstripe-dependentdropdownfield",
"keywords": [
"dropdown",
"silverstripe"
],
"support": {
"issues": "https://github.com/sheadawson/silverstripe-dependentdropdownfield/issues",
"source": "https://github.com/sheadawson/silverstripe-dependentdropdownfield/tree/2.0.3"
},
"time": "2020-07-05T23:00:56+00:00"
},
{
"name": "silverstripe-themes/simple",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-simple.git",
"reference": "5a6b34cd00a71047e905a8cb5d4b73713ca510c3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-simple/zipball/5a6b34cd00a71047e905a8cb5d4b73713ca510c3",
"reference": "5a6b34cd00a71047e905a8cb5d4b73713ca510c3",
"shasum": ""
},
"require": {
"composer/installers": "*",
"silverstripe/framework": ">=3.5"
},
"type": "silverstripe-theme",
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev"
},
"expose": [
"css",
"images",
"javascript",
"webfonts"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sara Tušar (Innovaif)",
"homepage": "http://www.saratusar.com"
}
],
"description": "The SilverStripe simple theme (default SilverStripe 3 theme)",
"keywords": [
"silverstripe",
"theme"
],
"support": {
"issues": "https://github.com/silverstripe/silverstripe-simple/issues",
"source": "https://github.com/silverstripe/silverstripe-simple/tree/3.2.0"
},
"time": "2018-06-25T20:55:43+00:00"
},
{
"name": "silverstripe/admin",
"version": "1.7.3",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-admin.git",
"reference": "a2b721c53c8de576d37324cbd12a85ff3c033959"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-admin/zipball/a2b721c53c8de576d37324cbd12a85ff3c033959",
"reference": "a2b721c53c8de576d37324cbd12a85ff3c033959",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8",
"silverstripe/framework": "^4.5",
"silverstripe/vendor-plugin": "^1.0",
"silverstripe/versioned": "^1@dev"
},
"require-dev": {
"monolog/monolog": "~1.16",
"nikic/php-parser": "^3 || ^4",
"sminnee/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3"
},
"type": "silverstripe-vendormodule",
"extra": {
"expose": [
"client/dist",
"client/lang",
"thirdparty"
]
},
"autoload": {
"psr-4": {
"SilverStripe\\Admin\\": "code/",
"SilverStripe\\Admin\\Tests\\": "tests/php/",
"SilverStripe\\Admin\\Tests\\Behat\\Context\\": "tests/behat/src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "SilverStripe",
"homepage": "http://silverstripe.com"
},
{
"name": "The SilverStripe Community",
"homepage": "http://silverstripe.org"
}
],
"description": "SilverStripe admin interface",
"homepage": "http://silverstripe.org",
"keywords": [
"admin",
"silverstripe"
],
"support": {
"issues": "https://github.com/silverstripe/silverstripe-admin/issues",
"source": "https://github.com/silverstripe/silverstripe-admin/tree/1.7.3"
},
"time": "2021-02-18T10:02:34+00:00"
},
{
"name": "silverstripe/asset-admin",
"version": "1.7.1",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-asset-admin.git",
"reference": "48d0304799f5f203ec621f04bcd41db6cf82f4cd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-asset-admin/zipball/48d0304799f5f203ec621f04bcd41db6cf82f4cd",
"reference": "48d0304799f5f203ec621f04bcd41db6cf82f4cd",
"shasum": ""
},
"require": {
"silverstripe/admin": "^1.7",
"silverstripe/framework": "^4.5",
"silverstripe/graphql": "^3",
"silverstripe/vendor-plugin": "^1"
},
"require-dev": {
"silverstripe/campaign-admin": "^1.5",
"silverstripe/cms": "^4.5",
"sminnee/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3"
},
"type": "silverstripe-vendormodule",
"extra": {
"expose": [
"client/dist",
"client/lang"
]
},
"autoload": {
"psr-4": {
"SilverStripe\\AssetAdmin\\": "code/",
"SilverStripe\\AssetAdmin\\Tests\\": "tests/php/",
"SilverStripe\\AssetAdmin\\Tests\\Behat\\Context\\": "tests/behat/src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Asset management for the SilverStripe CMS",
"support": {
"issues": "https://github.com/silverstripe/silverstripe-asset-admin/issues",
"source": "https://github.com/silverstripe/silverstripe-asset-admin/tree/1.7.1"
},
"time": "2021-01-14T22:10:52+00:00"
},
{
"name": "silverstripe/assets",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-assets.git",
"reference": "68a6a820a5f99b23f784903e135655743c69c483"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-assets/zipball/68a6a820a5f99b23f784903e135655743c69c483",
"reference": "68a6a820a5f99b23f784903e135655743c69c483",
"shasum": ""
},
"require": {
"intervention/image": "^2.3",
"league/flysystem": "^1.0.70",
"silverstripe/framework": "^4.5",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"silverstripe/versioned": "^1@dev",
"sminnee/phpunit": "^5.7.29",
"sminnee/phpunit-mock-objects": "^3.4.5"
},
"suggest": {
"ext-exif": "If you use GD backend (the default) you may want to have EXIF extension installed to elude some tricky issues"
},
"type": "silverstripe-vendormodule",
"extra": {
"installer-name": "silverstripe-assets"
},
"autoload": {
"psr-4": {
"SilverStripe\\Assets\\": "src/",
"SilverStripe\\Assets\\Tests\\": "tests/php/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "SilverStripe",
"homepage": "http://silverstripe.com"
},
{
"name": "The SilverStripe Community",
"homepage": "http://silverstripe.org"
}
],
"description": "SilverStripe Assets component",
"homepage": "http://silverstripe.org",
"keywords": [
"assets",
"silverstripe"
],
"support": {
"issues": "https://github.com/silverstripe/silverstripe-assets/issues",
"source": "https://github.com/silverstripe/silverstripe-assets/tree/1.7.0"
},
"time": "2020-10-08T03:39:49+00:00"
},
{
"name": "silverstripe/blog",
"version": "3.6.0",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-blog.git",
"reference": "a07c2bb9cac5f314bd76592219d470bfcda1540e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-blog/zipball/a07c2bb9cac5f314bd76592219d470bfcda1540e",
"reference": "a07c2bb9cac5f314bd76592219d470bfcda1540e",
"shasum": ""
},
"require": {
"silverstripe/asset-admin": "^1.0",
"silverstripe/assets": "^1.0",
"silverstripe/cms": "^4.0",
"silverstripe/lumberjack": "^2.0",
"silverstripe/tagfield": "^2.0"
},
"replace": {
"micmania1/silverstripe-blog": "*"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.0"
},
"suggest": {
"silverstripe/comments": "This module adds comments to your blog.",
"silverstripe/widgets": "Some widgets come with the blog which are compatible with the widgets module."
},
"type": "silverstripe-vendormodule",
"extra": {
"expose": [
"client/dist",
"client/images"
]
},
"autoload": {
"psr-4": {
"SilverStripe\\Blog\\": "src/",
"SilverStripe\\Blog\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Michael Strong",
"email": "github@michaelstrong.co.uk"
}
],
"description": "A fresh take on blogging in Silverstripe set out to tackle the issue of a cluttered Site Tree.",
"keywords": [
"blog",
"news",
"silverstripe"
],
"support": {
"issues": "https://github.com/silverstripe/silverstripe-blog/issues",
"source": "https://github.com/silverstripe/silverstripe-blog/tree/3.6.0"
},
"time": "2020-11-17T23:56:01+00:00"
},
{
"name": "silverstripe/campaign-admin",
"version": "1.7.1",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-campaign-admin.git",
"reference": "abc952327ab39ebe2eee4324c0a3675a34e32989"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-campaign-admin/zipball/abc952327ab39ebe2eee4324c0a3675a34e32989",
"reference": "abc952327ab39ebe2eee4324c0a3675a34e32989",
"shasum": ""
},
"require": {
"silverstripe/admin": "^1.5",
"silverstripe/framework": "^4.5",
"silverstripe/vendor-plugin": "^1.0",
"silverstripe/versioned": "^1.5"
},
"require-dev": {
"silverstripe/asset-admin": "^1.5",
"silverstripe/cms": "^4.5",
"sminnee/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3"
},
"type": "silverstripe-vendormodule",
"extra": {
"expose": [
"client/dist",
"client/lang"
]
},
"autoload": {
"psr-4": {
"SilverStripe\\CampaignAdmin\\": "src/",
"SilverStripe\\CampaignAdmin\\Tests\\": "tests/php/",
"SilverStripe\\CampaignAdmin\\Tests\\Behat\\Context\\": "tests/behat/src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "SilverStripe",
"homepage": "http://silverstripe.com"
},
{
"name": "The SilverStripe Community",
"homepage": "http://silverstripe.org"
}
],
"description": "SilverStripe campaign admin interface",
"homepage": "http://silverstripe.org",
"keywords": [
"admin",
"campaign",
"silverstripe",
"versioned"
],
"support": {
"issues": "https://github.com/silverstripe/silverstripe-campaign-admin/issues",
"source": "https://github.com/silverstripe/silverstripe-campaign-admin/tree/1.7.1"
},
"time": "2020-12-21T01:48:53+00:00"
},
{
"name": "silverstripe/cms",
"version": "4.7.1",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-cms.git",
"reference": "babc8a462ecb35306d5c6db21cac7c3c20753353"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-cms/zipball/babc8a462ecb35306d5c6db21cac7c3c20753353",
"reference": "babc8a462ecb35306d5c6db21cac7c3c20753353",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8",
"silverstripe/admin": "^1.7@dev",
"silverstripe/campaign-admin": "^1.7@dev",
"silverstripe/framework": "^4.7@dev",
"silverstripe/reports": "^4.7@dev",
"silverstripe/siteconfig": "^4.7@dev",
"silverstripe/vendor-plugin": "^1.0",
"silverstripe/versioned": "^1.7@dev"
},
"require-dev": {
"sminnee/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3"
},
"type": "silverstripe-vendormodule",
"extra": {
"expose": [
"client/dist",
"client/lang"
]
},
"autoload": {
"psr-4": {
"SilverStripe\\CMS\\": "code/",
"SilverStripe\\CMS\\Tests\\": "code/php/",
"SilverStripe\\CMS\\Tests\\Behaviour\\": "tests/behat/src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "SilverStripe",
"homepage": "http://silverstripe.com"
},
{
"name": "The SilverStripe Community",
"homepage": "http://silverstripe.org"
}
],
"description": "The SilverStripe Content Management System",
"homepage": "http://silverstripe.org",
"keywords": [
"cms",
"silverstripe"
],
"support": {
"issues": "https://github.com/silverstripe/silverstripe-cms/issues",
"source": "https://github.com/silverstripe/silverstripe-cms/tree/4.7.1"
},
"time": "2021-01-01T21:40:57+00:00"
},
{
"name": "silverstripe/comments",
"version": "3.4.0",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-comments.git",
"reference": "739b211afb165417ff4e325ae83bae6d6bd5e9e7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-comments/zipball/739b211afb165417ff4e325ae83bae6d6bd5e9e7",
"reference": "739b211afb165417ff4e325ae83bae6d6bd5e9e7",
"shasum": ""
},
"require": {
"colymba/gridfield-bulk-editing-tools": "^3.0.0-beta4",
"silverstripe/framework": "^4.2"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.0"
},
"suggest": {
"ezyang/htmlpurifier": "Standards compliant HTML filter written in PHP",
"silverstripe/cms": "The SilverStripe Content Management System"
},
"type": "silverstripe-vendormodule",
"extra": {
"expose": [
"client/dist",
"client/lang",
"css",
"thirdparty"
]
},
"autoload": {
"psr-4": {
"SilverStripe\\Comments\\": "src/",
"SilverStripe\\Comments\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Will Rossiter",
"email": "will@fullscreen.io"
}
],
"description": "This module provides commenting functionality for Pages and other DataObjects on your SilverStripe site.",
"keywords": [
"comments",
"silverstripe"
],
"support": {
"issues": "https://github.com/silverstripe/silverstripe-comments/issues",
"source": "https://github.com/silverstripe/silverstripe-comments/tree/3.4.0"
},
"time": "2020-11-17T23:56:01+00:00"
},
{
"name": "silverstripe/config",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-config.git",
"reference": "c89d2c043fc02e406a6b8b7f8ecbb8d91daa485d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-config/zipball/c89d2c043fc02e406a6b8b7f8ecbb8d91daa485d",
"reference": "c89d2c043fc02e406a6b8b7f8ecbb8d91daa485d",
"shasum": ""
},
"require": {
"marcj/topsort": "^1 || ^2",
"php": "^7.1 || ^8",
"psr/simple-cache": "^1.0",
"symfony/finder": "^2.8 || ^3.2 || ^4",
"symfony/yaml": "^2.8 || ^3.2 || ^4"
},
"require-dev": {
"mikey179/vfsstream": "^1.6",
"sminnee/phpunit": "^5.7.29"
},
"type": "library",
"autoload": {
"psr-4": {
"SilverStripe\\Config\\": "src/",
"SilverStripe\\Config\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "SilverStripe configuration based on YAML and class statics",
"support": {
"issues": "https://github.com/silverstripe/silverstripe-config/issues",
"source": "https://github.com/silverstripe/silverstripe-config/tree/1.1.0"
},
"time": "2020-12-11T01:10:31+00:00"
},
{
"name": "silverstripe/elemental-bannerblock",
"version": "2.2.1",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-elemental-bannerblock.git",
"reference": "3fa0552c030e3dda69a27e3cbf47089f43488ed3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-elemental-bannerblock/zipball/3fa0552c030e3dda69a27e3cbf47089f43488ed3",
"reference": "3fa0552c030e3dda69a27e3cbf47089f43488ed3",
"shasum": ""
},
"require": {
"php": ">=7.1.0",
"silverstripe/admin": "^1.7@dev",
"silverstripe/cms": "^4.3",
"silverstripe/elemental-fileblock": "^2@dev",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"sminnee/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.0"
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
},
"expose": [
"client/dist"
]
},
"autoload": {
"psr-4": {
"SilverStripe\\ElementalBannerBlock\\": "src/",
"SilverStripe\\ElementalBannerBlock\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "A banner block for the silverstripe-elemental module",
"keywords": [
"Content Blocks",
"elemental",
"silverstripe"
],
"support": {
"issues": "https://github.com/silverstripe/silverstripe-elemental-bannerblock/issues",
"source": "https://github.com/silverstripe/silverstripe-elemental-bannerblock/tree/2.2.1"
},
"time": "2021-01-19T07:25:15+00:00"
},
{
"name": "silverstripe/elemental-fileblock",
"version": "2.1.2",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-elemental-fileblock.git",
"reference": "bad97d75bc11da4a2e3d084ce5e44e979f5a5afc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-elemental-fileblock/zipball/bad97d75bc11da4a2e3d084ce5e44e979f5a5afc",
"reference": "bad97d75bc11da4a2e3d084ce5e44e979f5a5afc",
"shasum": ""
},
"require": {
"dnadesign/silverstripe-elemental": "^4@dev",
"php": "^7.1",
"silverstripe/assets": "^1.3",
"silverstripe/cms": "^4.3",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"sminnee/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.0"
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"SilverStripe\\ElementalFileBlock\\": "src/",
"SilverStripe\\ElementalFileBlock\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "A file block for the silverstripe-elemental module",
"keywords": [
"Content Blocks",
"elemental",
"silverstripe"
],
"support": {
"issues": "https://github.com/silverstripe/silverstripe-elemental-fileblock/issues",
"source": "https://github.com/silverstripe/silverstripe-elemental-fileblock/tree/2.1.2"
},
"time": "2021-01-11T23:07:17+00:00"
},
{
"name": "silverstripe/errorpage",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-errorpage.git",
"reference": "b3cb3479843d5942d0159850eb4c3da63c1c7592"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-errorpage/zipball/b3cb3479843d5942d0159850eb4c3da63c1c7592",
"reference": "b3cb3479843d5942d0159850eb4c3da63c1c7592",
"shasum": ""
},
"require": {
"silverstripe/cms": "^4@dev",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"sminnee/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.0"
},
"type": "silverstripe-vendormodule",
"autoload": {
"psr-4": {
"SilverStripe\\ErrorPage\\": "src/",
"SilverStripe\\ErrorPage\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "SilverStripe",
"homepage": "http://silverstripe.com"
},
{
"name": "The SilverStripe Community",
"homepage": "http://silverstripe.org"
}
],
"description": "ErrorPage component for SilverStripe CMS",
"homepage": "http://silverstripe.org",
"keywords": [
"error",
"errorpage",
"silverstripe"
],
"support": {
"issues": "https://github.com/silverstripe/silverstripe-errorpage/issues",
"source": "https://github.com/silverstripe/silverstripe-errorpage/tree/1.7.0"
},
"time": "2020-11-02T02:55:58+00:00"
},
{
"name": "silverstripe/framework",
"version": "4.7.3",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-framework.git",
"reference": "51a882eca8292f3814d5853e58b840d4417d8073"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-framework/zipball/51a882eca8292f3814d5853e58b840d4417d8073",
"reference": "51a882eca8292f3814d5853e58b840d4417d8073",
"shasum": ""
},
"require": {
"bramus/monolog-colored-line-formatter": "~2.0",
"composer/installers": "~1.0",
"embed/embed": "^3.0",
"ext-ctype": "*",
"ext-dom": "*",
"ext-hash": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-session": "*",
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xml": "*",
"league/csv": "^8 || ^9",
"m1/env": "^2.1",
"monolog/monolog": "~1.16",
"nikic/php-parser": "^3 || ^4",
"php": "^7.1 || ^8",
"psr/container": "1.0.0",
"psr/container-implementation": "1.0.0",
"silverstripe/assets": "^1@dev",
"silverstripe/config": "^1@dev",
"silverstripe/vendor-plugin": "^1.4",
"sminnee/callbacklist": "^0.1",
"swiftmailer/swiftmailer": "~5.4",
"symfony/cache": "^3.3 || ^4",
"symfony/config": "^3.2 || ^4",
"symfony/translation": "^2.8 || ^3 || ^4",
"symfony/yaml": "^3.2 || ^4"
},
"provide": {
"psr/container-implementation": "1.0.0"
},
"require-dev": {
"silverstripe/versioned": "^1",
"sminnee/phpunit": "^5.7.29",
"sminnee/phpunit-mock-objects": "^3.4.9",
"squizlabs/php_codesniffer": "^3.5"
},
"bin": [
"sake"
],
"type": "silverstripe-vendormodule",
"extra": {
"expose": [
"client/images",
"client/styles"
]
},
"autoload": {
"psr-4": {
"SilverStripe\\Control\\": "src/Control/",
"SilverStripe\\Control\\Tests\\": "tests/php/Control/",
"SilverStripe\\Core\\": "src/Core/",
"SilverStripe\\Core\\Tests\\": "tests/php/Core/",
"SilverStripe\\Dev\\": "src/Dev/",
"SilverStripe\\Dev\\Tests\\": "tests/php/Dev/",
"SilverStripe\\Forms\\": "src/Forms/",
"SilverStripe\\Forms\\Tests\\": "tests/php/Forms/",
"SilverStripe\\i18n\\": "src/i18n/",
"SilverStripe\\i18n\\Tests\\": "tests/php/i18n/",
"SilverStripe\\Logging\\": "src/Logging/",
"SilverStripe\\Logging\\Tests\\": "tests/php/Logging/",
"SilverStripe\\ORM\\": "src/ORM/",
"SilverStripe\\ORM\\Tests\\": "tests/php/ORM/",
"SilverStripe\\Security\\": "src/Security/",
"SilverStripe\\Security\\Tests\\": "tests/php/Security/",
"SilverStripe\\View\\": "src/View/",
"SilverStripe\\View\\Tests\\": "tests/php/View/",
"SilverStripe\\Framework\\Tests\\Behaviour\\": "tests/behat/src/"
},
"files": [
"src/includes/constants.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"src/",
"src/includes/",
"thirdparty/"
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "SilverStripe",
"homepage": "http://silverstripe.com"
},
{
"name": "The SilverStripe Community",
"homepage": "http://silverstripe.org"
}
],
"description": "The SilverStripe framework",
"homepage": "http://silverstripe.org",
"keywords": [
"framework",
"silverstripe"
],
"support": {
"issues": "https://github.com/silverstripe/silverstripe-framework/issues",
"source": "https://github.com/silverstripe/silverstripe-framework/tree/4.7.3"
},
"time": "2021-03-04T22:18:09+00:00"
},
{
"name": "silverstripe/graphql",
"version": "3.4.1",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-graphql.git",
"reference": "8932f7bda340be99e61e7638f12059543e993fa6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-graphql/zipball/8932f7bda340be99e61e7638f12059543e993fa6",
"reference": "8932f7bda340be99e61e7638f12059543e993fa6",
"shasum": ""
},
"require": {
"silverstripe/framework": "^4.2",
"silverstripe/vendor-plugin": "^1.0",
"webonyx/graphql-php": "~0.12.6"
},
"require-dev": {
"sminnee/phpunit": "^5.7",
"sminnee/phpunit-mock-objects": "^3.4.5",
"squizlabs/php_codesniffer": "^3.0"
},
"suggest": {
"silverstripe/assets": "Allows schema to be cached in the filesystem.",
"silverstripe/graphql-devtools": "Adds in-browser tools for testing and debugging GraphQL queries"
},
"type": "silverstripe-vendormodule",
"autoload": {
"psr-4": {
"SilverStripe\\GraphQL\\": "src/",
"SilverStripe\\GraphQL\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "GraphQL server for SilverStripe models and other data",
"support": {
"issues": "https://github.com/silverstripe/silverstripe-graphql/issues",
"source": "https://github.com/silverstripe/silverstripe-graphql/tree/3.4.1"
},
"time": "2021-01-14T22:30:30+00:00"
},
{
"name": "silverstripe/login-forms",
"version": "4.3.0",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-login-forms.git",
"reference": "30cf78d108167eb5e16dec7894b1cd71084ab01b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-login-forms/zipball/30cf78d108167eb5e16dec7894b1cd71084ab01b",
"reference": "30cf78d108167eb5e16dec7894b1cd71084ab01b",
"shasum": ""
},
"require": {
"silverstripe/framework": "^4"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3"
},
"type": "silverstripe-vendormodule",
"extra": {
"expose": [
"client/dist"
]
},
"autoload": {
"psr-4": {
"SilverStripe\\LoginForms\\": "src/",
"SilverStripe\\LoginForms\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "A collection of templates for the CMS login screens",
"homepage": "https://github.com/silverstripe/login-forms",
"keywords": [
"login",
"silverstripe",
"styling",
"template"
],
"support": {
"issues": "https://github.com/silverstripe/login-forms/issues",
"source": "https://github.com/silverstripe/silverstripe-login-forms/tree/4.3.0"
},
"time": "2020-11-02T02:55:58+00:00"
},
{
"name": "silverstripe/lumberjack",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-lumberjack.git",
"reference": "0e26ab2db00203096e9158395d112b46715b7f91"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-lumberjack/zipball/0e26ab2db00203096e9158395d112b46715b7f91",
"reference": "0e26ab2db00203096e9158395d112b46715b7f91",
"shasum": ""
},
"require": {
"silverstripe/cms": "^4.0",
"silverstripe/framework": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.0"
},
"type": "silverstripe-vendormodule",
"extra": {
"expose": [
"css",
"javascript"
]
},
"autoload": {
"psr-4": {
"SilverStripe\\Lumberjack\\": "src/",
"SilverStripe\\Lumberjack\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Michael Strong",
"email": "mstrong@silverstripe.org"
}
],
"description": "A module to make managing pages in a GridField easy without losing any of the functionality that you're used to in the CMS.",
"support": {
"issues": "https://github.com/silverstripe/silverstripe-lumberjack/issues",
"source": "https://github.com/silverstripe/silverstripe-lumberjack/tree/2.0"
},
"time": "2020-01-17T03:56:22+00:00"
},
{
"name": "silverstripe/mimevalidator",
"version": "2.1.1",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-mimevalidator.git",
"reference": "23a82f47c84e0d807e314e586a9a233018756946"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-mimevalidator/zipball/23a82f47c84e0d807e314e586a9a233018756946",
"reference": "23a82f47c84e0d807e314e586a9a233018756946",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"php": "^7.1 || ^8",
"silverstripe/framework": "^4"
},
"require-dev": {
"monolog/monolog": "~1.16",
"nikic/php-parser": "^3 || ^4",
"sminnee/phpunit": "^5.7.29",
"squizlabs/php_codesniffer": "^3.0"
},
"type": "silverstripe-vendormodule",
"autoload": {
"psr-4": {
"SilverStripe\\MimeValidator\\": "src/",
"SilverStripe\\MimeValidator\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sean Harvey",
"email": "sean@silverstripe.com"
}
],
"description": "Checks uploaded file content roughly matches a known MIME type for the file extension.",
"keywords": [
"cwp",
"fileinfo",
"mime",
"silverstripe",
"upload",
"validator"
],
"support": {
"issues": "https://github.com/silverstripe/silverstripe-mimevalidator/issues",
"source": "https://github.com/silverstripe/silverstripe-mimevalidator/tree/2.1.1"
},
"time": "2020-12-21T01:55:44+00:00"
},
{
"name": "silverstripe/recipe-cms",
"version": "4.7.3",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/recipe-cms.git",
"reference": "d2a6a2a23a0c5b3673b2b417d7a6816c4234b1a4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/recipe-cms/zipball/d2a6a2a23a0c5b3673b2b417d7a6816c4234b1a4",
"reference": "d2a6a2a23a0c5b3673b2b417d7a6816c4234b1a4",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8",
"silverstripe/admin": "1.7.3@stable",
"silverstripe/asset-admin": "1.7.1@stable",
"silverstripe/campaign-admin": "1.7.1@stable",
"silverstripe/cms": "4.7.1@stable",
"silverstripe/errorpage": "1.7.0@stable",
"silverstripe/graphql": "3.4.1@stable",
"silverstripe/recipe-core": "4.7.3@stable",
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/reports": "4.7.0@stable",
"silverstripe/siteconfig": "4.7.0@stable",
"silverstripe/versioned": "1.7.2@stable",
"silverstripe/versioned-admin": "1.7.2@stable"
},
"require-dev": {
"sminnee/phpunit": "^5.7",
"sminnee/phpunit-mock-objects": "^3.4.5"
},
"type": "silverstripe-recipe",
"extra": {
"project-files": [
"app/src/*"
],
"resources-dir": "_resources"
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "SilverStripe recipe for fully featured page and asset content editing",
"homepage": "http://silverstripe.org",
"support": {
"issues": "https://github.com/silverstripe/recipe-cms/issues",
"source": "https://github.com/silverstripe/recipe-cms/tree/4.7.3"
},
"time": "2021-03-04T22:49:07+00:00"
},
{
"name": "silverstripe/recipe-core",
"version": "4.7.3",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/recipe-core.git",
"reference": "a291d8c10c278ca5fdf1442326382f4a2d7079dc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/recipe-core/zipball/a291d8c10c278ca5fdf1442326382f4a2d7079dc",
"reference": "a291d8c10c278ca5fdf1442326382f4a2d7079dc",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8",
"silverstripe/assets": "1.7.0@stable",
"silverstripe/config": "1.1.0@stable",
"silverstripe/framework": "4.7.3@stable",
"silverstripe/mimevalidator": "2.1.1@stable",
"silverstripe/recipe-plugin": "^1.2"
},
"require-dev": {
"sminnee/phpunit": "^5.7",
"sminnee/phpunit-mock-objects": "^3.4.5"
},
"type": "silverstripe-recipe",
"extra": {
"project-files": [
"app/*"
],
"public-files": [
".htaccess",
"web.config",
"index.php"
],
"resources-dir": "_resources"
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "SilverStripe framework-only core recipe",
"homepage": "http://silverstripe.org",
"support": {
"issues": "https://github.com/silverstripe/recipe-core/issues",
"source": "https://github.com/silverstripe/recipe-core/tree/4.7.3"
},
"time": "2021-03-04T22:48:28+00:00"
},
{
"name": "silverstripe/recipe-plugin",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/recipe-plugin.git",
"reference": "da7ccb0a0968b165f122d7763280f722ea2d3c5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/recipe-plugin/zipball/da7ccb0a0968b165f122d7763280f722ea2d3c5b",
"reference": "da7ccb0a0968b165f122d7763280f722ea2d3c5b",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1 || ^2"
},
"require-dev": {
"composer/composer": "^1.2 || 2"
},
"type": "composer-plugin",
"extra": {
"class": "SilverStripe\\RecipePlugin\\RecipePlugin"
},
"autoload": {
"psr-4": {
"SilverStripe\\RecipePlugin\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Damian Mooyman",
"email": "damian@silverstripe.com"
}
],
"description": "Helper plugin to install SilverStripe recipes",
"support": {
"issues": "https://github.com/silverstripe/recipe-plugin/issues",
"source": "https://github.com/silverstripe/recipe-plugin/tree/1.5.0"
},
"time": "2020-11-11T03:37:26+00:00"
},
{
"name": "silverstripe/reports",
"version": "4.7.0",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-reports.git",
"reference": "82b50592650281662156e174e05093de36ad19aa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-reports/zipball/82b50592650281662156e174e05093de36ad19aa",
"reference": "82b50592650281662156e174e05093de36ad19aa",
"shasum": ""
},
"require": {
"silverstripe/admin": "^1.6@dev",
"silverstripe/assets": "^1.6@dev",
"silverstripe/config": "^1.0@dev",
"silverstripe/framework": "^4.6@dev",
"silverstripe/vendor-plugin": "^1",
"silverstripe/versioned": "^1.6@dev"
},
"require-dev": {
"sminnee/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.0"
},
"type": "silverstripe-vendormodule",
"extra": {
"expose": [
"javascript"
]
},
"autoload": {
"psr-4": {
"SilverStripe\\Reports\\": "code/",
"SilverStripe\\Reports\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "SilverStripe",
"homepage": "http://silverstripe.com"
},
{
"name": "The SilverStripe Community",
"homepage": "http://silverstripe.org"
}
],
"description": "Reports module for SilverStripe CMS",
"homepage": "http://silverstripe.org",
"keywords": [
"cms",
"reports",
"silverstripe"
],
"support": {
"issues": "https://github.com/silverstripe/silverstripe-reports/issues",
"source": "https://github.com/silverstripe/silverstripe-reports/tree/4.7.0"
},
"time": "2020-11-11T00:02:46+00:00"
},
{
"name": "silverstripe/siteconfig",
"version": "4.7.0",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-siteconfig.git",
"reference": "7b66e70c0079916325c3f3dd2fbe9d2ee5580b66"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-siteconfig/zipball/7b66e70c0079916325c3f3dd2fbe9d2ee5580b66",
"reference": "7b66e70c0079916325c3f3dd2fbe9d2ee5580b66",
"shasum": ""
},
"require": {
"silverstripe/admin": "^1",
"silverstripe/framework": "^4",
"silverstripe/vendor-plugin": "^1"
},
"require-dev": {
"sminnee/phpunit": "^5.7"
},
"type": "silverstripe-vendormodule",
"autoload": {
"psr-4": {
"SilverStripe\\SiteConfig\\": "code/",
"SilverStripe\\SiteConfig\\Tests\\": "tests/php/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Will Rossiter",
"email": "will@fullscreen.io"
}
],
"description": "Site wide settings administration.",
"keywords": [
"silverstripe",
"siteconfig"
],
"support": {
"issues": "https://github.com/silverstripe/silverstripe-siteconfig/issues",
"source": "https://github.com/silverstripe/silverstripe-siteconfig/tree/4.7.0"
},
"time": "2020-11-02T02:55:58+00:00"
},
{
"name": "silverstripe/tagfield",
"version": "2.5.0",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-tagfield.git",
"reference": "eef72506e15921464e8e1ef0f6ca2df8150694e8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-tagfield/zipball/eef72506e15921464e8e1ef0f6ca2df8150694e8",
"reference": "eef72506e15921464e8e1ef0f6ca2df8150694e8",
"shasum": ""
},
"require": {
"silverstripe/framework": "^4.3",
"silverstripe/versioned": "^1.3"
},
"require-dev": {
"sminnee/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.0"
},
"type": "silverstripe-vendormodule",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
},
"expose": [
"client/dist"
]
},
"autoload": {
"psr-4": {
"SilverStripe\\TagField\\": "src/",
"SilverStripe\\TagField\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Christopher Pitt",
"email": "chris@silverstripe.com",
"homepage": "http://github.com/assertchris"
}
],
"description": "Tag field for SilverStripe",
"keywords": [
"field",
"silverstripe",
"tag"
],
"support": {
"issues": "http://github.com/silverstripe/silverstripe-tagfield/issues",
"source": "https://github.com/silverstripe/silverstripe-tagfield/tree/2.5.0"
},
"time": "2020-11-11T04:45:54+00:00"
},
{
"name": "silverstripe/vendor-plugin",
"version": "1.5.1",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/vendor-plugin.git",
"reference": "2d91abfbdff35443c0498684b917fbeeb166669b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/vendor-plugin/zipball/2d91abfbdff35443c0498684b917fbeeb166669b",
"reference": "2d91abfbdff35443c0498684b917fbeeb166669b",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1 || ^2",
"composer/installers": "^1.4",
"php": "^7.1 || ^8"
},
"require-dev": {
"composer/composer": "^1.5 || ^2@rc",
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3"
},
"type": "composer-plugin",
"extra": {
"class": "SilverStripe\\VendorPlugin\\VendorPlugin",
"branch-alias": {
"1.x-dev": "1.4.x-dev"
}
},
"autoload": {
"psr-4": {
"SilverStripe\\VendorPlugin\\": "src/",
"SilverStripe\\VendorPlugin\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Damian Mooyman",
"email": "damian@silverstripe.com"
}
],
"description": "Allows vendor modules to expose directories to the webroot",
"support": {
"issues": "https://github.com/silverstripe/vendor-plugin/issues",
"source": "https://github.com/silverstripe/vendor-plugin/tree/1.5.1"
},
"time": "2020-10-29T02:40:05+00:00"
},
{
"name": "silverstripe/versioned",
"version": "1.7.2",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-versioned.git",
"reference": "44487a3bb3bf2176be8e328292853c692bbd220b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-versioned/zipball/44487a3bb3bf2176be8e328292853c692bbd220b",
"reference": "44487a3bb3bf2176be8e328292853c692bbd220b",
"shasum": ""
},
"require": {
"silverstripe/framework": "^4.7",
"silverstripe/vendor-plugin": "^1",
"symfony/cache": "^3.4 || ^4"
},
"require-dev": {
"silverstripe/graphql": "^3",
"sminnee/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3"
},
"type": "silverstripe-vendormodule",
"autoload": {
"psr-4": {
"SilverStripe\\Versioned\\": "src/",
"SilverStripe\\Versioned\\Tests\\": "tests/php/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "SilverStripe",
"homepage": "http://silverstripe.com"
},
{
"name": "The SilverStripe Community",
"homepage": "http://silverstripe.org"
}
],
"description": "SilverStripe Versioned component",
"homepage": "http://silverstripe.org",
"keywords": [
"silverstripe",
"versioned"
],
"support": {
"issues": "https://github.com/silverstripe/silverstripe-versioned/issues",
"source": "https://github.com/silverstripe/silverstripe-versioned/tree/1.7.2"
},
"time": "2021-02-23T03:15:59+00:00"
},
{
"name": "silverstripe/versioned-admin",
"version": "1.7.2",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-versioned-admin.git",
"reference": "41c4c89e94de80a691bcc65d17441642ec8e1edf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-versioned-admin/zipball/41c4c89e94de80a691bcc65d17441642ec8e1edf",
"reference": "41c4c89e94de80a691bcc65d17441642ec8e1edf",
"shasum": ""
},
"require": {
"silverstripe/admin": "^1.6",
"silverstripe/framework": "^4.6",
"silverstripe/graphql": "^2.0 || ^3.0",
"silverstripe/vendor-plugin": "^1",
"silverstripe/versioned": "^1.6"
},
"require-dev": {
"silverstripe/cms": "^4.6",
"sminnee/phpunit": "^5",
"sminnee/phpunit-mock-objects": "^3.4.5",
"squizlabs/php_codesniffer": "^3"
},
"type": "silverstripe-vendormodule",
"extra": {
"expose": [
"client/dist"
]
},
"autoload": {
"psr-4": {
"SilverStripe\\VersionedAdmin\\": "src/",
"SilverStripe\\VersionedAdmin\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "SilverStripe",
"homepage": "http://silverstripe.com"
},
{
"name": "The SilverStripe Community",
"homepage": "http://silverstripe.org"
}
],
"description": "SilverStripe versioned admin interface",
"homepage": "http://silverstripe.org",
"keywords": [
"admin",
"silverstripe",
"versioned"
],
"support": {
"issues": "https://github.com/silverstripe/silverstripe-versioned-admin/issues",
"source": "https://github.com/silverstripe/silverstripe-versioned-admin/tree/1.7.2"
},
"time": "2021-02-11T00:23:32+00:00"
},
{
"name": "sminnee/callbacklist",
"version": "0.1.1",
"source": {
"type": "git",
"url": "https://github.com/sminnee/callbacklist.git",
"reference": "8c9f0a3a9f57aaa8cadb72eb579f5550a73abbc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sminnee/callbacklist/zipball/8c9f0a3a9f57aaa8cadb72eb579f5550a73abbc4",
"reference": "8c9f0a3a9f57aaa8cadb72eb579f5550a73abbc4",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8"
},
"require-dev": {
"php-parallel-lint/php-console-highlighter": "^0.5.0",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan-strict-rules": "^0.12.5",
"phpunit/phpunit": "^7 || ^8 || ^9",
"slevomat/coding-standard": "^6.4",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Sminnee\\CallbackList\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sam Minnee",
"email": "sam@silverstripe.com"
}
],
"description": "PHP class that manages a list of callbacks",
"support": {
"issues": "https://github.com/sminnee/callbacklist/issues",
"source": "https://github.com/sminnee/callbacklist/tree/0.1.1"
},
"time": "2020-12-06T22:00:29+00:00"
},
{
"name": "swiftmailer/swiftmailer",
"version": "v5.4.12",
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
"reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"mockery/mockery": "~0.9.1",
"symfony/phpunit-bridge": "~3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.4-dev"
}
},
"autoload": {
"files": [
"lib/swift_required.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Corbyn"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Swiftmailer, free feature-rich PHP mailer",
"homepage": "https://swiftmailer.symfony.com",
"keywords": [
"email",
"mail",
"mailer"
],
"support": {
"issues": "https://github.com/swiftmailer/swiftmailer/issues",
"source": "https://github.com/swiftmailer/swiftmailer/tree/v5.4.12"
},
"time": "2018-07-31T09:26:32+00:00"
},
{
"name": "symbiote/silverstripe-gridfieldextensions",
"version": "3.2.4",
"source": {
"type": "git",
"url": "https://github.com/symbiote/silverstripe-gridfieldextensions.git",
"reference": "c77d9d1de3df6ba838d2b34733567eab1df577dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symbiote/silverstripe-gridfieldextensions/zipball/c77d9d1de3df6ba838d2b34733567eab1df577dd",
"reference": "c77d9d1de3df6ba838d2b34733567eab1df577dd",
"shasum": ""
},
"require": {
"silverstripe/framework": "~4.0",
"silverstripe/vendor-plugin": "^1.0"
},
"replace": {
"ajshort/silverstripe-gridfieldextensions": "self.version",
"silverstripe-australia/gridfieldextensions": "self.version"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"silverstripe/versioned": "^1",
"squizlabs/php_codesniffer": "^3.0"
},
"type": "silverstripe-vendormodule",
"extra": {
"screenshots": [
"docs/en/_images/editable-rows.png",
"docs/en/_images/add-existing-search.png"
],
"expose": [
"css",
"javascript"
]
},
"autoload": {
"psr-4": {
"Symbiote\\GridFieldExtensions\\": "src/",
"Symbiote\\GridFieldExtensions\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Andrew Short",
"email": "andrewjshort@gmail.com"
},
{
"name": "Marcus Nyeholt",
"email": "marcus@symbiote.com.au"
}
],
"description": "A collection of useful grid field components",
"homepage": "http://github.com/symbiote/silverstripe-gridfieldextensions",
"keywords": [
"gridfield",
"silverstripe"
],
"support": {
"issues": "http://github.com/symbiote/silverstripe-gridfieldextensions/issues",
"source": "https://github.com/symbiote/silverstripe-gridfieldextensions/tree/3.2.4"
},
"time": "2020-07-30T04:46:06+00:00"
},
{
"name": "symfony/cache",
"version": "v4.4.23",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "f133937adf2bb359be0489c40821765e6b7f56b8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/f133937adf2bb359be0489c40821765e6b7f56b8",
"reference": "f133937adf2bb359be0489c40821765e6b7f56b8",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"psr/cache": "^1.0|^2.0",
"psr/log": "~1.0",
"symfony/cache-contracts": "^1.1.7|^2",
"symfony/service-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.2|^5.0"
},
"conflict": {
"doctrine/dbal": "<2.6",
"symfony/dependency-injection": "<3.4",
"symfony/http-kernel": "<4.4|>=5.0",
"symfony/var-dumper": "<4.4"
},
"provide": {
"psr/cache-implementation": "1.0|2.0",
"psr/simple-cache-implementation": "1.0",
"symfony/cache-implementation": "1.0|2.0"
},
"require-dev": {
"cache/integration-tests": "dev-master",
"doctrine/cache": "^1.6",
"doctrine/dbal": "^2.6|^3.0",
"predis/predis": "^1.1",
"psr/simple-cache": "^1.0",
"symfony/config": "^4.2|^5.0",
"symfony/dependency-injection": "^3.4|^4.1|^5.0",
"symfony/filesystem": "^4.4|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/var-dumper": "^4.4|^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Cache\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
"homepage": "https://symfony.com",
"keywords": [
"caching",
"psr6"
],
"support": {
"source": "https://github.com/symfony/cache/tree/v4.4.23"
},
"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": "2021-05-07T12:33:52+00:00"
},
{
"name": "symfony/cache-contracts",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
"reference": "c0446463729b89dd4fa62e9aeecc80287323615d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/c0446463729b89dd4fa62e9aeecc80287323615d",
"reference": "c0446463729b89dd4fa62e9aeecc80287323615d",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/cache": "^1.0|^2.0|^3.0"
},
"suggest": {
"symfony/cache-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.4-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Cache\\": ""
}
},
"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 caching",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/cache-contracts/tree/v2.4.0"
},
"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": "2021-03-23T23:28:01+00:00"
},
{
"name": "symfony/config",
"version": "v4.4.23",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "be9e601f17fc684ddfd6c675fdfcd04bb51fa928"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/be9e601f17fc684ddfd6c675fdfcd04bb51fa928",
"reference": "be9e601f17fc684ddfd6c675fdfcd04bb51fa928",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/filesystem": "^3.4|^4.0|^5.0",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/finder": "<3.4"
},
"require-dev": {
"symfony/event-dispatcher": "^3.4|^4.0|^5.0",
"symfony/finder": "^3.4|^4.0|^5.0",
"symfony/messenger": "^4.1|^5.0",
"symfony/service-contracts": "^1.1|^2",
"symfony/yaml": "^3.4|^4.0|^5.0"
},
"suggest": {
"symfony/yaml": "To use the yaml reference dumper"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Config\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/config/tree/v4.4.23"
},
"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": "2021-05-07T13:37:51+00:00"
},
{
"name": "symfony/filesystem",
"version": "v5.2.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/056e92acc21d977c37e6ea8e97374b2a6c8551b0",
"reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"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"
}
],
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v5.2.7"
},
"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": "2021-04-01T10:42:13+00:00"
},
{
"name": "symfony/finder",
"version": "v4.4.23",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "67b77716f517e3f864759232e1201e7aa2ab0e82"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/67b77716f517e3f864759232e1201e7aa2ab0e82",
"reference": "67b77716f517e3f864759232e1201e7aa2ab0e82",
"shasum": ""
},
"require": {
"php": ">=7.1.3"
},
"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"
}
],
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v4.4.23"
},
"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": "2021-05-09T09:13:09+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.22.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1"
},
"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": "2021-01-07T16:49:33+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.22.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
"reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1"
},
"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": "2021-01-22T09:19:47+00:00"
},
{
"name": "symfony/polyfill-php80",
"version": "v1.22.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
"reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1"
},
"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": "2021-01-07T16:49:33+00:00"
},
{
"name": "symfony/service-contracts",
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/container": "^1.0"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/master"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-09-07T11:33:47+00:00"
},
{
"name": "symfony/translation",
"version": "v4.4.23",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "ff6e63c7b5de874464642969968f61f8dc649ac3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/ff6e63c7b5de874464642969968f61f8dc649ac3",
"reference": "ff6e63c7b5de874464642969968f61f8dc649ac3",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^1.1.6|^2"
},
"conflict": {
"symfony/config": "<3.4",
"symfony/dependency-injection": "<3.4",
"symfony/http-kernel": "<4.4",
"symfony/yaml": "<3.4"
},
"provide": {
"symfony/translation-implementation": "1.0|2.0"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/finder": "~2.8|~3.0|~4.0|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/intl": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1.2|^2",
"symfony/yaml": "^3.4|^4.0|^5.0"
},
"suggest": {
"psr/log-implementation": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/translation/tree/v4.4.23"
},
"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": "2021-04-28T06:59:52+00:00"
},
{
"name": "symfony/translation-contracts",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "95c812666f3e91db75385749fe219c5e494c7f95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95",
"reference": "95c812666f3e91db75385749fe219c5e494c7f95",
"shasum": ""
},
"require": {
"php": ">=7.2.5"
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.4-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"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"
],
"support": {
"source": "https://github.com/symfony/translation-contracts/tree/v2.4.0"
},
"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": "2021-03-23T23:28:01+00:00"
},
{
"name": "symfony/var-exporter",
"version": "v5.2.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
"reference": "d26db2d2b2d7eb2c1adb8545179f8803998b8237"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/d26db2d2b2d7eb2c1adb8545179f8803998b8237",
"reference": "d26db2d2b2d7eb2c1adb8545179f8803998b8237",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15"
},
"require-dev": {
"symfony/var-dumper": "^4.4.9|^5.0.9"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\VarExporter\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Allows exporting any serializable PHP data structure to plain PHP code",
"homepage": "https://symfony.com",
"keywords": [
"clone",
"construct",
"export",
"hydrate",
"instantiate",
"serialize"
],
"support": {
"source": "https://github.com/symfony/var-exporter/tree/v5.3.0-BETA3"
},
"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": "2021-05-07T13:42:21+00:00"
},
{
"name": "symfony/yaml",
"version": "v4.4.22",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "1c2fd24147961525eaefb65b11987cab75adab59"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/1c2fd24147961525eaefb65b11987cab75adab59",
"reference": "1c2fd24147961525eaefb65b11987cab75adab59",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {
"symfony/console": "^3.4|^4.0|^5.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/yaml/tree/v4.4.22"
},
"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": "2021-04-23T12:09:37+00:00"
},
{
"name": "unclecheese/display-logic",
"version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/unclecheese/silverstripe-display-logic.git",
"reference": "c5f807dc24765438b427814350cc884ca70498b0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/unclecheese/silverstripe-display-logic/zipball/c5f807dc24765438b427814350cc884ca70498b0",
"reference": "c5f807dc24765438b427814350cc884ca70498b0",
"shasum": ""
},
"require": {
"silverstripe/framework": "^4.0"
},
"replace": {
"silverstripe/display-logic": "*"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"se/selenium-server-standalone": "2.41.0",
"silverstripe/behat-extension": "^3@dev",
"silverstripe/serve": "^2"
},
"type": "silverstripe-vendormodule",
"extra": {
"installer-name": "display-logic",
"expose": [
"client"
]
},
"autoload": {
"psr-4": {
"UncleCheese\\DisplayLogic\\": "src/",
"UncleCheese\\DisplayLogic\\Tests\\": "tests/php/",
"UncleCheese\\DisplayLogic\\Tests\\Behaviour\\": "tests/behat/src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Uncle Cheese",
"email": "unclecheese@leftandmain.com"
}
],
"description": "Allows assignment of conditions for display and hide of specific form fields based on client side behavior.",
"keywords": [
"Forms",
"cms",
"display",
"logic",
"silverstripe"
],
"support": {
"issues": "https://github.com/unclecheese/silverstripe-display-logic/issues",
"source": "https://github.com/unclecheese/silverstripe-display-logic/tree/master"
},
"time": "2019-10-15T23:31:03+00:00"
},
{
"name": "unclecheese/eventcalendar",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/unclecheese/silverstripe-event-calendar.git",
"reference": "aee53a1e667d64657a7d0e75c2c0da93123bf4dc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/unclecheese/silverstripe-event-calendar/zipball/aee53a1e667d64657a7d0e75c2c0da93123bf4dc",
"reference": "aee53a1e667d64657a7d0e75c2c0da93123bf4dc",
"shasum": ""
},
"require": {
"johngrogg/ics-parser": "^2",
"nesbot/carbon": "1.39.1",
"silverstripe/cms": "^4"
},
"replace": {
"silverstripe/event-calendar": "*"
},
"type": "silverstripe-vendormodule",
"extra": {
"expose": [
"client"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Aaron Carlino"
},
{
"name": "Grant Heggie",
"email": "grant@grantheggie.design"
}
],
"description": "Event calendar for the Silverstripe CMS",
"keywords": [
"calendar",
"events",
"silverstripe"
],
"support": {
"issues": "https://github.com/unclecheese/silverstripe-event-calendar/issues",
"source": "https://github.com/unclecheese/silverstripe-event-calendar/tree/2.0.1"
},
"time": "2020-11-03T05:32:33+00:00"
},
{
"name": "webonyx/graphql-php",
"version": "v0.12.6",
"source": {
"type": "git",
"url": "https://github.com/webonyx/graphql-php.git",
"reference": "4c545e5ec4fc37f6eb36c19f5a0e7feaf5979c95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webonyx/graphql-php/zipball/4c545e5ec4fc37f6eb36c19f5a0e7feaf5979c95",
"reference": "4c545e5ec4fc37f6eb36c19f5a0e7feaf5979c95",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"psr/http-message": "^1.0",
"react/promise": "2.*"
},
"suggest": {
"psr/http-message": "To use standard GraphQL server",
"react/promise": "To leverage async resolving on React PHP platform"
},
"type": "library",
"autoload": {
"psr-4": {
"GraphQL\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A PHP port of GraphQL reference implementation",
"homepage": "https://github.com/webonyx/graphql-php",
"keywords": [
"api",
"graphql"
],
"support": {
"issues": "https://github.com/webonyx/graphql-php/issues",
"source": "https://github.com/webonyx/graphql-php/tree/0.12.x"
},
"time": "2018-09-02T14:59:54+00:00"
},
{
"name": "willdurand/geocoder",
"version": "v3.3.0",
"source": {
"type": "git",
"url": "https://github.com/geocoder-php/php-common.git",
"reference": "ccc178e2984c0af24881faa0ffe515f20e5e8c23"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/geocoder-php/php-common/zipball/ccc178e2984c0af24881faa0ffe515f20e5e8c23",
"reference": "ccc178e2984c0af24881faa0ffe515f20e5e8c23",
"shasum": ""
},
"require": {
"egeloen/http-adapter": "~0.8",
"igorw/get-in": "~1.0",
"php": ">=5.4.0"
},
"require-dev": {
"geoip2/geoip2": "~2.0",
"symfony/stopwatch": "~2.5"
},
"suggest": {
"ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.",
"geoip/geoip": "If you are going to use the MaxMindBinaryProvider (conflict with geoip extension).",
"geoip2/geoip2": "If you are going to use the GeoIP2DatabaseProvider.",
"symfony/stopwatch": "If you want to use the TimedGeocoder"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.3-dev"
}
},
"autoload": {
"psr-0": {
"Geocoder": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "William DURAND",
"email": "william.durand1@gmail.com"
}
],
"description": "The almost missing Geocoder PHP 5.4 library.",
"homepage": "http://geocoder-php.org",
"keywords": [
"abstraction",
"geocoder",
"geocoding",
"geoip"
],
"support": {
"source": "https://github.com/geocoder-php/php-common/tree/v3.3.0"
},
"time": "2015-12-06T20:17:20+00:00"
},
{
"name": "zendframework/zend-diactoros",
"version": "1.8.7",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-diactoros.git",
"reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/a85e67b86e9b8520d07e6415fcbcb8391b44a75b",
"reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"psr/http-message": "^1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-dom": "*",
"ext-libxml": "*",
"php-http/psr7-integration-tests": "dev-master",
"phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
"zendframework/zend-coding-standard": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-release-1.8": "1.8.x-dev"
}
},
"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"
],
"psr-4": {
"Zend\\Diactoros\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"description": "PSR HTTP Message implementations",
"homepage": "https://github.com/zendframework/zend-diactoros",
"keywords": [
"http",
"psr",
"psr-7"
],
"support": {
"issues": "https://github.com/zendframework/zend-diactoros/issues",
"source": "https://github.com/zendframework/zend-diactoros"
},
"abandoned": "laminas/laminas-diactoros",
"time": "2019-08-06T17:53:53+00:00"
}
],
"packages-dev": [
{
"name": "doctrine/instantiator",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^8.0",
"ext-pdo": "*",
"ext-phar": "*",
"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"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "https://ocramius.github.io/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
"keywords": [
"constructor",
"instantiate"
],
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/1.4.0"
},
"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"
}
],
"time": "2020-11-10T18:47:58+00:00"
},
{
"name": "myclabs/deep-copy",
"version": "1.10.2",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
"reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"replace": {
"myclabs/deep-copy": "self.version"
},
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
"phpunit/phpunit": "^7.1"
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
},
"files": [
"src/DeepCopy/deep_copy.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
"source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
"time": "2020-11-13T09:40:50+00:00"
},
{
"name": "phpdocumentor/reflection-common",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
},
"time": "2020-06-27T09:03:43+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
"version": "5.2.2",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
"shasum": ""
},
"require": {
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
},
"require-dev": {
"mockery/mockery": "~1.3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
},
"time": "2020-09-03T19:13:55+00:00"
},
{
"name": "phpdocumentor/type-resolver",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.0"
},
"require-dev": {
"ext-tokenizer": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
},
"time": "2020-09-17T18:55:26+00:00"
},
{
"name": "phpspec/prophecy",
"version": "v1.10.3",
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
"reference": "451c3cd1418cf640de218914901e51b064abb093"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
"reference": "451c3cd1418cf640de218914901e51b064abb093",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0",
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
"sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
},
"require-dev": {
"phpspec/phpspec": "^2.5 || ^3.2",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10.x-dev"
}
},
"autoload": {
"psr-4": {
"Prophecy\\": "src/Prophecy"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
"support": {
"issues": "https://github.com/phpspec/prophecy/issues",
"source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
},
"time": "2020-03-05T15:02:03+00:00"
},
{
"name": "phpunit/php-code-coverage",
"version": "4.0.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
"reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlwriter": "*",
"php": "^5.6 || ^7.0",
"phpunit/php-file-iterator": "^1.3",
"phpunit/php-text-template": "^1.2",
"phpunit/php-token-stream": "^1.4.2 || ^2.0",
"sebastian/code-unit-reverse-lookup": "^1.0",
"sebastian/environment": "^1.3.2 || ^2.0",
"sebastian/version": "^1.0 || ^2.0"
},
"require-dev": {
"ext-xdebug": "^2.1.4",
"phpunit/phpunit": "^5.7"
},
"suggest": {
"ext-xdebug": "^2.5.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
"support": {
"irc": "irc://irc.freenode.net/phpunit",
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/4.0"
},
"time": "2017-04-02T07:44:40+00:00"
},
{
"name": "phpunit/php-file-iterator",
"version": "1.4.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
"support": {
"irc": "irc://irc.freenode.net/phpunit",
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.4.5"
},
"time": "2017-11-27T13:52:08+00:00"
},
{
"name": "phpunit/php-text-template",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
},
"time": "2015-06-21T13:50:34+00:00"
},
{
"name": "phpunit/php-timer",
"version": "1.0.9",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
"source": "https://github.com/sebastianbergmann/php-timer/tree/master"
},
"time": "2017-02-26T11:10:40+00:00"
},
{
"name": "phpunit/php-token-stream",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "791198a2c6254db10131eecfe8c06670700904db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
"reference": "791198a2c6254db10131eecfe8c06670700904db",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.2.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
"source": "https://github.com/sebastianbergmann/php-token-stream/tree/master"
},
"abandoned": true,
"time": "2017-11-27T05:48:46+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"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/",
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T08:15:22+00:00"
},
{
"name": "sebastian/comparator",
"version": "1.2.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"sebastian/diff": "~1.2",
"sebastian/exporter": "~1.2 || ~2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "http://www.github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"source": "https://github.com/sebastianbergmann/comparator/tree/1.2"
},
"time": "2017-01-29T09:50:25+00:00"
},
{
"name": "sebastian/diff",
"version": "1.4.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff"
],
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/1.4"
},
"time": "2017-05-22T07:24:03+00:00"
},
{
"name": "sebastian/environment",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
"reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
"source": "https://github.com/sebastianbergmann/environment/tree/master"
},
"time": "2016-11-26T07:53:53+00:00"
},
{
"name": "sebastian/exporter",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
"reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"sebastian/recursion-context": "~2.0"
},
"require-dev": {
"ext-mbstring": "*",
"phpunit/phpunit": "~4.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"source": "https://github.com/sebastianbergmann/exporter/tree/master"
},
"time": "2016-11-19T08:54:04+00:00"
},
{
"name": "sebastian/global-state",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.2"
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"source": "https://github.com/sebastianbergmann/global-state/tree/1.1.1"
},
"time": "2015-10-12T03:26:01+00:00"
},
{
"name": "sebastian/object-enumerator",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
"reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
"shasum": ""
},
"require": {
"php": ">=5.6",
"sebastian/recursion-context": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "~5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/master"
},
"time": "2017-02-18T15:18:39+00:00"
},
{
"name": "sebastian/recursion-context",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
"reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/master"
},
"time": "2016-11-19T07:33:16+00:00"
},
{
"name": "sebastian/resource-operations",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"support": {
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
"source": "https://github.com/sebastianbergmann/resource-operations/tree/master"
},
"time": "2015-07-28T20:34:47+00:00"
},
{
"name": "sebastian/version",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"source": "https://github.com/sebastianbergmann/version/tree/master"
},
"time": "2016-10-03T07:35:21+00:00"
},
{
"name": "sminnee/phpunit",
"version": "5.7.29",
"source": {
"type": "git",
"url": "https://github.com/sminnee/phpunit.git",
"reference": "a08f38bbf7cd3d877bdb01db5fb877f56ca357d3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sminnee/phpunit/zipball/a08f38bbf7cd3d877bdb01db5fb877f56ca357d3",
"reference": "a08f38bbf7cd3d877bdb01db5fb877f56ca357d3",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"myclabs/deep-copy": "~1.3",
"php": "^5.6 || ^7 || ^8",
"phpspec/prophecy": "^1.6.2",
"phpunit/php-code-coverage": "^4.0.4",
"phpunit/php-file-iterator": "~1.4",
"phpunit/php-text-template": "~1.2",
"phpunit/php-timer": "^1.0.6",
"sebastian/comparator": "^1.2.4",
"sebastian/diff": "^1.4.3",
"sebastian/environment": "^1.3.4 || ^2.0",
"sebastian/exporter": "~2.0",
"sebastian/global-state": "^1.1",
"sebastian/object-enumerator": "~2.0",
"sebastian/resource-operations": "~1.0",
"sebastian/version": "^1.0.6|^2.0.1",
"sminnee/phpunit-mock-objects": "^3.4.9",
"symfony/yaml": "~2.1|~3.0|~4.0"
},
"conflict": {
"phpdocumentor/reflection-docblock": "3.0.2"
},
"replace": {
"phpunit/phpunit": "^5.7"
},
"require-dev": {
"ext-pdo": "*"
},
"suggest": {
"ext-xdebug": "*",
"phpunit/php-invoker": "~1.1"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.7.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework - forked to backport PHP 8 support",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
"support": {
"issues": "https://github.com/sminnee/phpunit/issues",
"source": "https://github.com/sminnee/phpunit/tree/5.7.29"
},
"time": "2020-09-07T05:18:40+00:00"
},
{
"name": "sminnee/phpunit-mock-objects",
"version": "3.4.10",
"source": {
"type": "git",
"url": "https://github.com/sminnee/phpunit-mock-objects.git",
"reference": "63e2c799c731dc30c817268fdfbf3d3dd058e9f8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sminnee/phpunit-mock-objects/zipball/63e2c799c731dc30c817268fdfbf3d3dd058e9f8",
"reference": "63e2c799c731dc30c817268fdfbf3d3dd058e9f8",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
"php": "^5.6 || ^7 || ^8",
"phpunit/php-text-template": "^1.2",
"sebastian/exporter": "^1.2 || ^2.0 || ^3"
},
"conflict": {
"phpunit/phpunit": "<5.4.0"
},
"replace": {
"phpunit/phpunit-mock-objects": "^3.4.4 || ^4"
},
"require-dev": {
"sminnee/phpunit": "^5.7.29"
},
"suggest": {
"ext-soap": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Mock Object library for PHPUnit (fork to add PHP 7.4 support to 3.4)",
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
"keywords": [
"mock",
"xunit"
],
"support": {
"irc": "irc://irc.freenode.net/phpunit",
"issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues",
"source": "https://github.com/sminnee/phpunit-mock-objects/tree/3.4.10"
},
"time": "2020-09-22T09:13:40+00:00"
},
{
"name": "webmozart/assert",
"version": "1.10.0",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5.13"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
"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"
],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.10.0"
},
"time": "2021-03-09T10:59:23+00:00"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"silverstripe/recipe-cms": 0,
"silverstripe/login-forms": 0,
"ilateral/silverstripe-modern": 20,
"ilateral/silverstripe-fancy-top-nav": 20,
"jeffwhitfield/silverstripe-bootstrap-theme": 20,
"ilateral/silverstripe-bootstrap-4": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^7.1 || ^8"
},
"platform-dev": [],
"plugin-api-version": "2.0.0"
}