Newer
Older
"symfony/property-access": "^3.4|^4.0|^5.0",
"symfony/property-info": "^3.4|^4.0|^5.0",
"symfony/translation": "^4.2",
"symfony/yaml": "^3.4|^4.0|^5.0"

Alex Pott
committed
},
"suggest": {
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
"doctrine/cache": "For using the default cached annotation reader.",

Alex Pott
committed
"egulias/email-validator": "Strict (RFC compliant) email validation",
"psr/cache-implementation": "For using the mapping cache.",

Alex Pott
committed
"symfony/config": "",
"symfony/expression-language": "For using the Expression validator",

Alex Pott
committed
"symfony/http-foundation": "",
"symfony/intl": "",

Lee Rowlands
committed
"symfony/property-access": "For accessing properties within comparison constraints",
"symfony/property-info": "To automatically add NotNull and Type constraints",
"symfony/translation": "For translating validation errors.",

Alex Pott
committed
"symfony/yaml": ""
},
"type": "library",

Alex Pott
committed
"extra": {
"branch-alias": {
"dev-master": "4.4-dev"

Alex Pott
committed
}
},
"autoload": {

Alex Pott
committed
"psr-4": {
"Symfony\\Component\\Validator\\": ""

catch
committed
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{

Alex Pott
committed
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],

Alex Pott
committed
"description": "Symfony Validator Component",
"homepage": "https://symfony.com",
"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"
}
],

catch
committed
"time": "2020-08-21T09:47:32+00:00"

catch
committed
},
{
"name": "symfony/var-dumper",

catch
committed
"version": "v5.1.4",

catch
committed
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",

catch
committed
"reference": "b43a3905262bcf97b2510f0621f859ca4f5287be"

catch
committed
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/b43a3905262bcf97b2510f0621f859ca4f5287be",
"reference": "b43a3905262bcf97b2510f0621f859ca4f5287be",

catch
committed
"shasum": ""
},
"require": {

catch
committed
"php": ">=7.2.5",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.15"

catch
committed
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
},
"conflict": {
"phpunit/phpunit": "<5.4.3",
"symfony/console": "<4.4"
},
"require-dev": {
"ext-iconv": "*",
"symfony/console": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"twig/twig": "^2.4|^3.0"
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
},
"bin": [
"Resources/bin/var-dump-server"
],
"type": "library",
"extra": {
"branch-alias": {

catch
committed
"dev-master": "5.1-dev"

catch
committed
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
}
},
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony mechanism for exploring and dumping PHP variables",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
"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"
}
],

catch
committed
"time": "2020-08-17T07:42:30+00:00"
},

Angie Byron
committed
{

Alex Pott
committed
"name": "symfony/yaml",

catch
committed
"version": "v4.4.12",

Angie Byron
committed
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",

catch
committed
"reference": "e2a69525b11a33be51cb00b8d6d13a9258a296b1"

Angie Byron
committed
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/symfony/yaml/zipball/e2a69525b11a33be51cb00b8d6d13a9258a296b1",
"reference": "e2a69525b11a33be51cb00b8d6d13a9258a296b1",

Angie Byron
committed
"shasum": ""
},
"require": {

catch
committed
"php": ">=7.1.3",
"symfony/polyfill-ctype": "~1.8"

Lee Rowlands
committed
},
"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"

Angie Byron
committed
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.4-dev"

Angie Byron
committed
}
},
"autoload": {

Alex Pott
committed
"psr-4": {
"Symfony\\Component\\Yaml\\": ""

catch
committed
},
"exclude-from-classmap": [
"/Tests/"
]

Angie Byron
committed
},
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"MIT"

Angie Byron
committed
],
"authors": [
{

Alex Pott
committed
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{

Alex Pott
committed
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"

Angie Byron
committed
}
],

Alex Pott
committed
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"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"
}
],

catch
committed
"time": "2020-08-26T08:30:46+00:00"

Angie Byron
committed
},
{

Alex Pott
committed
"name": "twig/twig",

catch
committed
"version": "v2.13.1",

Angie Byron
committed
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/twigphp/Twig.git",

catch
committed
"reference": "57e96259776ddcacf1814885fc3950460c8e18ef"

Angie Byron
committed
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/twigphp/Twig/zipball/57e96259776ddcacf1814885fc3950460c8e18ef",
"reference": "57e96259776ddcacf1814885fc3950460c8e18ef",

Angie Byron
committed
"shasum": ""
},
"require": {

Alex Pott
committed
"php": ">=7.1.3",

Gábor Hojtsy
committed
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3"

Angie Byron
committed
},
"require-dev": {
"psr/container": "^1.0",

Alex Pott
committed
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
},

