mantra/test/website/composer.lock

5647 lines
202 KiB
Plaintext
Raw Normal View History

{
"_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"
],
2021-05-10 20:47:00 +00:00
"content-hash": "3e33615b187000abb59db76c355eebe1",
"packages": [
{
"name": "bramus/ansi-php",
2021-05-10 20:47:00 +00:00
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/bramus/ansi-php.git",
2021-05-10 20:47:00 +00:00
"reference": "fb0be33f36053af7454d462e3ddc0a2ac0b2f311"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"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": "composer/ca-bundle",
2021-05-10 20:47:00 +00:00
"version": "1.2.9",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
2021-05-10 20:47:00 +00:00
"reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"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": {
2021-05-10 20:47:00 +00:00
"phpstan/phpstan": "^0.12.55",
"psr/log": "^1.0",
2021-05-10 20:47:00 +00:00
"symfony/phpunit-bridge": "^4.2 || ^5",
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"version": "v1.11.0",
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
2021-05-10 20:47:00 +00:00
"reference": "ae03311f45dfe194412081526be2e003960df74b"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/composer/installers/zipball/ae03311f45dfe194412081526be2e003960df74b",
"reference": "ae03311f45dfe194412081526be2e003960df74b",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"composer-plugin-api": "^1.0 || ^2.0"
},
"replace": {
"roundcube/plugin-installer": "*",
"shama/baton": "*"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"composer/composer": "1.6.* || ^2.0",
"composer/semver": "^1 || ^3",
"phpstan/phpstan": "^0.12.55",
"phpstan/phpstan-phpunit": "^0.12.16",
"symfony/phpunit-bridge": "^4.2 || ^5",
"symfony/process": "^2.3"
},
"type": "composer-plugin",
"extra": {
"class": "Composer\\Installers\\Plugin",
"branch-alias": {
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"MantisBT",
"Mautic",
"Maya",
"OXID",
"Plentymarkets",
"Porto",
"RadPHP",
"SMF",
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"miaoxing",
"modulework",
"modx",
"moodle",
"osclass",
"phpbb",
"piwik",
"ppi",
2021-05-10 20:47:00 +00:00
"processwire",
"puppet",
"pxcms",
"reindex",
"roundcube",
"shopware",
"silverstripe",
"sydes",
2021-05-10 20:47:00 +00:00
"sylius",
"symfony",
2021-05-10 20:47:00 +00:00
"tastyigniter",
"typo3",
"wordpress",
"yawik",
"zend",
"zikula"
],
2021-05-10 20:47:00 +00:00
"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": "embed/embed",
2021-05-10 20:47:00 +00:00
"version": "v3.4.16",
"source": {
"type": "git",
"url": "https://github.com/oscarotero/Embed.git",
2021-05-10 20:47:00 +00:00
"reference": "fe226113966ed8af98000a4514c775492e40a944"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/oscarotero/Embed/zipball/fe226113966ed8af98000a4514c775492e40a944",
"reference": "fe226113966ed8af98000a4514c775492e40a944",
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
"ext-curl": "*",
2021-05-10 20:47:00 +00:00
"ext-dom": "*",
"ext-mbstring": "*",
2021-05-10 20:47:00 +00:00
"php": "^5.6|^7.0|^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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": "guzzlehttp/psr7",
2021-05-10 20:47:00 +00:00
"version": "1.8.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2021-05-10 20:47:00 +00:00
"reference": "dc960a912984efb74d0a90222870c72c87f10c91"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"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": "*",
2021-05-10 20:47:00 +00:00
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
},
"suggest": {
2021-05-10 20:47:00 +00:00
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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": "intervention/image",
2021-05-10 20:47:00 +00:00
"version": "2.5.1",
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
2021-05-10 20:47:00 +00:00
"reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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": "league/csv",
2021-05-10 20:47:00 +00:00
"version": "9.7.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/csv.git",
2021-05-10 20:47:00 +00:00
"reference": "0ec57e8264ec92565974ead0d1724cf1026e10c1"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/thephpleague/csv/zipball/0ec57e8264ec92565974ead0d1724cf1026e10c1",
"reference": "0ec57e8264ec92565974ead0d1724cf1026e10c1",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"ext-json": "*",
"ext-mbstring": "*",
2021-05-10 20:47:00 +00:00
"php": "^7.3 || ^8.0"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"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": {
2021-05-10 20:47:00 +00:00
"dev-master": "9.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Csv\\": "src"
2021-05-10 20:47:00 +00:00
},
"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"
}
],
2021-05-10 20:47:00 +00:00
"description": "CSV data manipulation made easy in PHP",
"homepage": "http://csv.thephpleague.com",
"keywords": [
2021-05-10 20:47:00 +00:00
"convert",
"csv",
"export",
"filter",
"import",
"read",
2021-05-10 20:47:00 +00:00
"transform",
"write"
],
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
2021-05-10 20:47:00 +00:00
"reference": "9be3b16c877d477357c015cec057548cf9b2a14a"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9be3b16c877d477357c015cec057548cf9b2a14a",
"reference": "9be3b16c877d477357c015cec057548cf9b2a14a",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
2021-05-10 20:47:00 +00:00
"league/mime-type-detection": "^1.3",
"php": "^7.2.5 || ^8.0"
},
"conflict": {
"league/flysystem-sftp": "<1.0.6"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/m1/Env.git",
2021-05-10 20:47:00 +00:00
"reference": "5c296e3e13450a207e12b343f3af1d7ab569f6f3"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/marcj/topsort.php.git",
2021-05-10 20:47:00 +00:00
"reference": "972f58e42b5f110a0a1d8433247f65248abcfd5c"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/marcj/topsort.php/zipball/972f58e42b5f110a0a1d8433247f65248abcfd5c",
"reference": "972f58e42b5f110a0a1d8433247f65248abcfd5c",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.3"
},
"require-dev": {
"codeclimate/php-test-reporter": "dev-master",
2021-05-10 20:47:00 +00:00
"phpunit/phpunit": "^9",
"symfony/console": "~2.5 || ~3.0 || ~4.0"
},
"type": "library",
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"version": "1.26.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2021-05-10 20:47:00 +00:00
"reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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": "nikic/php-parser",
2021-05-10 20:47:00 +00:00
"version": "v4.10.5",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2021-05-10 20:47:00 +00:00
"reference": "4432ba399e47c66624bc73c8c0f811e5c109576f"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f",
"reference": "4432ba399e47c66624bc73c8c0f811e5c109576f",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"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": {
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.10.5"
},
2021-05-10 20:47:00 +00:00
"time": "2021-05-03T19:11:20+00:00"
},
{
"name": "psr/cache",
2021-05-10 20:47:00 +00:00
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
2021-05-10 20:47:00 +00:00
"reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
"reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=8.0.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",
2021-05-10 20:47:00 +00:00
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
2021-05-10 20:47:00 +00:00
"support": {
"source": "https://github.com/php-fig/cache/tree/2.0.0"
},
"time": "2021-02-03T23:23:37+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"
],
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "psr/log",
2021-05-10 20:47:00 +00:00
"version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2021-05-10 20:47:00 +00:00
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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.",
2021-05-10 20:47:00 +00:00
"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": "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"
],
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"version": "1.7.3",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-admin.git",
2021-05-10 20:47:00 +00:00
"reference": "a2b721c53c8de576d37324cbd12a85ff3c033959"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/silverstripe/silverstripe-admin/zipball/a2b721c53c8de576d37324cbd12a85ff3c033959",
"reference": "a2b721c53c8de576d37324cbd12a85ff3c033959",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": "^7.1 || ^8",
"silverstripe/framework": "^4.5",
"silverstripe/vendor-plugin": "^1.0",
"silverstripe/versioned": "^1@dev"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"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/",
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"version": "1.7.1",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-asset-admin.git",
2021-05-10 20:47:00 +00:00
"reference": "48d0304799f5f203ec621f04bcd41db6cf82f4cd"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/silverstripe/silverstripe-asset-admin/zipball/48d0304799f5f203ec621f04bcd41db6cf82f4cd",
"reference": "48d0304799f5f203ec621f04bcd41db6cf82f4cd",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"silverstripe/admin": "^1.7",
"silverstripe/framework": "^4.5",
"silverstripe/graphql": "^3",
"silverstripe/vendor-plugin": "^1"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-assets.git",
2021-05-10 20:47:00 +00:00
"reference": "68a6a820a5f99b23f784903e135655743c69c483"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/silverstripe/silverstripe-assets/zipball/68a6a820a5f99b23f784903e135655743c69c483",
"reference": "68a6a820a5f99b23f784903e135655743c69c483",
"shasum": ""
},
"require": {
"intervention/image": "^2.3",
2021-05-10 20:47:00 +00:00
"league/flysystem": "^1.0.70",
"silverstripe/framework": "^4.5",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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/campaign-admin",
2021-05-10 20:47:00 +00:00
"version": "1.7.1",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-campaign-admin.git",
2021-05-10 20:47:00 +00:00
"reference": "abc952327ab39ebe2eee4324c0a3675a34e32989"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/silverstripe/silverstripe-campaign-admin/zipball/abc952327ab39ebe2eee4324c0a3675a34e32989",
"reference": "abc952327ab39ebe2eee4324c0a3675a34e32989",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"silverstripe/admin": "^1.5",
"silverstripe/framework": "^4.5",
"silverstripe/vendor-plugin": "^1.0",
2021-05-10 20:47:00 +00:00
"silverstripe/versioned": "^1.5"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"version": "4.7.1",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-cms.git",
2021-05-10 20:47:00 +00:00
"reference": "babc8a462ecb35306d5c6db21cac7c3c20753353"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/silverstripe/silverstripe-cms/zipball/babc8a462ecb35306d5c6db21cac7c3c20753353",
"reference": "babc8a462ecb35306d5c6db21cac7c3c20753353",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"silverstripe/versioned": "^1.7@dev"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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/config",
2021-05-10 20:47:00 +00:00
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-config.git",
2021-05-10 20:47:00 +00:00
"reference": "c89d2c043fc02e406a6b8b7f8ecbb8d91daa485d"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/silverstripe/silverstripe-config/zipball/c89d2c043fc02e406a6b8b7f8ecbb8d91daa485d",
"reference": "c89d2c043fc02e406a6b8b7f8ecbb8d91daa485d",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"marcj/topsort": "^1 || ^2",
"php": "^7.1 || ^8",
"psr/simple-cache": "^1.0",
2021-05-10 20:47:00 +00:00
"symfony/finder": "^2.8 || ^3.2 || ^4",
"symfony/yaml": "^2.8 || ^3.2 || ^4"
},
"require-dev": {
"mikey179/vfsstream": "^1.6",
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"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/errorpage",
2021-05-10 20:47:00 +00:00
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-errorpage.git",
2021-05-10 20:47:00 +00:00
"reference": "b3cb3479843d5942d0159850eb4c3da63c1c7592"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"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": {
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"version": "4.7.3",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-framework.git",
2021-05-10 20:47:00 +00:00
"reference": "51a882eca8292f3814d5853e58b840d4417d8073"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"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": "*",
2021-05-10 20:47:00 +00:00
"league/csv": "^8 || ^9",
"m1/env": "^2.1",
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"sminnee/callbacklist": "^0.1",
"swiftmailer/swiftmailer": "~5.4",
2021-05-10 20:47:00 +00:00
"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": {
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"version": "3.4.1",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-graphql.git",
2021-05-10 20:47:00 +00:00
"reference": "8932f7bda340be99e61e7638f12059543e993fa6"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"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": {
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"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/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",
2021-05-10 20:47:00 +00:00
"version": "4.7.3",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/recipe-cms.git",
2021-05-10 20:47:00 +00:00
"reference": "d2a6a2a23a0c5b3673b2b417d7a6816c4234b1a4"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/silverstripe/recipe-cms/zipball/d2a6a2a23a0c5b3673b2b417d7a6816c4234b1a4",
"reference": "d2a6a2a23a0c5b3673b2b417d7a6816c4234b1a4",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"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": {
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"version": "4.7.3",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/recipe-core.git",
2021-05-10 20:47:00 +00:00
"reference": "a291d8c10c278ca5fdf1442326382f4a2d7079dc"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/silverstripe/recipe-core/zipball/a291d8c10c278ca5fdf1442326382f4a2d7079dc",
"reference": "a291d8c10c278ca5fdf1442326382f4a2d7079dc",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"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": {
2021-05-10 20:47:00 +00:00
"sminnee/phpunit": "^5.7",
"sminnee/phpunit-mock-objects": "^3.4.5"
},
"type": "silverstripe-recipe",
"extra": {
"project-files": [
"app/*"
],
"public-files": [
".htaccess",
"web.config",
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/recipe-plugin.git",
2021-05-10 20:47:00 +00:00
"reference": "da7ccb0a0968b165f122d7763280f722ea2d3c5b"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/silverstripe/recipe-plugin/zipball/da7ccb0a0968b165f122d7763280f722ea2d3c5b",
"reference": "da7ccb0a0968b165f122d7763280f722ea2d3c5b",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"composer-plugin-api": "^1.1 || ^2"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"version": "4.7.0",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-reports.git",
2021-05-10 20:47:00 +00:00
"reference": "82b50592650281662156e174e05093de36ad19aa"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/silverstripe/silverstripe-reports/zipball/82b50592650281662156e174e05093de36ad19aa",
"reference": "82b50592650281662156e174e05093de36ad19aa",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"silverstripe/admin": "^1.6@dev",
"silverstripe/assets": "^1.6@dev",
"silverstripe/config": "^1.0@dev",
2021-05-10 20:47:00 +00:00
"silverstripe/framework": "^4.6@dev",
"silverstripe/vendor-plugin": "^1",
"silverstripe/versioned": "^1.6@dev"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"version": "4.7.0",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-siteconfig.git",
2021-05-10 20:47:00 +00:00
"reference": "7b66e70c0079916325c3f3dd2fbe9d2ee5580b66"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"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": {
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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/vendor-plugin",
2021-05-10 20:47:00 +00:00
"version": "1.5.1",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/vendor-plugin.git",
2021-05-10 20:47:00 +00:00
"reference": "2d91abfbdff35443c0498684b917fbeeb166669b"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/silverstripe/vendor-plugin/zipball/2d91abfbdff35443c0498684b917fbeeb166669b",
"reference": "2d91abfbdff35443c0498684b917fbeeb166669b",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"composer-plugin-api": "^1.1 || ^2",
"composer/installers": "^1.4",
"php": "^7.1 || ^8"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"version": "1.7.2",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-versioned.git",
2021-05-10 20:47:00 +00:00
"reference": "44487a3bb3bf2176be8e328292853c692bbd220b"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/silverstripe/silverstripe-versioned/zipball/44487a3bb3bf2176be8e328292853c692bbd220b",
"reference": "44487a3bb3bf2176be8e328292853c692bbd220b",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"silverstripe/framework": "^4.7",
"silverstripe/vendor-plugin": "^1",
2021-05-10 20:47:00 +00:00
"symfony/cache": "^3.4 || ^4"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"version": "1.7.2",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-versioned-admin.git",
2021-05-10 20:47:00 +00:00
"reference": "41c4c89e94de80a691bcc65d17441642ec8e1edf"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/silverstripe/silverstripe-versioned-admin/zipball/41c4c89e94de80a691bcc65d17441642ec8e1edf",
"reference": "41c4c89e94de80a691bcc65d17441642ec8e1edf",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"silverstripe/admin": "^1.6",
"silverstripe/framework": "^4.6",
"silverstripe/graphql": "^2.0 || ^3.0",
"silverstripe/vendor-plugin": "^1",
2021-05-10 20:47:00 +00:00
"silverstripe/versioned": "^1.6"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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": "symfony/cache",
2021-05-10 20:47:00 +00:00
"version": "v4.4.22",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
2021-05-10 20:47:00 +00:00
"reference": "0da1df9b1a31f328f1711b5cd922c38a15c5fc74"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/symfony/cache/zipball/0da1df9b1a31f328f1711b5cd922c38a15c5fc74",
"reference": "0da1df9b1a31f328f1711b5cd922c38a15c5fc74",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.1.3",
"psr/cache": "^1.0|^2.0",
"psr/log": "~1.0",
2021-05-10 20:47:00 +00:00
"symfony/cache-contracts": "^1.1.7|^2",
"symfony/service-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.2|^5.0"
},
"conflict": {
2021-05-10 20:47:00 +00:00
"doctrine/dbal": "<2.6",
"symfony/dependency-injection": "<3.4",
"symfony/http-kernel": "<4.4|>=5.0",
"symfony/var-dumper": "<4.4"
},
"provide": {
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"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"
}
],
2021-05-10 20:47:00 +00:00
"description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
"homepage": "https://symfony.com",
"keywords": [
"caching",
"psr6"
],
2021-05-10 20:47:00 +00:00
"support": {
"source": "https://github.com/symfony/cache/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-23T07:09:57+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "symfony/cache-contracts",
"version": "v2.4.0",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/symfony/cache-contracts.git",
"reference": "c0446463729b89dd4fa62e9aeecc80287323615d"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/c0446463729b89dd4fa62e9aeecc80287323615d",
"reference": "c0446463729b89dd4fa62e9aeecc80287323615d",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.2.5",
"psr/cache": "^1.0|^2.0|^3.0"
},
"suggest": {
2021-05-10 20:47:00 +00:00
"symfony/cache-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-main": "2.4-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
2021-05-10 20:47:00 +00:00
"Symfony\\Contracts\\Cache\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-05-10 20:47:00 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-05-10 20:47:00 +00:00
"description": "Generic abstractions related to caching",
"homepage": "https://symfony.com",
2021-05-10 20:47:00 +00:00
"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"
},
{
2021-05-10 20:47:00 +00:00
"name": "symfony/config",
"version": "v4.4.22",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/symfony/config.git",
"reference": "f6d8318c14e4be81525ae47b30e618f0bed4c7b3"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/symfony/config/zipball/f6d8318c14e4be81525ae47b30e618f0bed4c7b3",
"reference": "f6d8318c14e4be81525ae47b30e618f0bed4c7b3",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.1.3",
"symfony/filesystem": "^3.4|^4.0|^5.0",
"symfony/polyfill-ctype": "~1.8"
},
2021-05-10 20:47:00 +00:00
"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"
},
2021-05-10 20:47:00 +00:00
"type": "library",
"autoload": {
"psr-4": {
2021-05-10 20:47:00 +00:00
"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"
}
],
2021-05-10 20:47:00 +00:00
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
2021-05-10 20:47:00 +00:00
"support": {
"source": "https://github.com/symfony/config/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-07T15:47:03+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "symfony/filesystem",
"version": "v5.2.7",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/symfony/filesystem.git",
"reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/056e92acc21d977c37e6ea8e97374b2a6c8551b0",
"reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8"
},
"type": "library",
"autoload": {
"psr-4": {
2021-05-10 20:47:00 +00:00
"Symfony\\Component\\Filesystem\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-05-10 20:47:00 +00:00
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
2021-05-10 20:47:00 +00:00
"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"
},
{
2021-05-10 20:47:00 +00:00
"name": "symfony/finder",
"version": "v4.4.20",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/symfony/finder.git",
"reference": "2543795ab1570df588b9bbd31e1a2bd7037b94f6"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/2543795ab1570df588b9bbd31e1a2bd7037b94f6",
"reference": "2543795ab1570df588b9bbd31e1a2bd7037b94f6",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.1.3"
},
"type": "library",
"autoload": {
"psr-4": {
2021-05-10 20:47:00 +00:00
"Symfony\\Component\\Finder\\": ""
},
2021-05-10 20:47:00 +00:00
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-05-10 20:47:00 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-05-10 20:47:00 +00:00
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
2021-05-10 20:47:00 +00:00
"support": {
"source": "https://github.com/symfony/finder/tree/v4.4.20"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2021-05-10 20:47:00 +00:00
"time": "2021-02-12T10:48:09+00:00"
},
{
"name": "symfony/polyfill-ctype",
2021-05-10 20:47:00 +00:00
"version": "v1.22.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2021-05-10 20:47:00 +00:00
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.1"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"version": "v1.22.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2021-05-10 20:47:00 +00:00
"reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
"reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.1"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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"
},
{
2021-05-10 20:47:00 +00:00
"name": "symfony/polyfill-php80",
"version": "v1.22.1",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
"reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
2021-05-10 20:47:00 +00:00
"Symfony\\Polyfill\\Php80\\": ""
},
2021-05-10 20:47:00 +00:00
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-05-10 20:47:00 +00:00
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-05-10 20:47:00 +00:00
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
2021-05-10 20:47:00 +00:00
"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"
},
{
2021-05-10 20:47:00 +00:00
"name": "symfony/service-contracts",
"version": "v2.2.0",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/symfony/service-contracts.git",
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.2.5",
"psr/container": "^1.0"
},
"suggest": {
2021-05-10 20:47:00 +00:00
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-master": "2.2-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
2021-05-10 20:47:00 +00:00
"Symfony\\Contracts\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-05-10 20:47:00 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-05-10 20:47:00 +00:00
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
2021-05-10 20:47:00 +00:00
"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"
},
{
2021-05-10 20:47:00 +00:00
"name": "symfony/translation",
"version": "v4.4.21",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/symfony/translation.git",
"reference": "eb8f5428cc3b40d6dffe303b195b084f1c5fbd14"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/symfony/translation/zipball/eb8f5428cc3b40d6dffe303b195b084f1c5fbd14",
"reference": "eb8f5428cc3b40d6dffe303b195b084f1c5fbd14",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^1.1.6|^2"
},
2021-05-10 20:47:00 +00:00
"conflict": {
"symfony/config": "<3.4",
"symfony/dependency-injection": "<3.4",
"symfony/http-kernel": "<4.4",
"symfony/yaml": "<3.4"
},
2021-05-10 20:47:00 +00:00
"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.21"
},
"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-23T16:25:01+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.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
"reference": "01184a5ab95eb9500b9b0ef3e525979e003d9c81"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/01184a5ab95eb9500b9b0ef3e525979e003d9c81",
"reference": "01184a5ab95eb9500b9b0ef3e525979e003d9c81",
"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-BETA1"
},
"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/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": "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"
],
2021-05-10 20:47:00 +00:00
"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"
}
],
"packages-dev": [
{
"name": "doctrine/instantiator",
2021-05-10 20:47:00 +00:00
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2021-05-10 20:47:00 +00:00
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": "^7.1 || ^8.0"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"doctrine/coding-standard": "^8.0",
"ext-pdo": "*",
"ext-phar": "*",
2021-05-10 20:47:00 +00:00
"phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
},
"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",
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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",
2021-05-10 20:47:00 +00:00
"version": "1.10.2",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2021-05-10 20:47:00 +00:00
"reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
"reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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"
},
{
2021-05-10 20:47:00 +00:00
"name": "phar-io/manifest",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
"reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.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": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"support": {
"issues": "https://github.com/phar-io/manifest/issues",
"source": "https://github.com/phar-io/manifest/tree/master"
},
"time": "2020-06-27T14:33:11+00:00"
},
{
"name": "phar-io/version",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "bae7c545bef187884426f042434e561ab1ddb182"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
"reference": "bae7c545bef187884426f042434e561ab1ddb182",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
"support": {
"issues": "https://github.com/phar-io/version/issues",
"source": "https://github.com/phar-io/version/tree/3.1.0"
},
"time": "2021-02-23T14:00:09+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": "1.13.0",
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
"reference": "be1996ed8adc35c3fd795488a653f4b518be70ea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea",
"reference": "be1996ed8adc35c3fd795488a653f4b518be70ea",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.2",
"php": "^7.2 || ~8.0, <8.1",
"phpdocumentor/reflection-docblock": "^5.2",
"sebastian/comparator": "^3.0 || ^4.0",
"sebastian/recursion-context": "^3.0 || ^4.0"
},
"require-dev": {
"phpspec/phpspec": "^6.0",
"phpunit/phpunit": "^8.0 || ^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.11.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/1.13.0"
},
"time": "2021-03-17T13:42:18+00:00"
},
{
"name": "phpunit/php-code-coverage",
"version": "9.2.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "f6293e1b30a2354e8428e004689671b83871edde"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f6293e1b30a2354e8428e004689671b83871edde",
"reference": "f6293e1b30a2354e8428e004689671b83871edde",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-xmlwriter": "*",
"nikic/php-parser": "^4.10.2",
"php": ">=7.3",
"phpunit/php-file-iterator": "^3.0.3",
"phpunit/php-text-template": "^2.0.2",
"sebastian/code-unit-reverse-lookup": "^2.0.2",
"sebastian/complexity": "^2.0",
"sebastian/environment": "^5.1.2",
"sebastian/lines-of-code": "^1.0.3",
"sebastian/version": "^3.0.1",
"theseer/tokenizer": "^1.2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-pcov": "*",
"ext-xdebug": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.2-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.6"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2021-03-28T07:26:59+00:00"
},
{
"name": "phpunit/php-file-iterator",
"version": "3.0.5",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "aa4be8575f26070b100fccb67faabb28f21f66f8"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/aa4be8575f26070b100fccb67faabb28f21f66f8",
"reference": "aa4be8575f26070b100fccb67faabb28f21f66f8",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.3"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-master": "3.0-dev"
}
},
"autoload": {
2021-05-10 20:47:00 +00:00
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-05-10 20:47:00 +00:00
"BSD-3-Clause"
],
"authors": [
{
2021-05-10 20:47:00 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
2021-05-10 20:47:00 +00:00
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
2021-05-10 20:47:00 +00:00
"filesystem",
"iterator"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.5"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-05-10 20:47:00 +00:00
"time": "2020-09-28T05:57:25+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "phpunit/php-invoker",
"version": "3.1.1",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann/php-invoker.git",
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.3"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"ext-pcntl": "*",
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-pcntl": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-master": "3.1-dev"
}
},
"autoload": {
2021-05-10 20:47:00 +00:00
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-05-10 20:47:00 +00:00
"BSD-3-Clause"
],
"authors": [
{
2021-05-10 20:47:00 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
2021-05-10 20:47:00 +00:00
"description": "Invoke callables with a timeout",
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
"keywords": [
"process"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
"source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T05:58:55+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "phpunit/php-text-template",
"version": "2.0.4",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.3"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-master": "2.0-dev"
}
},
"autoload": {
2021-05-10 20:47:00 +00:00
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-05-10 20:47:00 +00:00
"BSD-3-Clause"
],
"authors": [
{
2021-05-10 20:47:00 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
2021-05-10 20:47:00 +00:00
"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/2.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T05:33:50+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "phpunit/php-timer",
"version": "5.0.3",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.3"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-master": "5.0-dev"
}
},
"autoload": {
2021-05-10 20:47:00 +00:00
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-05-10 20:47:00 +00:00
"BSD-3-Clause"
],
"authors": [
{
2021-05-10 20:47:00 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
2021-05-10 20:47:00 +00:00
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
2021-05-10 20:47:00 +00:00
"timer"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
"source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-05-10 20:47:00 +00:00
"time": "2020-10-26T13:16:10+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "phpunit/phpunit",
"version": "9.5.4",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "c73c6737305e779771147af66c96ca6a7ed8a741"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c73c6737305e779771147af66c96ca6a7ed8a741",
"reference": "c73c6737305e779771147af66c96ca6a7ed8a741",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"doctrine/instantiator": "^1.3.1",
"ext-dom": "*",
2021-05-10 20:47:00 +00:00
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
2021-05-10 20:47:00 +00:00
"myclabs/deep-copy": "^1.10.1",
"phar-io/manifest": "^2.0.1",
"phar-io/version": "^3.0.2",
"php": ">=7.3",
"phpspec/prophecy": "^1.12.1",
"phpunit/php-code-coverage": "^9.2.3",
"phpunit/php-file-iterator": "^3.0.5",
"phpunit/php-invoker": "^3.1.1",
"phpunit/php-text-template": "^2.0.3",
"phpunit/php-timer": "^5.0.2",
"sebastian/cli-parser": "^1.0.1",
"sebastian/code-unit": "^1.0.6",
"sebastian/comparator": "^4.0.5",
"sebastian/diff": "^4.0.3",
"sebastian/environment": "^5.1.3",
"sebastian/exporter": "^4.0.3",
"sebastian/global-state": "^5.0.1",
"sebastian/object-enumerator": "^4.0.3",
"sebastian/resource-operations": "^3.0.3",
"sebastian/type": "^2.3",
"sebastian/version": "^3.0.2"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"ext-pdo": "*",
"phpspec/prophecy-phpunit": "^2.0.1"
},
"suggest": {
2021-05-10 20:47:00 +00:00
"ext-soap": "*",
"ext-xdebug": "*"
},
2021-05-10 20:47:00 +00:00
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-master": "9.5-dev"
}
},
"autoload": {
"classmap": [
"src/"
2021-05-10 20:47:00 +00:00
],
"files": [
"src/Framework/Assert/Functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2021-05-10 20:47:00 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
2021-05-10 20:47:00 +00:00
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
2021-05-10 20:47:00 +00:00
"phpunit",
"testing",
"xunit"
],
2021-05-10 20:47:00 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.4"
},
"funding": [
{
"url": "https://phpunit.de/donate.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2021-03-23T07:16:29+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "sebastian/cli-parser",
"version": "1.0.1",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann/cli-parser.git",
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2021-05-10 20:47:00 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
2021-05-10 20:47:00 +00:00
"description": "Library for parsing CLI options",
"homepage": "https://github.com/sebastianbergmann/cli-parser",
"support": {
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
"source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-05-10 20:47:00 +00:00
"time": "2020-09-28T06:08:49+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "sebastian/code-unit",
"version": "1.0.8",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann/code-unit.git",
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
2021-05-10 20:47:00 +00:00
"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",
"role": "lead"
}
],
2021-05-10 20:47:00 +00:00
"description": "Collection of value objects that represent the PHP code units",
"homepage": "https://github.com/sebastianbergmann/code-unit",
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
"source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-05-10 20:47:00 +00:00
"time": "2020-10-26T13:08:54+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "sebastian/code-unit-reverse-lookup",
"version": "2.0.3",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.3"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2021-05-10 20:47:00 +00:00
"email": "sebastian@phpunit.de"
}
],
2021-05-10 20:47:00 +00:00
"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/2.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-05-10 20:47:00 +00:00
"time": "2020-09-28T05:30:19+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "sebastian/comparator",
"version": "4.0.6",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "55f4261989e546dc112258c7a75935a81a7ce382"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
"reference": "55f4261989e546dc112258c7a75935a81a7ce382",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.3",
"sebastian/diff": "^4.0",
"sebastian/exporter": "^4.0"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2021-05-10 20:47:00 +00:00
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
}
],
2021-05-10 20:47:00 +00:00
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
"keywords": [
2021-05-10 20:47:00 +00:00
"comparator",
"compare",
"equality"
],
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-05-10 20:47:00 +00:00
"time": "2020-10-26T15:49:45+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "sebastian/complexity",
"version": "2.0.2",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann/complexity.git",
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"nikic/php-parser": "^4.7",
"php": ">=7.3"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"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",
"role": "lead"
}
],
2021-05-10 20:47:00 +00:00
"description": "Library for calculating the complexity of PHP code units",
"homepage": "https://github.com/sebastianbergmann/complexity",
"support": {
"issues": "https://github.com/sebastianbergmann/complexity/issues",
"source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-05-10 20:47:00 +00:00
"time": "2020-10-26T15:52:27+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "sebastian/diff",
"version": "4.0.4",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.3"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"phpunit/phpunit": "^9.3",
"symfony/process": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2021-05-10 20:47:00 +00:00
"email": "sebastian@phpunit.de"
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
}
],
2021-05-10 20:47:00 +00:00
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
2021-05-10 20:47:00 +00:00
"diff",
"udiff",
"unidiff",
"unified diff"
],
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-05-10 20:47:00 +00:00
"time": "2020-10-26T13:10:38+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "sebastian/environment",
"version": "5.1.3",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "388b6ced16caa751030f6a69e588299fa09200ac"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
"reference": "388b6ced16caa751030f6a69e588299fa09200ac",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.3"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-posix": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-master": "5.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
2021-05-10 20:47:00 +00:00
"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/5.1.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T05:52:38+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "sebastian/exporter",
"version": "4.0.3",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65",
"reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.3",
"sebastian/recursion-context": "^4.0"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"ext-mbstring": "*",
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2021-05-10 20:47:00 +00:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
2021-05-10 20:47:00 +00:00
"name": "Adam Harvey",
"email": "aharvey@php.net"
},
{
2021-05-10 20:47:00 +00:00
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
2021-05-10 20:47:00 +00:00
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
2021-05-10 20:47:00 +00:00
"export",
"exporter"
],
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-05-10 20:47:00 +00:00
"time": "2020-09-28T05:24:23+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "sebastian/global-state",
"version": "5.0.2",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "a90ccbddffa067b51f574dea6eb25d5680839455"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/a90ccbddffa067b51f574dea6eb25d5680839455",
"reference": "a90ccbddffa067b51f574dea6eb25d5680839455",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.3",
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"ext-dom": "*",
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-master": "5.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
2021-05-10 20:47:00 +00:00
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
2021-05-10 20:47:00 +00:00
"global state"
],
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-05-10 20:47:00 +00:00
"time": "2020-10-26T15:55:19+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "sebastian/lines-of-code",
"version": "1.0.3",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"nikic/php-parser": "^4.6",
"php": ">=7.3"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2021-05-10 20:47:00 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
2021-05-10 20:47:00 +00:00
"description": "Library for counting the lines of code in PHP source code",
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-05-10 20:47:00 +00:00
"time": "2020-11-28T06:42:11+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "sebastian/object-enumerator",
"version": "4.0.4",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.3",
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
2021-05-10 20:47:00 +00:00
"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/4.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-05-10 20:47:00 +00:00
"time": "2020-10-26T13:12:34+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "sebastian/object-reflector",
"version": "2.0.4",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.3"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"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"
}
],
2021-05-10 20:47:00 +00:00
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
"source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-05-10 20:47:00 +00:00
"time": "2020-10-26T13:14:26+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "sebastian/recursion-context",
"version": "4.0.4",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
"reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.3"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2021-05-10 20:47:00 +00:00
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
2021-05-10 20:47:00 +00:00
"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/4.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:17:30+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "sebastian/resource-operations",
"version": "3.0.3",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.3"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"phpunit/phpunit": "^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2021-05-10 20:47:00 +00:00
}
],
"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/3.0.3"
},
"funding": [
{
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-05-10 20:47:00 +00:00
"time": "2020-09-28T06:45:17+00:00"
},
{
2021-05-10 20:47:00 +00:00
"name": "sebastian/type",
"version": "2.3.1",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
"reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-master": "2.3-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2021-05-10 20:47:00 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
2021-05-10 20:47:00 +00:00
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
"source": "https://github.com/sebastianbergmann/type/tree/2.3.1"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:18:59+00:00"
},
{
"name": "sebastian/version",
2021-05-10 20:47:00 +00:00
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
2021-05-10 20:47:00 +00:00
"reference": "c6c1022351a901512170118436c764e473f6de8c"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
"reference": "c6c1022351a901512170118436c764e473f6de8c",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": ">=7.3"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2021-05-10 20:47:00 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T06:39:44+00:00"
},
{
"name": "theseer/tokenizer",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
"reference": "75a63c33a8577608444246075ea0af0d052e452a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
"reference": "75a63c33a8577608444246075ea0af0d052e452a",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.2 || ^8.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
"source": "https://github.com/theseer/tokenizer/tree/master"
},
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2020-07-12T23:59:07+00:00"
},
{
"name": "webmozart/assert",
2021-05-10 20:47:00 +00:00
"version": "1.10.0",
"source": {
"type": "git",
2021-05-10 20:47:00 +00:00
"url": "https://github.com/webmozarts/assert.git",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
},
"dist": {
"type": "zip",
2021-05-10 20:47:00 +00:00
"url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
"shasum": ""
},
"require": {
2021-05-10 20:47:00 +00:00
"php": "^7.2 || ^8.0",
"symfony/polyfill-ctype": "^1.8"
},
2021-05-10 20:47:00 +00:00
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
},
"require-dev": {
2021-05-10 20:47:00 +00:00
"phpunit/phpunit": "^8.5.13"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-10 20:47:00 +00:00
"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"
],
2021-05-10 20:47:00 +00:00
"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": {
2021-05-10 20:47:00 +00:00
"silverstripe/recipe-cms": 0,
"silverstripe/login-forms": 0
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
2021-05-10 20:47:00 +00:00
"php": "^7.1 || ^8"
},
2021-05-10 20:47:00 +00:00
"platform-dev": [],
"plugin-api-version": "2.0.0"
}