2015-08-18 00:00:26 +00:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"content-hash": "b1bad605e3192b62c91672262c3b543b",
|
2015-08-18 00:00:26 +00:00
|
|
|
"packages": [
|
2016-10-06 22:16:20 +00:00
|
|
|
{
|
|
|
|
"name": "asm89/stack-cors",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/asm89/stack-cors.git",
|
|
|
|
"reference": "3ae8ef219bb4c9a6caf857421719aa07fa7776cc"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/asm89/stack-cors/zipball/3ae8ef219bb4c9a6caf857421719aa07fa7776cc",
|
|
|
|
"reference": "3ae8ef219bb4c9a6caf857421719aa07fa7776cc",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2",
|
|
|
|
"symfony/http-foundation": "~2.1|~3.0",
|
|
|
|
"symfony/http-kernel": "~2.1|~3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Asm89\\Stack": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Alexander",
|
|
|
|
"email": "iam.asm89@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Cross-origin resource sharing library and stack middleware",
|
|
|
|
"homepage": "https://github.com/asm89/stack-cors",
|
|
|
|
"keywords": [
|
|
|
|
"cors",
|
|
|
|
"stack"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2016-08-01T12:05:04+00:00"
|
2016-10-06 22:16:20 +00:00
|
|
|
},
|
2015-08-18 00:00:26 +00:00
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "composer/installers",
|
|
|
|
"version": "v1.0.21",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/composer/installers.git",
|
|
|
|
"reference": "d64e23fce42a4063d63262b19b8e7c0f3b5e4c45"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/composer/installers/zipball/d64e23fce42a4063d63262b19b8e7c0f3b5e4c45",
|
|
|
|
"reference": "d64e23fce42a4063d63262b19b8e7c0f3b5e4c45",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
2015-10-08 18:40:12 +00:00
|
|
|
"replace": {
|
|
|
|
"roundcube/plugin-installer": "*",
|
|
|
|
"shama/baton": "*"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"composer/composer": "1.0.*@dev",
|
|
|
|
"phpunit/phpunit": "4.1.*"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
2015-10-08 18:40:12 +00:00
|
|
|
"type": "composer-installer",
|
2015-08-18 00:00:26 +00:00
|
|
|
"extra": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"class": "Composer\\Installers\\Installer",
|
2015-08-18 00:00:26 +00:00
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "1.0-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"Composer\\Installers\\": "src/"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Kyle Robinson Young",
|
|
|
|
"email": "kyle@dontkry.com",
|
|
|
|
"homepage": "https://github.com/shama"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "A multi-framework Composer library installer",
|
|
|
|
"homepage": "http://composer.github.com/installers/",
|
2015-08-18 00:00:26 +00:00
|
|
|
"keywords": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"Craft",
|
|
|
|
"Dolibarr",
|
|
|
|
"Hurad",
|
|
|
|
"MODX Evo",
|
|
|
|
"OXID",
|
|
|
|
"SMF",
|
|
|
|
"Thelia",
|
|
|
|
"WolfCMS",
|
|
|
|
"agl",
|
|
|
|
"aimeos",
|
|
|
|
"annotatecms",
|
|
|
|
"bitrix",
|
|
|
|
"cakephp",
|
|
|
|
"chef",
|
|
|
|
"codeigniter",
|
|
|
|
"concrete5",
|
|
|
|
"croogo",
|
|
|
|
"dokuwiki",
|
|
|
|
"drupal",
|
|
|
|
"elgg",
|
|
|
|
"fuelphp",
|
|
|
|
"grav",
|
|
|
|
"installer",
|
|
|
|
"joomla",
|
|
|
|
"kohana",
|
|
|
|
"laravel",
|
|
|
|
"lithium",
|
|
|
|
"magento",
|
|
|
|
"mako",
|
|
|
|
"mediawiki",
|
|
|
|
"modulework",
|
|
|
|
"moodle",
|
|
|
|
"phpbb",
|
|
|
|
"piwik",
|
|
|
|
"ppi",
|
|
|
|
"puppet",
|
|
|
|
"roundcube",
|
|
|
|
"shopware",
|
|
|
|
"silverstripe",
|
|
|
|
"symfony",
|
|
|
|
"typo3",
|
|
|
|
"wordpress",
|
|
|
|
"zend",
|
|
|
|
"zikula"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-02-18T17:17:01+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "composer/semver",
|
|
|
|
"version": "1.0.0",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/composer/semver.git",
|
|
|
|
"reference": "d0e1ccc6d44ab318b758d709e19176037da6b1ba"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/composer/semver/zipball/d0e1ccc6d44ab318b758d709e19176037da6b1ba",
|
|
|
|
"reference": "d0e1ccc6d44ab318b758d709e19176037da6b1ba",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.2"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
2015-10-08 18:40:12 +00:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.5",
|
|
|
|
"phpunit/phpunit-mock-objects": "~2.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
2015-08-18 00:00:26 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "0.1-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-08-27 19:03:05 +00:00
|
|
|
"psr-4": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"Composer\\Semver\\": "src"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Rob Bast",
|
|
|
|
"email": "rob.bast@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Semver library that offers utilities, version constraint parsing and validation.",
|
2015-08-18 00:00:26 +00:00
|
|
|
"keywords": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"semantic",
|
|
|
|
"semver",
|
|
|
|
"validation",
|
|
|
|
"versioning"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-09-21T09:42:36+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/annotations",
|
2015-10-08 18:40:12 +00:00
|
|
|
"version": "v1.2.7",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/annotations.git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
|
|
|
|
"reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"doctrine/lexer": "1.*",
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"doctrine/cache": "1.*",
|
|
|
|
"phpunit/phpunit": "4.*"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.3.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Doctrine\\Common\\Annotations\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benjamin Eberlei",
|
|
|
|
"email": "kontakt@beberlei.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Johannes Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Docblock Annotations Parser",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"annotations",
|
|
|
|
"docblock",
|
|
|
|
"parser"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-08-31T12:32:49+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/cache",
|
2015-10-08 18:40:12 +00:00
|
|
|
"version": "v1.4.2",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/cache.git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/8c434000f420ade76a07c64cbe08ca47e5c101ca",
|
|
|
|
"reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"doctrine/common": ">2.2,<2.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": ">=3.7",
|
2015-10-08 18:40:12 +00:00
|
|
|
"predis/predis": "~1.0",
|
2015-08-18 00:00:26 +00:00
|
|
|
"satooshi/php-coveralls": "~0.6"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "1.5.x-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Doctrine\\Common\\Cache\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benjamin Eberlei",
|
|
|
|
"email": "kontakt@beberlei.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Johannes Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Caching library offering an object-oriented API for many cache backends",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"cache",
|
|
|
|
"caching"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-08-31T12:36:41+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/collections",
|
2015-10-08 18:40:12 +00:00
|
|
|
"version": "v1.3.0",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/collections.git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
|
|
|
|
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
2015-10-08 18:40:12 +00:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.0"
|
|
|
|
},
|
2015-08-18 00:00:26 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.2.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Doctrine\\Common\\Collections\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benjamin Eberlei",
|
|
|
|
"email": "kontakt@beberlei.de"
|
|
|
|
},
|
2015-10-08 18:40:12 +00:00
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com"
|
|
|
|
},
|
2015-08-18 00:00:26 +00:00
|
|
|
{
|
|
|
|
"name": "Johannes Schmitt",
|
2015-10-08 18:40:12 +00:00
|
|
|
"email": "schmittjoh@gmail.com"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Collections Abstraction library",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"array",
|
|
|
|
"collections",
|
|
|
|
"iterator"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-04-14T22:21:58+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/common",
|
2015-10-08 18:40:12 +00:00
|
|
|
"version": "v2.5.1",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/common.git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9",
|
|
|
|
"reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"doctrine/annotations": "1.*",
|
|
|
|
"doctrine/cache": "1.*",
|
|
|
|
"doctrine/collections": "1.*",
|
|
|
|
"doctrine/inflector": "1.*",
|
|
|
|
"doctrine/lexer": "1.*",
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~3.7"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "2.6.x-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Doctrine\\Common\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benjamin Eberlei",
|
|
|
|
"email": "kontakt@beberlei.de"
|
|
|
|
},
|
2015-10-08 18:40:12 +00:00
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com"
|
|
|
|
},
|
2015-08-18 00:00:26 +00:00
|
|
|
{
|
|
|
|
"name": "Johannes Schmitt",
|
2015-10-08 18:40:12 +00:00
|
|
|
"email": "schmittjoh@gmail.com"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common Library for Doctrine projects",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"annotations",
|
|
|
|
"collections",
|
|
|
|
"eventmanager",
|
|
|
|
"persistence",
|
|
|
|
"spl"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-08-31T13:00:22+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/inflector",
|
2015-10-08 18:40:12 +00:00
|
|
|
"version": "v1.0.1",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/inflector.git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
|
|
|
|
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
2015-10-08 18:40:12 +00:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "4.*"
|
|
|
|
},
|
2015-08-18 00:00:26 +00:00
|
|
|
"type": "library",
|
2015-10-08 18:40:12 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2015-08-18 00:00:26 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Doctrine\\Common\\Inflector\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benjamin Eberlei",
|
|
|
|
"email": "kontakt@beberlei.de"
|
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Johannes Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"inflection",
|
2015-10-08 18:40:12 +00:00
|
|
|
"pluralize",
|
|
|
|
"singularize",
|
2015-08-18 00:00:26 +00:00
|
|
|
"string"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2014-12-20T21:24:13+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/lexer",
|
2015-08-27 19:03:05 +00:00
|
|
|
"version": "v1.0.1",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/lexer.git",
|
2015-08-27 19:03:05 +00:00
|
|
|
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-27 19:03:05 +00:00
|
|
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
|
|
|
|
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
|
|
|
"type": "library",
|
2015-08-27 19:03:05 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2015-08-18 00:00:26 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Doctrine\\Common\\Lexer\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
2015-08-27 19:03:05 +00:00
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Johannes Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"lexer",
|
|
|
|
"parser"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2014-09-09T13:34:57+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "drupal-composer/drupal-scaffold",
|
|
|
|
"version": "dev-master",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/drupal-composer/drupal-scaffold.git",
|
|
|
|
"reference": "3ad465ac853c2e52e6a808f5529859917662c256"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/3ad465ac853c2e52e6a808f5529859917662c256",
|
|
|
|
"reference": "3ad465ac853c2e52e6a808f5529859917662c256",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"composer-plugin-api": "^1.0.0",
|
|
|
|
"php": ">=5.4.5"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"composer/composer": "dev-master",
|
|
|
|
"phpunit/phpunit": "^4.4.0"
|
|
|
|
},
|
|
|
|
"type": "composer-plugin",
|
|
|
|
"extra": {
|
|
|
|
"class": "DrupalComposer\\DrupalScaffold\\Plugin",
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"DrupalComposer\\DrupalScaffold\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"GPL-2.0+"
|
|
|
|
],
|
|
|
|
"description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core",
|
|
|
|
"time": "2016-11-05 10:46:44"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "drupal/core",
|
|
|
|
"version": "8.2.7",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/drupal-composer/drupal-core.git",
|
|
|
|
"reference": "5d3fb8a93514f23198ac6848b2679ef1026d2326"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/drupal-composer/drupal-core/zipball/5d3fb8a93514f23198ac6848b2679ef1026d2326",
|
|
|
|
"reference": "5d3fb8a93514f23198ac6848b2679ef1026d2326",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"asm89/stack-cors": "~1.0",
|
|
|
|
"composer/semver": "~1.0",
|
|
|
|
"doctrine/annotations": "1.2.*",
|
|
|
|
"doctrine/common": "2.5.*",
|
|
|
|
"easyrdf/easyrdf": "0.9.*",
|
|
|
|
"egulias/email-validator": "1.2.*",
|
|
|
|
"guzzlehttp/guzzle": "^6.2.1",
|
|
|
|
"masterminds/html5": "~2.1",
|
|
|
|
"paragonie/random_compat": "^1|^2",
|
|
|
|
"php": ">=5.5.9",
|
|
|
|
"stack/builder": "1.0.*",
|
|
|
|
"symfony-cmf/routing": "~1.4",
|
|
|
|
"symfony/class-loader": "~2.8",
|
|
|
|
"symfony/console": "~2.8",
|
|
|
|
"symfony/dependency-injection": "~2.8",
|
|
|
|
"symfony/event-dispatcher": "~2.8",
|
|
|
|
"symfony/http-foundation": "~2.8",
|
|
|
|
"symfony/http-kernel": "~2.8",
|
|
|
|
"symfony/polyfill-iconv": "~1.0",
|
|
|
|
"symfony/process": "~2.8",
|
|
|
|
"symfony/psr-http-message-bridge": "v0.2",
|
|
|
|
"symfony/routing": "~2.8",
|
|
|
|
"symfony/serializer": "~2.8",
|
|
|
|
"symfony/translation": "~2.8",
|
|
|
|
"symfony/validator": "~2.8",
|
|
|
|
"symfony/yaml": "~2.8",
|
|
|
|
"twig/twig": "^1.23.1",
|
|
|
|
"zendframework/zend-diactoros": "~1.1",
|
|
|
|
"zendframework/zend-feed": "~2.4"
|
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"drupal/action": "self.version",
|
|
|
|
"drupal/aggregator": "self.version",
|
|
|
|
"drupal/automated_cron": "self.version",
|
|
|
|
"drupal/ban": "self.version",
|
|
|
|
"drupal/bartik": "self.version",
|
|
|
|
"drupal/basic_auth": "self.version",
|
|
|
|
"drupal/big_pipe": "self.version",
|
|
|
|
"drupal/block": "self.version",
|
|
|
|
"drupal/block_content": "self.version",
|
|
|
|
"drupal/block_place": "self.version",
|
|
|
|
"drupal/book": "self.version",
|
|
|
|
"drupal/breakpoint": "self.version",
|
|
|
|
"drupal/ckeditor": "self.version",
|
|
|
|
"drupal/classy": "self.version",
|
|
|
|
"drupal/color": "self.version",
|
|
|
|
"drupal/comment": "self.version",
|
|
|
|
"drupal/config": "self.version",
|
|
|
|
"drupal/config_translation": "self.version",
|
|
|
|
"drupal/contact": "self.version",
|
|
|
|
"drupal/content_moderation": "self.version",
|
|
|
|
"drupal/content_translation": "self.version",
|
|
|
|
"drupal/contextual": "self.version",
|
|
|
|
"drupal/core-annotation": "self.version",
|
|
|
|
"drupal/core-assertion": "self.version",
|
|
|
|
"drupal/core-bridge": "self.version",
|
|
|
|
"drupal/core-datetime": "self.version",
|
|
|
|
"drupal/core-dependency-injection": "self.version",
|
|
|
|
"drupal/core-diff": "self.version",
|
|
|
|
"drupal/core-discovery": "self.version",
|
|
|
|
"drupal/core-event-dispatcher": "self.version",
|
|
|
|
"drupal/core-file-cache": "self.version",
|
|
|
|
"drupal/core-filesystem": "self.version",
|
|
|
|
"drupal/core-gettext": "self.version",
|
|
|
|
"drupal/core-graph": "self.version",
|
|
|
|
"drupal/core-http-foundation": "self.version",
|
|
|
|
"drupal/core-php-storage": "self.version",
|
|
|
|
"drupal/core-plugin": "self.version",
|
|
|
|
"drupal/core-proxy-builder": "self.version",
|
|
|
|
"drupal/core-render": "self.version",
|
|
|
|
"drupal/core-serialization": "self.version",
|
|
|
|
"drupal/core-transliteration": "self.version",
|
|
|
|
"drupal/core-utility": "self.version",
|
|
|
|
"drupal/core-uuid": "self.version",
|
|
|
|
"drupal/datetime": "self.version",
|
|
|
|
"drupal/datetime_range": "self.version",
|
|
|
|
"drupal/dblog": "self.version",
|
|
|
|
"drupal/dynamic_page_cache": "self.version",
|
|
|
|
"drupal/editor": "self.version",
|
|
|
|
"drupal/entity_reference": "self.version",
|
|
|
|
"drupal/field": "self.version",
|
|
|
|
"drupal/field_ui": "self.version",
|
|
|
|
"drupal/file": "self.version",
|
|
|
|
"drupal/filter": "self.version",
|
|
|
|
"drupal/forum": "self.version",
|
|
|
|
"drupal/hal": "self.version",
|
|
|
|
"drupal/help": "self.version",
|
|
|
|
"drupal/history": "self.version",
|
|
|
|
"drupal/image": "self.version",
|
|
|
|
"drupal/inline_form_errors": "self.version",
|
|
|
|
"drupal/language": "self.version",
|
|
|
|
"drupal/link": "self.version",
|
|
|
|
"drupal/locale": "self.version",
|
|
|
|
"drupal/menu_link_content": "self.version",
|
|
|
|
"drupal/menu_ui": "self.version",
|
|
|
|
"drupal/migrate": "self.version",
|
|
|
|
"drupal/migrate_drupal": "self.version",
|
|
|
|
"drupal/migrate_drupal_ui": "self.version",
|
|
|
|
"drupal/minimal": "self.version",
|
|
|
|
"drupal/node": "self.version",
|
|
|
|
"drupal/options": "self.version",
|
|
|
|
"drupal/outside_in": "self.version",
|
|
|
|
"drupal/page_cache": "self.version",
|
|
|
|
"drupal/path": "self.version",
|
|
|
|
"drupal/quickedit": "self.version",
|
|
|
|
"drupal/rdf": "self.version",
|
|
|
|
"drupal/responsive_image": "self.version",
|
|
|
|
"drupal/rest": "self.version",
|
|
|
|
"drupal/search": "self.version",
|
|
|
|
"drupal/serialization": "self.version",
|
|
|
|
"drupal/seven": "self.version",
|
|
|
|
"drupal/shortcut": "self.version",
|
|
|
|
"drupal/simpletest": "self.version",
|
|
|
|
"drupal/standard": "self.version",
|
|
|
|
"drupal/stark": "self.version",
|
|
|
|
"drupal/statistics": "self.version",
|
|
|
|
"drupal/syslog": "self.version",
|
|
|
|
"drupal/system": "self.version",
|
|
|
|
"drupal/taxonomy": "self.version",
|
|
|
|
"drupal/telephone": "self.version",
|
|
|
|
"drupal/text": "self.version",
|
|
|
|
"drupal/toolbar": "self.version",
|
|
|
|
"drupal/tour": "self.version",
|
|
|
|
"drupal/tracker": "self.version",
|
|
|
|
"drupal/update": "self.version",
|
|
|
|
"drupal/user": "self.version",
|
|
|
|
"drupal/views": "self.version",
|
|
|
|
"drupal/views_ui": "self.version"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"behat/mink": "~1.7",
|
|
|
|
"behat/mink-goutte-driver": "~1.2",
|
|
|
|
"jcalderonzumba/gastonjs": "~1.0.2",
|
|
|
|
"jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
|
|
|
|
"mikey179/vfsstream": "~1.2",
|
|
|
|
"phpunit/phpunit": ">=4.8.28 <5",
|
|
|
|
"symfony/css-selector": "~2.8"
|
|
|
|
},
|
|
|
|
"type": "drupal-core",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Drupal\\Core\\": "lib/Drupal/Core",
|
|
|
|
"Drupal\\Component\\": "lib/Drupal/Component",
|
|
|
|
"Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
|
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"lib/Drupal.php",
|
|
|
|
"lib/Drupal/Component/Utility/Timer.php",
|
|
|
|
"lib/Drupal/Component/Utility/Unicode.php",
|
|
|
|
"lib/Drupal/Core/Database/Database.php",
|
|
|
|
"lib/Drupal/Core/DrupalKernel.php",
|
|
|
|
"lib/Drupal/Core/DrupalKernelInterface.php",
|
|
|
|
"lib/Drupal/Core/Site/Settings.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"GPL-2.0+"
|
|
|
|
],
|
|
|
|
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
|
|
|
|
"time": "2017-03-15T20:19:51+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "easyrdf/easyrdf",
|
2015-10-08 18:40:12 +00:00
|
|
|
"version": "0.9.1",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/njh/easyrdf.git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
|
|
|
|
"reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"ext-pcre": "*",
|
|
|
|
"php": ">=5.2.8"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~3.5",
|
|
|
|
"sami/sami": "~1.4",
|
|
|
|
"squizlabs/php_codesniffer": "~1.4.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ml/json-ld": "~1.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"EasyRdf_": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicholas Humfrey",
|
|
|
|
"email": "njh@aelius.com",
|
|
|
|
"homepage": "http://www.aelius.com/njh/",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Alexey Zakhlestin",
|
|
|
|
"email": "indeyets@gmail.com",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
|
|
|
|
"homepage": "http://www.easyrdf.org/",
|
|
|
|
"keywords": [
|
|
|
|
"Linked Data",
|
|
|
|
"RDF",
|
|
|
|
"Semantic Web",
|
|
|
|
"Turtle",
|
|
|
|
"rdfa",
|
|
|
|
"sparql"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-02-27T09:45:49+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "egulias/email-validator",
|
2015-08-27 19:03:05 +00:00
|
|
|
"version": "1.2.9",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/egulias/EmailValidator.git",
|
2015-08-27 19:03:05 +00:00
|
|
|
"reference": "af864423f50ea59f96c87bb1eae147a70bcf67a1"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-27 19:03:05 +00:00
|
|
|
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/af864423f50ea59f96c87bb1eae147a70bcf67a1",
|
|
|
|
"reference": "af864423f50ea59f96c87bb1eae147a70bcf67a1",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-08-27 19:03:05 +00:00
|
|
|
"doctrine/lexer": "~1.0,>=1.0.1",
|
2015-08-18 00:00:26 +00:00
|
|
|
"php": ">= 5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-08-27 19:03:05 +00:00
|
|
|
"phpunit/phpunit": "~4.4",
|
2015-08-18 00:00:26 +00:00
|
|
|
"satooshi/php-coveralls": "dev-master"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-08-27 19:03:05 +00:00
|
|
|
"dev-master": "2.0.x-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Egulias\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Eduardo Gulias Davis"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A library for validating emails",
|
|
|
|
"homepage": "https://github.com/egulias/EmailValidator",
|
|
|
|
"keywords": [
|
|
|
|
"email",
|
2015-08-27 19:03:05 +00:00
|
|
|
"emailvalidation",
|
|
|
|
"emailvalidator",
|
2015-08-18 00:00:26 +00:00
|
|
|
"validation",
|
|
|
|
"validator"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-06-22T21:07:51+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "guzzlehttp/guzzle",
|
2016-07-18 16:07:48 +00:00
|
|
|
"version": "6.2.1",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
2016-07-18 16:07:48 +00:00
|
|
|
"reference": "3f808fba627f2c5b69e2501217bf31af349c1427"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-07-18 16:07:48 +00:00
|
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/3f808fba627f2c5b69e2501217bf31af349c1427",
|
|
|
|
"reference": "3f808fba627f2c5b69e2501217bf31af349c1427",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2016-07-18 16:07:48 +00:00
|
|
|
"guzzlehttp/promises": "^1.0",
|
|
|
|
"guzzlehttp/psr7": "^1.3.1",
|
|
|
|
"php": ">=5.5"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"ext-curl": "*",
|
2016-07-18 16:07:48 +00:00
|
|
|
"phpunit/phpunit": "^4.0",
|
|
|
|
"psr/log": "^1.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-07-18 16:07:48 +00:00
|
|
|
"dev-master": "6.2-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-08-27 19:03:05 +00:00
|
|
|
"files": [
|
|
|
|
"src/functions_include.php"
|
|
|
|
],
|
2015-08-18 00:00:26 +00:00
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
|
}
|
|
|
|
],
|
2015-08-27 19:03:05 +00:00
|
|
|
"description": "Guzzle is a PHP HTTP client library",
|
2015-08-18 00:00:26 +00:00
|
|
|
"homepage": "http://guzzlephp.org/",
|
|
|
|
"keywords": [
|
|
|
|
"client",
|
|
|
|
"curl",
|
|
|
|
"framework",
|
|
|
|
"http",
|
|
|
|
"http client",
|
|
|
|
"rest",
|
|
|
|
"web service"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2016-07-15T17:22:37+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-08-27 19:03:05 +00:00
|
|
|
"name": "guzzlehttp/promises",
|
2016-07-18 16:07:48 +00:00
|
|
|
"version": "1.2.0",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-08-27 19:03:05 +00:00
|
|
|
"url": "https://github.com/guzzle/promises.git",
|
2016-07-18 16:07:48 +00:00
|
|
|
"reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-07-18 16:07:48 +00:00
|
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
|
|
|
|
"reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-08-27 19:03:05 +00:00
|
|
|
"php": ">=5.5.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2015-08-27 19:03:05 +00:00
|
|
|
"GuzzleHttp\\Promise\\": "src/"
|
|
|
|
},
|
|
|
|
"files": [
|
2015-09-04 20:20:09 +00:00
|
|
|
"src/functions_include.php"
|
2015-08-27 19:03:05 +00:00
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
|
}
|
|
|
|
],
|
2015-08-27 19:03:05 +00:00
|
|
|
"description": "Guzzle promises library",
|
|
|
|
"keywords": [
|
|
|
|
"promise"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2016-05-18T16:56:05+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-08-27 19:03:05 +00:00
|
|
|
"name": "guzzlehttp/psr7",
|
2016-07-18 16:07:48 +00:00
|
|
|
"version": "1.3.1",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-08-27 19:03:05 +00:00
|
|
|
"url": "https://github.com/guzzle/psr7.git",
|
2016-07-18 16:07:48 +00:00
|
|
|
"reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-07-18 16:07:48 +00:00
|
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
|
|
|
|
"reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-08-27 19:03:05 +00:00
|
|
|
"php": ">=5.4.0",
|
|
|
|
"psr/http-message": "~1.0"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/http-message-implementation": "1.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-07-18 16:07:48 +00:00
|
|
|
"dev-master": "1.4-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2015-08-27 19:03:05 +00:00
|
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
|
|
|
},
|
|
|
|
"files": [
|
2015-09-04 20:20:09 +00:00
|
|
|
"src/functions_include.php"
|
2015-08-27 19:03:05 +00:00
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
|
}
|
|
|
|
],
|
2015-08-27 19:03:05 +00:00
|
|
|
"description": "PSR-7 message implementation",
|
2015-08-18 00:00:26 +00:00
|
|
|
"keywords": [
|
2015-08-27 19:03:05 +00:00
|
|
|
"http",
|
|
|
|
"message",
|
|
|
|
"stream",
|
|
|
|
"uri"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2016-06-24T23:00:38+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
2016-04-20 16:56:34 +00:00
|
|
|
{
|
|
|
|
"name": "ircmaxell/password-compat",
|
|
|
|
"version": "v1.0.4",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ircmaxell/password_compat.git",
|
|
|
|
"reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
|
|
|
|
"reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "4.*"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"lib/password.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Anthony Ferrara",
|
|
|
|
"email": "ircmaxell@php.net",
|
|
|
|
"homepage": "http://blog.ircmaxell.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
|
|
|
|
"homepage": "https://github.com/ircmaxell/password_compat",
|
|
|
|
"keywords": [
|
|
|
|
"hashing",
|
|
|
|
"password"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2014-11-20T16:49:30+00:00"
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
2015-08-18 00:00:26 +00:00
|
|
|
{
|
|
|
|
"name": "masterminds/html5",
|
2016-07-07 16:44:38 +00:00
|
|
|
"version": "2.2.1",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Masterminds/html5-php.git",
|
2016-07-07 16:44:38 +00:00
|
|
|
"reference": "170aa5cb35b29fccafbf5ea63487c013f396fdc9"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-07-07 16:44:38 +00:00
|
|
|
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/170aa5cb35b29fccafbf5ea63487c013f396fdc9",
|
|
|
|
"reference": "170aa5cb35b29fccafbf5ea63487c013f396fdc9",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-libxml": "*",
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "4.*",
|
|
|
|
"sami/sami": "~2.0",
|
2016-07-07 16:44:38 +00:00
|
|
|
"satooshi/php-coveralls": "1.0.*"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.1-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Masterminds\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Matt Butcher",
|
|
|
|
"email": "technosophos@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Asmir Mustafic",
|
|
|
|
"email": "goetas@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Matt Farina",
|
|
|
|
"email": "matt@mattfarina.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "An HTML5 parser and serializer.",
|
|
|
|
"homepage": "http://masterminds.github.io/html5-php",
|
|
|
|
"keywords": [
|
|
|
|
"HTML5",
|
|
|
|
"dom",
|
|
|
|
"html",
|
|
|
|
"parser",
|
|
|
|
"querypath",
|
|
|
|
"serializer",
|
|
|
|
"xml"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2016-05-10T14:11:45+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
2016-04-20 16:56:34 +00:00
|
|
|
{
|
|
|
|
"name": "paragonie/random_compat",
|
|
|
|
"version": "1.1.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/paragonie/random_compat.git",
|
|
|
|
"reference": "a208865a5aeffc2dbbef2a5b3409887272d93f32"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/a208865a5aeffc2dbbef2a5b3409887272d93f32",
|
|
|
|
"reference": "a208865a5aeffc2dbbef2a5b3409887272d93f32",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "4.*|5.*"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"lib/random.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Paragon Initiative Enterprises",
|
|
|
|
"email": "security@paragonie.com",
|
|
|
|
"homepage": "https://paragonie.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
|
|
|
"keywords": [
|
|
|
|
"csprng",
|
|
|
|
"pseudorandom",
|
|
|
|
"random"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-12-01T02:52:15+00:00"
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
2015-08-18 00:00:26 +00:00
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "psr/http-message",
|
|
|
|
"version": "1.0",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
|
|
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
|
|
|
|
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
|
|
|
|
"shasum": ""
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "1.0.x-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Http\\Message\\": "src/"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"MIT"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Common interface for HTTP messages",
|
|
|
|
"keywords": [
|
|
|
|
"http",
|
|
|
|
"http-message",
|
|
|
|
"psr",
|
|
|
|
"psr-7",
|
|
|
|
"request",
|
|
|
|
"response"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-05-04T20:22:00+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "psr/log",
|
|
|
|
"version": "1.0.0",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/php-fig/log.git",
|
2016-07-18 16:07:48 +00:00
|
|
|
"reference": "1.0.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-07-18 16:07:48 +00:00
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/1.0.0",
|
|
|
|
"reference": "1.0.0",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"Psr\\Log\\": ""
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Common interface for logging libraries",
|
|
|
|
"keywords": [
|
|
|
|
"log",
|
|
|
|
"psr",
|
|
|
|
"psr-3"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2012-12-21T11:40:51+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "stack/builder",
|
2016-10-06 22:16:20 +00:00
|
|
|
"version": "v1.0.4",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/stackphp/builder.git",
|
2016-10-06 22:16:20 +00:00
|
|
|
"reference": "59fcc9b448a8ce5e338a04c4e2e4aca893e83425"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-10-06 22:16:20 +00:00
|
|
|
"url": "https://api.github.com/repos/stackphp/builder/zipball/59fcc9b448a8ce5e338a04c4e2e4aca893e83425",
|
|
|
|
"reference": "59fcc9b448a8ce5e338a04c4e2e4aca893e83425",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.0",
|
2016-10-06 22:16:20 +00:00
|
|
|
"symfony/http-foundation": "~2.1|~3.0",
|
|
|
|
"symfony/http-kernel": "~2.1|~3.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"silex/silex": "~1.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "1.0-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"Stack": "src"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Igor Wiedler",
|
|
|
|
"email": "igor@wiedler.ch"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Builder for stack middlewares based on HttpKernelInterface.",
|
2015-08-18 00:00:26 +00:00
|
|
|
"keywords": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"stack"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2016-06-02T06:58:42+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "symfony-cmf/routing",
|
2016-10-06 22:16:20 +00:00
|
|
|
"version": "1.4.0",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/symfony-cmf/Routing.git",
|
2016-10-06 22:16:20 +00:00
|
|
|
"reference": "b93704ca098334f56e9b317932f21a4362e620db"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-10-06 22:16:20 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/b93704ca098334f56e9b317932f21a4362e620db",
|
|
|
|
"reference": "b93704ca098334f56e9b317932f21a4362e620db",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2016-10-06 22:16:20 +00:00
|
|
|
"php": "^5.3.9|^7.0",
|
|
|
|
"psr/log": "1.*",
|
|
|
|
"symfony/http-kernel": "^2.2|3.*",
|
|
|
|
"symfony/routing": "^2.2|3.*"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-10-06 22:16:20 +00:00
|
|
|
"friendsofsymfony/jsrouting-bundle": "^1.1",
|
|
|
|
"symfony-cmf/testing": "^1.3",
|
|
|
|
"symfony/config": "^2.2|3.*",
|
|
|
|
"symfony/dependency-injection": "^2.0.5|3.*",
|
|
|
|
"symfony/event-dispatcher": "^2.1|3.*"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2016-10-06 22:16:20 +00:00
|
|
|
"symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-10-06 22:16:20 +00:00
|
|
|
"dev-master": "1.4-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Cmf\\Component\\Routing\\": ""
|
|
|
|
}
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"MIT"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2016-10-06 22:16:20 +00:00
|
|
|
"name": "Symfony CMF Community",
|
2015-10-08 18:40:12 +00:00
|
|
|
"homepage": "https://github.com/symfony-cmf/Routing/contributors"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
|
|
|
|
"homepage": "http://cmf.symfony.com",
|
2015-08-18 00:00:26 +00:00
|
|
|
"keywords": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"database",
|
|
|
|
"routing"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2016-03-31T09:11:39+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "symfony/class-loader",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v2.8.16",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/symfony/class-loader.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "7c46951128f7169cbece2c303fba4a9eb35cbe68"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/class-loader/zipball/7c46951128f7169cbece2c303fba4a9eb35cbe68",
|
|
|
|
"reference": "7c46951128f7169cbece2c303fba4a9eb35cbe68",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"php": ">=5.3.9",
|
|
|
|
"symfony/polyfill-apcu": "~1.1"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"symfony/finder": "~2.0,>=2.0.5|~3.0.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"dev-master": "2.8-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\ClassLoader\\": ""
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"MIT"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Symfony ClassLoader Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2017-01-10T14:03:07+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "symfony/console",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v2.8.16",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/symfony/console.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "2e18b8903d9c498ba02e1dfa73f64d4894bb6912"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/2e18b8903d9c498ba02e1dfa73f64d4894bb6912",
|
|
|
|
"reference": "2e18b8903d9c498ba02e1dfa73f64d4894bb6912",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"php": ">=5.3.9",
|
2017-02-03 00:28:38 +00:00
|
|
|
"symfony/debug": "~2.7,>=2.7.2|~3.0.0",
|
2016-04-20 16:56:34 +00:00
|
|
|
"symfony/polyfill-mbstring": "~1.0"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/log": "~1.0",
|
2016-04-20 16:56:34 +00:00
|
|
|
"symfony/event-dispatcher": "~2.1|~3.0.0",
|
|
|
|
"symfony/process": "~2.1|~3.0.0"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"psr/log": "For using the console logger",
|
|
|
|
"symfony/event-dispatcher": "",
|
|
|
|
"symfony/process": ""
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
2015-10-08 18:40:12 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"dev-master": "2.8-dev"
|
2015-10-08 18:40:12 +00:00
|
|
|
}
|
|
|
|
},
|
2015-08-18 00:00:26 +00:00
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Console\\": ""
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"MIT"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Symfony Console Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2017-01-08T20:43:03+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "symfony/debug",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v2.8.16",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/symfony/debug.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "567681e2c4e5431704e884e4be25a95fd900770f"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/debug/zipball/567681e2c4e5431704e884e4be25a95fd900770f",
|
|
|
|
"reference": "567681e2c4e5431704e884e4be25a95fd900770f",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.9",
|
|
|
|
"psr/log": "~1.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
2015-10-08 18:40:12 +00:00
|
|
|
"conflict": {
|
|
|
|
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
2015-10-08 18:40:12 +00:00
|
|
|
"require-dev": {
|
2017-02-03 00:28:38 +00:00
|
|
|
"symfony/class-loader": "~2.2|~3.0.0",
|
|
|
|
"symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2017-02-03 00:28:38 +00:00
|
|
|
"dev-master": "2.8-dev"
|
2015-10-08 18:40:12 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Debug\\": ""
|
2017-02-03 00:28:38 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Symfony Debug Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2017-01-02T20:30:24+00:00"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/dependency-injection",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v2.8.16",
|
2015-10-08 18:40:12 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/dependency-injection.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "b75356611675364607d697f314850d9d870a84aa"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b75356611675364607d697f314850d9d870a84aa",
|
|
|
|
"reference": "b75356611675364607d697f314850d9d870a84aa",
|
2015-10-08 18:40:12 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/expression-language": "<2.6"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"symfony/config": "~2.2|~3.0.0",
|
|
|
|
"symfony/expression-language": "~2.6|~3.0.0",
|
2017-02-03 00:28:38 +00:00
|
|
|
"symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/config": "",
|
2017-02-03 00:28:38 +00:00
|
|
|
"symfony/expression-language": "For using expressions in service container configuration",
|
2015-10-08 18:40:12 +00:00
|
|
|
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
|
|
|
|
"symfony/yaml": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"dev-master": "2.8-dev"
|
2015-10-08 18:40:12 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\DependencyInjection\\": ""
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Symfony DependencyInjection Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2017-01-10T14:27:01+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "symfony/event-dispatcher",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v2.8.16",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "74877977f90fb9c3e46378d5764217c55f32df34"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/74877977f90fb9c3e46378d5764217c55f32df34",
|
|
|
|
"reference": "74877977f90fb9c3e46378d5764217c55f32df34",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.9"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"psr/log": "~1.0",
|
2016-04-20 16:56:34 +00:00
|
|
|
"symfony/config": "~2.0,>=2.0.5|~3.0.0",
|
|
|
|
"symfony/dependency-injection": "~2.6|~3.0.0",
|
|
|
|
"symfony/expression-language": "~2.6|~3.0.0",
|
|
|
|
"symfony/stopwatch": "~2.3|~3.0.0"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/dependency-injection": "",
|
|
|
|
"symfony/http-kernel": ""
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"dev-master": "2.8-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"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 EventDispatcher Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2017-01-02T20:30:24+00:00"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/http-foundation",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v2.8.16",
|
2015-10-08 18:40:12 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/http-foundation.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "464cdde6757a40701d758112cc7ff2c6adf6e82f"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/464cdde6757a40701d758112cc7ff2c6adf6e82f",
|
|
|
|
"reference": "464cdde6757a40701d758112cc7ff2c6adf6e82f",
|
2015-10-08 18:40:12 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"php": ">=5.3.9",
|
|
|
|
"symfony/polyfill-mbstring": "~1.1",
|
|
|
|
"symfony/polyfill-php54": "~1.0",
|
|
|
|
"symfony/polyfill-php55": "~1.0"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"symfony/expression-language": "~2.4|~3.0.0"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"dev-master": "2.8-dev"
|
2015-10-08 18:40:12 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\HttpFoundation\\": ""
|
|
|
|
},
|
2016-04-20 16:56:34 +00:00
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
2015-08-18 00:00:26 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"MIT"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony HttpFoundation Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2017-01-08T20:43:03+00:00"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/http-kernel",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v2.8.16",
|
2015-10-08 18:40:12 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/http-kernel.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "1097eb4ce0a7bdcd030f110c123682fed89a137c"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/1097eb4ce0a7bdcd030f110c123682fed89a137c",
|
|
|
|
"reference": "1097eb4ce0a7bdcd030f110c123682fed89a137c",
|
2015-10-08 18:40:12 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9",
|
|
|
|
"psr/log": "~1.0",
|
|
|
|
"symfony/debug": "~2.6,>=2.6.2",
|
2016-04-20 16:56:34 +00:00
|
|
|
"symfony/event-dispatcher": "~2.6,>=2.6.7|~3.0.0",
|
2017-02-03 00:28:38 +00:00
|
|
|
"symfony/http-foundation": "~2.7.20|~2.8.13|~3.1.6"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/config": "<2.7"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"symfony/browser-kit": "~2.3|~3.0.0",
|
|
|
|
"symfony/class-loader": "~2.1|~3.0.0",
|
|
|
|
"symfony/config": "~2.8",
|
|
|
|
"symfony/console": "~2.3|~3.0.0",
|
|
|
|
"symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
|
|
|
|
"symfony/dependency-injection": "~2.8|~3.0.0",
|
|
|
|
"symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0",
|
|
|
|
"symfony/expression-language": "~2.4|~3.0.0",
|
|
|
|
"symfony/finder": "~2.0,>=2.0.5|~3.0.0",
|
|
|
|
"symfony/process": "~2.0,>=2.0.5|~3.0.0",
|
|
|
|
"symfony/routing": "~2.8|~3.0.0",
|
|
|
|
"symfony/stopwatch": "~2.3|~3.0.0",
|
|
|
|
"symfony/templating": "~2.2|~3.0.0",
|
|
|
|
"symfony/translation": "~2.0,>=2.0.5|~3.0.0",
|
|
|
|
"symfony/var-dumper": "~2.6|~3.0.0"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/browser-kit": "",
|
|
|
|
"symfony/class-loader": "",
|
|
|
|
"symfony/config": "",
|
|
|
|
"symfony/console": "",
|
|
|
|
"symfony/dependency-injection": "",
|
|
|
|
"symfony/finder": "",
|
|
|
|
"symfony/var-dumper": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"dev-master": "2.8-dev"
|
2015-10-08 18:40:12 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\HttpKernel\\": ""
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"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 HttpKernel Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2017-01-12T20:27:24+00:00"
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-apcu",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v1.3.0",
|
2016-04-20 16:56:34 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-apcu.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "5d4474f447403c3348e37b70acc2b95475b7befa"
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/5d4474f447403c3348e37b70acc2b95475b7befa",
|
|
|
|
"reference": "5d4474f447403c3348e37b70acc2b95475b7befa",
|
2016-04-20 16:56:34 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2017-02-03 00:28:38 +00:00
|
|
|
"dev-master": "1.3-dev"
|
2016-04-20 16:56:34 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"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 apcu_* functions to lower PHP versions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"apcu",
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2016-11-14T01:06:16+00:00"
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-iconv",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v1.3.0",
|
2016-04-20 16:56:34 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-iconv.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "cba36f3616d9866b3e52662e88da5c090fac1e97"
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/cba36f3616d9866b3e52662e88da5c090fac1e97",
|
|
|
|
"reference": "cba36f3616d9866b3e52662e88da5c090fac1e97",
|
2016-04-20 16:56:34 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-iconv": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2017-02-03 00:28:38 +00:00
|
|
|
"dev-master": "1.3-dev"
|
2016-04-20 16:56:34 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Iconv\\": ""
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for the Iconv extension",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"iconv",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2016-11-14T01:06:16+00:00"
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-mbstring",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v1.3.0",
|
2016-04-20 16:56:34 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
|
|
|
|
"reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
|
2016-04-20 16:56:34 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2017-02-03 00:28:38 +00:00
|
|
|
"dev-master": "1.3-dev"
|
2016-04-20 16:56:34 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"mbstring",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2016-11-14T01:06:16+00:00"
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-php54",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v1.3.0",
|
2016-04-20 16:56:34 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-php54.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0"
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
|
|
|
|
"reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
|
2016-04-20 16:56:34 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2017-02-03 00:28:38 +00:00
|
|
|
"dev-master": "1.3-dev"
|
2016-04-20 16:56:34 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Php54\\": ""
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2016-11-14T01:06:16+00:00"
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-php55",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v1.3.0",
|
2016-04-20 16:56:34 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-php55.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
|
|
|
|
"reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
|
2016-04-20 16:56:34 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ircmaxell/password-compat": "~1.0",
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2017-02-03 00:28:38 +00:00
|
|
|
"dev-master": "1.3-dev"
|
2016-04-20 16:56:34 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Php55\\": ""
|
|
|
|
},
|
|
|
|
"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 5.5+ features to lower PHP versions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2016-11-14T01:06:16+00:00"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/process",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v2.8.16",
|
2015-10-08 18:40:12 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/process.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "ebb3c2abe0940a703f08e0cbe373f62d97d40231"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/ebb3c2abe0940a703f08e0cbe373f62d97d40231",
|
|
|
|
"reference": "ebb3c2abe0940a703f08e0cbe373f62d97d40231",
|
2015-10-08 18:40:12 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"dev-master": "2.8-dev"
|
2015-10-08 18:40:12 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Process\\": ""
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"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 Process Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2017-01-02T20:30:24+00:00"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/psr-http-message-bridge",
|
|
|
|
"version": "v0.2",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/psr-http-message-bridge.git",
|
|
|
|
"reference": "dc7e308e1dc2898a46776e2221a643cb08315453"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/dc7e308e1dc2898a46776e2221a643cb08315453",
|
|
|
|
"reference": "dc7e308e1dc2898a46776e2221a643cb08315453",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
|
|
|
"psr/http-message": "~1.0",
|
|
|
|
"symfony/http-foundation": "~2.3|~3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/phpunit-bridge": "~2.7|~3.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"zendframework/zend-diactoros": "To use the Zend Diactoros factory"
|
|
|
|
},
|
|
|
|
"type": "symfony-bridge",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Bridge\\PsrHttpMessage\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "http://symfony.com/contributors"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PSR HTTP message bridge",
|
|
|
|
"homepage": "http://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"http",
|
|
|
|
"http-message",
|
|
|
|
"psr-7"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-05-29T17:57:12+00:00"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/routing",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v2.8.16",
|
2015-10-08 18:40:12 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/routing.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "2a7e3e02bbfb0a4f722e6a3154489e4ac8b3a97f"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/routing/zipball/2a7e3e02bbfb0a4f722e6a3154489e4ac8b3a97f",
|
|
|
|
"reference": "2a7e3e02bbfb0a4f722e6a3154489e4ac8b3a97f",
|
2015-10-08 18:40:12 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/config": "<2.7"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"doctrine/annotations": "~1.0",
|
|
|
|
"doctrine/common": "~2.2",
|
|
|
|
"psr/log": "~1.0",
|
2016-04-20 16:56:34 +00:00
|
|
|
"symfony/config": "~2.7|~3.0.0",
|
|
|
|
"symfony/expression-language": "~2.4|~3.0.0",
|
|
|
|
"symfony/http-foundation": "~2.3|~3.0.0",
|
|
|
|
"symfony/yaml": "~2.0,>=2.0.5|~3.0.0"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"doctrine/annotations": "For using the annotation loader",
|
|
|
|
"symfony/config": "For using the all-in-one router or any loader",
|
2016-04-20 16:56:34 +00:00
|
|
|
"symfony/dependency-injection": "For loading routes from a service",
|
2015-10-08 18:40:12 +00:00
|
|
|
"symfony/expression-language": "For using expression matching",
|
2016-04-20 16:56:34 +00:00
|
|
|
"symfony/http-foundation": "For using a Symfony Request object",
|
2015-10-08 18:40:12 +00:00
|
|
|
"symfony/yaml": "For using the YAML loader"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"dev-master": "2.8-dev"
|
2015-10-08 18:40:12 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Routing\\": ""
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"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 Routing Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"router",
|
|
|
|
"routing",
|
|
|
|
"uri",
|
|
|
|
"url"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2017-01-02T20:30:24+00:00"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/serializer",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v2.8.16",
|
2015-10-08 18:40:12 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/serializer.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "3a5337e3daaabb9ada73d60f3271adb6bfa56a1a"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/serializer/zipball/3a5337e3daaabb9ada73d60f3271adb6bfa56a1a",
|
|
|
|
"reference": "3a5337e3daaabb9ada73d60f3271adb6bfa56a1a",
|
2015-10-08 18:40:12 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"php": ">=5.3.9",
|
|
|
|
"symfony/polyfill-php55": "~1.0"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"doctrine/annotations": "~1.0",
|
|
|
|
"doctrine/cache": "~1.0",
|
2016-04-20 16:56:34 +00:00
|
|
|
"symfony/config": "~2.2|~3.0.0",
|
|
|
|
"symfony/property-access": "~2.3|~3.0.0",
|
|
|
|
"symfony/yaml": "~2.0,>=2.0.5|~3.0.0"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
|
|
|
|
"doctrine/cache": "For using the default cached annotation reader and metadata cache.",
|
|
|
|
"symfony/config": "For using the XML mapping loader.",
|
|
|
|
"symfony/property-access": "For using the ObjectNormalizer.",
|
|
|
|
"symfony/yaml": "For using the default YAML mapping loader."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"dev-master": "2.8-dev"
|
2015-10-08 18:40:12 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Serializer\\": ""
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Symfony Serializer Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2017-01-02T20:30:24+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "symfony/translation",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v2.8.16",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/symfony/translation.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "b4ac4a393f6970cc157fba17be537380de396a86"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/translation/zipball/b4ac4a393f6970cc157fba17be537380de396a86",
|
|
|
|
"reference": "b4ac4a393f6970cc157fba17be537380de396a86",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"php": ">=5.3.9",
|
|
|
|
"symfony/polyfill-mbstring": "~1.0"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/config": "<2.7"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/log": "~1.0",
|
2016-04-20 16:56:34 +00:00
|
|
|
"symfony/config": "~2.8",
|
|
|
|
"symfony/intl": "~2.4|~3.0.0",
|
|
|
|
"symfony/yaml": "~2.2|~3.0.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"psr/log": "To use logging capability in translator",
|
|
|
|
"symfony/config": "",
|
|
|
|
"symfony/yaml": ""
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"dev-master": "2.8-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Translation\\": ""
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"MIT"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Symfony Translation Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2017-01-02T20:30:24+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "symfony/validator",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v2.8.16",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/symfony/validator.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "3b1a3188efea75ec7c0419a2568b6e5f82031811"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/validator/zipball/3b1a3188efea75ec7c0419a2568b6e5f82031811",
|
|
|
|
"reference": "3b1a3188efea75ec7c0419a2568b6e5f82031811",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.9",
|
2017-02-03 00:28:38 +00:00
|
|
|
"symfony/polyfill-mbstring": "~1.0",
|
2016-04-20 16:56:34 +00:00
|
|
|
"symfony/translation": "~2.4|~3.0.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"doctrine/annotations": "~1.0",
|
|
|
|
"doctrine/cache": "~1.0",
|
|
|
|
"egulias/email-validator": "~1.2,>=1.2.1",
|
2016-04-20 16:56:34 +00:00
|
|
|
"symfony/config": "~2.2|~3.0.0",
|
|
|
|
"symfony/expression-language": "~2.4|~3.0.0",
|
2017-02-03 00:28:38 +00:00
|
|
|
"symfony/http-foundation": "~2.3|~3.0.0",
|
2016-04-20 16:56:34 +00:00
|
|
|
"symfony/intl": "~2.7.4|~2.8|~3.0.0",
|
|
|
|
"symfony/property-access": "~2.3|~3.0.0",
|
|
|
|
"symfony/yaml": "~2.0,>=2.0.5|~3.0.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
|
|
|
|
"doctrine/cache": "For using the default cached annotation reader and metadata cache.",
|
|
|
|
"egulias/email-validator": "Strict (RFC compliant) email validation",
|
|
|
|
"symfony/config": "",
|
|
|
|
"symfony/expression-language": "For using the 2.4 Expression validator",
|
|
|
|
"symfony/http-foundation": "",
|
|
|
|
"symfony/intl": "",
|
|
|
|
"symfony/property-access": "For using the 2.4 Validator API",
|
|
|
|
"symfony/yaml": ""
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"dev-master": "2.8-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Validator\\": ""
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"MIT"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Symfony Validator Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2017-01-12T19:24:25+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "symfony/yaml",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v2.8.16",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/symfony/yaml.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "dbe61fed9cd4a44c5b1d14e5e7b1a8640cfb2bf2"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/dbe61fed9cd4a44c5b1d14e5e7b1a8640cfb2bf2",
|
|
|
|
"reference": "dbe61fed9cd4a44c5b1d14e5e7b1a8640cfb2bf2",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
2015-08-18 00:00:26 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"dev-master": "2.8-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"Symfony\\Component\\Yaml\\": ""
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Symfony Yaml Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2017-01-03T13:49:52+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "twig/twig",
|
2016-10-06 22:16:20 +00:00
|
|
|
"version": "v1.24.0",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/twigphp/Twig.git",
|
2016-10-06 22:16:20 +00:00
|
|
|
"reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-10-06 22:16:20 +00:00
|
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
|
|
|
|
"reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
2015-10-08 18:40:12 +00:00
|
|
|
"require": {
|
|
|
|
"php": ">=5.2.7"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/debug": "~2.7",
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
|
|
|
},
|
2015-08-18 00:00:26 +00:00
|
|
|
"type": "library",
|
2015-10-08 18:40:12 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-10-06 22:16:20 +00:00
|
|
|
"dev-master": "1.24-dev"
|
2015-10-08 18:40:12 +00:00
|
|
|
}
|
|
|
|
},
|
2015-08-18 00:00:26 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"Twig_": "lib/"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"BSD-3-Clause"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com",
|
|
|
|
"homepage": "http://fabien.potencier.org",
|
|
|
|
"role": "Lead Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Armin Ronacher",
|
|
|
|
"email": "armin.ronacher@active-4.com",
|
|
|
|
"role": "Project Founder"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Twig Team",
|
|
|
|
"homepage": "http://twig.sensiolabs.org/contributors",
|
|
|
|
"role": "Contributors"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
|
|
"homepage": "http://twig.sensiolabs.org",
|
2015-08-18 00:00:26 +00:00
|
|
|
"keywords": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"templating"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2016-01-25T21:22:18+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "wikimedia/composer-merge-plugin",
|
2016-04-07 18:19:57 +00:00
|
|
|
"version": "v1.3.1",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/wikimedia/composer-merge-plugin.git",
|
2016-04-07 18:19:57 +00:00
|
|
|
"reference": "0bdf8543d445ee067c9ba7d5d4a5dde70b9785f4"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-04-07 18:19:57 +00:00
|
|
|
"url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/0bdf8543d445ee067c9ba7d5d4a5dde70b9785f4",
|
|
|
|
"reference": "0bdf8543d445ee067c9ba7d5d4a5dde70b9785f4",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"composer-plugin-api": "^1.0",
|
|
|
|
"php": ">=5.3.2"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"composer/composer": "1.0.*@dev",
|
|
|
|
"jakub-onderka/php-parallel-lint": "~0.8",
|
2015-11-17 21:42:33 +00:00
|
|
|
"phpunit/phpunit": "~4.8|~5.0",
|
2015-10-08 18:40:12 +00:00
|
|
|
"squizlabs/php_codesniffer": "~2.1.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
2015-10-08 18:40:12 +00:00
|
|
|
"type": "composer-plugin",
|
2015-08-18 00:00:26 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "1.3.x-dev"
|
|
|
|
},
|
|
|
|
"class": "Wikimedia\\Composer\\MergePlugin"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Wikimedia\\Composer\\": "src/"
|
|
|
|
}
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"MIT"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Bryan Davis",
|
|
|
|
"email": "bd808@wikimedia.org"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Composer plugin to merge multiple composer.json files",
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2016-03-08T17:11:37+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "zendframework/zend-diactoros",
|
|
|
|
"version": "1.1.3",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/zendframework/zend-diactoros.git",
|
|
|
|
"reference": "e2f5c12916c74da384058d0dfbc7fbc0b03d1181"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/e2f5c12916c74da384058d0dfbc7fbc0b03d1181",
|
|
|
|
"reference": "e2f5c12916c74da384058d0dfbc7fbc0b03d1181",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.4",
|
|
|
|
"psr/http-message": "~1.0"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/http-message-implementation": "~1.0.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"phpunit/phpunit": "~4.6",
|
|
|
|
"squizlabs/php_codesniffer": "^2.3.1"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "1.0-dev",
|
|
|
|
"dev-develop": "1.1-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Zend\\Diactoros\\": "src/"
|
|
|
|
}
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"BSD-2-Clause"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "PSR HTTP Message implementations",
|
|
|
|
"homepage": "https://github.com/zendframework/zend-diactoros",
|
2015-08-18 00:00:26 +00:00
|
|
|
"keywords": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"http",
|
|
|
|
"psr",
|
|
|
|
"psr-7"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-08-10T20:04:20+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "zendframework/zend-escaper",
|
|
|
|
"version": "2.5.1",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/zendframework/zend-escaper.git",
|
|
|
|
"reference": "a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73",
|
|
|
|
"reference": "a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.23"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"fabpot/php-cs-fixer": "1.7.*",
|
|
|
|
"phpunit/phpunit": "~4.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "2.5-dev",
|
|
|
|
"dev-develop": "2.6-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Zend\\Escaper\\": "src/"
|
|
|
|
}
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"homepage": "https://github.com/zendframework/zend-escaper",
|
2015-08-18 00:00:26 +00:00
|
|
|
"keywords": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"escaper",
|
|
|
|
"zf2"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-06-03T14:05:37+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "zendframework/zend-feed",
|
|
|
|
"version": "2.5.2",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/zendframework/zend-feed.git",
|
|
|
|
"reference": "0661345b82b51428619e05d3aadd3de65b57fa54"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/zendframework/zend-feed/zipball/0661345b82b51428619e05d3aadd3de65b57fa54",
|
|
|
|
"reference": "0661345b82b51428619e05d3aadd3de65b57fa54",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.5",
|
|
|
|
"zendframework/zend-escaper": "~2.5",
|
|
|
|
"zendframework/zend-stdlib": "~2.5"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"fabpot/php-cs-fixer": "1.7.*",
|
|
|
|
"phpunit/phpunit": "~4.0",
|
|
|
|
"zendframework/zend-cache": "~2.5",
|
|
|
|
"zendframework/zend-db": "~2.5",
|
|
|
|
"zendframework/zend-http": "~2.5",
|
|
|
|
"zendframework/zend-servicemanager": "~2.5",
|
|
|
|
"zendframework/zend-validator": "~2.5"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"zendframework/zend-cache": "Zend\\Cache component",
|
|
|
|
"zendframework/zend-db": "Zend\\Db component",
|
|
|
|
"zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
|
|
|
|
"zendframework/zend-servicemanager": "Zend\\ServiceManager component, for default/recommended ExtensionManager implementations",
|
|
|
|
"zendframework/zend-validator": "Zend\\Validator component"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "2.5-dev",
|
|
|
|
"dev-develop": "2.6-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Zend\\Feed\\": "src/"
|
|
|
|
}
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "provides functionality for consuming RSS and Atom feeds",
|
|
|
|
"homepage": "https://github.com/zendframework/zend-feed",
|
2015-08-18 00:00:26 +00:00
|
|
|
"keywords": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"feed",
|
|
|
|
"zf2"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-08-04T21:39:18+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "zendframework/zend-hydrator",
|
2015-08-18 00:00:26 +00:00
|
|
|
"version": "1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/zendframework/zend-hydrator.git",
|
|
|
|
"reference": "f3ed8b833355140350bbed98d8a7b8b66875903f"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/f3ed8b833355140350bbed98d8a7b8b66875903f",
|
|
|
|
"reference": "f3ed8b833355140350bbed98d8a7b8b66875903f",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.5",
|
|
|
|
"zendframework/zend-stdlib": "^2.5.1"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"phpunit/phpunit": "~4.0",
|
|
|
|
"squizlabs/php_codesniffer": "^2.0@dev",
|
|
|
|
"zendframework/zend-eventmanager": "^2.5.1",
|
|
|
|
"zendframework/zend-filter": "^2.5.1",
|
|
|
|
"zendframework/zend-inputfilter": "^2.5.1",
|
|
|
|
"zendframework/zend-serializer": "^2.5.1",
|
|
|
|
"zendframework/zend-servicemanager": "^2.5.1"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"zendframework/zend-eventmanager": "^2.5.1, to support aggregate hydrator usage",
|
|
|
|
"zendframework/zend-filter": "^2.5.1, to support naming strategy hydrator usage",
|
|
|
|
"zendframework/zend-serializer": "^2.5.1, to use the SerializableStrategy",
|
|
|
|
"zendframework/zend-servicemanager": "^2.5.1, to support hydrator plugin manager usage"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "1.0-dev",
|
|
|
|
"dev-develop": "1.1-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Zend\\Hydrator\\": "src/"
|
|
|
|
}
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"homepage": "https://github.com/zendframework/zend-hydrator",
|
2015-08-18 00:00:26 +00:00
|
|
|
"keywords": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"hydrator",
|
|
|
|
"zf2"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-09-17T14:06:43+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "zendframework/zend-stdlib",
|
|
|
|
"version": "2.7.3",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/zendframework/zend-stdlib.git",
|
|
|
|
"reference": "8ac0c77ff567fcf49b58689ee3bfa7595be102bc"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/8ac0c77ff567fcf49b58689ee3bfa7595be102bc",
|
|
|
|
"reference": "8ac0c77ff567fcf49b58689ee3bfa7595be102bc",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.5",
|
|
|
|
"zendframework/zend-hydrator": "~1.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"athletic/athletic": "~0.1",
|
|
|
|
"fabpot/php-cs-fixer": "1.7.*",
|
|
|
|
"phpunit/phpunit": "~4.0",
|
|
|
|
"zendframework/zend-config": "~2.5",
|
|
|
|
"zendframework/zend-eventmanager": "~2.5",
|
|
|
|
"zendframework/zend-filter": "~2.5",
|
|
|
|
"zendframework/zend-inputfilter": "~2.5",
|
|
|
|
"zendframework/zend-serializer": "~2.5",
|
|
|
|
"zendframework/zend-servicemanager": "~2.5"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"zendframework/zend-eventmanager": "To support aggregate hydrator usage",
|
|
|
|
"zendframework/zend-filter": "To support naming strategy hydrator usage",
|
|
|
|
"zendframework/zend-serializer": "Zend\\Serializer component",
|
|
|
|
"zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "2.7-dev",
|
|
|
|
"dev-develop": "2.8-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Zend\\Stdlib\\": "src/"
|
|
|
|
}
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"homepage": "https://github.com/zendframework/zend-stdlib",
|
|
|
|
"keywords": [
|
|
|
|
"stdlib",
|
|
|
|
"zf2"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-09-25T04:06:33+00:00"
|
2015-10-08 18:40:12 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [
|
2015-08-18 00:00:26 +00:00
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "behat/mink",
|
2016-06-02 22:56:09 +00:00
|
|
|
"version": "v1.7.1",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/minkphp/Mink.git",
|
2016-06-02 22:56:09 +00:00
|
|
|
"reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-06-02 22:56:09 +00:00
|
|
|
"url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
|
|
|
|
"reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
2015-10-08 18:40:12 +00:00
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.1",
|
2016-06-02 22:56:09 +00:00
|
|
|
"symfony/css-selector": "~2.1|~3.0"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-06-02 22:56:09 +00:00
|
|
|
"symfony/phpunit-bridge": "~2.7|~3.0"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
|
|
|
|
"behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
|
|
|
|
"behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
|
|
|
|
"behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
|
|
|
|
},
|
2015-08-18 00:00:26 +00:00
|
|
|
"type": "library",
|
2015-10-08 18:40:12 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.7.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2015-08-18 00:00:26 +00:00
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Behat\\Mink\\": "src/"
|
|
|
|
}
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"MIT"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Browser controller/emulator abstraction for PHP",
|
|
|
|
"homepage": "http://mink.behat.org/",
|
|
|
|
"keywords": [
|
|
|
|
"browser",
|
|
|
|
"testing",
|
|
|
|
"web"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2016-03-05T08:26:18+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "behat/mink-browserkit-driver",
|
2016-06-02 22:56:09 +00:00
|
|
|
"version": "v1.3.2",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
|
2016-06-02 22:56:09 +00:00
|
|
|
"reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-06-02 22:56:09 +00:00
|
|
|
"url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
|
|
|
|
"reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2016-06-02 22:56:09 +00:00
|
|
|
"behat/mink": "^1.7.1@dev",
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.6",
|
2016-06-02 22:56:09 +00:00
|
|
|
"symfony/browser-kit": "~2.3|~3.0",
|
|
|
|
"symfony/dom-crawler": "~2.3|~3.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"silex/silex": "~1.2",
|
2016-06-02 22:56:09 +00:00
|
|
|
"symfony/phpunit-bridge": "~2.7|~3.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
2015-10-08 18:40:12 +00:00
|
|
|
"type": "mink-driver",
|
2015-08-18 00:00:26 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "1.3.x-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Behat\\Mink\\Driver\\": "src/"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Symfony2 BrowserKit driver for Mink framework",
|
|
|
|
"homepage": "http://mink.behat.org/",
|
2015-08-18 00:00:26 +00:00
|
|
|
"keywords": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"Mink",
|
|
|
|
"Symfony2",
|
|
|
|
"browser",
|
|
|
|
"testing"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2016-03-05T08:59:47+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "behat/mink-goutte-driver",
|
2016-06-02 22:56:09 +00:00
|
|
|
"version": "v1.2.1",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/minkphp/MinkGoutteDriver.git",
|
2016-06-02 22:56:09 +00:00
|
|
|
"reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-06-02 22:56:09 +00:00
|
|
|
"url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
|
|
|
|
"reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"behat/mink": "~1.6@dev",
|
|
|
|
"behat/mink-browserkit-driver": "~1.2@dev",
|
|
|
|
"fabpot/goutte": "~1.0.4|~2.0|~3.1",
|
|
|
|
"php": ">=5.3.1"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-06-02 22:56:09 +00:00
|
|
|
"symfony/phpunit-bridge": "~2.7|~3.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
2015-10-08 18:40:12 +00:00
|
|
|
"type": "mink-driver",
|
2015-08-18 00:00:26 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "1.2.x-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"Behat\\Mink\\Driver\\": "src/"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Goutte driver for Mink framework",
|
|
|
|
"homepage": "http://mink.behat.org/",
|
2015-08-18 00:00:26 +00:00
|
|
|
"keywords": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"browser",
|
|
|
|
"goutte",
|
|
|
|
"headless",
|
|
|
|
"testing"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2016-03-05T09:04:22+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "doctrine/instantiator",
|
|
|
|
"version": "1.0.5",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
|
|
|
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
|
|
|
|
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3,<8.0-DEV"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"athletic/athletic": "~0.1.8",
|
|
|
|
"ext-pdo": "*",
|
|
|
|
"ext-phar": "*",
|
|
|
|
"phpunit/phpunit": "~4.0",
|
|
|
|
"squizlabs/php_codesniffer": "~2.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "1.0.x-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Marco Pivetta",
|
|
|
|
"email": "ocramius@gmail.com",
|
|
|
|
"homepage": "http://ocramius.github.com/"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
|
|
|
"homepage": "https://github.com/doctrine/instantiator",
|
|
|
|
"keywords": [
|
|
|
|
"constructor",
|
|
|
|
"instantiate"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-06-14T21:17:01+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "fabpot/goutte",
|
2016-06-02 22:56:09 +00:00
|
|
|
"version": "v3.1.2",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/FriendsOfPHP/Goutte.git",
|
2016-06-02 22:56:09 +00:00
|
|
|
"reference": "3cbc6ed222422a28400e470050f14928a153207e"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-06-02 22:56:09 +00:00
|
|
|
"url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3cbc6ed222422a28400e470050f14928a153207e",
|
|
|
|
"reference": "3cbc6ed222422a28400e470050f14928a153207e",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"guzzlehttp/guzzle": "^6.0",
|
|
|
|
"php": ">=5.5.0",
|
2016-06-02 22:56:09 +00:00
|
|
|
"symfony/browser-kit": "~2.1|~3.0",
|
|
|
|
"symfony/css-selector": "~2.1|~3.0",
|
|
|
|
"symfony/dom-crawler": "~2.1|~3.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
2015-10-08 18:40:12 +00:00
|
|
|
"type": "application",
|
2015-08-18 00:00:26 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "3.1-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"Goutte\\": "Goutte"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "A simple PHP Web Scraper",
|
|
|
|
"homepage": "https://github.com/FriendsOfPHP/Goutte",
|
|
|
|
"keywords": [
|
|
|
|
"scraper"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-11-05T12:58:44+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
2015-11-04 19:11:27 +00:00
|
|
|
{
|
|
|
|
"name": "jcalderonzumba/gastonjs",
|
2016-03-02 20:40:24 +00:00
|
|
|
"version": "v1.0.2",
|
2015-11-04 19:11:27 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/jcalderonzumba/gastonjs.git",
|
2016-03-02 20:40:24 +00:00
|
|
|
"reference": "21bebb8ca03eb0f93ec2f3fad61192fb079e2622"
|
2015-11-04 19:11:27 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-03-02 20:40:24 +00:00
|
|
|
"url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/21bebb8ca03eb0f93ec2f3fad61192fb079e2622",
|
|
|
|
"reference": "21bebb8ca03eb0f93ec2f3fad61192fb079e2622",
|
2015-11-04 19:11:27 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"guzzlehttp/guzzle": "~5.0|~6.0",
|
|
|
|
"php": ">=5.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.6",
|
|
|
|
"silex/silex": "~1.2",
|
|
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
|
|
"symfony/process": "~2.1"
|
|
|
|
},
|
|
|
|
"type": "phantomjs-api",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Zumba\\GastonJS\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Juan Francisco Calderón Zumba",
|
|
|
|
"email": "juanfcz@gmail.com",
|
|
|
|
"homepage": "http://github.com/jcalderonzumba"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PhantomJS API based server for webpage automation",
|
|
|
|
"homepage": "https://github.com/jcalderonzumba/gastonjs",
|
|
|
|
"keywords": [
|
|
|
|
"api",
|
|
|
|
"automation",
|
|
|
|
"browser",
|
|
|
|
"headless",
|
|
|
|
"phantomjs"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2016-01-18T09:21:03+00:00"
|
2015-11-04 19:11:27 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "jcalderonzumba/mink-phantomjs-driver",
|
2016-01-07 00:31:26 +00:00
|
|
|
"version": "v0.3.1",
|
2015-11-04 19:11:27 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
|
2016-01-07 00:31:26 +00:00
|
|
|
"reference": "782892dbea4af7d04024374672b3790b6c008def"
|
2015-11-04 19:11:27 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-01-07 00:31:26 +00:00
|
|
|
"url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/782892dbea4af7d04024374672b3790b6c008def",
|
|
|
|
"reference": "782892dbea4af7d04024374672b3790b6c008def",
|
2015-11-04 19:11:27 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"behat/mink": "~1.6",
|
|
|
|
"jcalderonzumba/gastonjs": "~1.0",
|
|
|
|
"php": ">=5.4",
|
2016-01-07 00:31:26 +00:00
|
|
|
"twig/twig": "~1.20|~2.0"
|
2015-11-04 19:11:27 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.6",
|
|
|
|
"silex/silex": "~1.2",
|
|
|
|
"symfony/css-selector": "~2.1",
|
|
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
|
|
"symfony/process": "~2.3"
|
|
|
|
},
|
|
|
|
"type": "mink-driver",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "0.4.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Zumba\\Mink\\Driver\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Juan Francisco Calderón Zumba",
|
|
|
|
"email": "juanfcz@gmail.com",
|
|
|
|
"homepage": "http://github.com/jcalderonzumba"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PhantomJS driver for Mink framework",
|
|
|
|
"homepage": "http://mink.behat.org/",
|
|
|
|
"keywords": [
|
|
|
|
"ajax",
|
|
|
|
"browser",
|
|
|
|
"headless",
|
|
|
|
"javascript",
|
|
|
|
"phantomjs",
|
|
|
|
"testing"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-12-04T13:55:02+00:00"
|
2015-11-04 19:11:27 +00:00
|
|
|
},
|
2015-08-18 00:00:26 +00:00
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "mikey179/vfsStream",
|
|
|
|
"version": "v1.6.0",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/mikey179/vfsStream.git",
|
|
|
|
"reference": "73bcb605b741a7d5044b47592338c633788b0eb7"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/mikey179/vfsStream/zipball/73bcb605b741a7d5044b47592338c633788b0eb7",
|
|
|
|
"reference": "73bcb605b741a7d5044b47592338c633788b0eb7",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"phpunit/phpunit": "~4.5"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "1.6.x-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"psr-0": {
|
|
|
|
"org\\bovigo\\vfs\\": "src/main/php"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"BSD-3-Clause"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Frank Kleine",
|
|
|
|
"homepage": "http://frankkleine.de/",
|
|
|
|
"role": "Developer"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Virtual file system to mock the real file system in unit tests.",
|
|
|
|
"homepage": "http://vfs.bovigo.org/",
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-10-06T16:59:57+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
|
|
"version": "2.0.4",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
|
|
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
|
|
|
|
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.3"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"phpunit/phpunit": "~4.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"dflydev/markdown": "~1.0",
|
|
|
|
"erusev/parsedown": "~1.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "2.0.x-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"psr-0": {
|
|
|
|
"phpDocumentor": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Mike van Riel",
|
|
|
|
"email": "mike.vanriel@naenius.com"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-02-03T12:10:50+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "phpspec/prophecy",
|
|
|
|
"version": "v1.5.0",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/phpspec/prophecy.git",
|
|
|
|
"reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
|
|
|
|
"reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"doctrine/instantiator": "^1.0.2",
|
|
|
|
"phpdocumentor/reflection-docblock": "~2.0",
|
|
|
|
"sebastian/comparator": "~1.1"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"phpspec/phpspec": "~2.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "1.4.x-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"psr-0": {
|
|
|
|
"Prophecy\\": "src/"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Marcello Duarte",
|
|
|
|
"email": "marcello.duarte@gmail.com"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
|
|
|
"homepage": "https://github.com/phpspec/prophecy",
|
|
|
|
"keywords": [
|
|
|
|
"Double",
|
|
|
|
"Dummy",
|
|
|
|
"fake",
|
|
|
|
"mock",
|
|
|
|
"spy",
|
|
|
|
"stub"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-08-13T10:07:40+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "phpunit/php-code-coverage",
|
|
|
|
"version": "2.2.4",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
|
|
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
|
|
|
|
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.3",
|
|
|
|
"phpunit/php-file-iterator": "~1.3",
|
|
|
|
"phpunit/php-text-template": "~1.2",
|
|
|
|
"phpunit/php-token-stream": "~1.3",
|
|
|
|
"sebastian/environment": "^1.3.2",
|
|
|
|
"sebastian/version": "~1.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
2015-10-08 18:40:12 +00:00
|
|
|
"require-dev": {
|
|
|
|
"ext-xdebug": ">=2.1.4",
|
|
|
|
"phpunit/phpunit": "~4"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-xdebug": ">=2.2.1",
|
|
|
|
"ext-xmlwriter": "*"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "2.2.x-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"BSD-3-Clause"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
|
|
|
"keywords": [
|
|
|
|
"coverage",
|
|
|
|
"testing",
|
|
|
|
"xunit"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-10-06T15:47:00+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "phpunit/php-file-iterator",
|
|
|
|
"version": "1.4.1",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
|
|
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
|
|
|
|
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.3"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "1.4.x-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"BSD-3-Clause"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
|
|
|
"keywords": [
|
|
|
|
"filesystem",
|
|
|
|
"iterator"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-06-21T13:08:43+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "phpunit/php-text-template",
|
|
|
|
"version": "1.2.1",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
|
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.3"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"BSD-3-Clause"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Simple template engine.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
|
|
|
"keywords": [
|
|
|
|
"template"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-06-21T13:50:34+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "phpunit/php-timer",
|
|
|
|
"version": "1.0.7",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
|
|
"reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
|
|
|
|
"reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.3"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"src/"
|
2015-08-18 00:00:26 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"BSD-3-Clause"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Utility class for timing",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
|
|
|
"keywords": [
|
|
|
|
"timer"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-06-21T08:01:12+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "phpunit/php-token-stream",
|
|
|
|
"version": "1.4.8",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
|
|
|
"reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
|
|
|
|
"reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"ext-tokenizer": "*",
|
|
|
|
"php": ">=5.3.3"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"phpunit/phpunit": "~4.2"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "1.4-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"BSD-3-Clause"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Wrapper around PHP's tokenizer extension.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
|
|
|
"keywords": [
|
|
|
|
"tokenizer"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-09-15T10:49:45+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "phpunit/phpunit",
|
2017-03-16 15:05:59 +00:00
|
|
|
"version": "4.8.28",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
2017-03-16 15:05:59 +00:00
|
|
|
"reference": "558a3a0d28b4cb7e4a593a4fbd2220e787076225"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-03-16 15:05:59 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/558a3a0d28b4cb7e4a593a4fbd2220e787076225",
|
|
|
|
"reference": "558a3a0d28b4cb7e4a593a4fbd2220e787076225",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-pcre": "*",
|
|
|
|
"ext-reflection": "*",
|
|
|
|
"ext-spl": "*",
|
|
|
|
"php": ">=5.3.3",
|
|
|
|
"phpspec/prophecy": "^1.3.1",
|
|
|
|
"phpunit/php-code-coverage": "~2.1",
|
|
|
|
"phpunit/php-file-iterator": "~1.4",
|
|
|
|
"phpunit/php-text-template": "~1.2",
|
2016-10-06 22:16:20 +00:00
|
|
|
"phpunit/php-timer": "^1.0.6",
|
2015-10-08 18:40:12 +00:00
|
|
|
"phpunit/phpunit-mock-objects": "~2.3",
|
|
|
|
"sebastian/comparator": "~1.1",
|
|
|
|
"sebastian/diff": "~1.2",
|
|
|
|
"sebastian/environment": "~1.3",
|
|
|
|
"sebastian/exporter": "~1.2",
|
|
|
|
"sebastian/global-state": "~1.0",
|
|
|
|
"sebastian/version": "~1.0",
|
|
|
|
"symfony/yaml": "~2.1|~3.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
2015-10-08 18:40:12 +00:00
|
|
|
"suggest": {
|
|
|
|
"phpunit/php-invoker": "~1.1"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
2015-10-08 18:40:12 +00:00
|
|
|
"bin": [
|
|
|
|
"phpunit"
|
|
|
|
],
|
2015-08-18 00:00:26 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "4.8.x-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"BSD-3-Clause"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "The PHP Unit Testing framework.",
|
|
|
|
"homepage": "https://phpunit.de/",
|
|
|
|
"keywords": [
|
|
|
|
"phpunit",
|
|
|
|
"testing",
|
|
|
|
"xunit"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2016-11-14T06:25:28+00:00"
|
2015-08-27 19:03:05 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "phpunit/phpunit-mock-objects",
|
|
|
|
"version": "2.3.8",
|
2015-08-27 19:03:05 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
|
|
|
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
|
2015-08-27 19:03:05 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
|
|
|
|
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
|
2015-08-27 19:03:05 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"doctrine/instantiator": "^1.0.2",
|
2015-08-27 19:03:05 +00:00
|
|
|
"php": ">=5.3.3",
|
2015-10-08 18:40:12 +00:00
|
|
|
"phpunit/php-text-template": "~1.2",
|
|
|
|
"sebastian/exporter": "~1.2"
|
2015-08-27 19:03:05 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"phpunit/phpunit": "~4.4"
|
2015-08-27 19:03:05 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"ext-soap": "*"
|
2015-08-27 19:03:05 +00:00
|
|
|
},
|
2015-10-08 18:40:12 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.3.x-dev"
|
2015-08-27 19:03:05 +00:00
|
|
|
}
|
|
|
|
},
|
2015-10-08 18:40:12 +00:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
2015-08-27 19:03:05 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"BSD-3-Clause"
|
2015-08-27 19:03:05 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
2015-08-27 19:03:05 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Mock Object library for PHPUnit",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
2015-08-27 19:03:05 +00:00
|
|
|
"keywords": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"mock",
|
|
|
|
"xunit"
|
2015-08-27 19:03:05 +00:00
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-10-02T06:51:40+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "sebastian/comparator",
|
|
|
|
"version": "1.2.0",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
|
|
|
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
|
|
|
|
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.3",
|
|
|
|
"sebastian/diff": "~1.2",
|
|
|
|
"sebastian/exporter": "~1.2"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"phpunit/phpunit": "~4.4"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "1.2.x-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"BSD-3-Clause"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Volker Dusch",
|
|
|
|
"email": "github@wallbash.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Bernhard Schussek",
|
|
|
|
"email": "bschussek@2bepublished.at"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Provides the functionality to compare PHP values for equality",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/comparator",
|
2015-08-18 00:00:26 +00:00
|
|
|
"keywords": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"comparator",
|
|
|
|
"compare",
|
|
|
|
"equality"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-07-26T15:48:44+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "sebastian/diff",
|
|
|
|
"version": "1.3.0",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
|
|
|
"reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
|
|
|
|
"reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.3"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"phpunit/phpunit": "~4.2"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "1.3-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"BSD-3-Clause"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Kore Nordmann",
|
|
|
|
"email": "mail@kore-nordmann.de"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Diff implementation",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/diff",
|
|
|
|
"keywords": [
|
|
|
|
"diff"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-02-22T15:13:53+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "sebastian/environment",
|
|
|
|
"version": "1.3.2",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
|
|
|
"reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
|
|
|
|
"reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.3"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"phpunit/phpunit": "~4.4"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "1.3.x-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"BSD-3-Clause"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
|
|
|
"keywords": [
|
|
|
|
"Xdebug",
|
|
|
|
"environment",
|
|
|
|
"hhvm"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-08-03T06:14:51+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "sebastian/exporter",
|
|
|
|
"version": "1.2.1",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
|
|
|
"reference": "7ae5513327cb536431847bcc0c10edba2701064e"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
|
|
|
|
"reference": "7ae5513327cb536431847bcc0c10edba2701064e",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.3",
|
|
|
|
"sebastian/recursion-context": "~1.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"phpunit/phpunit": "~4.4"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "1.2.x-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"BSD-3-Clause"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"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"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Provides the functionality to export PHP variables for visualization",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
|
|
|
"keywords": [
|
|
|
|
"export",
|
|
|
|
"exporter"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-06-21T07:55:53+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "sebastian/global-state",
|
|
|
|
"version": "1.0.0",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
|
|
|
"reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
|
|
|
|
"reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.3"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"phpunit/phpunit": "~4.2"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-uopz": "*"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "1.0-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"BSD-3-Clause"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Snapshotting of global state",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
|
|
|
"keywords": [
|
|
|
|
"global state"
|
|
|
|
],
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2014-10-06T09:23:50+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "sebastian/recursion-context",
|
|
|
|
"version": "1.0.1",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
|
|
"reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
|
|
|
|
"reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.4"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"dev-master": "1.0.x-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "Adam Harvey",
|
|
|
|
"email": "aharvey@php.net"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Provides functionality to recursively process PHP variables",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-06-21T08:04:50+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
2015-08-27 19:03:05 +00:00
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "sebastian/version",
|
|
|
|
"version": "1.0.6",
|
2015-08-27 19:03:05 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/version.git",
|
|
|
|
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
|
2015-08-27 19:03:05 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
|
|
|
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
2015-08-27 19:03:05 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-08-27 19:03:05 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"BSD-3-Clause"
|
2015-08-27 19:03:05 +00:00
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
2015-08-27 19:03:05 +00:00
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/version",
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2015-06-21T13:59:46+00:00"
|
2015-08-27 19:03:05 +00:00
|
|
|
},
|
2015-08-18 00:00:26 +00:00
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "symfony/browser-kit",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v2.8.16",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/symfony/browser-kit.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "d2a5de15c8341a470a66becf4597bc675686a72b"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/d2a5de15c8341a470a66becf4597bc675686a72b",
|
|
|
|
"reference": "d2a5de15c8341a470a66becf4597bc675686a72b",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.9",
|
2017-02-03 00:28:38 +00:00
|
|
|
"symfony/dom-crawler": "~2.1|~3.0.0"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-02-03 00:28:38 +00:00
|
|
|
"symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
|
|
|
|
"symfony/process": "~2.3.34|~2.7,>=2.7.6|~3.0.0"
|
2015-10-08 18:40:12 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/process": ""
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2017-02-03 00:28:38 +00:00
|
|
|
"dev-master": "2.8-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"Symfony\\Component\\BrowserKit\\": ""
|
2017-02-03 00:28:38 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"MIT"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Symfony BrowserKit Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2017-01-02T20:30:24+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "symfony/css-selector",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v2.8.16",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/symfony/css-selector.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "f45daea42232d9ca5cf561ec64f0d4aea820877f"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/css-selector/zipball/f45daea42232d9ca5cf561ec64f0d4aea820877f",
|
|
|
|
"reference": "f45daea42232d9ca5cf561ec64f0d4aea820877f",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"php": ">=5.3.9"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-04-20 16:56:34 +00:00
|
|
|
"dev-master": "2.8-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"Symfony\\Component\\CssSelector\\": ""
|
2016-04-20 16:56:34 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"MIT"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jean-François Simon",
|
|
|
|
"email": "jeanfrancois.simon@sensiolabs.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Symfony CssSelector Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2017-01-02T20:30:24+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-08 18:40:12 +00:00
|
|
|
"name": "symfony/dom-crawler",
|
2017-02-03 00:28:38 +00:00
|
|
|
"version": "v2.8.16",
|
2015-08-18 00:00:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-08 18:40:12 +00:00
|
|
|
"url": "https://github.com/symfony/dom-crawler.git",
|
2017-02-03 00:28:38 +00:00
|
|
|
"reference": "52cc211afa9458c0a54c478010a55f44892c1c02"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-02-03 00:28:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/52cc211afa9458c0a54c478010a55f44892c1c02",
|
|
|
|
"reference": "52cc211afa9458c0a54c478010a55f44892c1c02",
|
2015-08-18 00:00:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2017-02-03 00:28:38 +00:00
|
|
|
"php": ">=5.3.9",
|
|
|
|
"symfony/polyfill-mbstring": "~1.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-02-03 00:28:38 +00:00
|
|
|
"symfony/css-selector": "~2.8|~3.0.0"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"symfony/css-selector": ""
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2017-02-03 00:28:38 +00:00
|
|
|
"dev-master": "2.8-dev"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2015-10-08 18:40:12 +00:00
|
|
|
"Symfony\\Component\\DomCrawler\\": ""
|
2017-02-03 00:28:38 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-08 18:40:12 +00:00
|
|
|
"MIT"
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
2015-08-18 00:00:26 +00:00
|
|
|
],
|
2015-10-08 18:40:12 +00:00
|
|
|
"description": "Symfony DomCrawler Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2017-03-16 15:05:59 +00:00
|
|
|
"time": "2017-01-02T20:30:24+00:00"
|
2015-08-18 00:00:26 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "dev",
|
2017-03-16 15:05:59 +00:00
|
|
|
"stability-flags": {
|
|
|
|
"drupal-composer/drupal-scaffold": 20
|
|
|
|
},
|
2015-08-18 00:00:26 +00:00
|
|
|
"prefer-stable": true,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": {
|
2015-08-27 19:03:05 +00:00
|
|
|
"php": ">=5.5.9"
|
2015-08-18 00:00:26 +00:00
|
|
|
},
|
|
|
|
"platform-dev": []
|
|
|
|
}
|