Angie Byron
committed
"type": "library",
"extra": {
"branch-alias": {

Alex Pott
committed
"dev-master": "2.13-dev"

Angie Byron
committed
}
},
"autoload": {

Alex Pott
committed
"psr-0": {
"Twig_": "lib/"
},
"psr-4": {
"Twig\\": "src/"

Alex Pott
committed
}

Angie Byron
committed
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{

Alex Pott
committed
"name": "Fabien Potencier",
"email": "fabien@symfony.com",

catch
committed
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{

catch
committed
"name": "Twig Team",
"role": "Contributors"

Alex Pott
committed
},
{

catch
committed
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"

Angie Byron
committed
}
],

Alex Pott
committed
"description": "Twig, the flexible, fast, and secure template language for PHP",

Lee Rowlands
committed
"homepage": "https://twig.symfony.com",

Angie Byron
committed
"keywords": [

Alex Pott
committed
"templating"

Angie Byron
committed
],

Alex Pott
committed
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],

catch
committed
"time": "2020-08-05T15:09:04+00:00"

Angie Byron
committed
},
{
"name": "typo3/phar-stream-wrapper",

Alex Pott
committed
"version": "v3.1.5",
"source": {
"type": "git",
"url": "https://github.com/TYPO3/phar-stream-wrapper.git",

Alex Pott
committed
"reference": "81a713c1e165baa7c09e46cc6799cee24ce45988"
},
"dist": {
"type": "zip",

Alex Pott
committed
"url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/81a713c1e165baa7c09e46cc6799cee24ce45988",
"reference": "81a713c1e165baa7c09e46cc6799cee24ce45988",
"shasum": ""
},
"require": {

catch
committed
"ext-json": "*",
"php": "^7.0"
},
"require-dev": {

Jess
committed
"ext-xdebug": "*",
"phpunit/phpunit": "^6.5"
"suggest": {
"ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "v3.x-dev"
}
},
"autoload": {
"psr-4": {
"TYPO3\\PharStreamWrapper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Interceptors for PHP's native phar:// stream handling",
"homepage": "https://typo3.org/",
"keywords": [
"phar",
"php",
"security",
"stream-wrapper"
],

Alex Pott
committed
"time": "2020-06-19T18:43:12+00:00"

Alex Pott
committed
}
],
"packages-dev": [

Angie Byron
committed
{

Alex Pott
committed
"name": "behat/mink",
"version": "v1.8.1",

Angie Byron
committed
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/minkphp/Mink.git",
"reference": "07c6a9fe3fa98c2de074b25d9ed26c22904e3887"

Angie Byron
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/minkphp/Mink/zipball/07c6a9fe3fa98c2de074b25d9ed26c22904e3887",
"reference": "07c6a9fe3fa98c2de074b25d9ed26c22904e3887",

Angie Byron
committed
"shasum": ""
},

Alex Pott
committed
"require": {
"php": ">=5.3.1",
"symfony/css-selector": "^2.7|^3.0|^4.0|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20",
"symfony/debug": "^2.7|^3.0|^4.0",
"symfony/phpunit-bridge": "^3.4.38 || ^5.0.5"

Alex Pott
committed
},
"suggest": {
"behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
"behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
"behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
"behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)",
"dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)"

Alex Pott
committed
},

Angie Byron
committed
"type": "library",

Alex Pott
committed
"extra": {
"branch-alias": {
"dev-master": "1.8.x-dev"

Alex Pott
committed
}
},

Angie Byron
committed
"autoload": {

Alex Pott
committed
"psr-4": {
"Behat\\Mink\\": "src/"
}

Angie Byron
committed
},
"notification-url": "https://packagist.org/downloads/",
"license": [

Alex Pott
committed
"MIT"

Angie Byron
committed
],
"authors": [
{

Alex Pott
committed
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"

Angie Byron
committed
}
],

Alex Pott
committed
"description": "Browser controller/emulator abstraction for PHP",
"homepage": "http://mink.behat.org/",
"keywords": [
"browser",
"testing",
"web"
],
"time": "2020-03-11T15:45:53+00:00"

Angie Byron
committed
},

Dries Buytaert
committed
{

Alex Pott
committed
"name": "behat/mink-browserkit-driver",
"version": "v1.3.4",

Dries Buytaert
committed
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
"reference": "e3b90840022ebcd544c7b394a3c9597ae242cbee"

Dries Buytaert
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/e3b90840022ebcd544c7b394a3c9597ae242cbee",
"reference": "e3b90840022ebcd544c7b394a3c9597ae242cbee",

Dries Buytaert
committed
"shasum": ""
},
"require": {
"behat/mink": "^1.7.1@dev",
"php": ">=5.3.6",

Lee Rowlands
committed
"symfony/browser-kit": "~2.3|~3.0|~4.0",
"symfony/dom-crawler": "~2.3|~3.0|~4.0"

Dries Buytaert
committed
},
"require-dev": {

Lee Rowlands
committed
"mink/driver-testsuite": "dev-master",
"symfony/debug": "^2.7|^3.0|^4.0",

Lee Rowlands
committed
"symfony/http-kernel": "~2.3|~3.0|~4.0"

Dries Buytaert
committed
},

Alex Pott
committed
"type": "mink-driver",

Dries Buytaert
committed
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"

Dries Buytaert
committed
}
},
"autoload": {
"psr-4": {
"Behat\\Mink\\Driver\\": "src/"

Dries Buytaert
committed
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{

Alex Pott
committed
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"

Dries Buytaert
committed
}
],

Alex Pott
committed
"description": "Symfony2 BrowserKit driver for Mink framework",
"homepage": "http://mink.behat.org/",

Dries Buytaert
committed
"keywords": [

Alex Pott
committed
"Mink",
"Symfony2",
"browser",
"testing"

Dries Buytaert
committed
],
"time": "2020-03-11T09:49:45+00:00"

Dries Buytaert
committed
},

