2015-08-08 16:51:10 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2018-05-09 22:24:08 +00:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2015-08-08 16:51:10 +00:00
"This file is @generated automatically"
],
2019-06-26 00:03:00 +00:00
"content-hash": "9d42737bb201ffdb20e46b2931673ce6",
2015-08-08 16:51:10 +00:00
"packages": [
2015-08-23 17:25:31 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "composer/ca-bundle",
2019-03-26 22:06:27 +00:00
"version": "1.1.4",
2015-08-23 17:25:31 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/composer/ca-bundle.git",
2019-03-26 22:06:27 +00:00
"reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d"
2015-08-23 17:25:31 +00:00
},
"dist": {
"type": "zip",
2019-03-26 22:06:27 +00:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
"reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
2015-08-23 17:25:31 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0"
2015-08-23 17:25:31 +00:00
},
"require-dev": {
2018-10-16 14:19:51 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2017-09-06 17:55:49 +00:00
"psr/log": "^1.0",
2018-10-16 14:19:51 +00:00
"symfony/process": "^2.5 || ^3.0 || ^4.0"
2015-08-23 17:25:31 +00:00
},
"type": "library",
2016-06-14 09:03:23 +00:00
"extra": {
"branch-alias": {
2017-09-06 17:55:49 +00:00
"dev-master": "1.x-dev"
2016-06-14 09:03:23 +00:00
}
},
2015-08-23 17:25:31 +00:00
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-4": {
"Composer\\CaBundle\\": "src"
2015-08-23 17:25:31 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2015-08-23 17:25:31 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
2015-08-23 17:25:31 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
2015-08-23 17:25:31 +00:00
],
2019-03-26 22:06:27 +00:00
"time": "2019-01-28T09:30:10+00:00"
2015-08-23 17:25:31 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "composer/composer",
2019-04-10 16:00:53 +00:00
"version": "1.8.5",
2015-08-23 17:25:31 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/composer/composer.git",
2019-04-10 16:00:53 +00:00
"reference": "949b116f9e7d98d8d276594fed74b580d125c0e6"
2015-08-23 17:25:31 +00:00
},
"dist": {
"type": "zip",
2019-04-10 16:00:53 +00:00
"url": "https://api.github.com/repos/composer/composer/zipball/949b116f9e7d98d8d276594fed74b580d125c0e6",
"reference": "949b116f9e7d98d8d276594fed74b580d125c0e6",
2015-08-23 17:25:31 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"composer/ca-bundle": "^1.0",
"composer/semver": "^1.0",
2018-10-16 14:19:51 +00:00
"composer/spdx-licenses": "^1.2",
"composer/xdebug-handler": "^1.1",
2017-09-06 17:55:49 +00:00
"justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
"php": "^5.3.2 || ^7.0",
"psr/log": "^1.0",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",
2018-10-16 14:19:51 +00:00
"symfony/console": "^2.7 || ^3.0 || ^4.0",
"symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
"symfony/finder": "^2.7 || ^3.0 || ^4.0",
"symfony/process": "^2.7 || ^3.0 || ^4.0"
},
"conflict": {
"symfony/console": "2.8.38"
2015-08-23 17:25:31 +00:00
},
"require-dev": {
2018-10-16 14:19:51 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7",
2017-09-06 17:55:49 +00:00
"phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
2015-08-23 17:25:31 +00:00
},
"suggest": {
2017-09-06 17:55:49 +00:00
"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"
2015-08-23 17:25:31 +00:00
},
2017-09-06 17:55:49 +00:00
"bin": [
"bin/composer"
],
2015-08-23 17:25:31 +00:00
"type": "library",
"extra": {
"branch-alias": {
2019-03-26 22:06:27 +00:00
"dev-master": "1.8-dev"
2015-08-23 17:25:31 +00:00
}
},
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-4": {
"Composer\\": "src/Composer"
2015-08-23 17:25:31 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2015-08-23 17:25:31 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
"homepage": "https://getcomposer.org/",
2015-08-23 17:25:31 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"autoload",
"dependency",
"package"
2015-08-23 17:25:31 +00:00
],
2019-04-10 16:00:53 +00:00
"time": "2019-04-09T15:46:48+00:00"
2015-08-23 17:25:31 +00:00
},
2015-08-22 21:41:00 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "composer/semver",
2019-03-26 22:06:27 +00:00
"version": "1.5.0",
2015-08-22 21:41:00 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/composer/semver.git",
2019-03-26 22:06:27 +00:00
"reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
2015-08-22 21:41:00 +00:00
},
"dist": {
"type": "zip",
2019-03-26 22:06:27 +00:00
"url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
"reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
2015-08-22 21:41:00 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"php": "^5.3.2 || ^7.0"
2015-08-22 21:41:00 +00:00
},
2016-06-14 09:03:23 +00:00
"require-dev": {
2017-09-06 17:55:49 +00:00
"phpunit/phpunit": "^4.5 || ^5.0.5",
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
2015-08-22 21:41:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-09-06 17:55:49 +00:00
"dev-master": "1.x-dev"
2015-08-22 21:41:00 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-4": {
2017-09-06 17:55:49 +00:00
"Composer\\Semver\\": "src"
2015-08-22 21:41:00 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"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"
2015-08-22 21:41:00 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "Semver library that offers utilities, version constraint parsing and validation.",
2015-08-22 21:41:00 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"semantic",
"semver",
"validation",
"versioning"
2015-08-22 21:41:00 +00:00
],
2019-03-26 22:06:27 +00:00
"time": "2019-03-19T17:25:45+00:00"
2015-08-23 17:25:31 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "composer/spdx-licenses",
2019-03-26 22:06:27 +00:00
"version": "1.5.1",
2015-08-23 17:25:31 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/composer/spdx-licenses.git",
2019-03-26 22:06:27 +00:00
"reference": "a1aa51cf3ab838b83b0867b14e56fc20fbd55b3d"
2015-08-23 17:25:31 +00:00
},
"dist": {
"type": "zip",
2019-03-26 22:06:27 +00:00
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/a1aa51cf3ab838b83b0867b14e56fc20fbd55b3d",
"reference": "a1aa51cf3ab838b83b0867b14e56fc20fbd55b3d",
2015-08-23 17:25:31 +00:00
"shasum": ""
},
"require": {
2019-03-26 22:06:27 +00:00
"php": "^5.3.2 || ^7.0 || ^8.0"
2015-08-23 17:25:31 +00:00
},
"require-dev": {
2019-03-26 22:06:27 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
2015-08-23 17:25:31 +00:00
},
2017-09-06 17:55:49 +00:00
"type": "library",
2015-08-23 17:25:31 +00:00
"extra": {
"branch-alias": {
2017-09-06 17:55:49 +00:00
"dev-master": "1.x-dev"
2015-08-23 17:25:31 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-4": {
2017-09-06 17:55:49 +00:00
"Composer\\Spdx\\": "src"
2015-08-23 17:25:31 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"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"
2015-08-23 17:25:31 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "SPDX licenses list and validation library.",
2015-08-23 17:25:31 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"license",
"spdx",
"validator"
2015-08-23 17:25:31 +00:00
],
2019-03-26 22:06:27 +00:00
"time": "2019-03-26T10:23:26+00:00"
2018-10-16 14:19:51 +00:00
},
{
"name": "composer/xdebug-handler",
2019-03-26 22:06:27 +00:00
"version": "1.3.2",
2018-10-16 14:19:51 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
2019-03-26 22:06:27 +00:00
"reference": "d17708133b6c276d6e42ef887a877866b909d892"
2018-10-16 14:19:51 +00:00
},
"dist": {
"type": "zip",
2019-03-26 22:06:27 +00:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/d17708133b6c276d6e42ef887a877866b909d892",
"reference": "d17708133b6c276d6e42ef887a877866b909d892",
2018-10-16 14:19:51 +00:00
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0",
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
},
"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"
],
2019-03-26 22:06:27 +00:00
"time": "2019-01-28T20:25:53+00:00"
2015-08-23 17:25:31 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "dflydev/ant-path-matcher",
"version": "v1.0.3",
2015-08-23 17:25:31 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/dflydev/dflydev-util-antPathMatcher.git",
"reference": "66e0ed7cd07e1d989b170472d000b99ab8c9e33e"
2015-08-23 17:25:31 +00:00
},
"dist": {
"type": "zip",
2017-09-06 17:55:49 +00:00
"url": "https://api.github.com/repos/dflydev/dflydev-util-antPathMatcher/zipball/66e0ed7cd07e1d989b170472d000b99ab8c9e33e",
"reference": "66e0ed7cd07e1d989b170472d000b99ab8c9e33e",
2015-08-23 17:25:31 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"php": ">=5.3"
2015-08-23 17:25:31 +00:00
},
2017-09-06 17:55:49 +00:00
"type": "library",
2015-08-23 17:25:31 +00:00
"autoload": {
"psr-0": {
2017-09-06 17:55:49 +00:00
"dflydev\\util\\antPathMatcher": "src"
2015-08-23 17:25:31 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
2016-06-14 09:03:23 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
2015-08-23 17:25:31 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "Ant Path Matcher Utility",
"homepage": "http://github.com/dflydev/dflydev-util-antPathMatcher",
2015-08-23 17:25:31 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"ant",
"matcher",
"path",
"pattern"
2015-08-23 17:25:31 +00:00
],
2017-09-06 17:55:49 +00:00
"time": "2012-12-03T05:03:00+00:00"
2015-08-23 17:25:31 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "dflydev/apache-mime-types",
"version": "v1.0.1",
2015-08-23 17:25:31 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/dflydev/dflydev-apache-mime-types.git",
"reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861"
2015-08-23 17:25:31 +00:00
},
"dist": {
"type": "zip",
2017-09-06 17:55:49 +00:00
"url": "https://api.github.com/repos/dflydev/dflydev-apache-mime-types/zipball/f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
"reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
2015-08-23 17:25:31 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"php": ">=5.3"
2015-08-23 17:25:31 +00:00
},
2016-06-14 09:03:23 +00:00
"require-dev": {
2017-09-06 17:55:49 +00:00
"twig/twig": "1.*"
2016-06-14 09:03:23 +00:00
},
2017-09-06 17:55:49 +00:00
"type": "library",
2015-08-23 17:25:31 +00:00
"extra": {
"branch-alias": {
2017-09-06 17:55:49 +00:00
"dev-master": "1.0-dev"
2015-08-23 17:25:31 +00:00
}
},
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-0": {
"Dflydev\\ApacheMimeTypes": "src"
2015-08-23 17:25:31 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
2016-06-14 09:03:23 +00:00
}
2015-08-23 17:25:31 +00:00
],
2017-09-06 17:55:49 +00:00
"description": "Apache MIME Types",
2015-08-23 17:25:31 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"apache",
"mime",
"mimetypes"
2015-08-23 17:25:31 +00:00
],
2017-09-06 17:55:49 +00:00
"time": "2013-05-14T02:02:01+00:00"
2015-08-22 21:41:00 +00:00
},
2016-06-01 11:08:26 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "dflydev/canal",
"version": "v1.0.0",
2016-06-01 11:08:26 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/dflydev/dflydev-canal.git",
"reference": "668af213d86f0f378f5dcce6799b974044fa6a51"
2016-06-01 11:08:26 +00:00
},
"dist": {
"type": "zip",
2017-09-06 17:55:49 +00:00
"url": "https://api.github.com/repos/dflydev/dflydev-canal/zipball/668af213d86f0f378f5dcce6799b974044fa6a51",
"reference": "668af213d86f0f378f5dcce6799b974044fa6a51",
2016-06-01 11:08:26 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"dflydev/apache-mime-types": "1.0.*",
"php": ">=5.3.3",
"webignition/internet-media-type": "0.*"
2017-07-15 10:13:32 +00:00
},
2016-06-01 11:08:26 +00:00
"type": "library",
"extra": {
"branch-alias": {
2017-09-06 17:55:49 +00:00
"dev-master": "1.0-dev"
2016-06-01 11:08:26 +00:00
}
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-0": {
2017-09-06 17:55:49 +00:00
"Dflydev\\Canal": "src"
2016-06-01 11:08:26 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-09-06 17:55:49 +00:00
"MIT"
2016-06-01 11:08:26 +00:00
],
2017-09-06 17:55:49 +00:00
"authors": [
{
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
}
],
"description": "Content analysis for the purpose of determining Internet media types.",
2016-06-01 11:08:26 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"content",
"detection",
"mime",
"type"
2016-06-01 11:08:26 +00:00
],
2017-09-06 17:55:49 +00:00
"time": "2013-05-14T05:22:25+00:00"
2016-06-01 11:08:26 +00:00
},
2015-11-16 21:29:06 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "dflydev/dot-access-configuration",
2019-04-10 16:00:53 +00:00
"version": "v1.0.3",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
2019-04-10 16:00:53 +00:00
"reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2019-04-10 16:00:53 +00:00
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
"reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"dflydev/dot-access-data": "1.*",
"dflydev/placeholder-resolver": "1.*",
"php": ">=5.3.2"
2015-08-08 16:51:10 +00:00
},
2015-08-24 22:18:10 +00:00
"require-dev": {
2017-09-06 17:55:49 +00:00
"symfony/yaml": "~2.1"
2015-08-08 16:51:10 +00:00
},
2015-11-16 21:29:06 +00:00
"suggest": {
2017-09-06 17:55:49 +00:00
"symfony/yaml": "Required for using the YAML Configuration Builders"
2015-11-16 21:29:06 +00:00
},
"type": "library",
2015-08-08 16:51:10 +00:00
"extra": {
"branch-alias": {
2017-09-06 17:55:49 +00:00
"dev-master": "1.0-dev"
2015-08-08 16:51:10 +00:00
}
},
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-0": {
"Dflydev\\DotAccessConfiguration": "src"
2015-08-08 16:51:10 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2015-08-24 22:18:10 +00:00
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
2015-08-08 16:51:10 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
"homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
2015-08-08 16:51:10 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"config",
"configuration"
2015-08-08 16:51:10 +00:00
],
2019-04-10 16:00:53 +00:00
"time": "2018-09-08T23:00:17+00:00"
2015-08-08 16:51:10 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "dflydev/dot-access-data",
"version": "v1.1.0",
2015-08-08 16:51:10 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
"reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
2015-08-08 16:51:10 +00:00
},
"dist": {
"type": "zip",
2017-09-06 17:55:49 +00:00
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
"reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
2015-08-08 16:51:10 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"php": ">=5.3.2"
2015-08-08 16:51:10 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-09-06 17:55:49 +00:00
"dev-master": "1.0-dev"
2015-08-08 16:51:10 +00:00
}
},
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-0": {
"Dflydev\\DotAccessData": "src"
2015-08-08 16:51:10 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2015-11-16 21:29:06 +00:00
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
},
{
"name": "Carlos Frutos",
"email": "carlos@kiwing.it",
"homepage": "https://github.com/cfrutos"
}
],
"description": "Given a deep data structure, access data by dot notation.",
"homepage": "https://github.com/dflydev/dflydev-dot-access-data",
2015-08-08 16:51:10 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"access",
"data",
"dot",
"notation"
2015-08-08 16:51:10 +00:00
],
2017-09-06 17:55:49 +00:00
"time": "2017-01-20T21:14:22+00:00"
2015-08-08 16:51:10 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "dflydev/embedded-composer",
"version": "dev-master",
2015-08-08 16:51:10 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/dflydev/dflydev-embedded-composer.git",
2018-10-16 14:19:51 +00:00
"reference": "65b9d65826a2d27eaf87275c012e24d51b08d661"
2015-08-08 16:51:10 +00:00
},
"dist": {
"type": "zip",
2018-10-16 14:19:51 +00:00
"url": "https://api.github.com/repos/dflydev/dflydev-embedded-composer/zipball/65b9d65826a2d27eaf87275c012e24d51b08d661",
"reference": "65b9d65826a2d27eaf87275c012e24d51b08d661",
2015-08-08 16:51:10 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"composer/composer": "^1.0",
"php": ">=5.3.2"
},
"replace": {
"dflydev/embedded-composer-bundle": "self.version",
"dflydev/embedded-composer-console": "self.version",
"dflydev/embedded-composer-core": "self.version"
2015-08-08 16:51:10 +00:00
},
2015-11-16 21:29:06 +00:00
"require-dev": {
2017-09-06 17:55:49 +00:00
"phpunit/phpunit": "~3.7.10",
"symfony/console": "~2.3@dev",
"symfony/http-kernel": "~2.1"
},
"suggest": {
"symfony/console": "~2.3",
"symfony/http-kernel": "~2.1"
2015-08-08 16:51:10 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-09-06 17:55:49 +00:00
"dev-master": "1.0-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-0": {
"Dflydev\\EmbeddedComposer": "src"
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
2016-10-08 08:14:30 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
2015-08-08 16:51:10 +00:00
}
2015-11-16 21:29:06 +00:00
],
2017-09-06 17:55:49 +00:00
"description": "Embed Composer into another application",
2015-11-16 21:29:06 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"composer",
"embedded",
"extensibility"
2015-11-16 21:29:06 +00:00
],
2018-10-16 14:19:51 +00:00
"time": "2018-04-18T14:50:04+00:00"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "dflydev/placeholder-resolver",
"version": "v1.0.2",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
"reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2017-09-06 17:55:49 +00:00
"url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
"reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
2015-11-16 21:29:06 +00:00
"shasum": ""
2015-08-08 16:51:10 +00:00
},
2015-11-16 21:29:06 +00:00
"require": {
2017-09-06 17:55:49 +00:00
"php": ">=5.3.2"
2015-11-16 21:29:06 +00:00
},
"type": "library",
2016-06-14 09:03:23 +00:00
"extra": {
"branch-alias": {
2017-09-06 17:55:49 +00:00
"dev-master": "1.0-dev"
2016-06-14 09:03:23 +00:00
}
},
2015-08-08 16:51:10 +00:00
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-0": {
"Dflydev\\PlaceholderResolver": "src"
2015-08-08 16:51:10 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
2016-10-08 08:14:30 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
2015-08-08 16:51:10 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.",
"homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
2015-08-08 16:51:10 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"placeholder",
"resolver"
2015-08-08 16:51:10 +00:00
],
2017-09-06 17:55:49 +00:00
"time": "2012-10-28T21:08:28+00:00"
2017-07-15 10:13:32 +00:00
},
2019-04-14 07:23:06 +00:00
{
"name": "doctrine/annotations",
"version": "v1.6.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/53120e0eb10355388d6ccbe462f1fea34ddadb24",
"reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24",
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"php": "^7.1"
},
"require-dev": {
"doctrine/cache": "1.*",
"phpunit/phpunit": "^6.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"docblock",
"parser"
],
"time": "2019-03-25T19:12:02+00:00"
},
2015-08-08 16:51:10 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "doctrine/inflector",
2019-04-10 16:00:53 +00:00
"version": "v1.3.0",
2015-08-08 16:51:10 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/doctrine/inflector.git",
2019-04-10 16:00:53 +00:00
"reference": "5527a48b7313d15261292c149e55e26eae771b0a"
2015-08-08 16:51:10 +00:00
},
"dist": {
"type": "zip",
2019-04-10 16:00:53 +00:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
"reference": "5527a48b7313d15261292c149e55e26eae771b0a",
2015-08-08 16:51:10 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"php": "^7.1"
2016-06-14 09:03:23 +00:00
},
"require-dev": {
2019-04-10 16:00:53 +00:00
"phpunit/phpunit": "^6.2"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-04-10 16:00:53 +00:00
"dev-master": "1.3.x-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
2019-04-10 16:00:53 +00:00
"psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
2016-06-14 09:03:23 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2015-11-16 21:29:06 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
2015-11-16 21:29:06 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"inflection",
"pluralize",
"singularize",
"string"
2015-11-16 21:29:06 +00:00
],
2019-04-10 16:00:53 +00:00
"time": "2018-01-09T20:05:19+00:00"
2015-11-16 21:29:06 +00:00
},
2019-04-14 07:23:06 +00:00
{
"name": "doctrine/lexer",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Lexer\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"lexer",
"parser"
],
"time": "2014-09-09T13:34:57+00:00"
},
2015-11-16 21:29:06 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "evenement/evenement",
2019-04-10 16:00:53 +00:00
"version": "v3.0.1",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/igorw/evenement.git",
2019-04-10 16:00:53 +00:00
"reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2019-04-10 16:00:53 +00:00
"url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
"reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"php": ">=7.0"
2015-08-08 16:51:10 +00:00
},
2018-10-16 14:19:51 +00:00
"require-dev": {
2019-04-10 16:00:53 +00:00
"phpunit/phpunit": "^6.0"
2018-10-16 14:19:51 +00:00
},
2015-08-08 16:51:10 +00:00
"type": "library",
"autoload": {
2015-08-24 22:18:10 +00:00
"psr-0": {
2017-09-06 17:55:49 +00:00
"Evenement": "src"
2015-08-08 16:51:10 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Igor Wiedler",
2018-10-16 14:19:51 +00:00
"email": "igor@wiedler.ch"
2015-08-08 16:51:10 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "Événement is a very simple event dispatching library for PHP",
2015-08-08 16:51:10 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"event-dispatcher",
"event-emitter"
2015-11-16 21:29:06 +00:00
],
2019-04-10 16:00:53 +00:00
"time": "2017-07-23T21:35:13+00:00"
2015-11-16 21:29:06 +00:00
},
2019-04-14 07:23:06 +00:00
{
"name": "friendsofphp/php-cs-fixer",
"version": "v2.14.2",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
"reference": "ff401e58261ffc5934a58f795b3f95b355e276cb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ff401e58261ffc5934a58f795b3f95b355e276cb",
"reference": "ff401e58261ffc5934a58f795b3f95b355e276cb",
"shasum": ""
},
"require": {
"composer/semver": "^1.4",
"composer/xdebug-handler": "^1.2",
"doctrine/annotations": "^1.2",
"ext-json": "*",
"ext-tokenizer": "*",
"php": "^5.6 || ^7.0",
"php-cs-fixer/diff": "^1.3",
"symfony/console": "^3.4.17 || ^4.1.6",
"symfony/event-dispatcher": "^3.0 || ^4.0",
"symfony/filesystem": "^3.0 || ^4.0",
"symfony/finder": "^3.0 || ^4.0",
"symfony/options-resolver": "^3.0 || ^4.0",
"symfony/polyfill-php70": "^1.0",
"symfony/polyfill-php72": "^1.4",
"symfony/process": "^3.0 || ^4.0",
"symfony/stopwatch": "^3.0 || ^4.0"
},
"require-dev": {
"johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
"justinrainbow/json-schema": "^5.0",
"keradus/cli-executor": "^1.2",
"mikey179/vfsstream": "^1.6",
"php-coveralls/php-coveralls": "^2.1",
"php-cs-fixer/accessible-object": "^1.0",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.0.1",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.0.1",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1",
"phpunitgoodpractices/traits": "^1.5.1",
"symfony/phpunit-bridge": "^4.0"
},
"suggest": {
"ext-mbstring": "For handling non-UTF8 characters in cache signature.",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
"symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
},
"bin": [
"php-cs-fixer"
],
"type": "application",
"autoload": {
"psr-4": {
"PhpCsFixer\\": "src/"
},
"classmap": [
"tests/Test/AbstractFixerTestCase.php",
"tests/Test/AbstractIntegrationCaseFactory.php",
"tests/Test/AbstractIntegrationTestCase.php",
"tests/Test/Assert/AssertTokensTrait.php",
"tests/Test/IntegrationCase.php",
"tests/Test/IntegrationCaseFactory.php",
"tests/Test/IntegrationCaseFactoryInterface.php",
"tests/Test/InternalIntegrationCaseFactory.php",
"tests/TestCase.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dariusz Rumiński",
"email": "dariusz.ruminski@gmail.com"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "A tool to automatically fix PHP code style",
"time": "2019-02-17T17:44:13+00:00"
},
2019-06-26 00:03:00 +00:00
{
"name": "jean85/pretty-package-versions",
"version": "1.2",
"source": {
"type": "git",
"url": "https://github.com/Jean85/pretty-package-versions.git",
"reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
"reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
"shasum": ""
},
"require": {
"ocramius/package-versions": "^1.2.0",
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Jean85\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alessandro Lai",
"email": "alessandro.lai85@gmail.com"
}
],
"description": "A wrapper for ocramius/package-versions to get pretty versions strings",
"keywords": [
"composer",
"package",
"release",
"versions"
],
"time": "2018-06-13T13:22:40+00:00"
},
2018-08-30 23:35:25 +00:00
{
"name": "josephlavin/tap",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/josephlavin/tap.git",
"reference": "8733d96fb9b7d7dca204dfe59ec3ff34f3c69be9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/josephlavin/tap/zipball/8733d96fb9b7d7dca204dfe59ec3ff34f3c69be9",
"reference": "8733d96fb9b7d7dca204dfe59ec3ff34f3c69be9",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7"
},
"type": "library",
"autoload": {
"files": [
"src/tap.php",
"src/TapProxy.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Stand alone port of Laravel's tap method.",
"keywords": [
"laravel",
"php",
"tap"
],
"time": "2017-09-24T23:36:28+00:00"
},
2015-11-16 21:29:06 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "justinrainbow/json-schema",
2019-03-26 22:06:27 +00:00
"version": "5.2.8",
2016-10-08 08:14:30 +00:00
"source": {
2015-11-16 21:29:06 +00:00
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/justinrainbow/json-schema.git",
2019-03-26 22:06:27 +00:00
"reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2019-03-26 22:06:27 +00:00
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/dcb6e1006bb5fd1e392b4daa68932880f37550d4",
"reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"php": ">=5.3.3"
2016-06-14 09:03:23 +00:00
},
"require-dev": {
2019-03-26 22:06:27 +00:00
"friendsofphp/php-cs-fixer": "~2.2.20",
2017-09-06 17:55:49 +00:00
"json-schema/json-schema-test-suite": "1.2.0",
2018-10-16 14:19:51 +00:00
"phpunit/phpunit": "^4.8.35"
2015-11-16 21:29:06 +00:00
},
2017-09-06 17:55:49 +00:00
"bin": [
"bin/validate-json"
],
2015-11-16 21:29:06 +00:00
"type": "library",
"extra": {
"branch-alias": {
2017-09-06 17:55:49 +00:00
"dev-master": "5.0.x-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-4": {
"JsonSchema\\": "src/JsonSchema/"
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2015-08-08 16:51:10 +00:00
],
2015-11-16 21:29:06 +00:00
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Bruno Prieto Reis",
"email": "bruno.p.reis@gmail.com"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "Justin Rainbow",
"email": "justin.rainbow@gmail.com"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Robert Schönthal",
"email": "seroscho@googlemail.com"
2015-11-16 21:29:06 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "A library to validate a json schema.",
"homepage": "https://github.com/justinrainbow/json-schema",
2015-11-16 21:29:06 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"json",
"schema"
2015-11-16 21:29:06 +00:00
],
2019-03-26 22:06:27 +00:00
"time": "2019-01-14T23:55:14+00:00"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "michelf/php-markdown",
2018-10-16 14:19:51 +00:00
"version": "1.8.0",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/michelf/php-markdown.git",
2018-10-16 14:19:51 +00:00
"reference": "01ab082b355bf188d907b9929cd99b2923053495"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2018-10-16 14:19:51 +00:00
"url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
"reference": "01ab082b355bf188d907b9929cd99b2923053495",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"php": ">=5.3.0"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"autoload": {
2018-10-16 14:19:51 +00:00
"psr-4": {
"Michelf\\": "Michelf/"
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-09-06 17:55:49 +00:00
"BSD-3-Clause"
2015-11-16 21:29:06 +00:00
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Michel Fortin",
2019-08-27 07:31:35 +00:00
"role": "Developer",
2017-09-06 17:55:49 +00:00
"email": "michel.fortin@michelf.ca",
2019-08-27 07:31:35 +00:00
"homepage": "https://michelf.ca/"
2016-10-08 07:24:42 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "John Gruber",
"homepage": "https://daringfireball.net/"
2015-11-16 21:29:06 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "PHP Markdown",
"homepage": "https://michelf.ca/projects/php-markdown/",
2015-11-16 21:29:06 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"markdown"
2015-11-16 21:29:06 +00:00
],
2018-10-16 14:19:51 +00:00
"time": "2018-01-15T00:49:33+00:00"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "netcarver/textile",
2019-08-27 20:56:12 +00:00
"version": "v3.7.2",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/textile/php-textile.git",
2019-08-27 20:56:12 +00:00
"reference": "c24d68d9f4d099f9c2434e71024f2a6140dc1594"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2019-08-27 20:56:12 +00:00
"url": "https://api.github.com/repos/textile/php-textile/zipball/c24d68d9f4d099f9c2434e71024f2a6140dc1594",
"reference": "c24d68d9f4d099f9c2434e71024f2a6140dc1594",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"php": ">=5.3.0"
},
"require-dev": {
2019-04-10 16:00:53 +00:00
"php-coveralls/php-coveralls": "2.1.*",
2019-03-26 22:06:27 +00:00
"phpunit/phpunit": "5.7.*",
"squizlabs/php_codesniffer": "3.*",
"symfony/yaml": "2.4.*"
2015-11-16 21:29:06 +00:00
},
"type": "library",
2019-04-10 16:00:53 +00:00
"extra": {
"branch-alias": {
"dev-master": "3.7-dev"
}
},
2015-11-16 21:29:06 +00:00
"autoload": {
2019-03-26 22:06:27 +00:00
"psr-4": {
"Netcarver\\Textile\\": "src/Netcarver/Textile/"
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-09-06 17:55:49 +00:00
"BSD-3-Clause"
2016-10-08 08:14:30 +00:00
],
2017-09-06 17:55:49 +00:00
"description": "Textile markup language parser",
"homepage": "https://github.com/textile/php-textile",
2015-11-16 21:29:06 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"document",
"format",
"html",
"language",
"markup",
"parser",
"php-textile",
"plaintext",
"textile"
2015-11-16 21:29:06 +00:00
],
2019-08-27 20:56:12 +00:00
"time": "2019-06-08T17:57:17+00:00"
2015-11-16 21:29:06 +00:00
},
2019-06-26 00:03:00 +00:00
{
"name": "nette/bootstrap",
"version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/nette/bootstrap.git",
"reference": "e1075af05c211915e03e0c86542f3ba5433df4a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/bootstrap/zipball/e1075af05c211915e03e0c86542f3ba5433df4a3",
"reference": "e1075af05c211915e03e0c86542f3ba5433df4a3",
"shasum": ""
},
"require": {
"nette/di": "^3.0",
"nette/utils": "^3.0",
"php": ">=7.1"
},
"require-dev": {
"latte/latte": "^2.2",
"nette/application": "^3.0",
"nette/caching": "^3.0",
"nette/database": "^3.0",
"nette/forms": "^3.0",
"nette/http": "^3.0",
"nette/mail": "^3.0",
"nette/robot-loader": "^3.0",
"nette/safe-stream": "^2.2",
"nette/security": "^3.0",
"nette/tester": "^2.0",
"tracy/tracy": "^2.6"
},
"suggest": {
"nette/robot-loader": "to use Configurator::createRobotLoader()",
"tracy/tracy": "to use Configurator::enableTracy()"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
"homepage": "https://nette.org",
"keywords": [
"bootstrapping",
"configurator",
"nette"
],
"time": "2019-03-26T12:59:07+00:00"
},
{
"name": "nette/di",
"version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/nette/di.git",
"reference": "19d83539245aaacb59470828919182411061841f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/di/zipball/19d83539245aaacb59470828919182411061841f",
"reference": "19d83539245aaacb59470828919182411061841f",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"nette/neon": "^3.0",
"nette/php-generator": "^3.2.2",
"nette/robot-loader": "^3.2",
"nette/schema": "^1.0",
"nette/utils": "^3.0",
"php": ">=7.1"
},
"conflict": {
"nette/bootstrap": "<3.0"
},
"require-dev": {
"nette/tester": "^2.2",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
],
"files": [
"src/compatibility.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
"homepage": "https://nette.org",
"keywords": [
"compiled",
"di",
"dic",
"factory",
"ioc",
"nette",
"static"
],
"time": "2019-04-03T19:35:46+00:00"
},
{
"name": "nette/finder",
"version": "v2.5.0",
"source": {
"type": "git",
"url": "https://github.com/nette/finder.git",
"reference": "6be1b83ea68ac558aff189d640abe242e0306fe2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/finder/zipball/6be1b83ea68ac558aff189d640abe242e0306fe2",
"reference": "6be1b83ea68ac558aff189d640abe242e0306fe2",
"shasum": ""
},
"require": {
"nette/utils": "^2.4 || ~3.0.0",
"php": ">=7.1"
},
"conflict": {
"nette/nette": "<2.2"
},
"require-dev": {
"nette/tester": "^2.0",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.5-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "? Nette Finder: find files and directories with an intuitive API.",
"homepage": "https://nette.org",
"keywords": [
"filesystem",
"glob",
"iterator",
"nette"
],
"time": "2019-02-28T18:13:25+00:00"
},
{
"name": "nette/neon",
"version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/nette/neon.git",
"reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/neon/zipball/cbff32059cbdd8720deccf9e9eace6ee516f02eb",
"reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb",
"shasum": ""
},
"require": {
"ext-iconv": "*",
"ext-json": "*",
"php": ">=7.0"
},
"require-dev": {
"nette/tester": "^2.0",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "? Nette NEON: encodes and decodes NEON file format.",
"homepage": "http://ne-on.org",
"keywords": [
"export",
"import",
"neon",
"nette",
"yaml"
],
"time": "2019-02-05T21:30:40+00:00"
},
{
"name": "nette/php-generator",
"version": "v3.2.2",
"source": {
"type": "git",
"url": "https://github.com/nette/php-generator.git",
"reference": "acff8b136fad84b860a626d133e791f95781f9f5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/php-generator/zipball/acff8b136fad84b860a626d133e791f95781f9f5",
"reference": "acff8b136fad84b860a626d133e791f95781f9f5",
"shasum": ""
},
"require": {
"nette/utils": "^2.4.2 || ~3.0.0",
"php": ">=7.1"
},
"require-dev": {
"nette/tester": "^2.0",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.",
"homepage": "https://nette.org",
"keywords": [
"code",
"nette",
"php",
"scaffolding"
],
"time": "2019-03-15T03:41:13+00:00"
},
{
"name": "nette/robot-loader",
"version": "v3.2.0",
"source": {
"type": "git",
"url": "https://github.com/nette/robot-loader.git",
"reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/robot-loader/zipball/0712a0e39ae7956d6a94c0ab6ad41aa842544b5c",
"reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"nette/finder": "^2.5",
"nette/utils": "^3.0",
"php": ">=7.1"
},
"require-dev": {
"nette/tester": "^2.0",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "? Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
"homepage": "https://nette.org",
"keywords": [
"autoload",
"class",
"interface",
"nette",
"trait"
],
"time": "2019-03-08T21:57:24+00:00"
},
{
"name": "nette/schema",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/nette/schema.git",
"reference": "6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/schema/zipball/6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d",
"reference": "6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d",
"shasum": ""
},
"require": {
"nette/utils": "^3.0.1",
"php": ">=7.1"
},
"require-dev": {
"nette/tester": "^2.2",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "📐 Nette Schema: validating data structures against a given Schema.",
"homepage": "https://nette.org",
"keywords": [
"config",
"nette"
],
"time": "2019-04-03T15:53:25+00:00"
},
{
"name": "nette/utils",
"version": "v3.0.1",
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
"reference": "bd961f49b211997202bda1d0fbc410905be370d4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/utils/zipball/bd961f49b211997202bda1d0fbc410905be370d4",
"reference": "bd961f49b211997202bda1d0fbc410905be370d4",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"nette/tester": "~2.0",
"tracy/tracy": "^2.3"
},
"suggest": {
"ext-gd": "to use Image",
"ext-iconv": "to use Strings::webalize() and toAscii()",
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
"ext-json": "to use Nette\\Utils\\Json",
"ext-mbstring": "to use Strings::lower() etc...",
"ext-xml": "to use Strings::length() etc. when mbstring is not available"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
"homepage": "https://nette.org",
"keywords": [
"array",
"core",
"datetime",
"images",
"json",
"nette",
"paginator",
"password",
"slugify",
"string",
"unicode",
"utf-8",
"utility",
"validation"
],
"time": "2019-03-22T01:00:30+00:00"
},
{
"name": "nikic/php-parser",
"version": "v4.2.2",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bd73cc04c3843ad8d6b0bfc0956026a151fc420",
"reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5 || ^7.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-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"
],
"time": "2019-05-25T20:07:01+00:00"
},
{
"name": "ocramius/package-versions",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/Ocramius/PackageVersions.git",
"reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/a4d4b60d0e60da2487bd21a2c6ac089f85570dbb",
"reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0.0",
"php": "^7.1.0"
},
"require-dev": {
"composer/composer": "^1.6.3",
"doctrine/coding-standard": "^5.0.1",
"ext-zip": "*",
"infection/infection": "^0.7.1",
"phpunit/phpunit": "^7.0.0"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"time": "2019-02-21T12:16:21+00:00"
},
2015-11-16 21:29:06 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "opdavies/sculpin-gist-embed-bundle",
"version": "0.1.0",
2016-10-08 08:14:30 +00:00
"source": {
2015-11-16 21:29:06 +00:00
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/opdavies/sculpin-gist-embed-bundle.git",
"reference": "1e7246d52638a7c80ace2272d93d9cffd6fcc3b8"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2017-09-06 17:55:49 +00:00
"url": "https://api.github.com/repos/opdavies/sculpin-gist-embed-bundle/zipball/1e7246d52638a7c80ace2272d93d9cffd6fcc3b8",
"reference": "1e7246d52638a7c80ace2272d93d9cffd6fcc3b8",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"php": ">=5.3.3"
2015-11-16 21:29:06 +00:00
},
2017-09-06 17:55:49 +00:00
"suggest": {
"sculpin/sculpin": "@stable"
2016-10-08 07:24:42 +00:00
},
2017-09-06 17:55:49 +00:00
"type": "library",
2015-11-16 21:29:06 +00:00
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-4": {
"Opdavies\\Sculpin\\Bundle\\GistEmbedBundle\\": ""
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Oliver Davies",
"email": "oliver@oliverdavies.uk",
"homepage": "https://www.oliverdavies.uk"
2015-11-16 21:29:06 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "Allows for embedding GitHub Gists into a Sculpin site.",
2015-11-16 21:29:06 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"sculpin"
2015-11-16 21:29:06 +00:00
],
2017-09-06 17:55:49 +00:00
"time": "2016-04-05T19:57:22+00:00"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "opdavies/sculpin-twig-markdown-bundle",
"version": "0.1.1",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/opdavies/sculpin-twig-markdown-bundle.git",
"reference": "8927ec4707eada3ad9ca8817eb9daeb1d91ae50b"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2017-09-06 17:55:49 +00:00
"url": "https://api.github.com/repos/opdavies/sculpin-twig-markdown-bundle/zipball/8927ec4707eada3ad9ca8817eb9daeb1d91ae50b",
"reference": "8927ec4707eada3ad9ca8817eb9daeb1d91ae50b",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"php": ">=5.3.3"
2016-06-14 09:03:23 +00:00
},
2017-09-06 17:55:49 +00:00
"suggest": {
"sculpin/sculpin": "@stable"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-4": {
"Opdavies\\Sculpin\\Bundle\\TwigMarkdownBundle\\": ""
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Oliver Davies",
"email": "oliver@oliverdavies.uk",
"homepage": "https://www.oliverdavies.uk"
2015-11-16 21:29:06 +00:00
}
],
"keywords": [
2017-09-06 17:55:49 +00:00
"markdown",
"sculpin",
"twig"
2015-11-16 21:29:06 +00:00
],
2017-09-06 17:55:49 +00:00
"time": "2017-03-18T10:39:19+00:00"
2015-11-16 21:29:06 +00:00
},
2019-04-14 07:23:06 +00:00
{
"name": "paragonie/random_compat",
"version": "v9.99.99",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"shasum": ""
},
"require": {
"php": "^7"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"polyfill",
"pseudorandom",
"random"
],
"time": "2018-07-02T15:55:56+00:00"
},
{
"name": "php-cs-fixer/diff",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/diff.git",
"reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
"reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
"symfony/process": "^3.3"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "SpacePossum"
}
],
"description": "sebastian/diff v2 backport support for PHP5.6",
"homepage": "https://github.com/PHP-CS-Fixer",
"keywords": [
"diff"
],
"time": "2018-02-15T16:58:55+00:00"
},
2019-06-26 00:03:00 +00:00
{
"name": "phpstan/phpdoc-parser",
"version": "0.3.5",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
"reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
"shasum": ""
},
"require": {
"php": "~7.1"
},
"require-dev": {
"consistence/coding-standard": "^3.5",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"phing/phing": "^2.16.0",
"phpstan/phpstan": "^0.10",
"phpunit/phpunit": "^6.3",
"slevomat/coding-standard": "^4.7.2",
"squizlabs/php_codesniffer": "^3.3.2",
"symfony/process": "^3.4 || ^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.3-dev"
}
},
"autoload": {
"psr-4": {
"PHPStan\\PhpDocParser\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"time": "2019-06-07T19:13:52+00:00"
},
{
"name": "phpstan/phpstan",
"version": "0.11.8",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "fcf0081bf3a254ddacffa03e78be87842d0c09c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/fcf0081bf3a254ddacffa03e78be87842d0c09c9",
"reference": "fcf0081bf3a254ddacffa03e78be87842d0c09c9",
"shasum": ""
},
"require": {
"composer/xdebug-handler": "^1.3.0",
"jean85/pretty-package-versions": "^1.0.3",
"nette/bootstrap": "^2.4 || ^3.0",
"nette/di": "^2.4.7 || ^3.0",
"nette/robot-loader": "^3.0.1",
"nette/schema": "^1.0",
"nette/utils": "^2.4.5 || ^3.0",
"nikic/php-parser": "^4.0.2",
"php": "~7.1",
"phpstan/phpdoc-parser": "^0.3.4",
"symfony/console": "~3.2 || ~4.0",
"symfony/finder": "~3.2 || ~4.0"
},
"conflict": {
"symfony/console": "3.4.16 || 4.1.5"
},
"require-dev": {
"brianium/paratest": "^2.0",
"consistence/coding-standard": "^3.5",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"ext-intl": "*",
"ext-mysqli": "*",
"ext-soap": "*",
"ext-zip": "*",
"jakub-onderka/php-parallel-lint": "^1.0",
"localheinz/composer-normalize": "^1.1.0",
"phing/phing": "^2.16.0",
"phpstan/phpstan-deprecation-rules": "^0.11",
"phpstan/phpstan-php-parser": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpunit/phpunit": "^7.0",
"slevomat/coding-standard": "^4.7.2",
"squizlabs/php_codesniffer": "^3.3.2"
},
"bin": [
"bin/phpstan"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.11-dev"
}
},
"autoload": {
"psr-4": {
"PHPStan\\": [
"src/",
"build/PHPStan"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"time": "2019-05-28T19:58:33+00:00"
},
2019-04-10 16:00:53 +00:00
{
"name": "psr/container",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"time": "2017-02-14T16:28:37+00:00"
},
2015-11-16 21:29:06 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "psr/http-message",
"version": "1.0.1",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2017-09-06 17:55:49 +00:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
2016-10-08 07:24:42 +00:00
"require": {
2017-09-06 17:55:49 +00:00
"php": ">=5.3.0"
2016-10-08 07:24:42 +00:00
},
2016-06-14 09:03:23 +00:00
"type": "library",
2017-07-15 10:13:32 +00:00
"extra": {
"branch-alias": {
2017-09-06 17:55:49 +00:00
"dev-master": "1.0.x-dev"
2017-07-15 10:13:32 +00:00
}
},
2015-11-16 21:29:06 +00:00
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-4": {
"Psr\\Http\\Message\\": "src/"
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2015-11-16 21:29:06 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
2015-11-16 21:29:06 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
2015-11-16 21:29:06 +00:00
],
2017-09-06 17:55:49 +00:00
"time": "2016-08-06T14:39:51+00:00"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "psr/log",
2019-03-26 22:06:27 +00:00
"version": "1.1.0",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/php-fig/log.git",
2019-03-26 22:06:27 +00:00
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2019-03-26 22:06:27 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"php": ">=5.3.0"
2015-11-16 21:29:06 +00:00
},
2017-09-06 17:55:49 +00:00
"type": "library",
2015-11-16 21:29:06 +00:00
"extra": {
"branch-alias": {
2017-09-06 17:55:49 +00:00
"dev-master": "1.0.x-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
2016-10-08 08:14:30 +00:00
"psr-4": {
2017-09-06 17:55:49 +00:00
"Psr\\Log\\": "Psr/Log/"
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2016-10-08 08:14:30 +00:00
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2016-10-08 08:14:30 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
2015-11-16 21:29:06 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"log",
"psr",
"psr-3"
2015-11-16 21:29:06 +00:00
],
2019-03-26 22:06:27 +00:00
"time": "2018-11-20T15:27:04+00:00"
2016-10-08 08:14:30 +00:00
},
2019-04-10 16:00:53 +00:00
{
"name": "react/cache",
2019-08-27 20:56:12 +00:00
"version": "v1.0.0",
2019-04-10 16:00:53 +00:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/cache.git",
2019-08-27 20:56:12 +00:00
"reference": "aa10d63a1b40a36a486bdf527f28bac607ee6466"
2019-04-10 16:00:53 +00:00
},
"dist": {
"type": "zip",
2019-08-27 20:56:12 +00:00
"url": "https://api.github.com/repos/reactphp/cache/zipball/aa10d63a1b40a36a486bdf527f28bac607ee6466",
"reference": "aa10d63a1b40a36a486bdf527f28bac607ee6466",
2019-04-10 16:00:53 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"react/promise": "~2.0|~1.1"
},
"require-dev": {
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Async, Promise-based cache interface for ReactPHP",
"keywords": [
"cache",
"caching",
"promise",
"reactphp"
],
2019-08-27 20:56:12 +00:00
"time": "2019-07-11T13:45:28+00:00"
2019-04-10 16:00:53 +00:00
},
{
"name": "react/dns",
2019-08-27 20:56:12 +00:00
"version": "v1.2.0",
2019-04-10 16:00:53 +00:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/dns.git",
2019-08-27 20:56:12 +00:00
"reference": "a214d90c2884dac18d0cac6176202f247b66d762"
2019-04-10 16:00:53 +00:00
},
"dist": {
"type": "zip",
2019-08-27 20:56:12 +00:00
"url": "https://api.github.com/repos/reactphp/dns/zipball/a214d90c2884dac18d0cac6176202f247b66d762",
"reference": "a214d90c2884dac18d0cac6176202f247b66d762",
2019-04-10 16:00:53 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0",
2019-08-27 20:56:12 +00:00
"react/cache": "^1.0 || ^0.6 || ^0.5",
"react/event-loop": "^1.0 || ^0.5",
"react/promise": "^2.7 || ^1.2.1",
"react/promise-timer": "^1.2"
2019-04-10 16:00:53 +00:00
},
"require-dev": {
"clue/block-react": "^1.2",
"phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Dns\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Async DNS resolver for ReactPHP",
"keywords": [
"async",
"dns",
"dns-resolver",
"reactphp"
],
2019-08-27 20:56:12 +00:00
"time": "2019-08-15T09:06:31+00:00"
2019-04-10 16:00:53 +00:00
},
2016-10-08 08:14:30 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "react/event-loop",
2019-04-10 16:00:53 +00:00
"version": "v1.1.0",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/reactphp/event-loop.git",
2019-04-10 16:00:53 +00:00
"reference": "a0ecac955c67b57c40fe4a1b88a7cca1b58c982d"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2019-04-10 16:00:53 +00:00
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/a0ecac955c67b57c40fe4a1b88a7cca1b58c982d",
"reference": "a0ecac955c67b57c40fe4a1b88a7cca1b58c982d",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"php": ">=5.3.0"
2016-10-08 08:14:30 +00:00
},
"require-dev": {
2019-04-10 16:00:53 +00:00
"phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
2015-11-16 21:29:06 +00:00
},
2017-07-15 10:13:32 +00:00
"suggest": {
2019-04-10 16:00:53 +00:00
"ext-event": "~1.0 for ExtEventLoop",
"ext-pcntl": "For signal handling support when using the StreamSelectLoop",
"ext-uv": "* for ExtUvLoop"
2017-07-15 10:13:32 +00:00
},
2015-11-16 21:29:06 +00:00
"type": "library",
"autoload": {
2016-10-08 08:14:30 +00:00
"psr-4": {
2017-09-06 17:55:49 +00:00
"React\\EventLoop\\": "src"
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2016-06-14 09:03:23 +00:00
"MIT"
2015-11-16 21:29:06 +00:00
],
2019-04-10 16:00:53 +00:00
"description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
2015-11-16 21:29:06 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"asynchronous",
"event-loop"
2015-11-16 21:29:06 +00:00
],
2019-04-10 16:00:53 +00:00
"time": "2019-02-07T16:19:49+00:00"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "react/http",
2019-04-10 16:00:53 +00:00
"version": "v0.8.4",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/reactphp/http.git",
2019-04-10 16:00:53 +00:00
"reference": "b29ab96557ac5c53e738fcb26f73f631a3f81f1a"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2019-04-10 16:00:53 +00:00
"url": "https://api.github.com/repos/reactphp/http/zipball/b29ab96557ac5c53e738fcb26f73f631a3f81f1a",
"reference": "b29ab96557ac5c53e738fcb26f73f631a3f81f1a",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
2017-09-06 17:55:49 +00:00
"php": ">=5.3.0",
2019-04-10 16:00:53 +00:00
"react/promise": "^2.3 || ^1.2.1",
"react/promise-stream": "^1.1",
"react/socket": "^1.0 || ^0.8.3",
"react/stream": "^1.0 || ^0.7.1",
2017-09-06 17:55:49 +00:00
"ringcentral/psr7": "^1.2"
2015-11-16 21:29:06 +00:00
},
2016-10-08 08:14:30 +00:00
"require-dev": {
2019-04-10 16:00:53 +00:00
"clue/block-react": "^1.1",
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"autoload": {
2016-10-08 08:14:30 +00:00
"psr-4": {
2017-09-06 17:55:49 +00:00
"React\\Http\\": "src"
}
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2016-06-14 09:03:23 +00:00
"MIT"
2015-11-16 21:29:06 +00:00
],
2019-04-10 16:00:53 +00:00
"description": "Event-driven, streaming plaintext HTTP and secure HTTPS server for ReactPHP",
2015-11-16 21:29:06 +00:00
"keywords": [
2019-04-10 16:00:53 +00:00
"event-driven",
"http",
"https",
"reactphp",
"server",
"streaming"
2015-11-16 21:29:06 +00:00
],
2019-04-10 16:00:53 +00:00
"time": "2019-01-16T07:26:32+00:00"
2015-11-16 21:29:06 +00:00
},
2016-02-11 20:29:41 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "react/promise",
2019-03-26 22:06:27 +00:00
"version": "v2.7.1",
2016-02-11 20:29:41 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/reactphp/promise.git",
2019-03-26 22:06:27 +00:00
"reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
2016-02-11 20:29:41 +00:00
},
"dist": {
"type": "zip",
2019-03-26 22:06:27 +00:00
"url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
"reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
2016-02-11 20:29:41 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"php": ">=5.4.0"
2016-06-14 09:03:23 +00:00
},
"require-dev": {
2017-09-06 17:55:49 +00:00
"phpunit/phpunit": "~4.8"
2016-02-14 00:54:05 +00:00
},
2016-02-11 20:29:41 +00:00
"type": "library",
"autoload": {
"psr-4": {
2017-09-06 17:55:49 +00:00
"React\\Promise\\": "src/"
2016-10-08 08:14:30 +00:00
},
"files": [
"src/functions_include.php"
]
2016-02-11 20:29:41 +00:00
},
"notification-url": "https://packagist.org/downloads/",
2016-02-14 00:54:05 +00:00
"license": [
"MIT"
],
2016-02-11 20:29:41 +00:00
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com"
2016-02-11 20:29:41 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
2016-02-11 20:29:41 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"promise",
"promises"
2016-02-11 20:29:41 +00:00
],
2019-03-26 22:06:27 +00:00
"time": "2019-01-07T21:25:54+00:00"
2016-02-11 20:29:41 +00:00
},
2019-04-10 16:00:53 +00:00
{
"name": "react/promise-stream",
2019-08-27 20:56:12 +00:00
"version": "v1.2.0",
2019-04-10 16:00:53 +00:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise-stream.git",
2019-08-27 20:56:12 +00:00
"reference": "6384d8b76cf7dcc44b0bf3343fb2b2928412d1fe"
2019-04-10 16:00:53 +00:00
},
"dist": {
"type": "zip",
2019-08-27 20:56:12 +00:00
"url": "https://api.github.com/repos/reactphp/promise-stream/zipball/6384d8b76cf7dcc44b0bf3343fb2b2928412d1fe",
"reference": "6384d8b76cf7dcc44b0bf3343fb2b2928412d1fe",
2019-04-10 16:00:53 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3",
"react/promise": "^2.1 || ^1.2",
2019-08-27 20:56:12 +00:00
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.6"
2019-04-10 16:00:53 +00:00
},
"require-dev": {
"clue/block-react": "^1.0",
2019-08-27 20:56:12 +00:00
"phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35",
2019-04-10 16:00:53 +00:00
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
"react/promise-timer": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Promise\\Stream\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@lueck.tv"
}
],
"description": "The missing link between Promise-land and Stream-land for ReactPHP",
"homepage": "https://github.com/reactphp/promise-stream",
"keywords": [
"Buffer",
"async",
"promise",
"reactphp",
"stream",
"unwrap"
],
2019-08-27 20:56:12 +00:00
"time": "2019-07-03T12:29:10+00:00"
2019-04-10 16:00:53 +00:00
},
{
"name": "react/promise-timer",
"version": "v1.5.1",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise-timer.git",
"reference": "35fb910604fd86b00023fc5cda477c8074ad0abc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/promise-timer/zipball/35fb910604fd86b00023fc5cda477c8074ad0abc",
"reference": "35fb910604fd86b00023fc5cda477c8074ad0abc",
"shasum": ""
},
"require": {
"php": ">=5.3",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
"react/promise": "^2.7.0 || ^1.2.1"
},
"require-dev": {
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Promise\\Timer\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@lueck.tv"
}
],
"description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
"homepage": "https://github.com/reactphp/promise-timer",
"keywords": [
"async",
"event-loop",
"promise",
"reactphp",
"timeout",
"timer"
],
"time": "2019-03-27T18:10:32+00:00"
},
2016-04-05 20:08:58 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "react/socket",
2019-08-27 20:56:12 +00:00
"version": "v1.3.0",
2016-04-05 20:08:58 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/reactphp/socket.git",
2019-08-27 20:56:12 +00:00
"reference": "10f0629ec83ea0fa22597f348623f554227e3ca0"
2016-04-05 20:08:58 +00:00
},
"dist": {
"type": "zip",
2019-08-27 20:56:12 +00:00
"url": "https://api.github.com/repos/reactphp/socket/zipball/10f0629ec83ea0fa22597f348623f554227e3ca0",
"reference": "10f0629ec83ea0fa22597f348623f554227e3ca0",
2016-04-05 20:08:58 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
2017-09-06 17:55:49 +00:00
"php": ">=5.3.0",
2019-08-27 20:56:12 +00:00
"react/dns": "^1.0 || ^0.4.13",
2019-04-10 16:00:53 +00:00
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
"react/promise": "^2.6.0 || ^1.2.1",
"react/promise-timer": "^1.4.0",
"react/stream": "^1.1"
2016-04-05 20:08:58 +00:00
},
2016-10-08 08:14:30 +00:00
"require-dev": {
2019-04-10 16:00:53 +00:00
"clue/block-react": "^1.2",
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
2016-10-08 08:14:30 +00:00
},
"type": "library",
2016-04-05 20:08:58 +00:00
"autoload": {
2016-10-08 08:14:30 +00:00
"psr-4": {
2017-09-06 17:55:49 +00:00
"React\\Socket\\": "src"
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2019-04-10 16:00:53 +00:00
"description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
2015-11-16 21:29:06 +00:00
"keywords": [
2019-04-10 16:00:53 +00:00
"Connection",
"Socket",
"async",
"reactphp",
"stream"
2015-11-16 21:29:06 +00:00
],
2019-08-27 20:56:12 +00:00
"time": "2019-07-10T10:11:14+00:00"
2015-11-16 21:29:06 +00:00
},
2017-07-10 06:05:12 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "react/stream",
2019-04-10 16:00:53 +00:00
"version": "v1.1.0",
2017-07-10 06:05:12 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/reactphp/stream.git",
2019-04-10 16:00:53 +00:00
"reference": "50426855f7a77ddf43b9266c22320df5bf6c6ce6"
2017-07-10 06:05:12 +00:00
},
"dist": {
"type": "zip",
2019-04-10 16:00:53 +00:00
"url": "https://api.github.com/repos/reactphp/stream/zipball/50426855f7a77ddf43b9266c22320df5bf6c6ce6",
"reference": "50426855f7a77ddf43b9266c22320df5bf6c6ce6",
2017-07-10 06:05:12 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
"php": ">=5.3.8",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5"
2017-09-06 17:55:49 +00:00
},
"require-dev": {
"clue/stream-filter": "~1.2",
2019-04-10 16:00:53 +00:00
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
2017-07-10 06:05:12 +00:00
},
"type": "library",
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-4": {
"React\\Stream\\": "src"
2017-07-10 06:05:12 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2019-04-10 16:00:53 +00:00
"description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
2017-07-10 06:05:12 +00:00
"keywords": [
2019-04-10 16:00:53 +00:00
"event-driven",
"io",
"non-blocking",
2017-09-06 17:55:49 +00:00
"pipe",
2019-04-10 16:00:53 +00:00
"reactphp",
"readable",
"stream",
"writable"
2017-07-10 06:05:12 +00:00
],
2019-04-10 16:00:53 +00:00
"time": "2019-01-01T16:15:09+00:00"
2017-07-10 06:05:12 +00:00
},
2015-11-16 21:29:06 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "ringcentral/psr7",
2018-10-16 14:19:51 +00:00
"version": "1.2.2",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/ringcentral/psr7.git",
2018-10-16 14:19:51 +00:00
"reference": "dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2018-10-16 14:19:51 +00:00
"url": "https://api.github.com/repos/ringcentral/psr7/zipball/dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c",
"reference": "dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"php": ">=5.3",
"psr/http-message": "~1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
2015-11-16 21:29:06 +00:00
},
"type": "library",
2016-10-08 08:14:30 +00:00
"extra": {
"branch-alias": {
2017-09-06 17:55:49 +00:00
"dev-master": "1.0-dev"
2016-10-08 08:14:30 +00:00
}
},
2015-11-16 21:29:06 +00:00
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-4": {
"RingCentral\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-09-06 17:55:49 +00:00
"MIT"
2015-11-16 21:29:06 +00:00
],
2016-06-14 09:03:23 +00:00
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2016-06-14 09:03:23 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "PSR-7 message implementation",
2015-11-16 21:29:06 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"http",
"message",
"stream",
"uri"
2015-11-16 21:29:06 +00:00
],
2018-10-16 14:19:51 +00:00
"time": "2018-01-15T21:00:49+00:00"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "sculpin/sculpin",
2019-08-27 20:56:12 +00:00
"version": "3.0.2",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/sculpin/sculpin.git",
2019-08-27 20:56:12 +00:00
"reference": "4ae263647e265bc1f1cda9b73722c2540824bd45"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2019-08-27 20:56:12 +00:00
"url": "https://api.github.com/repos/sculpin/sculpin/zipball/4ae263647e265bc1f1cda9b73722c2540824bd45",
"reference": "4ae263647e265bc1f1cda9b73722c2540824bd45",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"dflydev/ant-path-matcher": "^1.0.3",
"dflydev/apache-mime-types": "^1.0.1",
"dflydev/canal": "^1.0",
"dflydev/dot-access-configuration": "^1.0.3",
"doctrine/inflector": "^1.3",
"ext-mbstring": "*",
"michelf/php-markdown": "^1.8",
"netcarver/textile": "^3.6",
"php": "^7.2",
"react/http": "^0.8.3",
2017-09-06 17:55:49 +00:00
"sculpin/sculpin-theme-composer-plugin": "^1.0",
2019-04-10 16:00:53 +00:00
"symfony/config": "^4.1",
"symfony/console": "^4.1",
"symfony/dependency-injection": "^4.1",
"symfony/event-dispatcher": "^4.1",
"symfony/filesystem": "^4.1",
"symfony/finder": "^4.1",
"symfony/http-kernel": "^4.1",
"symfony/yaml": "^4.1",
"twig/extensions": "^1.5",
"twig/twig": "^2.5",
2019-08-27 20:56:12 +00:00
"webignition/internet-media-type": "^0.4.8"
2017-09-06 17:55:49 +00:00
},
"replace": {
"sculpin/core": "self.version",
"sculpin/markdown-bundle": "self.version",
"sculpin/markdown-twig-compat-bundle": "self.version",
"sculpin/posts-bundle": "self.version",
"sculpin/proxy-source-collection-contrib": "self.version",
"sculpin/sculpin-bundle": "self.version",
"sculpin/standalone-bundle": "self.version",
"sculpin/taxonomy-contrib": "self.version",
"sculpin/textile-bundle": "self.version",
"sculpin/twig-bundle": "self.version"
2015-11-16 21:29:06 +00:00
},
2017-09-06 17:55:49 +00:00
"require-dev": {
2019-04-10 16:00:53 +00:00
"phpdocumentor/reflection-docblock": "^4.3",
"phpstan/phpstan": "^0.10.3",
"phpunit/phpunit": "^7.3",
"squizlabs/php_codesniffer": "^3.3",
"symfony/css-selector": "^4.1",
"symfony/dom-crawler": "^4.1",
"symfony/process": "^4.1"
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8.",
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
2017-09-06 17:55:49 +00:00
},
"bin": [
"bin/sculpin",
"bin/sculpin.php"
],
2015-11-16 21:29:06 +00:00
"type": "library",
"extra": {
"branch-alias": {
2019-04-10 16:00:53 +00:00
"dev-master": "3.0.x-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-4": {
"Sculpin\\": "src/Sculpin/"
2015-11-16 21:29:06 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-09-06 17:55:49 +00:00
"MIT"
2016-06-14 09:03:23 +00:00
],
2017-09-06 17:55:49 +00:00
"authors": [
{
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
}
],
"description": "Static Site Generator",
"homepage": "https://sculpin.io",
2015-11-16 21:29:06 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"generator",
"site",
"static"
2015-11-16 21:29:06 +00:00
],
2019-08-27 20:56:12 +00:00
"time": "2019-05-27T04:16:43+00:00"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "sculpin/sculpin-theme-composer-plugin",
"version": "v1.0.2",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/sculpin/sculpin-theme-composer-plugin.git",
"reference": "f22bbf89971054e0e37983263828ca39ffca2437"
2016-06-14 09:03:23 +00:00
},
2015-11-16 21:29:06 +00:00
"dist": {
"type": "zip",
2017-09-06 17:55:49 +00:00
"url": "https://api.github.com/repos/sculpin/sculpin-theme-composer-plugin/zipball/f22bbf89971054e0e37983263828ca39ffca2437",
"reference": "f22bbf89971054e0e37983263828ca39ffca2437",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"composer-plugin-api": "^1.1"
2015-11-16 21:29:06 +00:00
},
2017-09-06 17:55:49 +00:00
"type": "composer-plugin",
2015-11-16 21:29:06 +00:00
"extra": {
2017-09-06 17:55:49 +00:00
"class": "Sculpin\\Composer\\SculpinThemePlugin\\SculpinThemePlugin",
2015-11-16 21:29:06 +00:00
"branch-alias": {
2017-09-06 17:55:49 +00:00
"dev-master": "1.0.x-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-0": {
"Sculpin\\Composer\\SculpinThemePlugin\\": "src"
2016-10-08 08:14:30 +00:00
}
2016-06-14 09:03:23 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2017-09-06 17:55:49 +00:00
"time": "2017-02-27T17:40:03+00:00"
2016-06-14 09:03:23 +00:00
},
2017-03-18 10:45:21 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "seld/jsonlint",
2018-10-16 14:19:51 +00:00
"version": "1.7.1",
2017-03-18 10:45:21 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/Seldaek/jsonlint.git",
2018-10-16 14:19:51 +00:00
"reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
2017-03-18 10:45:21 +00:00
},
"dist": {
"type": "zip",
2018-10-16 14:19:51 +00:00
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
"reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
2017-03-18 10:45:21 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"php": "^5.3 || ^7.0"
2017-03-18 10:45:21 +00:00
},
2017-09-06 17:55:49 +00:00
"require-dev": {
2018-10-16 14:19:51 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2017-03-18 10:45:21 +00:00
},
2017-09-06 17:55:49 +00:00
"bin": [
"bin/jsonlint"
],
2017-03-18 10:45:21 +00:00
"type": "library",
"autoload": {
"psr-4": {
2017-09-06 17:55:49 +00:00
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
2017-03-18 10:45:21 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2017-03-18 10:45:21 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "JSON Linter",
2017-03-18 10:45:21 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"json",
"linter",
"parser",
"validator"
2017-03-18 10:45:21 +00:00
],
2018-10-16 14:19:51 +00:00
"time": "2018-01-24T12:46:19+00:00"
2017-03-18 10:45:21 +00:00
},
2017-07-15 10:13:32 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "seld/phar-utils",
"version": "1.0.1",
2017-07-15 10:13:32 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/Seldaek/phar-utils.git",
"reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
2017-07-15 10:13:32 +00:00
},
"dist": {
"type": "zip",
2017-09-06 17:55:49 +00:00
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
"reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
2017-07-15 10:13:32 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"php": ">=5.3"
2017-07-15 10:13:32 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-09-06 17:55:49 +00:00
"dev-master": "1.x-dev"
2017-07-15 10:13:32 +00:00
}
},
"autoload": {
"psr-4": {
2017-09-06 17:55:49 +00:00
"Seld\\PharUtils\\": "src/"
2017-07-15 10:13:32 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
2017-07-15 10:13:32 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "PHAR file format utilities, for when PHP phars you up",
2017-07-15 10:13:32 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"phra"
2017-07-15 10:13:32 +00:00
],
2017-09-06 17:55:49 +00:00
"time": "2015-10-13T18:44:15+00:00"
2017-07-15 10:13:32 +00:00
},
2015-11-16 21:29:06 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "symfony/config",
2019-08-27 20:56:12 +00:00
"version": "v4.3.4",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/symfony/config.git",
2019-08-27 20:56:12 +00:00
"reference": "07d49c0f823e0bc367c6d84e35b61419188a5ece"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2019-08-27 20:56:12 +00:00
"url": "https://api.github.com/repos/symfony/config/zipball/07d49c0f823e0bc367c6d84e35b61419188a5ece",
"reference": "07d49c0f823e0bc367c6d84e35b61419188a5ece",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"php": "^7.1.3",
"symfony/filesystem": "~3.4|~4.0",
2018-10-16 14:19:51 +00:00
"symfony/polyfill-ctype": "~1.8"
2017-09-06 17:55:49 +00:00
},
2019-04-10 16:00:53 +00:00
"conflict": {
"symfony/finder": "<3.4"
},
2017-09-06 17:55:49 +00:00
"require-dev": {
2019-04-10 16:00:53 +00:00
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "~3.4|~4.0",
"symfony/finder": "~3.4|~4.0",
2019-08-27 20:56:12 +00:00
"symfony/messenger": "~4.1",
2019-04-10 16:00:53 +00:00
"symfony/yaml": "~3.4|~4.0"
2017-09-06 17:55:49 +00:00
},
"suggest": {
"symfony/yaml": "To use the yaml reference dumper"
2016-06-14 09:03:23 +00:00
},
2016-10-08 08:14:30 +00:00
"type": "library",
"extra": {
"branch-alias": {
2019-08-27 20:56:12 +00:00
"dev-master": "4.3-dev"
2016-10-08 08:14:30 +00:00
}
2015-11-16 21:29:06 +00:00
},
"autoload": {
2016-06-14 09:03:23 +00:00
"psr-4": {
2017-09-06 17:55:49 +00:00
"Symfony\\Component\\Config\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2016-06-14 09:03:23 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-11-16 21:29:06 +00:00
}
2016-06-14 09:03:23 +00:00
],
2017-09-06 17:55:49 +00:00
"description": "Symfony Config Component",
"homepage": "https://symfony.com",
2019-08-27 20:56:12 +00:00
"time": "2019-08-26T08:26:39+00:00"
2016-06-14 09:03:23 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "symfony/console",
2019-08-27 20:56:12 +00:00
"version": "v4.3.4",
2016-06-14 09:03:23 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/symfony/console.git",
2019-08-27 20:56:12 +00:00
"reference": "de63799239b3881b8a08f8481b22348f77ed7b36"
2016-06-14 09:03:23 +00:00
},
"dist": {
"type": "zip",
2019-08-27 20:56:12 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/de63799239b3881b8a08f8481b22348f77ed7b36",
"reference": "de63799239b3881b8a08f8481b22348f77ed7b36",
2016-06-14 09:03:23 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"php": "^7.1.3",
2019-08-27 20:56:12 +00:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"symfony/service-contracts": "^1.1"
2017-09-06 17:55:49 +00:00
},
2019-04-10 16:00:53 +00:00
"conflict": {
"symfony/dependency-injection": "<3.4",
2019-08-27 20:56:12 +00:00
"symfony/event-dispatcher": "<4.3",
2019-04-10 16:00:53 +00:00
"symfony/process": "<3.3"
},
"provide": {
"psr/log-implementation": "1.0"
},
2017-09-06 17:55:49 +00:00
"require-dev": {
"psr/log": "~1.0",
2019-04-10 16:00:53 +00:00
"symfony/config": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
2019-08-27 20:56:12 +00:00
"symfony/event-dispatcher": "^4.3",
2019-04-10 16:00:53 +00:00
"symfony/lock": "~3.4|~4.0",
2019-08-27 20:56:12 +00:00
"symfony/process": "~3.4|~4.0",
"symfony/var-dumper": "^4.3"
2017-09-06 17:55:49 +00:00
},
"suggest": {
2019-04-10 16:00:53 +00:00
"psr/log": "For using the console logger",
2017-09-06 17:55:49 +00:00
"symfony/event-dispatcher": "",
2019-04-10 16:00:53 +00:00
"symfony/lock": "",
2017-09-06 17:55:49 +00:00
"symfony/process": ""
2016-06-14 09:03:23 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-08-27 20:56:12 +00:00
"dev-master": "4.3-dev"
2016-06-14 09:03:23 +00:00
}
},
"autoload": {
"psr-4": {
2017-09-06 17:55:49 +00:00
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2016-06-14 09:03:23 +00:00
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-06-14 09:03:23 +00:00
}
2015-11-16 21:29:06 +00:00
],
2017-09-06 17:55:49 +00:00
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
2019-08-27 20:56:12 +00:00
"time": "2019-08-26T08:26:39+00:00"
2019-04-10 16:00:53 +00:00
},
{
"name": "symfony/contracts",
2019-08-27 20:56:12 +00:00
"version": "v1.1.0",
2019-04-10 16:00:53 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/contracts.git",
2019-08-27 20:56:12 +00:00
"reference": "d3636025e8253c6144358ec0a62773cae588395b"
2019-04-10 16:00:53 +00:00
},
"dist": {
"type": "zip",
2019-08-27 20:56:12 +00:00
"url": "https://api.github.com/repos/symfony/contracts/zipball/d3636025e8253c6144358ec0a62773cae588395b",
"reference": "d3636025e8253c6144358ec0a62773cae588395b",
2019-04-10 16:00:53 +00:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
"psr/cache": "^1.0",
2019-08-27 20:56:12 +00:00
"psr/container": "^1.0",
"symfony/polyfill-intl-idn": "^1.10"
2019-04-10 16:00:53 +00:00
},
"suggest": {
"psr/cache": "When using the Cache contracts",
"psr/container": "When using the Service contracts",
"symfony/cache-contracts-implementation": "",
2019-08-27 20:56:12 +00:00
"symfony/event-dispatcher-implementation": "",
"symfony/http-client-contracts-implementation": "",
2019-04-10 16:00:53 +00:00
"symfony/service-contracts-implementation": "",
"symfony/translation-contracts-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-08-27 20:56:12 +00:00
"dev-master": "1.1-dev"
2019-04-10 16:00:53 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\": ""
},
"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": "A set of abstractions extracted out of the Symfony components",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2019-08-27 20:56:12 +00:00
"time": "2019-04-27T14:29:50+00:00"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "symfony/debug",
2019-08-27 20:56:12 +00:00
"version": "v4.3.4",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/symfony/debug.git",
2019-08-27 20:56:12 +00:00
"reference": "afcdea44a2e399c1e4b52246ec8d54c715393ced"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2019-08-27 20:56:12 +00:00
"url": "https://api.github.com/repos/symfony/debug/zipball/afcdea44a2e399c1e4b52246ec8d54c715393ced",
"reference": "afcdea44a2e399c1e4b52246ec8d54c715393ced",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"php": "^7.1.3",
2017-09-06 17:55:49 +00:00
"psr/log": "~1.0"
2017-07-15 10:13:32 +00:00
},
2017-09-06 17:55:49 +00:00
"conflict": {
2019-04-10 16:00:53 +00:00
"symfony/http-kernel": "<3.4"
2016-06-14 09:03:23 +00:00
},
2017-09-06 17:55:49 +00:00
"require-dev": {
2019-04-10 16:00:53 +00:00
"symfony/http-kernel": "~3.4|~4.0"
2016-06-14 09:03:23 +00:00
},
"type": "library",
2017-09-06 17:55:49 +00:00
"extra": {
"branch-alias": {
2019-08-27 20:56:12 +00:00
"dev-master": "4.3-dev"
2017-09-06 17:55:49 +00:00
}
},
2016-06-14 09:03:23 +00:00
"autoload": {
2017-07-15 10:13:32 +00:00
"psr-4": {
2017-09-06 17:55:49 +00:00
"Symfony\\Component\\Debug\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2016-06-14 09:03:23 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2017-09-06 17:55:49 +00:00
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
2016-06-14 09:03:23 +00:00
],
2017-09-06 17:55:49 +00:00
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
2019-08-27 20:56:12 +00:00
"time": "2019-08-20T14:27:59+00:00"
2016-06-14 09:03:23 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "symfony/dependency-injection",
2019-08-27 20:56:12 +00:00
"version": "v4.3.4",
2016-06-14 09:03:23 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/symfony/dependency-injection.git",
2019-08-27 20:56:12 +00:00
"reference": "d3ad14b66ac773ba6123622eb9b5b010165fe3d9"
2016-06-14 09:03:23 +00:00
},
"dist": {
"type": "zip",
2019-08-27 20:56:12 +00:00
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d3ad14b66ac773ba6123622eb9b5b010165fe3d9",
"reference": "d3ad14b66ac773ba6123622eb9b5b010165fe3d9",
2016-06-14 09:03:23 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"php": "^7.1.3",
"psr/container": "^1.0",
2019-08-27 20:56:12 +00:00
"symfony/service-contracts": "^1.1.6"
2017-09-06 17:55:49 +00:00
},
"conflict": {
2019-08-27 20:56:12 +00:00
"symfony/config": "<4.3",
2019-04-10 16:00:53 +00:00
"symfony/finder": "<3.4",
"symfony/proxy-manager-bridge": "<3.4",
"symfony/yaml": "<3.4"
},
"provide": {
"psr/container-implementation": "1.0",
2019-08-27 20:56:12 +00:00
"symfony/service-implementation": "1.0"
2016-06-14 09:03:23 +00:00
},
2017-07-15 10:13:32 +00:00
"require-dev": {
2019-08-27 20:56:12 +00:00
"symfony/config": "^4.3",
2019-04-10 16:00:53 +00:00
"symfony/expression-language": "~3.4|~4.0",
"symfony/yaml": "~3.4|~4.0"
2017-09-06 17:55:49 +00:00
},
"suggest": {
"symfony/config": "",
"symfony/expression-language": "For using expressions in service container configuration",
2019-04-10 16:00:53 +00:00
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2017-09-06 17:55:49 +00:00
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
"symfony/yaml": ""
2016-06-14 09:03:23 +00:00
},
2017-07-15 10:13:32 +00:00
"type": "library",
2017-09-06 17:55:49 +00:00
"extra": {
"branch-alias": {
2019-08-27 20:56:12 +00:00
"dev-master": "4.3-dev"
2017-09-06 17:55:49 +00:00
}
},
2016-10-08 08:14:30 +00:00
"autoload": {
2017-07-15 10:13:32 +00:00
"psr-4": {
2017-09-06 17:55:49 +00:00
"Symfony\\Component\\DependencyInjection\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2016-10-08 08:14:30 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2017-09-06 17:55:49 +00:00
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
2016-10-08 08:14:30 +00:00
],
2017-09-06 17:55:49 +00:00
"description": "Symfony DependencyInjection Component",
"homepage": "https://symfony.com",
2019-08-27 20:56:12 +00:00
"time": "2019-08-26T16:27:33+00:00"
2016-10-08 08:14:30 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "symfony/event-dispatcher",
2019-08-27 20:56:12 +00:00
"version": "v4.3.4",
2016-10-08 08:14:30 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/symfony/event-dispatcher.git",
2019-08-27 20:56:12 +00:00
"reference": "429d0a1451d4c9c4abe1959b2986b88794b9b7d2"
2016-10-08 08:14:30 +00:00
},
"dist": {
"type": "zip",
2019-08-27 20:56:12 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/429d0a1451d4c9c4abe1959b2986b88794b9b7d2",
"reference": "429d0a1451d4c9c4abe1959b2986b88794b9b7d2",
2016-10-08 08:14:30 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"php": "^7.1.3",
2019-08-27 20:56:12 +00:00
"symfony/event-dispatcher-contracts": "^1.1"
2019-04-10 16:00:53 +00:00
},
"conflict": {
"symfony/dependency-injection": "<3.4"
2017-07-15 10:13:32 +00:00
},
2019-08-27 20:56:12 +00:00
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "1.1"
},
2017-07-15 10:13:32 +00:00
"require-dev": {
2017-09-06 17:55:49 +00:00
"psr/log": "~1.0",
2019-04-10 16:00:53 +00:00
"symfony/config": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
2019-08-27 20:56:12 +00:00
"symfony/http-foundation": "^3.4|^4.0",
"symfony/service-contracts": "^1.1",
2019-04-10 16:00:53 +00:00
"symfony/stopwatch": "~3.4|~4.0"
2017-09-06 17:55:49 +00:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
2016-06-14 09:03:23 +00:00
},
"type": "library",
2017-09-06 17:55:49 +00:00
"extra": {
"branch-alias": {
2019-08-27 20:56:12 +00:00
"dev-master": "4.3-dev"
2017-09-06 17:55:49 +00:00
}
},
2017-07-15 10:13:32 +00:00
"autoload": {
"psr-4": {
2017-09-06 17:55:49 +00:00
"Symfony\\Component\\EventDispatcher\\": ""
2017-07-15 10:13:32 +00:00
},
2017-09-06 17:55:49 +00:00
"exclude-from-classmap": [
"/Tests/"
2017-07-15 10:13:32 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-06-14 09:03:23 +00:00
}
2017-07-15 10:13:32 +00:00
],
2017-09-06 17:55:49 +00:00
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
2019-08-27 20:56:12 +00:00
"time": "2019-08-26T08:55:16+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
"version": "v1.1.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "c61766f4440ca687de1084a5c00b08e167a2575c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c61766f4440ca687de1084a5c00b08e167a2575c",
"reference": "c61766f4440ca687de1084a5c00b08e167a2575c",
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"suggest": {
"psr/event-dispatcher": "",
"symfony/event-dispatcher-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\EventDispatcher\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to dispatching event",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-06-20T06:46:26+00:00"
2017-07-15 10:13:32 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "symfony/filesystem",
2019-08-27 20:56:12 +00:00
"version": "v4.3.4",
2017-07-15 10:13:32 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/symfony/filesystem.git",
2019-08-27 20:56:12 +00:00
"reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263"
2016-06-14 09:03:23 +00:00
},
2017-07-15 10:13:32 +00:00
"dist": {
"type": "zip",
2019-08-27 20:56:12 +00:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/9abbb7ef96a51f4d7e69627bc6f63307994e4263",
"reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263",
2017-07-15 10:13:32 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"php": "^7.1.3",
2018-10-16 14:19:51 +00:00
"symfony/polyfill-ctype": "~1.8"
2017-07-15 10:13:32 +00:00
},
"type": "library",
2017-09-06 17:55:49 +00:00
"extra": {
"branch-alias": {
2019-08-27 20:56:12 +00:00
"dev-master": "4.3-dev"
2017-09-06 17:55:49 +00:00
}
},
2016-06-14 09:03:23 +00:00
"autoload": {
2017-07-15 10:13:32 +00:00
"psr-4": {
2017-09-06 17:55:49 +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"
}
],
"description": "Symfony Filesystem Component",
"homepage": "https://symfony.com",
2019-08-27 20:56:12 +00:00
"time": "2019-08-20T14:07:54+00:00"
2017-09-06 17:55:49 +00:00
},
{
"name": "symfony/finder",
2019-08-27 20:56:12 +00:00
"version": "v4.3.4",
2017-09-06 17:55:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2019-08-27 20:56:12 +00:00
"reference": "86c1c929f0a4b24812e1eb109262fc3372c8e9f2"
2017-09-06 17:55:49 +00:00
},
"dist": {
"type": "zip",
2019-08-27 20:56:12 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/86c1c929f0a4b24812e1eb109262fc3372c8e9f2",
"reference": "86c1c929f0a4b24812e1eb109262fc3372c8e9f2",
2017-09-06 17:55:49 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"php": "^7.1.3"
2017-09-06 17:55:49 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-08-27 20:56:12 +00:00
"dev-master": "4.3-dev"
2016-10-08 08:14:30 +00:00
}
2016-06-14 09:03:23 +00:00
},
2017-09-06 17:55:49 +00:00
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
2016-06-14 09:03:23 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2017-09-06 17:55:49 +00:00
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
2016-06-14 09:03:23 +00:00
],
2017-09-06 17:55:49 +00:00
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
2019-08-27 20:56:12 +00:00
"time": "2019-08-14T12:26:46+00:00"
2016-06-14 09:03:23 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "symfony/http-foundation",
2019-08-27 07:31:35 +00:00
"version": "v4.3.4",
2016-06-14 09:03:23 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/symfony/http-foundation.git",
2019-08-27 07:31:35 +00:00
"reference": "d804bea118ff340a12e22a79f9c7e7eb56b35adc"
2016-06-14 09:03:23 +00:00
},
"dist": {
"type": "zip",
2019-08-27 07:31:35 +00:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/d804bea118ff340a12e22a79f9c7e7eb56b35adc",
"reference": "d804bea118ff340a12e22a79f9c7e7eb56b35adc",
2016-06-14 09:03:23 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"php": "^7.1.3",
2019-08-27 07:31:35 +00:00
"symfony/mime": "^4.3",
2017-09-06 17:55:49 +00:00
"symfony/polyfill-mbstring": "~1.1"
2017-07-15 10:13:32 +00:00
},
"require-dev": {
2019-04-10 16:00:53 +00:00
"predis/predis": "~1.0",
"symfony/expression-language": "~3.4|~4.0"
2016-06-14 09:03:23 +00:00
},
"type": "library",
2017-09-06 17:55:49 +00:00
"extra": {
"branch-alias": {
2019-08-27 07:31:35 +00:00
"dev-master": "4.3-dev"
2017-09-06 17:55:49 +00:00
}
},
2016-06-14 09:03:23 +00:00
"autoload": {
2017-07-15 10:13:32 +00:00
"psr-4": {
2017-09-06 17:55:49 +00:00
"Symfony\\Component\\HttpFoundation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2016-06-14 09:03:23 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2017-09-06 17:55:49 +00:00
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
2016-06-14 09:03:23 +00:00
],
2017-09-06 17:55:49 +00:00
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
2019-08-27 07:31:35 +00:00
"time": "2019-08-26T08:55:16+00:00"
2017-07-15 10:13:32 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "symfony/http-kernel",
2019-08-27 20:56:12 +00:00
"version": "v4.3.4",
2017-07-15 10:13:32 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/symfony/http-kernel.git",
2019-08-27 20:56:12 +00:00
"reference": "5e0fc71be03d52cd00c423061cfd300bd6f92a52"
2017-07-15 10:13:32 +00:00
},
"dist": {
"type": "zip",
2019-08-27 20:56:12 +00:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/5e0fc71be03d52cd00c423061cfd300bd6f92a52",
"reference": "5e0fc71be03d52cd00c423061cfd300bd6f92a52",
2017-07-15 10:13:32 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"php": "^7.1.3",
2017-09-06 17:55:49 +00:00
"psr/log": "~1.0",
2019-04-10 16:00:53 +00:00
"symfony/debug": "~3.4|~4.0",
2019-08-27 20:56:12 +00:00
"symfony/event-dispatcher": "^4.3",
2019-04-10 16:00:53 +00:00
"symfony/http-foundation": "^4.1.1",
2019-08-27 20:56:12 +00:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php73": "^1.9"
2017-07-15 10:13:32 +00:00
},
2017-09-06 17:55:49 +00:00
"conflict": {
2019-08-27 20:56:12 +00:00
"symfony/browser-kit": "<4.3",
2019-04-10 16:00:53 +00:00
"symfony/config": "<3.4",
2019-08-27 20:56:12 +00:00
"symfony/dependency-injection": "<4.3",
2019-04-10 16:00:53 +00:00
"symfony/translation": "<4.2",
"symfony/var-dumper": "<4.1.1",
2017-09-06 17:55:49 +00:00
"twig/twig": "<1.34|<2.4,>=2"
2017-07-15 10:13:32 +00:00
},
2019-04-10 16:00:53 +00:00
"provide": {
"psr/log-implementation": "1.0"
},
2017-07-15 10:13:32 +00:00
"require-dev": {
2019-04-10 16:00:53 +00:00
"psr/cache": "~1.0",
2019-08-27 20:56:12 +00:00
"symfony/browser-kit": "^4.3",
2019-04-10 16:00:53 +00:00
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
"symfony/css-selector": "~3.4|~4.0",
2019-08-27 20:56:12 +00:00
"symfony/dependency-injection": "^4.3",
2019-04-10 16:00:53 +00:00
"symfony/dom-crawler": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/finder": "~3.4|~4.0",
"symfony/process": "~3.4|~4.0",
"symfony/routing": "~3.4|~4.0",
"symfony/stopwatch": "~3.4|~4.0",
"symfony/templating": "~3.4|~4.0",
"symfony/translation": "~4.2",
2019-08-27 20:56:12 +00:00
"symfony/translation-contracts": "^1.1",
"symfony/var-dumper": "^4.1.1",
"twig/twig": "^1.34|^2.4"
2017-09-06 17:55:49 +00:00
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": "",
"symfony/var-dumper": ""
2017-07-15 10:13:32 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-08-27 20:56:12 +00:00
"dev-master": "4.3-dev"
2017-07-15 10:13:32 +00:00
}
},
"autoload": {
"psr-4": {
2017-09-06 17:55:49 +00:00
"Symfony\\Component\\HttpKernel\\": ""
2017-07-15 10:13:32 +00:00
},
2017-09-06 17:55:49 +00:00
"exclude-from-classmap": [
"/Tests/"
2017-07-15 10:13:32 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2017-07-15 10:13:32 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
2019-08-27 20:56:12 +00:00
"time": "2019-08-26T16:47:42+00:00"
2018-10-16 14:19:51 +00:00
},
2019-08-27 07:31:35 +00:00
{
"name": "symfony/mime",
"version": "v4.3.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "987a05df1c6ac259b34008b932551353f4f408df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/987a05df1c6ac259b34008b932551353f4f408df",
"reference": "987a05df1c6ac259b34008b932551353f4f408df",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
},
"require-dev": {
"egulias/email-validator": "^2.1.10",
"symfony/dependency-injection": "~3.4|^4.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Mime\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A library to manipulate MIME messages",
"homepage": "https://symfony.com",
"keywords": [
"mime",
"mime-type"
],
"time": "2019-08-22T08:16:11+00:00"
},
2019-04-14 07:23:06 +00:00
{
"name": "symfony/options-resolver",
"version": "v4.2.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
"reference": "3896e5a7d06fd15fa4947694c8dcdd371ff147d1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/3896e5a7d06fd15fa4947694c8dcdd371ff147d1",
"reference": "3896e5a7d06fd15fa4947694c8dcdd371ff147d1",
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\OptionsResolver\\": ""
},
"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": "Symfony OptionsResolver Component",
"homepage": "https://symfony.com",
"keywords": [
"config",
"configuration",
"options"
],
"time": "2019-02-23T15:17:42+00:00"
},
2018-10-16 14:19:51 +00:00
{
"name": "symfony/polyfill-ctype",
2019-08-27 20:56:12 +00:00
"version": "v1.12.0",
2018-10-16 14:19:51 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2019-08-27 20:56:12 +00:00
"reference": "550ebaac289296ce228a706d0867afc34687e3f4"
2018-10-16 14:19:51 +00:00
},
"dist": {
"type": "zip",
2019-08-27 20:56:12 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
"reference": "550ebaac289296ce228a706d0867afc34687e3f4",
2018-10-16 14:19:51 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2019-08-27 20:56:12 +00:00
"dev-master": "1.12-dev"
2018-10-16 14:19:51 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
2019-08-27 07:31:35 +00:00
"email": "BackEndTea@gmail.com"
2019-08-27 20:56:12 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2018-10-16 14:19:51 +00:00
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2019-08-27 20:56:12 +00:00
"time": "2019-08-06T08:03:45+00:00"
2016-06-14 09:03:23 +00:00
},
2019-08-27 07:31:35 +00:00
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.12.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
"reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-php72": "^1.9"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.12-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
"time": "2019-08-06T08:03:45+00:00"
},
2016-06-14 09:03:23 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "symfony/polyfill-mbstring",
2019-08-27 07:31:35 +00:00
"version": "v1.12.0",
2016-06-14 09:03:23 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
2019-08-27 07:31:35 +00:00
"reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
2015-11-16 21:29:06 +00:00
},
2016-06-14 09:03:23 +00:00
"dist": {
"type": "zip",
2019-08-27 07:31:35 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
"reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
2016-06-14 09:03:23 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"php": ">=5.3.3"
2015-11-16 21:29:06 +00:00
},
2017-09-06 17:55:49 +00:00
"suggest": {
"ext-mbstring": "For best performance"
2016-10-08 08:14:30 +00:00
},
2015-11-16 21:29:06 +00:00
"type": "library",
"extra": {
"branch-alias": {
2019-08-27 07:31:35 +00:00
"dev-master": "1.12-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
2016-06-01 11:08:26 +00:00
"psr-4": {
2017-09-06 17:55:49 +00:00
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-11-16 21:29:06 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
2016-10-08 08:14:30 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
2016-10-08 08:14:30 +00:00
],
2019-08-27 07:31:35 +00:00
"time": "2019-08-06T08:03:45+00:00"
2019-03-26 22:06:27 +00:00
},
2019-04-14 07:23:06 +00:00
{
"name": "symfony/polyfill-php70",
"version": "v1.11.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php70.git",
"reference": "bc4858fb611bda58719124ca079baff854149c89"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/bc4858fb611bda58719124ca079baff854149c89",
"reference": "bc4858fb611bda58719124ca079baff854149c89",
"shasum": ""
},
"require": {
"paragonie/random_compat": "~1.0|~2.0|~9.99",
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.11-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php70\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2019-02-06T07:57:58+00:00"
},
2019-03-26 22:06:27 +00:00
{
"name": "symfony/polyfill-php72",
2019-08-27 20:56:12 +00:00
"version": "v1.12.0",
2019-03-26 22:06:27 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
2019-08-27 20:56:12 +00:00
"reference": "04ce3335667451138df4307d6a9b61565560199e"
2019-03-26 22:06:27 +00:00
},
"dist": {
"type": "zip",
2019-08-27 20:56:12 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e",
"reference": "04ce3335667451138df4307d6a9b61565560199e",
2019-03-26 22:06:27 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2019-08-27 20:56:12 +00:00
"dev-master": "1.12-dev"
2019-03-26 22:06:27 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"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 backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2019-08-27 20:56:12 +00:00
"time": "2019-08-06T08:03:45+00:00"
},
{
"name": "symfony/polyfill-php73",
"version": "v1.12.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188",
"reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.12-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2019-08-06T08:03:45+00:00"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "symfony/process",
2019-04-10 16:00:53 +00:00
"version": "v4.2.5",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/symfony/process.git",
2019-04-10 16:00:53 +00:00
"reference": "1e6cbb41dadcaf29e0db034d6ad0d039a9df06e6"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2019-04-10 16:00:53 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/1e6cbb41dadcaf29e0db034d6ad0d039a9df06e6",
"reference": "1e6cbb41dadcaf29e0db034d6ad0d039a9df06e6",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"php": "^7.1.3"
2016-06-14 09:03:23 +00:00
},
2017-09-06 17:55:49 +00:00
"type": "library",
2015-11-16 21:29:06 +00:00
"extra": {
"branch-alias": {
2019-04-10 16:00:53 +00:00
"dev-master": "4.2-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
2016-05-26 16:40:58 +00:00
"license": [
"MIT"
],
2017-09-06 17:55:49 +00:00
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
2019-04-10 16:00:53 +00:00
"time": "2019-03-10T20:07:02+00:00"
2019-03-26 22:06:27 +00:00
},
2019-08-27 20:56:12 +00:00
{
"name": "symfony/service-contracts",
"version": "v1.1.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "ea7263d6b6d5f798b56a45a5b8d686725f2719a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/ea7263d6b6d5f798b56a45a5b8d686725f2719a3",
"reference": "ea7263d6b6d5f798b56a45a5b8d686725f2719a3",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/container": "^1.0"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-08-20T14:44:19+00:00"
},
2019-04-14 07:23:06 +00:00
{
"name": "symfony/stopwatch",
"version": "v4.2.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
"reference": "b1a5f646d56a3290230dbc8edf2a0d62cda23f67"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/b1a5f646d56a3290230dbc8edf2a0d62cda23f67",
"reference": "b1a5f646d56a3290230dbc8edf2a0d62cda23f67",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/contracts": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Stopwatch\\": ""
},
"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": "Symfony Stopwatch Component",
"homepage": "https://symfony.com",
"time": "2019-01-16T20:31:39+00:00"
},
2015-11-16 21:29:06 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "symfony/yaml",
2019-08-27 20:56:12 +00:00
"version": "v4.3.4",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/symfony/yaml.git",
2019-08-27 20:56:12 +00:00
"reference": "5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2019-08-27 20:56:12 +00:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686",
"reference": "5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"php": "^7.1.3",
2018-10-16 14:19:51 +00:00
"symfony/polyfill-ctype": "~1.8"
2015-11-16 21:29:06 +00:00
},
2019-04-10 16:00:53 +00:00
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {
"symfony/console": "~3.4|~4.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
2015-11-16 21:29:06 +00:00
"type": "library",
"extra": {
"branch-alias": {
2019-08-27 20:56:12 +00:00
"dev-master": "4.3-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
"psr-4": {
2017-09-06 17:55:49 +00:00
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-11-16 21:29:06 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
2019-08-27 20:56:12 +00:00
"time": "2019-08-20T14:27:59+00:00"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "tsphethean/sculpin-related-posts-bundle",
"version": "0.1.0",
"target-dir": "Tsphethean/Sculpin/Bundle/RelatedPostsBundle",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/tsphethean/sculpin-related-posts-bundle.git",
"reference": "7398139c3a5c5d407436d385e58b1cf2fe7ac84b"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2017-09-06 17:55:49 +00:00
"url": "https://api.github.com/repos/tsphethean/sculpin-related-posts-bundle/zipball/7398139c3a5c5d407436d385e58b1cf2fe7ac84b",
"reference": "7398139c3a5c5d407436d385e58b1cf2fe7ac84b",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"php": ">=5.3.2"
2017-07-15 10:13:32 +00:00
},
2015-11-16 21:29:06 +00:00
"type": "library",
2016-06-14 09:03:23 +00:00
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-0": {
"Tsphethean\\Sculpin\\Bundle\\RelatedPostsBundle": ""
2016-10-08 08:14:30 +00:00
}
2016-06-14 09:03:23 +00:00
},
2015-11-16 21:29:06 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Tom Phethean",
"homepage": "http://www.tsphethean.co.uk"
2015-11-16 21:29:06 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "Sculpin Related Posts Bundle",
"homepage": "https://sculpin.io",
2015-11-16 21:29:06 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"blog",
"blogging",
"related posts",
"site",
"static"
2015-11-16 21:29:06 +00:00
],
2017-09-06 17:55:49 +00:00
"time": "2014-03-21T14:38:52+00:00"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "twig/extensions",
2019-03-26 22:06:27 +00:00
"version": "v1.5.4",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/twigphp/Twig-extensions.git",
2019-03-26 22:06:27 +00:00
"reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2019-03-26 22:06:27 +00:00
"url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
"reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2018-10-16 14:19:51 +00:00
"twig/twig": "^1.27|^2.0"
2017-09-06 17:55:49 +00:00
},
"require-dev": {
2018-10-16 14:19:51 +00:00
"symfony/phpunit-bridge": "^3.4",
"symfony/translation": "^2.7|^3.4"
2017-09-06 17:55:49 +00:00
},
"suggest": {
"symfony/translation": "Allow the time_diff output to be translated"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-09-06 17:55:49 +00:00
"dev-master": "1.5-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-0": {
"Twig_Extensions_": "lib/"
},
2015-11-16 21:29:06 +00:00
"psr-4": {
2017-09-06 17:55:49 +00:00
"Twig\\Extensions\\": "src/"
2016-10-08 08:14:30 +00:00
}
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-11-16 21:29:06 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "Common additional features for Twig that do not directly belong in core",
2015-11-16 21:29:06 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"i18n",
"text"
2015-11-16 21:29:06 +00:00
],
2019-03-26 22:06:27 +00:00
"time": "2018-12-05T18:34:18+00:00"
2017-03-05 22:46:31 +00:00
},
2015-11-16 21:29:06 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "twig/twig",
2019-08-27 20:56:12 +00:00
"version": "v2.11.3",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/twigphp/Twig.git",
2019-08-27 20:56:12 +00:00
"reference": "699ed2342557c88789a15402de5eb834dedd6792"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2019-08-27 20:56:12 +00:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/699ed2342557c88789a15402de5eb834dedd6792",
"reference": "699ed2342557c88789a15402de5eb834dedd6792",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"php": "^7.0",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3"
2016-10-08 08:14:30 +00:00
},
"require-dev": {
2017-09-06 17:55:49 +00:00
"psr/container": "^1.0",
2018-10-16 14:19:51 +00:00
"symfony/debug": "^2.7",
2019-08-27 20:56:12 +00:00
"symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-08-27 20:56:12 +00:00
"dev-master": "2.11-dev"
2015-11-16 21:29:06 +00:00
}
},
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-0": {
"Twig_": "lib/"
2015-12-17 23:13:46 +00:00
},
2017-09-06 17:55:49 +00:00
"psr-4": {
"Twig\\": "src/"
}
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-09-06 17:55:49 +00:00
"BSD-3-Clause"
2015-11-16 21:29:06 +00:00
],
"authors": [
{
"name": "Fabien Potencier",
2019-08-27 07:31:35 +00:00
"role": "Lead Developer",
2017-09-06 17:55:49 +00:00
"email": "fabien@symfony.com",
2019-08-27 07:31:35 +00:00
"homepage": "http://fabien.potencier.org"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "Armin Ronacher",
2019-08-27 07:31:35 +00:00
"role": "Project Founder",
"email": "armin.ronacher@active-4.com"
2017-09-06 17:55:49 +00:00
},
{
"name": "Twig Team",
2019-08-27 07:31:35 +00:00
"role": "Contributors",
"homepage": "https://twig.symfony.com/contributors"
2015-11-16 21:29:06 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "Twig, the flexible, fast, and secure template language for PHP",
2018-10-16 14:19:51 +00:00
"homepage": "https://twig.symfony.com",
2017-09-06 17:55:49 +00:00
"keywords": [
"templating"
],
2019-08-27 20:56:12 +00:00
"time": "2019-06-18T15:37:11+00:00"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "webignition/disallowed-character-terminated-string",
"version": "1.0",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/webignition/disallowed-character-terminated-string.git",
"reference": "25d12868c82b56bc0d04278e31594385ba4dddc4"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2017-09-06 17:55:49 +00:00
"url": "https://api.github.com/repos/webignition/disallowed-character-terminated-string/zipball/25d12868c82b56bc0d04278e31594385ba4dddc4",
"reference": "25d12868c82b56bc0d04278e31594385ba4dddc4",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"php": ">=5.3.0"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-0": {
"": "src/"
}
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Jon Cram",
"email": "jon@webignition.net"
2015-11-16 21:29:06 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "A string terminated by one or more disallowed characters",
"homepage": "https://github.com/webignition/disallowed-character-terminated-string",
"keywords": [
"string",
"terminated"
],
"time": "2012-07-16T21:29:50+00:00"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "webignition/internet-media-type",
2018-10-16 14:19:51 +00:00
"version": "0.4.8",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/webignition/internet-media-type.git",
2018-10-16 14:19:51 +00:00
"reference": "1a5bbe38033b00b23acd5e1dd10489bb07eed77c"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2018-10-16 14:19:51 +00:00
"url": "https://api.github.com/repos/webignition/internet-media-type/zipball/1a5bbe38033b00b23acd5e1dd10489bb07eed77c",
"reference": "1a5bbe38033b00b23acd5e1dd10489bb07eed77c",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2018-10-16 14:19:51 +00:00
"php": ">=5.6.0",
"webignition/quoted-string": ">=0.2.1,<1.0",
"webignition/string-parser": ">=0.2.3,<1.0"
2016-10-08 08:14:30 +00:00
},
2017-07-15 10:13:32 +00:00
"require-dev": {
2018-10-16 14:19:51 +00:00
"phpunit/phpunit": "~5.0",
"squizlabs/php_codesniffer": "3.*"
2016-05-19 07:48:36 +00:00
},
2015-11-16 21:29:06 +00:00
"type": "library",
2016-10-08 08:14:30 +00:00
"autoload": {
2018-10-16 14:19:51 +00:00
"psr-4": {
"webignition\\InternetMediaType\\": "src/",
"webignition\\Tests\\InternetMediaType\\": "tests/"
2017-09-06 17:55:49 +00:00
}
2016-10-08 08:14:30 +00:00
},
2015-11-16 21:29:06 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Jon Cram",
"email": "jon@webignition.net"
2015-11-16 21:29:06 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "PHP model of an http://en.wikipedia.org/wiki/Internet_media_type",
"homepage": "https://github.com/webignition/internet-media-type",
"keywords": [
"content type",
"content-type",
"internet media type",
"media type",
"media-type"
],
2018-10-16 14:19:51 +00:00
"time": "2018-03-12T14:54:00+00:00"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "webignition/quoted-string",
"version": "0.2.1",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/webignition/quoted-string.git",
"reference": "88b36b7be067796683ab3668e175322842dd5313"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2017-09-06 17:55:49 +00:00
"url": "https://api.github.com/repos/webignition/quoted-string/zipball/88b36b7be067796683ab3668e175322842dd5313",
"reference": "88b36b7be067796683ab3668e175322842dd5313",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"php": ">=5.5.0",
"webignition/string-parser": ">=0.2.3,<1"
2015-11-16 21:29:06 +00:00
},
"require-dev": {
2017-09-06 17:55:49 +00:00
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "3.*"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"autoload": {
2016-10-08 08:14:30 +00:00
"psr-4": {
2017-09-06 17:55:49 +00:00
"webignition\\QuotedString\\": "src/",
"webignition\\Tests\\QuotedString\\": "tests/"
}
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Jon Cram",
"email": "jon@webignition.net"
2015-11-16 21:29:06 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "A parser for string values that are encapsulated in double quotes (ASCII 34)",
"homepage": "https://github.com/webignition/quoted-string",
"keywords": [
"parser",
"quoted-string"
],
"time": "2017-05-11T11:41:31+00:00"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "webignition/string-parser",
"version": "0.2.3",
2015-11-16 21:29:06 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/webignition/string-parser.git",
"reference": "8591e28c05bd250bcc67b8001f3588995b9ef74b"
2015-11-16 21:29:06 +00:00
},
"dist": {
"type": "zip",
2017-09-06 17:55:49 +00:00
"url": "https://api.github.com/repos/webignition/string-parser/zipball/8591e28c05bd250bcc67b8001f3588995b9ef74b",
"reference": "8591e28c05bd250bcc67b8001f3588995b9ef74b",
2015-11-16 21:29:06 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"php": ">=5.3.0",
"webignition/disallowed-character-terminated-string": ">=1.0"
2015-11-16 21:29:06 +00:00
},
2017-09-06 17:55:49 +00:00
"require-dev": {
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "3.*"
2015-11-16 21:29:06 +00:00
},
2017-09-06 17:55:49 +00:00
"type": "library",
2015-11-16 21:29:06 +00:00
"autoload": {
2016-10-08 08:14:30 +00:00
"psr-4": {
2017-09-06 17:55:49 +00:00
"webignition\\StringParser\\": "src/",
"webignition\\Tests\\StringParser\\": "tests/"
}
2015-11-16 21:29:06 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2016-10-08 08:14:30 +00:00
"MIT"
2015-11-16 21:29:06 +00:00
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Jon Cram",
"email": "jon@webignition.net"
2015-11-16 21:29:06 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "Abstract state-based string parser",
"homepage": "https://github.com/webignition/string-parser",
"keywords": [
"parser",
"string"
],
"time": "2017-05-11T10:04:12+00:00"
2017-10-27 23:31:21 +00:00
},
{
"name": "wikimedia/composer-merge-plugin",
"version": "v1.4.1",
"source": {
"type": "git",
"url": "https://github.com/wikimedia/composer-merge-plugin.git",
"reference": "81c6ac72a24a67383419c7eb9aa2b3437f2ab100"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/81c6ac72a24a67383419c7eb9aa2b3437f2ab100",
"reference": "81c6ac72a24a67383419c7eb9aa2b3437f2ab100",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0",
"php": ">=5.3.2"
},
"require-dev": {
"composer/composer": "~1.0.0",
"jakub-onderka/php-parallel-lint": "~0.8",
"phpunit/phpunit": "~4.8|~5.0",
"squizlabs/php_codesniffer": "~2.1.0"
},
"type": "composer-plugin",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
},
"class": "Wikimedia\\Composer\\MergePlugin"
},
"autoload": {
"psr-4": {
"Wikimedia\\Composer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bryan Davis",
"email": "bd808@wikimedia.org"
}
],
"description": "Composer plugin to merge multiple composer.json files",
"time": "2017-04-25T02:31:25+00:00"
2017-09-06 17:55:49 +00:00
}
],
"packages-dev": [
2017-11-01 17:24:23 +00:00
{
"name": "doctrine/instantiator",
2019-03-26 22:06:27 +00:00
"version": "1.2.0",
2017-11-01 17:24:23 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2019-03-26 22:06:27 +00:00
"reference": "a2c590166b2133a4633738648b6b064edae0814a"
2017-11-01 17:24:23 +00:00
},
"dist": {
"type": "zip",
2019-03-26 22:06:27 +00:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
"reference": "a2c590166b2133a4633738648b6b064edae0814a",
2017-11-01 17:24:23 +00:00
"shasum": ""
},
"require": {
2019-03-26 22:06:27 +00:00
"php": "^7.1"
2017-11-01 17:24:23 +00:00
},
"require-dev": {
2019-03-26 22:06:27 +00:00
"doctrine/coding-standard": "^6.0",
2017-11-01 17:24:23 +00:00
"ext-pdo": "*",
"ext-phar": "*",
2019-03-26 22:06:27 +00:00
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
2017-11-01 17:24:23 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-03-26 22:06:27 +00:00
"dev-master": "1.2.x-dev"
2017-11-01 17:24:23 +00:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2019-03-26 22:06:27 +00:00
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2017-11-01 17:24:23 +00:00
"keywords": [
"constructor",
"instantiate"
],
2019-03-26 22:06:27 +00:00
"time": "2019-03-17T17:37:11+00:00"
2017-11-01 17:24:23 +00:00
},
{
"name": "myclabs/deep-copy",
2019-04-10 16:00:53 +00:00
"version": "1.9.1",
2017-11-01 17:24:23 +00:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2019-04-10 16:00:53 +00:00
"reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72"
2017-11-01 17:24:23 +00:00
},
"dist": {
"type": "zip",
2019-04-10 16:00:53 +00:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
"reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
2017-11-01 17:24:23 +00:00
"shasum": ""
},
"require": {
2019-03-26 22:06:27 +00:00
"php": "^7.1"
},
"replace": {
"myclabs/deep-copy": "self.version"
2017-11-01 17:24:23 +00:00
},
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
2019-03-26 22:06:27 +00:00
"phpunit/phpunit": "^7.1"
2017-11-01 17:24:23 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
},
"files": [
"src/DeepCopy/deep_copy.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
2019-04-10 16:00:53 +00:00
"time": "2019-04-07T13:18:21+00:00"
2017-11-01 17:24:23 +00:00
},
2015-08-08 16:51:10 +00:00
{
2017-09-06 17:55:49 +00:00
"name": "opdavies/sculpin-content-generator-bundle",
"version": "1.1.1",
2015-08-08 16:51:10 +00:00
"source": {
"type": "git",
2017-09-06 17:55:49 +00:00
"url": "https://github.com/opdavies/sculpin-content-generator-bundle.git",
"reference": "c4e7b2553e008587c8c763fa5dca5efdd28fe855"
2015-08-08 16:51:10 +00:00
},
"dist": {
"type": "zip",
2017-09-06 17:55:49 +00:00
"url": "https://api.github.com/repos/opdavies/sculpin-content-generator-bundle/zipball/c4e7b2553e008587c8c763fa5dca5efdd28fe855",
"reference": "c4e7b2553e008587c8c763fa5dca5efdd28fe855",
2015-08-08 16:51:10 +00:00
"shasum": ""
},
"require": {
2017-09-06 17:55:49 +00:00
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"suggest": {
"sculpin/sculpin": "@stable"
2015-08-08 16:51:10 +00:00
},
"type": "library",
2017-09-06 17:55:49 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
2016-06-14 09:03:23 +00:00
"autoload": {
2017-09-06 17:55:49 +00:00
"psr-4": {
"Opdavies\\Sculpin\\Bundle\\ContentGeneratorBundle\\": "src"
2016-10-08 08:14:30 +00:00
}
2016-06-14 09:03:23 +00:00
},
2015-08-08 16:51:10 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-09-06 17:55:49 +00:00
"name": "Oliver Davies",
"email": "oliver@oliverdavies.uk",
"homepage": "https://www.oliverdavies.uk"
2015-08-08 16:51:10 +00:00
}
],
2017-09-06 17:55:49 +00:00
"description": "Provides new Sculpin commands for generating new content",
2015-11-16 21:29:06 +00:00
"keywords": [
2017-09-06 17:55:49 +00:00
"sculpin"
2015-11-16 21:29:06 +00:00
],
2017-09-06 17:55:49 +00:00
"time": "2016-12-23T23:31:07+00:00"
2017-11-01 17:24:23 +00:00
},
{
"name": "phpdocumentor/reflection-common",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.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"
],
"time": "2017-09-11T18:02:19+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
2019-03-26 22:06:27 +00:00
"version": "4.3.0",
2017-11-01 17:24:23 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2019-03-26 22:06:27 +00:00
"reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2017-11-01 17:24:23 +00:00
},
"dist": {
"type": "zip",
2019-03-26 22:06:27 +00:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
"reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2017-11-01 17:24:23 +00:00
"shasum": ""
},
"require": {
2019-03-26 22:06:27 +00:00
"php": "^7.0",
2018-10-16 14:19:51 +00:00
"phpdocumentor/reflection-common": "^1.0.0",
"phpdocumentor/type-resolver": "^0.4.0",
2017-11-01 17:24:23 +00:00
"webmozart/assert": "^1.0"
},
"require-dev": {
2019-03-26 22:06:27 +00:00
"doctrine/instantiator": "~1.0.5",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.4"
2017-11-01 17:24:23 +00:00
},
"type": "library",
2019-03-26 22:06:27 +00:00
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
},
2017-11-01 17:24:23 +00:00
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2019-03-26 22:06:27 +00:00
"time": "2017-11-30T07:14:17+00:00"
2017-11-01 17:24:23 +00:00
},
{
"name": "phpdocumentor/type-resolver",
2018-10-16 14:19:51 +00:00
"version": "0.4.0",
2017-11-01 17:24:23 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2018-10-16 14:19:51 +00:00
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2017-11-01 17:24:23 +00:00
},
"dist": {
"type": "zip",
2018-10-16 14:19:51 +00:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2017-11-01 17:24:23 +00:00
"shasum": ""
},
"require": {
"php": "^5.5 || ^7.0",
"phpdocumentor/reflection-common": "^1.0"
},
"require-dev": {
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^5.2||^4.8.24"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.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"
}
],
2018-10-16 14:19:51 +00:00
"time": "2017-07-14T14:27:02+00:00"
2017-11-01 17:24:23 +00:00
},
{
"name": "phpspec/prophecy",
2018-10-16 14:19:51 +00:00
"version": "1.8.0",
2017-11-01 17:24:23 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2018-10-16 14:19:51 +00:00
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
2017-11-01 17:24:23 +00:00
},
"dist": {
"type": "zip",
2018-10-16 14:19:51 +00:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
2017-11-01 17:24:23 +00:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0",
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2018-10-16 14:19:51 +00:00
"sebastian/comparator": "^1.1|^2.0|^3.0",
2017-11-01 17:24:23 +00:00
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
},
"require-dev": {
"phpspec/phpspec": "^2.5|^3.2",
2018-10-16 14:19:51 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2017-11-01 17:24:23 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-10-16 14:19:51 +00:00
"dev-master": "1.8.x-dev"
2017-11-01 17:24:23 +00:00
}
},
"autoload": {
"psr-0": {
"Prophecy\\": "src/"
}
},
"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"
],
2018-10-16 14:19:51 +00:00
"time": "2018-08-05T17:53:17+00:00"
2017-11-01 17:24:23 +00:00
},
2019-06-26 00:03:00 +00:00
{
"name": "phpstan/phpstan-deprecation-rules",
"version": "0.11.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-deprecation-rules.git",
"reference": "5685fe48873efc5af1f2cc95d9c1b8ae82c728fe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/5685fe48873efc5af1f2cc95d9c1b8ae82c728fe",
"reference": "5685fe48873efc5af1f2cc95d9c1b8ae82c728fe",
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.0",
"php": "~7.1",
"phpstan/phpstan": "^0.11.8"
},
"require-dev": {
"consistence/coding-standard": "^3.0.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"jakub-onderka/php-parallel-lint": "^1.0",
"phing/phing": "^2.16.0",
"phpstan/phpstan-phpunit": "^0.11",
"phpunit/phpunit": "^7.0",
"slevomat/coding-standard": "^4.5.2"
},
"type": "phpstan-extension",
"extra": {
"branch-alias": {
"dev-master": "0.11-dev"
},
"phpstan": {
"includes": [
"rules.neon"
]
}
},
"autoload": {
"psr-4": {
"PHPStan\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.",
"time": "2019-05-28T19:54:04+00:00"
},
2017-11-01 17:24:23 +00:00
{
"name": "phpunit/php-code-coverage",
"version": "4.0.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
"reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlwriter": "*",
"php": "^5.6 || ^7.0",
"phpunit/php-file-iterator": "^1.3",
"phpunit/php-text-template": "^1.2",
"phpunit/php-token-stream": "^1.4.2 || ^2.0",
"sebastian/code-unit-reverse-lookup": "^1.0",
"sebastian/environment": "^1.3.2 || ^2.0",
"sebastian/version": "^1.0 || ^2.0"
},
"require-dev": {
"ext-xdebug": "^2.1.4",
"phpunit/phpunit": "^5.7"
},
"suggest": {
"ext-xdebug": "^2.5.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-08-27 07:31:35 +00:00
"role": "lead",
"email": "sb@sebastian-bergmann.de"
2017-11-01 17:24:23 +00:00
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
"time": "2017-04-02T07:44:40+00:00"
},
{
"name": "phpunit/php-file-iterator",
2018-10-16 14:19:51 +00:00
"version": "1.4.5",
2017-11-01 17:24:23 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2018-10-16 14:19:51 +00:00
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2017-11-01 17:24:23 +00:00
},
"dist": {
"type": "zip",
2018-10-16 14:19:51 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2017-11-01 17:24:23 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-08-27 07:31:35 +00:00
"role": "lead",
"email": "sb@sebastian-bergmann.de"
2017-11-01 17:24:23 +00:00
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
2018-10-16 14:19:51 +00:00
"time": "2017-11-27T13:52:08+00:00"
2017-11-01 17:24:23 +00:00
},
{
"name": "phpunit/php-text-template",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-08-27 07:31:35 +00:00
"role": "lead",
"email": "sebastian@phpunit.de"
2017-11-01 17:24:23 +00:00
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
"time": "2015-06-21T13:50:34+00:00"
},
{
"name": "phpunit/php-timer",
"version": "1.0.9",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-08-27 07:31:35 +00:00
"role": "lead",
"email": "sb@sebastian-bergmann.de"
2017-11-01 17:24:23 +00:00
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
"time": "2017-02-26T11:10:40+00:00"
},
{
"name": "phpunit/php-token-stream",
2019-03-26 22:06:27 +00:00
"version": "2.0.2",
2017-11-01 17:24:23 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2019-03-26 22:06:27 +00:00
"reference": "791198a2c6254db10131eecfe8c06670700904db"
2017-11-01 17:24:23 +00:00
},
"dist": {
"type": "zip",
2019-03-26 22:06:27 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
"reference": "791198a2c6254db10131eecfe8c06670700904db",
2017-11-01 17:24:23 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2019-03-26 22:06:27 +00:00
"php": "^7.0"
2017-11-01 17:24:23 +00:00
},
"require-dev": {
2019-03-26 22:06:27 +00:00
"phpunit/phpunit": "^6.2.4"
2017-11-01 17:24:23 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-03-26 22:06:27 +00:00
"dev-master": "2.0-dev"
2017-11-01 17:24:23 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
2019-03-26 22:06:27 +00:00
"time": "2017-11-27T05:48:46+00:00"
2017-11-01 17:24:23 +00:00
},
{
"name": "phpunit/phpunit",
2018-10-16 14:19:51 +00:00
"version": "5.7.27",
2017-11-01 17:24:23 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2018-10-16 14:19:51 +00:00
"reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
2017-11-01 17:24:23 +00:00
},
"dist": {
"type": "zip",
2018-10-16 14:19:51 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
"reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
2017-11-01 17:24:23 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"myclabs/deep-copy": "~1.3",
"php": "^5.6 || ^7.0",
"phpspec/prophecy": "^1.6.2",
"phpunit/php-code-coverage": "^4.0.4",
"phpunit/php-file-iterator": "~1.4",
"phpunit/php-text-template": "~1.2",
"phpunit/php-timer": "^1.0.6",
"phpunit/phpunit-mock-objects": "^3.2",
"sebastian/comparator": "^1.2.4",
"sebastian/diff": "^1.4.3",
"sebastian/environment": "^1.3.4 || ^2.0",
"sebastian/exporter": "~2.0",
"sebastian/global-state": "^1.1",
"sebastian/object-enumerator": "~2.0",
"sebastian/resource-operations": "~1.0",
2018-10-16 14:19:51 +00:00
"sebastian/version": "^1.0.6|^2.0.1",
"symfony/yaml": "~2.1|~3.0|~4.0"
2017-11-01 17:24:23 +00:00
},
"conflict": {
"phpdocumentor/reflection-docblock": "3.0.2"
},
"require-dev": {
"ext-pdo": "*"
},
"suggest": {
"ext-xdebug": "*",
"phpunit/php-invoker": "~1.1"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.7.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-08-27 07:31:35 +00:00
"role": "lead",
"email": "sebastian@phpunit.de"
2017-11-01 17:24:23 +00:00
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2018-10-16 14:19:51 +00:00
"time": "2018-02-01T05:50:59+00:00"
2017-11-01 17:24:23 +00:00
},
{
"name": "phpunit/phpunit-mock-objects",
"version": "3.4.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
"reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
"reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
"php": "^5.6 || ^7.0",
"phpunit/php-text-template": "^1.2",
"sebastian/exporter": "^1.2 || ^2.0"
},
"conflict": {
"phpunit/phpunit": "<5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^5.4"
},
"suggest": {
"ext-soap": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Mock Object library for PHPUnit",
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
"keywords": [
"mock",
"xunit"
],
2019-03-26 22:06:27 +00:00
"abandoned": true,
2017-11-01 17:24:23 +00:00
"time": "2017-06-30T09:13:00+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"time": "2017-03-04T06:30:41+00:00"
},
{
"name": "sebastian/comparator",
"version": "1.2.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"sebastian/diff": "~1.2",
"sebastian/exporter": "~1.2 || ~2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "http://www.github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
"time": "2017-01-29T09:50:25+00:00"
},
{
"name": "sebastian/diff",
"version": "1.4.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff"
],
"time": "2017-05-22T07:24:03+00:00"
},
{
"name": "sebastian/environment",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
"reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
"time": "2016-11-26T07:53:53+00:00"
},
{
"name": "sebastian/exporter",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
"reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"sebastian/recursion-context": "~2.0"
},
"require-dev": {
"ext-mbstring": "*",
"phpunit/phpunit": "~4.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
"time": "2016-11-19T08:54:04+00:00"
},
{
"name": "sebastian/global-state",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.2"
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
"time": "2015-10-12T03:26:01+00:00"
},
{
"name": "sebastian/object-enumerator",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
"reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
"shasum": ""
},
"require": {
"php": ">=5.6",
"sebastian/recursion-context": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "~5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"time": "2017-02-18T15:18:39+00:00"
},
{
"name": "sebastian/recursion-context",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
"reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"time": "2016-11-19T07:33:16+00:00"
},
{
"name": "sebastian/resource-operations",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"time": "2015-07-28T20:34:47+00:00"
},
{
"name": "sebastian/version",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-08-27 07:31:35 +00:00
"role": "lead",
"email": "sebastian@phpunit.de"
2017-11-01 17:24:23 +00:00
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"time": "2016-10-03T07:35:21+00:00"
},
2019-08-27 07:31:35 +00:00
{
"name": "symfony/var-dumper",
"version": "v4.2.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "9f87189ac10b42edf7fb8edc846f1937c6d157cf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/9f87189ac10b42edf7fb8edc846f1937c6d157cf",
"reference": "9f87189ac10b42edf7fb8edc846f1937c6d157cf",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php72": "~1.5"
},
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/console": "<3.4"
},
"require-dev": {
"ext-iconv": "*",
"symfony/console": "~3.4|~4.0",
"symfony/process": "~3.4|~4.0",
"twig/twig": "~1.34|~2.4"
},
"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": {
"dev-master": "4.2-dev"
}
},
"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"
],
"time": "2019-02-23T15:17:42+00:00"
},
{
"name": "tightenco/collect",
"version": "v5.8.10",
"source": {
"type": "git",
"url": "https://github.com/tightenco/collect.git",
"reference": "1e4120c90b3536a9ebd080d50ecaae7b75719054"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tightenco/collect/zipball/1e4120c90b3536a9ebd080d50ecaae7b75719054",
"reference": "1e4120c90b3536a9ebd080d50ecaae7b75719054",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/var-dumper": ">=3.4 <5"
},
"require-dev": {
"mockery/mockery": "^1.0",
"nesbot/carbon": "^1.26.3",
"phpunit/phpunit": "^7.0"
},
"type": "library",
"autoload": {
"files": [
"src/Collect/Support/helpers.php",
"src/Collect/Support/alias.php"
],
"psr-4": {
"Tightenco\\Collect\\": "src/Collect"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"description": "Collect - Illuminate Collections as a separate package.",
"keywords": [
"collection",
"laravel"
],
"time": "2019-04-02T20:31:59+00:00"
},
2017-11-01 17:24:23 +00:00
{
"name": "webmozart/assert",
2019-03-26 22:06:27 +00:00
"version": "1.4.0",
2017-11-01 17:24:23 +00:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2019-03-26 22:06:27 +00:00
"reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
2017-11-01 17:24:23 +00:00
},
"dist": {
"type": "zip",
2019-03-26 22:06:27 +00:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
"reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
2017-11-01 17:24:23 +00:00
"shasum": ""
},
"require": {
2019-03-26 22:06:27 +00:00
"php": "^5.3.3 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
2017-11-01 17:24:23 +00:00
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-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"
],
2019-03-26 22:06:27 +00:00
"time": "2018-12-25T11:19:39+00:00"
2015-08-08 16:51:10 +00:00
}
],
"aliases": [],
2016-05-22 09:25:25 +00:00
"minimum-stability": "stable",
2015-08-08 16:51:10 +00:00
"stability-flags": {
2016-06-01 11:08:26 +00:00
"dflydev/embedded-composer": 20,
2017-09-06 17:55:49 +00:00
"opdavies/sculpin-content-generator-bundle": 0
2015-08-08 16:51:10 +00:00
},
2016-05-22 09:25:25 +00:00
"prefer-stable": false,
2015-08-08 16:51:10 +00:00
"prefer-lowest": false,
2016-10-08 08:12:15 +00:00
"platform": {
2019-04-10 16:00:53 +00:00
"php": "^7.2"
2016-10-08 08:12:15 +00:00
},
2015-08-08 16:51:10 +00:00
"platform-dev": []
}