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-04-11 07:57:42 +00:00
"content-hash": "376df5bc92c172925dd66bc87f6a55dc",
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
},
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
},
{
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
},
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",
"email": "michel.fortin@michelf.ca",
"homepage": "https://michelf.ca/",
"role": "Developer"
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-04-10 16:00:53 +00:00
"version": "v3.7.1",
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-04-10 16:00:53 +00:00
"reference": "377933125dd30d708804c545bf33da87a3c1b0f4"
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/textile/php-textile/zipball/377933125dd30d708804c545bf33da87a3c1b0f4",
"reference": "377933125dd30d708804c545bf33da87a3c1b0f4",
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-04-10 16:00:53 +00:00
"time": "2019-01-26T17:03:58+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-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",
"version": "v0.5.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/cache.git",
"reference": "7d7da7fb7574d471904ba357b39bbf110ccdbf66"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/cache/zipball/7d7da7fb7574d471904ba357b39bbf110ccdbf66",
"reference": "7d7da7fb7574d471904ba357b39bbf110ccdbf66",
"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"
],
"time": "2018-06-25T12:52:40+00:00"
},
{
"name": "react/dns",
"version": "v0.4.17",
"source": {
"type": "git",
"url": "https://github.com/reactphp/dns.git",
"reference": "0f30c6ceb71504d359d51132a97e1703051f1589"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/dns/zipball/0f30c6ceb71504d359d51132a97e1703051f1589",
"reference": "0f30c6ceb71504d359d51132a97e1703051f1589",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"react/cache": "^1.0 || ^0.6 || ^0.5 || ^0.4 || ^0.3",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
"react/promise": "^2.1 || ^1.2.1",
"react/promise-timer": "^1.2",
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5"
},
"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"
],
"time": "2019-04-01T07:31:55+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",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise-stream.git",
"reference": "00e269d611e9c9a29356aef64c07f7e513e73dc9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/promise-stream/zipball/00e269d611e9c9a29356aef64c07f7e513e73dc9",
"reference": "00e269d611e9c9a29356aef64c07f7e513e73dc9",
"shasum": ""
},
"require": {
"php": ">=5.3",
"react/promise": "^2.1 || ^1.2",
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4 || ^0.3"
},
"require-dev": {
"clue/block-react": "^1.0",
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35",
"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"
],
"time": "2017-12-22T12:02:05+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-04-10 16:00:53 +00:00
"version": "v1.2.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-04-10 16:00:53 +00:00
"reference": "23b7372bb25cea934f6124f5bdac34e30161959e"
2016-04-05 20:08:58 +00:00
},
"dist": {
"type": "zip",
2019-04-10 16:00:53 +00:00
"url": "https://api.github.com/repos/reactphp/socket/zipball/23b7372bb25cea934f6124f5bdac34e30161959e",
"reference": "23b7372bb25cea934f6124f5bdac34e30161959e",
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-04-10 16:00:53 +00:00
"react/dns": "^0.4.13",
"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-04-10 16:00:53 +00:00
"time": "2019-01-07T14:10:13+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-04-10 16:00:53 +00:00
"version": "3.0.0",
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-04-10 16:00:53 +00:00
"reference": "429bcff7261caa418acdc259be389fa305d0a275"
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/sculpin/sculpin/zipball/429bcff7261caa418acdc259be389fa305d0a275",
"reference": "429bcff7261caa418acdc259be389fa305d0a275",
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",
2017-09-06 17:55:49 +00:00
"webignition/internet-media-type": "^0.4"
},
"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-04-10 16:00:53 +00:00
"time": "2019-04-08T06:44:17+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-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/config.git",
2019-04-10 16:00:53 +00:00
"reference": "0e745ead307d5dcd4e163e94a47ec04b1428943f"
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/config/zipball/0e745ead307d5dcd4e163e94a47ec04b1428943f",
"reference": "0e745ead307d5dcd4e163e94a47ec04b1428943f",
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",
"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-04-10 16:00:53 +00:00
"dev-master": "4.2-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-04-10 16:00:53 +00:00
"time": "2019-04-01T14:03:25+00:00"
2016-06-14 09:03:23 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "symfony/console",
2019-04-10 16:00:53 +00:00
"version": "v4.2.5",
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-04-10 16:00:53 +00:00
"reference": "24206aff3efe6962593297e57ef697ebb220e384"
2016-06-14 09:03:23 +00:00
},
"dist": {
"type": "zip",
2019-04-10 16:00:53 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/24206aff3efe6962593297e57ef697ebb220e384",
"reference": "24206aff3efe6962593297e57ef697ebb220e384",
2016-06-14 09:03:23 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"php": "^7.1.3",
"symfony/contracts": "^1.0",
2017-09-06 17:55:49 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
2019-04-10 16:00:53 +00:00
"conflict": {
"symfony/dependency-injection": "<3.4",
"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",
"symfony/event-dispatcher": "~3.4|~4.0",
"symfony/lock": "~3.4|~4.0",
"symfony/process": "~3.4|~4.0"
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-04-10 16:00:53 +00:00
"dev-master": "4.2-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-04-10 16:00:53 +00:00
"time": "2019-04-01T07:32:59+00:00"
},
{
"name": "symfony/contracts",
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/contracts.git",
"reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
"reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
"psr/cache": "^1.0",
"psr/container": "^1.0"
},
"suggest": {
"psr/cache": "When using the Cache contracts",
"psr/container": "When using the Service contracts",
"symfony/cache-contracts-implementation": "",
"symfony/service-contracts-implementation": "",
"symfony/translation-contracts-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"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"
],
"time": "2018-12-05T08:06:11+00:00"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "symfony/debug",
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/debug.git",
2019-04-10 16:00:53 +00:00
"reference": "43ce8ab34c734dcc8a4af576cb86711daab964c5"
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/debug/zipball/43ce8ab34c734dcc8a4af576cb86711daab964c5",
"reference": "43ce8ab34c734dcc8a4af576cb86711daab964c5",
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-04-10 16:00:53 +00:00
"dev-master": "4.2-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-04-10 16:00:53 +00:00
"time": "2019-03-10T17:09:50+00:00"
2016-06-14 09:03:23 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "symfony/dependency-injection",
2019-04-10 16:00:53 +00:00
"version": "v4.2.5",
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-04-10 16:00:53 +00:00
"reference": "1806e43ff6bff57398d33b326cd753a12d9f434f"
2016-06-14 09:03:23 +00:00
},
"dist": {
"type": "zip",
2019-04-10 16:00:53 +00:00
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1806e43ff6bff57398d33b326cd753a12d9f434f",
"reference": "1806e43ff6bff57398d33b326cd753a12d9f434f",
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",
"symfony/contracts": "^1.0"
2017-09-06 17:55:49 +00:00
},
"conflict": {
2019-04-10 16:00:53 +00:00
"symfony/config": "<4.2",
"symfony/finder": "<3.4",
"symfony/proxy-manager-bridge": "<3.4",
"symfony/yaml": "<3.4"
},
"provide": {
"psr/container-implementation": "1.0",
"symfony/service-contracts-implementation": "1.0"
2016-06-14 09:03:23 +00:00
},
2017-07-15 10:13:32 +00:00
"require-dev": {
2019-04-10 16:00:53 +00:00
"symfony/config": "~4.2",
"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-04-10 16:00:53 +00:00
"dev-master": "4.2-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-04-10 16:00:53 +00:00
"time": "2019-03-30T15:58:42+00:00"
2016-10-08 08:14:30 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "symfony/event-dispatcher",
2019-04-10 16:00:53 +00:00
"version": "v4.2.5",
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-04-10 16:00:53 +00:00
"reference": "ca5af306fbc37f3cf597e91bc9cfa0c7d3f33544"
2016-10-08 08:14:30 +00:00
},
"dist": {
"type": "zip",
2019-04-10 16:00:53 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ca5af306fbc37f3cf597e91bc9cfa0c7d3f33544",
"reference": "ca5af306fbc37f3cf597e91bc9cfa0c7d3f33544",
2016-10-08 08:14:30 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"php": "^7.1.3",
"symfony/contracts": "^1.0"
},
"conflict": {
"symfony/dependency-injection": "<3.4"
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",
"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-04-10 16:00:53 +00:00
"dev-master": "4.2-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-04-10 16:00:53 +00:00
"time": "2019-03-30T15:58:42+00:00"
2017-07-15 10:13:32 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "symfony/filesystem",
2019-04-10 16:00:53 +00:00
"version": "v4.2.5",
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-04-10 16:00:53 +00:00
"reference": "e16b9e471703b2c60b95f14d31c1239f68f11601"
2016-06-14 09:03:23 +00:00
},
2017-07-15 10:13:32 +00:00
"dist": {
"type": "zip",
2019-04-10 16:00:53 +00:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/e16b9e471703b2c60b95f14d31c1239f68f11601",
"reference": "e16b9e471703b2c60b95f14d31c1239f68f11601",
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-04-10 16:00:53 +00:00
"dev-master": "4.2-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-04-10 16:00:53 +00:00
"time": "2019-02-07T11:40:08+00:00"
2017-09-06 17:55:49 +00:00
},
{
"name": "symfony/finder",
2019-04-10 16:00:53 +00:00
"version": "v4.2.5",
2017-09-06 17:55:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2019-04-10 16:00:53 +00:00
"reference": "267b7002c1b70ea80db0833c3afe05f0fbde580a"
2017-09-06 17:55:49 +00:00
},
"dist": {
"type": "zip",
2019-04-10 16:00:53 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/267b7002c1b70ea80db0833c3afe05f0fbde580a",
"reference": "267b7002c1b70ea80db0833c3afe05f0fbde580a",
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-04-10 16:00:53 +00:00
"dev-master": "4.2-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-04-10 16:00:53 +00:00
"time": "2019-02-23T15:42:05+00:00"
2016-06-14 09:03:23 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "symfony/http-foundation",
2019-04-10 16:00:53 +00:00
"version": "v4.2.5",
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-04-10 16:00:53 +00:00
"reference": "5b7ab6beaa5b053b8d3c9b13367ada9b292e12e1"
2016-06-14 09:03:23 +00:00
},
"dist": {
"type": "zip",
2019-04-10 16:00:53 +00:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/5b7ab6beaa5b053b8d3c9b13367ada9b292e12e1",
"reference": "5b7ab6beaa5b053b8d3c9b13367ada9b292e12e1",
2016-06-14 09:03:23 +00:00
"shasum": ""
},
"require": {
2019-04-10 16:00:53 +00:00
"php": "^7.1.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-04-10 16:00:53 +00:00
"dev-master": "4.2-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-04-10 16:00:53 +00:00
"time": "2019-03-30T15:58:42+00:00"
2017-07-15 10:13:32 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "symfony/http-kernel",
2019-04-10 16:00:53 +00:00
"version": "v4.2.5",
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-04-10 16:00:53 +00:00
"reference": "e8b940bbeebf0f96789b5d17d9d77f8b2613960b"
2017-07-15 10:13:32 +00:00
},
"dist": {
"type": "zip",
2019-04-10 16:00:53 +00:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/e8b940bbeebf0f96789b5d17d9d77f8b2613960b",
"reference": "e8b940bbeebf0f96789b5d17d9d77f8b2613960b",
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/contracts": "^1.0.2",
"symfony/debug": "~3.4|~4.0",
"symfony/event-dispatcher": "~4.1",
"symfony/http-foundation": "^4.1.1",
2018-10-16 14:19:51 +00:00
"symfony/polyfill-ctype": "~1.8"
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/config": "<3.4",
"symfony/dependency-injection": "<4.2",
"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",
"symfony/browser-kit": "~3.4|~4.0",
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
"symfony/css-selector": "~3.4|~4.0",
"symfony/dependency-injection": "^4.2",
"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",
"symfony/var-dumper": "^4.1.1"
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-04-10 16:00:53 +00:00
"dev-master": "4.2-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-04-10 16:00:53 +00:00
"time": "2019-04-02T19:03:51+00:00"
2018-10-16 14:19:51 +00:00
},
{
"name": "symfony/polyfill-ctype",
2019-03-26 22:06:27 +00:00
"version": "v1.11.0",
2018-10-16 14:19:51 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2019-03-26 22:06:27 +00:00
"reference": "82ebae02209c21113908c229e9883c419720738a"
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/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
"reference": "82ebae02209c21113908c229e9883c419720738a",
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-03-26 22:06:27 +00:00
"dev-master": "1.11-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": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Gert de Pagter",
2019-03-26 22:06:27 +00:00
"email": "backendtea@gmail.com"
2018-10-16 14:19:51 +00:00
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2019-03-26 22:06:27 +00:00
"time": "2019-02-06T07:57:58+00:00"
2016-06-14 09:03:23 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "symfony/polyfill-mbstring",
2019-03-26 22:06:27 +00:00
"version": "v1.11.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-03-26 22:06:27 +00:00
"reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
2015-11-16 21:29:06 +00:00
},
2016-06-14 09:03:23 +00:00
"dist": {
"type": "zip",
2019-03-26 22:06:27 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
"reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
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-03-26 22:06:27 +00:00
"dev-master": "1.11-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-03-26 22:06:27 +00:00
"time": "2019-02-06T07:57:58+00:00"
},
{
"name": "symfony/polyfill-php72",
"version": "v1.11.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c",
"reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.11-dev"
}
},
"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"
],
"time": "2019-02-06T07:57:58+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
},
{
"name": "symfony/var-dumper",
2019-04-10 16:00:53 +00:00
"version": "v4.2.5",
2019-03-26 22:06:27 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2019-04-10 16:00:53 +00:00
"reference": "9f87189ac10b42edf7fb8edc846f1937c6d157cf"
2019-03-26 22:06:27 +00:00
},
"dist": {
"type": "zip",
2019-04-10 16:00:53 +00:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/9f87189ac10b42edf7fb8edc846f1937c6d157cf",
"reference": "9f87189ac10b42edf7fb8edc846f1937c6d157cf",
2019-03-26 22:06:27 +00:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php72": "~1.5"
},
"conflict": {
2019-04-10 16:00:53 +00:00
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/console": "<3.4"
2019-03-26 22:06:27 +00:00
},
"require-dev": {
"ext-iconv": "*",
2019-04-10 16:00:53 +00:00
"symfony/console": "~3.4|~4.0",
"symfony/process": "~3.4|~4.0",
2019-03-26 22:06:27 +00:00
"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).",
2019-04-10 16:00:53 +00:00
"ext-intl": "To show region name in time zone dump",
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
2019-03-26 22:06:27 +00:00
},
2019-04-10 16:00:53 +00:00
"bin": [
"Resources/bin/var-dump-server"
],
2019-03-26 22:06:27 +00:00
"type": "library",
"extra": {
"branch-alias": {
2019-04-10 16:00:53 +00:00
"dev-master": "4.2-dev"
2019-03-26 22:06:27 +00:00
}
},
"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"
],
2019-04-10 16:00:53 +00:00
"time": "2019-02-23T15:17:42+00:00"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "symfony/yaml",
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/yaml.git",
2019-04-10 16:00:53 +00:00
"reference": "6712daf03ee25b53abb14e7e8e0ede1a770efdb1"
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/yaml/zipball/6712daf03ee25b53abb14e7e8e0ede1a770efdb1",
"reference": "6712daf03ee25b53abb14e7e8e0ede1a770efdb1",
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-04-10 16:00:53 +00:00
"dev-master": "4.2-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-04-10 16:00:53 +00:00
"time": "2019-03-30T15:58:42+00:00"
2015-11-16 21:29:06 +00:00
},
2018-05-09 22:24:08 +00:00
{
"name": "tightenco/collect",
2019-04-10 16:00:53 +00:00
"version": "v5.8.10",
2018-05-09 22:24:08 +00:00
"source": {
"type": "git",
"url": "https://github.com/tightenco/collect.git",
2019-04-10 16:00:53 +00:00
"reference": "1e4120c90b3536a9ebd080d50ecaae7b75719054"
2018-05-09 22:24:08 +00:00
},
"dist": {
"type": "zip",
2019-04-10 16:00:53 +00:00
"url": "https://api.github.com/repos/tightenco/collect/zipball/1e4120c90b3536a9ebd080d50ecaae7b75719054",
"reference": "1e4120c90b3536a9ebd080d50ecaae7b75719054",
2018-05-09 22:24:08 +00:00
"shasum": ""
},
"require": {
2019-03-26 22:06:27 +00:00
"php": "^7.1.3",
"symfony/var-dumper": ">=3.4 <5"
2018-05-09 22:24:08 +00:00
},
"require-dev": {
2019-03-26 22:06:27 +00:00
"mockery/mockery": "^1.0",
"nesbot/carbon": "^1.26.3",
"phpunit/phpunit": "^7.0"
2018-05-09 22:24:08 +00:00
},
"type": "library",
"autoload": {
"files": [
2019-03-26 22:06:27 +00:00
"src/Collect/Support/helpers.php",
"src/Collect/Support/alias.php"
2018-05-09 22:24:08 +00:00
],
"psr-4": {
2019-03-26 22:06:27 +00:00
"Tightenco\\Collect\\": "src/Collect"
2018-05-09 22:24:08 +00:00
}
},
"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"
],
2019-04-10 16:00:53 +00:00
"time": "2019-04-02T20:31:59+00:00"
2018-05-09 22:24:08 +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-04-10 16:00:53 +00:00
"version": "v2.7.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.git",
2019-04-10 16:00:53 +00:00
"reference": "ed9c49220e09bfaeb1ba4d48077c08a7b09908dd"
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/twigphp/Twig/zipball/ed9c49220e09bfaeb1ba4d48077c08a7b09908dd",
"reference": "ed9c49220e09bfaeb1ba4d48077c08a7b09908dd",
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-03-26 22:06:27 +00:00
"symfony/phpunit-bridge": "^3.4.19|^4.1.8"
2015-11-16 21:29:06 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-04-10 16:00:53 +00:00
"dev-master": "2.7-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",
2017-09-06 17:55:49 +00:00
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
2015-11-16 21:29:06 +00:00
},
{
2017-09-06 17:55:49 +00:00
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
},
{
"name": "Twig Team",
2018-10-16 14:19:51 +00:00
"homepage": "https://twig.symfony.com/contributors",
2017-09-06 17:55:49 +00:00
"role": "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-04-10 16:00:53 +00:00
"time": "2019-03-23T14:28:58+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
},
{
"name": "phpunit/php-code-coverage",
"version": "4.0.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
"reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlwriter": "*",
"php": "^5.6 || ^7.0",
"phpunit/php-file-iterator": "^1.3",
"phpunit/php-text-template": "^1.2",
"phpunit/php-token-stream": "^1.4.2 || ^2.0",
"sebastian/code-unit-reverse-lookup": "^1.0",
"sebastian/environment": "^1.3.2 || ^2.0",
"sebastian/version": "^1.0 || ^2.0"
},
"require-dev": {
"ext-xdebug": "^2.1.4",
"phpunit/phpunit": "^5.7"
},
"suggest": {
"ext-xdebug": "^2.5.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
"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",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
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",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"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",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"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",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"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",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"time": "2016-10-03T07:35:21+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": []
}