Alex Pott
committed
"name": "behat/mink-goutte-driver",
"version": "v1.2.1",
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/minkphp/MinkGoutteDriver.git",
"reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
"reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
"shasum": ""
},
"require": {

Alex Pott
committed
"behat/mink": "~1.6@dev",
"behat/mink-browserkit-driver": "~1.2@dev",
"fabpot/goutte": "~1.0.4|~2.0|~3.1",
"php": ">=5.3.1"
"require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0"
},

Alex Pott
committed
"type": "mink-driver",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {

Angie Byron
committed
"psr-4": {

Alex Pott
committed
"Behat\\Mink\\Driver\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{

Alex Pott
committed
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"

Alex Pott
committed
"description": "Goutte driver for Mink framework",
"homepage": "http://mink.behat.org/",
"keywords": [

Alex Pott
committed
"browser",
"goutte",
"headless",
"testing"

Alex Pott
committed
{
"name": "behat/mink-selenium2-driver",
"version": "v1.4.0",

Alex Pott
committed
"source": {
"type": "git",
"url": "https://github.com/minkphp/MinkSelenium2Driver.git",
"reference": "312a967dd527f28980cce40850339cd5316da092"

Alex Pott
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/312a967dd527f28980cce40850339cd5316da092",
"reference": "312a967dd527f28980cce40850339cd5316da092",

Alex Pott
committed
"shasum": ""
},
"require": {
"behat/mink": "~1.7@dev",
"instaclick/php-webdriver": "~1.1",

catch
committed
"php": ">=5.4"

Alex Pott
committed
},
"require-dev": {

Alex Pott
committed
"mink/driver-testsuite": "dev-master"

Alex Pott
committed
},
"type": "mink-driver",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"

Alex Pott
committed
}
},
"autoload": {
"psr-4": {
"Behat\\Mink\\Driver\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Pete Otaqui",
"email": "pete@otaqui.com",
"homepage": "https://github.com/pete-otaqui"
},
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"

Alex Pott
committed
}
],
"description": "Selenium2 (WebDriver) driver for Mink framework",
"homepage": "http://mink.behat.org/",
"keywords": [
"ajax",
"browser",
"javascript",
"selenium",
"testing",
"webdriver"
],
"time": "2020-03-11T14:43:21+00:00"

Alex Pott
committed
},
{
"name": "composer/ca-bundle",

catch
committed
"version": "1.2.8",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",

catch
committed
"reference": "8a7ecad675253e4654ea05505233285377405215"
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/8a7ecad675253e4654ea05505233285377405215",
"reference": "8a7ecad675253e4654ea05505233285377405215",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",

catch
committed
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {

catch
committed
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
"psr/log": "^1.0",
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\CaBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
"keywords": [
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
],

catch
committed
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},

catch
committed
{
"url": "https://github.com/composer",
"type": "github"
},

catch
committed
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],

catch
committed
"time": "2020-08-23T12:54:47+00:00"
},
{
"name": "composer/composer",

catch
committed
"version": "1.10.10",
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",

catch
committed
"reference": "32966a3b1d48bc01472a8321fd6472b44fad033a"
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/composer/composer/zipball/32966a3b1d48bc01472a8321fd6472b44fad033a",
"reference": "32966a3b1d48bc01472a8321fd6472b44fad033a",
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
"composer/semver": "^1.0",
"composer/spdx-licenses": "^1.2",
"composer/xdebug-handler": "^1.1",

Alex Pott
committed
"justinrainbow/json-schema": "^5.2.10",
"php": "^5.3.2 || ^7.0",
"psr/log": "^1.0",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",
"symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
},
"conflict": {

Alex Pott
committed
"symfony/console": "2.8.38"
},
"require-dev": {
"phpspec/prophecy": "^1.10",

Alex Pott
committed
"symfony/phpunit-bridge": "^4.2"
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
"ext-zip": "Enabling the zip extension allows you to unzip archives",
"ext-zlib": "Allow gzip compression of HTTP requests"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
}
},
"autoload": {
"psr-4": {
"Composer\\": "src/Composer"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],

catch
committed
"description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
"homepage": "https://getcomposer.org/",
"keywords": [
"autoload",
"dependency",
"package"
],

catch
committed
"time": "2020-08-03T09:35:19+00:00"
},
{
"name": "composer/spdx-licenses",

catch
committed
"version": "1.5.4",
"source": {
"type": "git",
"url": "https://github.com/composer/spdx-licenses.git",

catch
committed
"reference": "6946f785871e2314c60b4524851f3702ea4f2223"
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/6946f785871e2314c60b4524851f3702ea4f2223",
"reference": "6946f785871e2314c60b4524851f3702ea4f2223",
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Spdx\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "SPDX licenses list and validation library.",
"keywords": [
"license",
"spdx",
"validator"
],

catch
committed
"time": "2020-07-15T15:35:07+00:00"
},
{
"name": "composer/xdebug-handler",

catch
committed
"version": "1.4.3",
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",

catch
committed
"reference": "ebd27a9866ae8254e873866f795491f02418c5a5"
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ebd27a9866ae8254e873866f795491f02418c5a5",
"reference": "ebd27a9866ae8254e873866f795491f02418c5a5",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0",
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
},
"type": "library",
"autoload": {
"psr-4": {
"Composer\\XdebugHandler\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
}
],
"description": "Restarts a process without Xdebug.",
"keywords": [
"Xdebug",
"performance"
],
"funding": [
{
"url": "https://packagist.com",
"type": "custom"

Alex Pott
committed
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],

catch
committed
"time": "2020-08-19T10:27:58+00:00"
},

Angie Byron
committed
{

Alex Pott
committed
"name": "doctrine/instantiator",

catch
committed
"version": "1.3.1",

Angie Byron
committed
"source": {
"type": "git",

Alex Pott
committed
"url": "https://github.com/doctrine/instantiator.git",

catch
committed
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea"

Angie Byron
committed
},
"dist": {
"type": "zip",

catch
committed
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea",

Angie Byron
committed
"shasum": ""
},
"require": {

catch
committed
"php": "^7.1 || ^8.0"

Angie Byron
committed
},
"require-dev": {
"doctrine/coding-standard": "^6.0",

Alex Pott
committed
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"

Angie Byron
committed
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"

Angie Byron
committed
}
},
"autoload": {

Alex Pott
committed
"psr-4": {

Alex Pott
committed
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"

Angie Byron
committed
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{

Alex Pott
committed
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"

Angie Byron
committed
}
],

Alex Pott
committed
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",

Alex Pott
committed
"keywords": [
"constructor",
"instantiate"
],

catch
committed
"time": "2020-05-29T17:27:14+00:00"

Angie Byron
committed
},
{
"name": "drupal/coder",

Alex Pott
committed
"version": "8.3.9",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/coder.git",

Alex Pott
committed
"reference": "d51e0b8c6561e21c0545d04b5410a7bed7ee7c6b"
},
"require": {

Alex Pott
committed
"ext-mbstring": "*",
"php": ">=7.0.8",

Alex Pott
committed
"squizlabs/php_codesniffer": "^3.5.5",
"symfony/yaml": ">=2.0.5"
},
"require-dev": {
"phpstan/phpstan": "^0.12.5",
"phpunit/phpunit": "^6.0 || ^7.0"
},
"type": "phpcodesniffer-standard",
"autoload": {
"psr-4": {
"Drupal\\": "coder_sniffer/Drupal/",
"DrupalPractice\\": "coder_sniffer/DrupalPractice/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Coder is a library to review Drupal code.",
"homepage": "https://www.drupal.org/project/coder",
"keywords": [
"code review",
"phpcs",
"standards"
],

Alex Pott
committed
"time": "2020-05-08T10:20:59+00:00"
},
{
"name": "easyrdf/easyrdf",
"version": "0.9.1",
"source": {
"type": "git",
"url": "https://github.com/easyrdf/easyrdf.git",
"reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
"reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"ext-pcre": "*",
"php": ">=5.2.8"
},
"require-dev": {
"phpunit/phpunit": "~3.5",
"sami/sami": "~1.4",
"squizlabs/php_codesniffer": "~1.4.3"
},
"suggest": {
"ml/json-ld": "~1.0"
},
"type": "library",
"autoload": {
"psr-0": {
"EasyRdf_": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nicholas Humfrey",
"email": "njh@aelius.com",
"homepage": "http://www.aelius.com/njh/",
"role": "Developer"
},
{
"name": "Alexey Zakhlestin",
"email": "indeyets@gmail.com",
"role": "Developer"
}
],
"description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
"homepage": "http://www.easyrdf.org/",