2012-06-27 20:43:49 +00:00
|
|
|
{
|
2013-05-13 21:20:18 +00:00
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2015-06-02 14:28:49 +00:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
2014-06-03 16:29:35 +00:00
|
|
|
"This file is @generated automatically"
|
2013-05-13 21:20:18 +00:00
|
|
|
],
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"hash": "8c9fdf621ce53640f24b24749e59717c",
|
|
|
|
"content-hash": "f38613812a285c03a1a18458384fe0b1",
|
2012-06-27 20:43:49 +00:00
|
|
|
"packages": [
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
{
|
|
|
|
"name": "composer/installers",
|
|
|
|
"version": "v1.0.21",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/composer/installers.git",
|
|
|
|
"reference": "d64e23fce42a4063d63262b19b8e7c0f3b5e4c45"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/composer/installers/zipball/d64e23fce42a4063d63262b19b8e7c0f3b5e4c45",
|
|
|
|
"reference": "d64e23fce42a4063d63262b19b8e7c0f3b5e4c45",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"roundcube/plugin-installer": "*",
|
|
|
|
"shama/baton": "*"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"composer/composer": "1.0.*@dev",
|
|
|
|
"phpunit/phpunit": "4.1.*"
|
|
|
|
},
|
|
|
|
"type": "composer-installer",
|
|
|
|
"extra": {
|
|
|
|
"class": "Composer\\Installers\\Installer",
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Composer\\Installers\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Kyle Robinson Young",
|
|
|
|
"email": "kyle@dontkry.com",
|
|
|
|
"homepage": "https://github.com/shama"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A multi-framework Composer library installer",
|
|
|
|
"homepage": "http://composer.github.com/installers/",
|
|
|
|
"keywords": [
|
|
|
|
"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"
|
|
|
|
],
|
|
|
|
"time": "2015-02-18 17:17:01"
|
|
|
|
},
|
2012-07-18 09:50:50 +00:00
|
|
|
{
|
2013-07-21 15:29:50 +00:00
|
|
|
"name": "doctrine/annotations",
|
2015-09-04 14:56:50 +00:00
|
|
|
"version": "v1.2.7",
|
2012-11-30 01:26:33 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-07-21 15:29:50 +00:00
|
|
|
"url": "https://github.com/doctrine/annotations.git",
|
2015-09-04 14:56:50 +00:00
|
|
|
"reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-04 14:56:50 +00:00
|
|
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
|
|
|
|
"reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2013-07-21 15:29:50 +00:00
|
|
|
"doctrine/lexer": "1.*",
|
2012-11-30 01:26:33 +00:00
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
2013-07-21 15:29:50 +00:00
|
|
|
"require-dev": {
|
2014-09-09 19:26:03 +00:00
|
|
|
"doctrine/cache": "1.*",
|
|
|
|
"phpunit/phpunit": "4.*"
|
2013-07-21 15:29:50 +00:00
|
|
|
},
|
2012-11-30 01:26:33 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-09-09 19:26:03 +00:00
|
|
|
"dev-master": "1.3.x-dev"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2013-07-21 15:29:50 +00:00
|
|
|
"Doctrine\\Common\\Annotations\\": "lib/"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
2012-12-06 00:30:06 +00:00
|
|
|
"email": "roman@code-factory.org"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benjamin Eberlei",
|
2012-12-06 00:30:06 +00:00
|
|
|
"email": "kontakt@beberlei.de"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
2014-10-15 08:31:35 +00:00
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com"
|
|
|
|
},
|
2012-11-30 01:26:33 +00:00
|
|
|
{
|
2013-06-14 09:52:09 +00:00
|
|
|
"name": "Johannes Schmitt",
|
2014-10-15 08:31:35 +00:00
|
|
|
"email": "schmittjoh@gmail.com"
|
2013-07-21 15:29:50 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Docblock Annotations Parser",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"annotations",
|
|
|
|
"docblock",
|
|
|
|
"parser"
|
|
|
|
],
|
2015-09-04 14:56:50 +00:00
|
|
|
"time": "2015-08-31 12:32:49"
|
2013-07-21 15:29:50 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/cache",
|
2015-09-04 14:56:50 +00:00
|
|
|
"version": "v1.4.2",
|
2013-07-21 15:29:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/cache.git",
|
2015-09-04 14:56:50 +00:00
|
|
|
"reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca"
|
2013-07-21 15:29:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-04 14:56:50 +00:00
|
|
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/8c434000f420ade76a07c64cbe08ca47e5c101ca",
|
|
|
|
"reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca",
|
2013-07-21 15:29:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
2014-10-15 08:31:35 +00:00
|
|
|
"conflict": {
|
|
|
|
"doctrine/common": ">2.2,<2.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": ">=3.7",
|
2015-09-04 14:56:50 +00:00
|
|
|
"predis/predis": "~1.0",
|
2014-10-15 08:31:35 +00:00
|
|
|
"satooshi/php-coveralls": "~0.6"
|
|
|
|
},
|
2013-07-21 15:29:50 +00:00
|
|
|
"type": "library",
|
2014-10-15 08:31:35 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-04 14:56:50 +00:00
|
|
|
"dev-master": "1.5.x-dev"
|
2014-10-15 08:31:35 +00:00
|
|
|
}
|
|
|
|
},
|
2013-07-21 15:29:50 +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"
|
|
|
|
},
|
|
|
|
{
|
2014-10-15 08:31:35 +00:00
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Johannes Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com"
|
2013-07-21 15:29:50 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Caching library offering an object-oriented API for many cache backends",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"cache",
|
|
|
|
"caching"
|
|
|
|
],
|
2015-09-04 14:56:50 +00:00
|
|
|
"time": "2015-08-31 12:36:41"
|
2013-07-21 15:29:50 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/collections",
|
2015-09-04 14:56:50 +00:00
|
|
|
"version": "v1.3.0",
|
2013-07-21 15:29:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/collections.git",
|
2015-09-04 14:56:50 +00:00
|
|
|
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
|
2013-07-21 15:29:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-04 14:56:50 +00:00
|
|
|
"url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
|
|
|
|
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
|
2013-07-21 15:29:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
2015-09-04 14:56:50 +00:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.0"
|
|
|
|
},
|
2013-07-21 15:29:50 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-10-15 08:31:35 +00:00
|
|
|
"dev-master": "1.2.x-dev"
|
2013-07-21 15:29:50 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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-09-04 14:56:50 +00:00
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com"
|
|
|
|
},
|
2013-07-21 15:29:50 +00:00
|
|
|
{
|
2014-10-15 08:31:35 +00:00
|
|
|
"name": "Johannes Schmitt",
|
2015-09-04 14:56:50 +00:00
|
|
|
"email": "schmittjoh@gmail.com"
|
2013-07-21 15:29:50 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Collections Abstraction library",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"array",
|
|
|
|
"collections",
|
|
|
|
"iterator"
|
|
|
|
],
|
2015-09-04 14:56:50 +00:00
|
|
|
"time": "2015-04-14 22:21:58"
|
2013-07-21 15:29:50 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/common",
|
2015-09-04 14:56:50 +00:00
|
|
|
"version": "v2.5.1",
|
2013-07-21 15:29:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2014-01-20 10:41:57 +00:00
|
|
|
"url": "https://github.com/doctrine/common.git",
|
2015-09-04 14:56:50 +00:00
|
|
|
"reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9"
|
2013-07-21 15:29:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-04 14:56:50 +00:00
|
|
|
"url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9",
|
|
|
|
"reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9",
|
2013-07-21 15:29:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"doctrine/annotations": "1.*",
|
|
|
|
"doctrine/cache": "1.*",
|
|
|
|
"doctrine/collections": "1.*",
|
|
|
|
"doctrine/inflector": "1.*",
|
|
|
|
"doctrine/lexer": "1.*",
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
2014-01-20 10:41:57 +00:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~3.7"
|
|
|
|
},
|
2013-07-21 15:29:50 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-04 14:56:50 +00:00
|
|
|
"dev-master": "2.6.x-dev"
|
2013-07-21 15:29:50 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Doctrine\\Common\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
2014-01-20 10:41:57 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2013-07-21 15:29:50 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benjamin Eberlei",
|
|
|
|
"email": "kontakt@beberlei.de"
|
|
|
|
},
|
2015-09-04 14:56:50 +00:00
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com"
|
|
|
|
},
|
2013-07-21 15:29:50 +00:00
|
|
|
{
|
2013-12-15 18:21:38 +00:00
|
|
|
"name": "Johannes Schmitt",
|
2015-09-04 14:56:50 +00:00
|
|
|
"email": "schmittjoh@gmail.com"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common Library for Doctrine projects",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
2013-02-14 18:45:50 +00:00
|
|
|
"annotations",
|
2012-11-30 01:26:33 +00:00
|
|
|
"collections",
|
|
|
|
"eventmanager",
|
2013-02-14 18:45:50 +00:00
|
|
|
"persistence",
|
|
|
|
"spl"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2015-09-04 14:56:50 +00:00
|
|
|
"time": "2015-08-31 13:00:22"
|
2013-07-21 15:29:50 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/inflector",
|
2015-09-04 14:56:50 +00:00
|
|
|
"version": "v1.0.1",
|
2013-07-21 15:29:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/inflector.git",
|
2015-09-04 14:56:50 +00:00
|
|
|
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
|
2013-07-21 15:29:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-04 14:56:50 +00:00
|
|
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
|
|
|
|
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
|
2013-07-21 15:29:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
2015-09-04 14:56:50 +00:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "4.*"
|
|
|
|
},
|
2013-07-21 15:29:50 +00:00
|
|
|
"type": "library",
|
2015-09-04 14:56:50 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2013-07-21 15:29:50 +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-09-04 14:56:50 +00:00
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Johannes Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com"
|
2013-07-21 15:29:50 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"inflection",
|
2015-09-04 14:56:50 +00:00
|
|
|
"pluralize",
|
|
|
|
"singularize",
|
2013-07-21 15:29:50 +00:00
|
|
|
"string"
|
|
|
|
],
|
2015-09-04 14:56:50 +00:00
|
|
|
"time": "2014-12-20 21:24:13"
|
2013-07-21 15:29:50 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/lexer",
|
2015-07-02 07:13:55 +00:00
|
|
|
"version": "v1.0.1",
|
2013-07-21 15:29:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/lexer.git",
|
2015-07-02 07:13:55 +00:00
|
|
|
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
|
2013-07-21 15:29:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-07-02 07:13:55 +00:00
|
|
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
|
|
|
|
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
|
2013-07-21 15:29:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
|
|
|
"type": "library",
|
2015-07-02 07:13:55 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2013-07-21 15:29:50 +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-07-02 07:13:55 +00:00
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Johannes Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com"
|
2013-07-21 15:29:50 +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"
|
|
|
|
],
|
2015-07-02 07:13:55 +00:00
|
|
|
"time": "2014-09-09 13:34:57"
|
2012-07-18 09:50:50 +00:00
|
|
|
},
|
2012-12-08 23:22:34 +00:00
|
|
|
{
|
2013-01-16 22:42:23 +00:00
|
|
|
"name": "easyrdf/easyrdf",
|
2015-09-04 18:37:31 +00:00
|
|
|
"version": "0.9.1",
|
2013-01-16 22:42:23 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2014-01-24 07:04:41 +00:00
|
|
|
"url": "https://github.com/njh/easyrdf.git",
|
2015-09-04 18:37:31 +00:00
|
|
|
"reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
|
2013-01-16 22:42:23 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-04 18:37:31 +00:00
|
|
|
"url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
|
|
|
|
"reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
|
2013-01-16 22:42:23 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-01-04 05:42:23 +00:00
|
|
|
"ext-mbstring": "*",
|
|
|
|
"ext-pcre": "*",
|
2013-01-16 22:42:23 +00:00
|
|
|
"php": ">=5.2.8"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-01-04 05:42:23 +00:00
|
|
|
"phpunit/phpunit": "~3.5",
|
|
|
|
"sami/sami": "~1.4",
|
|
|
|
"squizlabs/php_codesniffer": "~1.4.3"
|
2013-01-16 22:42:23 +00:00
|
|
|
},
|
2014-01-24 07:04:41 +00:00
|
|
|
"suggest": {
|
2015-01-04 05:42:23 +00:00
|
|
|
"ml/json-ld": "~1.0"
|
2014-01-24 07:04:41 +00:00
|
|
|
},
|
2013-01-16 22:42:23 +00:00
|
|
|
"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"
|
2015-01-04 05:42:23 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Alexey Zakhlestin",
|
|
|
|
"email": "indeyets@gmail.com",
|
|
|
|
"role": "Developer"
|
2013-01-16 22:42:23 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
|
|
|
|
"homepage": "http://www.easyrdf.org/",
|
|
|
|
"keywords": [
|
2013-02-14 18:45:50 +00:00
|
|
|
"Linked Data",
|
2013-01-16 22:42:23 +00:00
|
|
|
"RDF",
|
|
|
|
"Semantic Web",
|
|
|
|
"Turtle",
|
2014-01-24 07:04:41 +00:00
|
|
|
"rdfa",
|
|
|
|
"sparql"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2015-09-04 18:37:31 +00:00
|
|
|
"time": "2015-02-27 09:45:49"
|
2013-01-16 22:42:23 +00:00
|
|
|
},
|
2014-09-22 22:01:44 +00:00
|
|
|
{
|
|
|
|
"name": "egulias/email-validator",
|
2015-07-15 14:10:30 +00:00
|
|
|
"version": "1.2.9",
|
2014-09-22 22:01:44 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/egulias/EmailValidator.git",
|
2015-07-15 14:10:30 +00:00
|
|
|
"reference": "af864423f50ea59f96c87bb1eae147a70bcf67a1"
|
2014-09-22 22:01:44 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-07-15 14:10:30 +00:00
|
|
|
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/af864423f50ea59f96c87bb1eae147a70bcf67a1",
|
|
|
|
"reference": "af864423f50ea59f96c87bb1eae147a70bcf67a1",
|
2014-09-22 22:01:44 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-07-15 14:10:30 +00:00
|
|
|
"doctrine/lexer": "~1.0,>=1.0.1",
|
2014-09-22 22:01:44 +00:00
|
|
|
"php": ">= 5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-07-15 14:10:30 +00:00
|
|
|
"phpunit/phpunit": "~4.4",
|
2014-09-22 22:01:44 +00:00
|
|
|
"satooshi/php-coveralls": "dev-master"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-07-15 14:10:30 +00:00
|
|
|
"dev-master": "2.0.x-dev"
|
2014-09-22 22:01:44 +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-07-15 14:10:30 +00:00
|
|
|
"emailvalidation",
|
|
|
|
"emailvalidator",
|
2014-09-22 22:01:44 +00:00
|
|
|
"validation",
|
|
|
|
"validator"
|
|
|
|
],
|
2015-07-15 14:10:30 +00:00
|
|
|
"time": "2015-06-22 21:07:51"
|
2014-09-22 22:01:44 +00:00
|
|
|
},
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "guzzlehttp/guzzle",
|
|
|
|
"version": "6.1.0",
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
|
|
"reference": "66fd14b4d0b8f2389eaf37c5458608c7cb793a81"
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/66fd14b4d0b8f2389eaf37c5458608c7cb793a81",
|
|
|
|
"reference": "66fd14b4d0b8f2389eaf37c5458608c7cb793a81",
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"guzzlehttp/promises": "~1.0",
|
|
|
|
"guzzlehttp/psr7": "~1.1",
|
|
|
|
"php": ">=5.5.0"
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
},
|
2015-09-13 00:08:34 +00:00
|
|
|
"require-dev": {
|
|
|
|
"ext-curl": "*",
|
|
|
|
"phpunit/phpunit": "~4.0",
|
|
|
|
"psr/log": "~1.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "6.1-dev"
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"files": [
|
|
|
|
"src/functions_include.php"
|
|
|
|
],
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
"psr-4": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"GuzzleHttp\\": "src/"
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
2012-12-08 23:22:34 +00:00
|
|
|
}
|
|
|
|
],
|
2015-07-21 21:33:30 +00:00
|
|
|
"description": "Guzzle is a PHP HTTP client library",
|
2012-12-08 23:22:34 +00:00
|
|
|
"homepage": "http://guzzlephp.org/",
|
|
|
|
"keywords": [
|
2013-02-14 18:45:50 +00:00
|
|
|
"client",
|
2012-12-08 23:22:34 +00:00
|
|
|
"curl",
|
2014-04-11 14:58:24 +00:00
|
|
|
"framework",
|
2012-12-08 23:22:34 +00:00
|
|
|
"http",
|
2014-04-11 14:58:24 +00:00
|
|
|
"http client",
|
|
|
|
"rest",
|
|
|
|
"web service"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2015-09-08 18:43:45 +00:00
|
|
|
"time": "2015-09-08 17:36:26"
|
2014-10-16 09:54:33 +00:00
|
|
|
},
|
|
|
|
{
|
2015-07-21 21:33:30 +00:00
|
|
|
"name": "guzzlehttp/promises",
|
2015-08-25 17:05:58 +00:00
|
|
|
"version": "1.0.2",
|
2014-10-16 09:54:33 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-07-21 21:33:30 +00:00
|
|
|
"url": "https://github.com/guzzle/promises.git",
|
2015-08-25 17:05:58 +00:00
|
|
|
"reference": "97fe7210def29451ec74923b27e552238defd75a"
|
2014-10-16 09:54:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-25 17:05:58 +00:00
|
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/97fe7210def29451ec74923b27e552238defd75a",
|
|
|
|
"reference": "97fe7210def29451ec74923b27e552238defd75a",
|
2014-10-16 09:54:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-07-21 21:33:30 +00:00
|
|
|
"php": ">=5.5.0"
|
2014-10-16 09:54:33 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2015-07-21 21:33:30 +00:00
|
|
|
"GuzzleHttp\\Promise\\": "src/"
|
|
|
|
},
|
|
|
|
"files": [
|
2015-08-25 17:05:58 +00:00
|
|
|
"src/functions_include.php"
|
2015-07-21 21:33:30 +00:00
|
|
|
]
|
2014-10-16 09:54:33 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
|
}
|
|
|
|
],
|
2015-07-21 21:33:30 +00:00
|
|
|
"description": "Guzzle promises library",
|
|
|
|
"keywords": [
|
|
|
|
"promise"
|
|
|
|
],
|
2015-08-25 17:05:58 +00:00
|
|
|
"time": "2015-08-15 19:37:21"
|
2012-12-08 23:22:34 +00:00
|
|
|
},
|
|
|
|
{
|
2015-07-21 21:33:30 +00:00
|
|
|
"name": "guzzlehttp/psr7",
|
2015-08-25 17:05:58 +00:00
|
|
|
"version": "1.2.0",
|
2012-12-08 23:22:34 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-07-21 21:33:30 +00:00
|
|
|
"url": "https://github.com/guzzle/psr7.git",
|
2015-08-25 17:05:58 +00:00
|
|
|
"reference": "4ef919b0cf3b1989523138b60163bbcb7ba1ff7e"
|
2012-12-08 23:22:34 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-08-25 17:05:58 +00:00
|
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/4ef919b0cf3b1989523138b60163bbcb7ba1ff7e",
|
|
|
|
"reference": "4ef919b0cf3b1989523138b60163bbcb7ba1ff7e",
|
2012-12-08 23:22:34 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-07-21 21:33:30 +00:00
|
|
|
"php": ">=5.4.0",
|
|
|
|
"psr/http-message": "~1.0"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/http-message-implementation": "1.0"
|
2012-12-08 23:22:34 +00:00
|
|
|
},
|
2014-04-11 14:58:24 +00:00
|
|
|
"require-dev": {
|
2014-07-18 15:38:18 +00:00
|
|
|
"phpunit/phpunit": "~4.0"
|
2013-08-10 07:53:20 +00:00
|
|
|
},
|
2012-12-08 23:22:34 +00:00
|
|
|
"type": "library",
|
2013-01-16 22:42:23 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-07-21 21:33:30 +00:00
|
|
|
"dev-master": "1.0-dev"
|
2013-01-16 22:42:23 +00:00
|
|
|
}
|
|
|
|
},
|
2012-12-08 23:22:34 +00:00
|
|
|
"autoload": {
|
2014-04-11 14:58:24 +00:00
|
|
|
"psr-4": {
|
2015-07-21 21:33:30 +00:00
|
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
|
|
|
},
|
|
|
|
"files": [
|
2015-08-25 17:05:58 +00:00
|
|
|
"src/functions_include.php"
|
2015-07-21 21:33:30 +00:00
|
|
|
]
|
2012-12-08 23:22:34 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
|
}
|
|
|
|
],
|
2015-07-21 21:33:30 +00:00
|
|
|
"description": "PSR-7 message implementation",
|
2012-12-08 23:22:34 +00:00
|
|
|
"keywords": [
|
2015-07-21 21:33:30 +00:00
|
|
|
"http",
|
|
|
|
"message",
|
|
|
|
"stream",
|
|
|
|
"uri"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2015-08-25 17:05:58 +00:00
|
|
|
"time": "2015-08-15 19:32:36"
|
2012-12-08 23:22:34 +00:00
|
|
|
},
|
2015-03-10 09:10:19 +00:00
|
|
|
{
|
|
|
|
"name": "masterminds/html5",
|
2015-09-05 02:35:40 +00:00
|
|
|
"version": "2.1.2",
|
2015-03-10 09:10:19 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Masterminds/html5-php.git",
|
2015-09-05 02:35:40 +00:00
|
|
|
"reference": "8f782e0f01a6e33a319bdc8f6de9cfd6569979a4"
|
2015-03-10 09:10:19 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-05 02:35:40 +00:00
|
|
|
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/8f782e0f01a6e33a319bdc8f6de9cfd6569979a4",
|
|
|
|
"reference": "8f782e0f01a6e33a319bdc8f6de9cfd6569979a4",
|
2015-03-10 09:10:19 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-libxml": "*",
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "4.*",
|
|
|
|
"sami/sami": "~2.0",
|
|
|
|
"satooshi/php-coveralls": "0.6.*"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2015-09-05 02:35:40 +00:00
|
|
|
"time": "2015-06-07 08:43:18"
|
2015-03-10 09:10:19 +00:00
|
|
|
},
|
2014-07-21 09:54:37 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "psr/http-message",
|
|
|
|
"version": "1.0",
|
2014-07-21 09:54:37 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
|
|
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
|
2014-07-21 09:54:37 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
|
|
|
|
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
|
2014-07-21 09:54:37 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
2014-08-04 11:13:25 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "1.0.x-dev"
|
2014-08-04 11:13:25 +00:00
|
|
|
}
|
|
|
|
},
|
2014-07-21 09:54:37 +00:00
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Http\\Message\\": "src/"
|
2014-07-21 09:54:37 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"MIT"
|
2015-05-25 03:32:28 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
2015-05-25 03:32:28 +00:00
|
|
|
}
|
2014-07-21 09:54:37 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Common interface for HTTP messages",
|
|
|
|
"keywords": [
|
|
|
|
"http",
|
|
|
|
"http-message",
|
|
|
|
"psr",
|
|
|
|
"psr-7",
|
|
|
|
"request",
|
|
|
|
"response"
|
|
|
|
],
|
|
|
|
"time": "2015-05-04 20:22:00"
|
2014-07-21 09:54:37 +00:00
|
|
|
},
|
2015-04-30 03:45:28 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "psr/log",
|
|
|
|
"version": "1.0.0",
|
2015-04-30 03:45:28 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/php-fig/log.git",
|
|
|
|
"reference": "1.0.0"
|
2015-04-30 03:45:28 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
|
|
|
|
"reference": "1.0.0",
|
2015-04-30 03:45:28 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"Psr\\Log\\": ""
|
2015-04-30 03:45:28 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
2015-04-30 03:45:28 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Common interface for logging libraries",
|
|
|
|
"keywords": [
|
|
|
|
"log",
|
|
|
|
"psr",
|
|
|
|
"psr-3"
|
|
|
|
],
|
|
|
|
"time": "2012-12-21 11:40:51"
|
2015-04-30 03:45:28 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "stack/builder",
|
|
|
|
"version": "v1.0.3",
|
2015-04-30 03:45:28 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/stackphp/builder.git",
|
|
|
|
"reference": "c1f8a4693b55c563405024f708a76ef576c3b276"
|
2015-04-30 03:45:28 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/stackphp/builder/zipball/c1f8a4693b55c563405024f708a76ef576c3b276",
|
|
|
|
"reference": "c1f8a4693b55c563405024f708a76ef576c3b276",
|
2015-04-30 03:45:28 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.0",
|
|
|
|
"symfony/http-foundation": "~2.1",
|
|
|
|
"symfony/http-kernel": "~2.1"
|
2015-04-30 03:45:28 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"silex/silex": "~1.0"
|
2015-04-30 03:45:28 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "1.0-dev"
|
2015-04-30 03:45:28 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"Stack": "src"
|
2015-04-30 03:45:28 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Igor Wiedler",
|
|
|
|
"email": "igor@wiedler.ch"
|
2015-04-30 03:45:28 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Builder for stack middlewares based on HttpKernelInterface.",
|
2015-04-30 03:45:28 +00:00
|
|
|
"keywords": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"stack"
|
2015-04-30 03:45:28 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"time": "2014-11-23 20:37:11"
|
2015-04-30 03:45:28 +00:00
|
|
|
},
|
2013-02-14 18:45:50 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "symfony-cmf/routing",
|
|
|
|
"version": "1.3.0",
|
2013-02-14 18:45:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/symfony-cmf/Routing.git",
|
|
|
|
"reference": "8e87981d72c6930a27585dcd3119f3199f6cb2a6"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/8e87981d72c6930a27585dcd3119f3199f6cb2a6",
|
|
|
|
"reference": "8e87981d72c6930a27585dcd3119f3199f6cb2a6",
|
2013-02-14 18:45:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
2015-09-13 00:08:34 +00:00
|
|
|
"psr/log": "~1.0",
|
|
|
|
"symfony/http-kernel": "~2.2",
|
|
|
|
"symfony/routing": "~2.2"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
2013-06-14 09:52:09 +00:00
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"symfony/config": "~2.2",
|
|
|
|
"symfony/dependency-injection": "~2.0@stable",
|
|
|
|
"symfony/event-dispatcher": "~2.1"
|
2013-06-14 09:52:09 +00:00
|
|
|
},
|
2013-02-14 18:45:50 +00:00
|
|
|
"suggest": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version ~2.1"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
2014-06-15 05:29:44 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "1.3-dev"
|
2014-06-15 05:29:44 +00:00
|
|
|
}
|
|
|
|
},
|
2013-02-14 18:45:50 +00:00
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Cmf\\Component\\Routing\\": ""
|
|
|
|
}
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"MIT"
|
2013-02-14 18:45:50 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Symfony CMF Community",
|
|
|
|
"homepage": "https://github.com/symfony-cmf/Routing/contributors"
|
2013-02-14 18:45:50 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
|
|
|
|
"homepage": "http://cmf.symfony.com",
|
2013-02-14 18:45:50 +00:00
|
|
|
"keywords": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"database",
|
|
|
|
"routing"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"time": "2014-10-20 20:55:17"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "symfony/class-loader",
|
|
|
|
"version": "v2.7.4",
|
2013-02-14 18:45:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"url": "https://github.com/symfony/class-loader.git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "d957ea6295d7016e20d7eff33a6c1deef819c0d4"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/class-loader/zipball/d957ea6295d7016e20d7eff33a6c1deef819c0d4",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "d957ea6295d7016e20d7eff33a6c1deef819c0d4",
|
2013-02-14 18:45:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.9"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
2015-09-13 00:08:34 +00:00
|
|
|
"require-dev": {
|
|
|
|
"symfony/finder": "~2.0,>=2.0.5",
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
2015-04-30 03:45:28 +00:00
|
|
|
}
|
|
|
|
},
|
2013-02-14 18:45:50 +00:00
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\ClassLoader\\": ""
|
|
|
|
}
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"MIT"
|
2013-02-14 18:45:50 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2013-02-14 18:45:50 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Symfony ClassLoader Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-08-26 17:56:37"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/console",
|
|
|
|
"version": "v2.7.4",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"url": "https://github.com/symfony/console.git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "9ff9032151186bd66ecee727d728f1319f52d1d8"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/9ff9032151186bd66ecee727d728f1319f52d1d8",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "9ff9032151186bd66ecee727d728f1319f52d1d8",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/log": "~1.0",
|
|
|
|
"symfony/event-dispatcher": "~2.1",
|
|
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
|
|
"symfony/process": "~2.1"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"psr/log": "For using the console logger",
|
|
|
|
"symfony/event-dispatcher": "",
|
|
|
|
"symfony/process": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Console\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Console Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-09-03 11:40:38"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "symfony/debug",
|
|
|
|
"version": "v2.7.4",
|
2013-02-14 18:45:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"url": "https://github.com/symfony/debug.git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "726bf9651d29f53243281d0b6418cfaa5e318281"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/debug/zipball/726bf9651d29f53243281d0b6418cfaa5e318281",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "726bf9651d29f53243281d0b6418cfaa5e318281",
|
2013-02-14 18:45:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.9",
|
|
|
|
"psr/log": "~1.0"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/class-loader": "~2.2",
|
|
|
|
"symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
2015-09-13 00:08:34 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
2013-02-14 18:45:50 +00:00
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Debug\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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 Debug Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-08-29 11:12:16"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/dependency-injection",
|
|
|
|
"version": "v2.7.4",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"url": "https://github.com/symfony/dependency-injection.git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "c0a3a97b9450d77cd8eff81c5825efb3624c255b"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c0a3a97b9450d77cd8eff81c5825efb3624c255b",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "c0a3a97b9450d77cd8eff81c5825efb3624c255b",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/expression-language": "<2.6"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/config": "~2.2",
|
|
|
|
"symfony/expression-language": "~2.6",
|
|
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
|
|
"symfony/yaml": "~2.1"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/config": "",
|
|
|
|
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
|
|
|
|
"symfony/yaml": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\DependencyInjection\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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 DependencyInjection Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-08-24 07:16:32"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/event-dispatcher",
|
|
|
|
"version": "v2.7.4",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "b58c916f1db03a611b72dd702564f30ad8fe83fa"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b58c916f1db03a611b72dd702564f30ad8fe83fa",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "b58c916f1db03a611b72dd702564f30ad8fe83fa",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/log": "~1.0",
|
|
|
|
"symfony/config": "~2.0,>=2.0.5",
|
|
|
|
"symfony/dependency-injection": "~2.6",
|
|
|
|
"symfony/expression-language": "~2.6",
|
|
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
|
|
"symfony/stopwatch": "~2.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/dependency-injection": "",
|
|
|
|
"symfony/http-kernel": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"time": "2015-08-24 07:13:45"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/http-foundation",
|
|
|
|
"version": "v2.7.4",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"url": "https://github.com/symfony/http-foundation.git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "7253c2041652353e71560bbd300d6256d170ddaf"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/7253c2041652353e71560bbd300d6256d170ddaf",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "7253c2041652353e71560bbd300d6256d170ddaf",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/expression-language": "~2.4",
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\HttpFoundation\\": ""
|
|
|
|
},
|
2013-02-14 18:45:50 +00:00
|
|
|
"classmap": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"Resources/stubs"
|
2013-02-14 18:45:50 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"MIT"
|
2013-02-14 18:45:50 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2013-02-14 18:45:50 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Symfony HttpFoundation Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-08-27 06:45:45"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/http-kernel",
|
|
|
|
"version": "v2.7.4",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"url": "https://github.com/symfony/http-kernel.git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "fd9c7af92c9e3ade1327cc3af10b17731eebc4a7"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/fd9c7af92c9e3ade1327cc3af10b17731eebc4a7",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "fd9c7af92c9e3ade1327cc3af10b17731eebc4a7",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9",
|
|
|
|
"psr/log": "~1.0",
|
|
|
|
"symfony/debug": "~2.6,>=2.6.2",
|
|
|
|
"symfony/event-dispatcher": "~2.6,>=2.6.7",
|
|
|
|
"symfony/http-foundation": "~2.5,>=2.5.4"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/config": "<2.7"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/browser-kit": "~2.3",
|
|
|
|
"symfony/class-loader": "~2.1",
|
|
|
|
"symfony/config": "~2.7",
|
|
|
|
"symfony/console": "~2.3",
|
|
|
|
"symfony/css-selector": "~2.0,>=2.0.5",
|
|
|
|
"symfony/dependency-injection": "~2.2",
|
|
|
|
"symfony/dom-crawler": "~2.0,>=2.0.5",
|
|
|
|
"symfony/expression-language": "~2.4",
|
|
|
|
"symfony/finder": "~2.0,>=2.0.5",
|
|
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
|
|
"symfony/process": "~2.0,>=2.0.5",
|
|
|
|
"symfony/routing": "~2.2",
|
|
|
|
"symfony/stopwatch": "~2.3",
|
|
|
|
"symfony/templating": "~2.2",
|
|
|
|
"symfony/translation": "~2.0,>=2.0.5",
|
|
|
|
"symfony/var-dumper": "~2.6"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/browser-kit": "",
|
|
|
|
"symfony/class-loader": "",
|
|
|
|
"symfony/config": "",
|
|
|
|
"symfony/console": "",
|
|
|
|
"symfony/dependency-injection": "",
|
|
|
|
"symfony/finder": "",
|
|
|
|
"symfony/var-dumper": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\HttpKernel\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony HttpKernel Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-09-08 14:26:39"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "symfony/process",
|
|
|
|
"version": "v2.7.4",
|
2013-02-14 18:45:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/symfony/Process.git",
|
|
|
|
"reference": "f7b3f73f70a7f8f49a1c838dc3debbf054732d8e"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Process/zipball/f7b3f73f70a7f8f49a1c838dc3debbf054732d8e",
|
|
|
|
"reference": "f7b3f73f70a7f8f49a1c838dc3debbf054732d8e",
|
2013-02-14 18:45:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
2015-09-13 00:08:34 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
2013-02-14 18:45:50 +00:00
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Process\\": ""
|
|
|
|
}
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"MIT"
|
2013-02-14 18:45:50 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2013-02-14 18:45:50 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Symfony Process Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-08-27 06:45:45"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "symfony/psr-http-message-bridge",
|
|
|
|
"version": "v0.2",
|
2013-02-14 18:45:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/symfony/psr-http-message-bridge.git",
|
|
|
|
"reference": "dc7e308e1dc2898a46776e2221a643cb08315453"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/dc7e308e1dc2898a46776e2221a643cb08315453",
|
|
|
|
"reference": "dc7e308e1dc2898a46776e2221a643cb08315453",
|
2013-02-14 18:45:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.3",
|
|
|
|
"psr/http-message": "~1.0",
|
|
|
|
"symfony/http-foundation": "~2.3|~3.0"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
2014-10-15 08:31:35 +00:00
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"symfony/phpunit-bridge": "~2.7|~3.0"
|
2014-10-15 08:31:35 +00:00
|
|
|
},
|
2015-09-13 00:08:34 +00:00
|
|
|
"suggest": {
|
|
|
|
"zendframework/zend-diactoros": "To use the Zend Diactoros factory"
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
2015-09-13 00:08:34 +00:00
|
|
|
"type": "symfony-bridge",
|
2013-02-14 18:45:50 +00:00
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Bridge\\PsrHttpMessage\\": ""
|
|
|
|
}
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"MIT"
|
2013-02-14 18:45:50 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "http://symfony.com/contributors"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2013-02-14 18:45:50 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "PSR HTTP message bridge",
|
|
|
|
"homepage": "http://symfony.com",
|
2013-02-14 18:45:50 +00:00
|
|
|
"keywords": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"http",
|
|
|
|
"http-message",
|
|
|
|
"psr-7"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"time": "2015-05-29 17:57:12"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "symfony/routing",
|
|
|
|
"version": "v2.7.4",
|
2013-02-14 18:45:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/symfony/Routing.git",
|
|
|
|
"reference": "20b1378cb6efffb77ea0608232f18c8f0dd25109"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Routing/zipball/20b1378cb6efffb77ea0608232f18c8f0dd25109",
|
|
|
|
"reference": "20b1378cb6efffb77ea0608232f18c8f0dd25109",
|
2013-02-14 18:45:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/config": "<2.7"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"doctrine/annotations": "~1.0",
|
|
|
|
"doctrine/common": "~2.2",
|
|
|
|
"psr/log": "~1.0",
|
|
|
|
"symfony/config": "~2.7",
|
|
|
|
"symfony/expression-language": "~2.4",
|
|
|
|
"symfony/http-foundation": "~2.3",
|
|
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
|
|
"symfony/yaml": "~2.0,>=2.0.5"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"doctrine/annotations": "For using the annotation loader",
|
|
|
|
"symfony/config": "For using the all-in-one router or any loader",
|
|
|
|
"symfony/expression-language": "For using expression matching",
|
|
|
|
"symfony/yaml": "For using the YAML loader"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "2.7-dev"
|
2013-02-14 18:45:50 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Routing\\": ""
|
|
|
|
}
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
2013-03-07 15:47:08 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2013-02-14 18:45:50 +00:00
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"MIT"
|
2013-02-14 18:45:50 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2013-02-14 18:45:50 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Symfony Routing Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2013-02-14 18:45:50 +00:00
|
|
|
"keywords": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"router",
|
|
|
|
"routing",
|
|
|
|
"uri",
|
|
|
|
"url"
|
2013-02-14 18:45:50 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"time": "2015-08-24 07:13:45"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "symfony/serializer",
|
|
|
|
"version": "v2.7.4",
|
2013-02-14 18:45:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/symfony/Serializer.git",
|
|
|
|
"reference": "baf24f86a8656eea9c80988f332e51461bfcb67f"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Serializer/zipball/baf24f86a8656eea9c80988f332e51461bfcb67f",
|
|
|
|
"reference": "baf24f86a8656eea9c80988f332e51461bfcb67f",
|
2013-02-14 18:45:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.9"
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"doctrine/annotations": "~1.0",
|
|
|
|
"doctrine/cache": "~1.0",
|
|
|
|
"symfony/config": "~2.2",
|
|
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
|
|
"symfony/property-access": "~2.3",
|
|
|
|
"symfony/yaml": "~2.0,>=2.0.5"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2015-09-13 00:08:34 +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.",
|
|
|
|
"symfony/config": "For using the XML mapping loader.",
|
|
|
|
"symfony/property-access": "For using the ObjectNormalizer.",
|
|
|
|
"symfony/yaml": "For using the default YAML mapping loader."
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
2014-06-15 05:29:44 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "2.7-dev"
|
2014-06-15 05:29:44 +00:00
|
|
|
}
|
|
|
|
},
|
2013-02-14 18:45:50 +00:00
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Serializer\\": ""
|
|
|
|
}
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"MIT"
|
2013-02-14 18:45:50 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2013-02-14 18:45:50 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Symfony Serializer Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-08-31 16:44:53"
|
2013-02-14 18:45:50 +00:00
|
|
|
},
|
2015-07-06 12:30:43 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "symfony/translation",
|
|
|
|
"version": "v2.7.4",
|
2015-07-06 12:30:43 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/symfony/Translation.git",
|
|
|
|
"reference": "485877661835e188cd78345c6d4eef1290d17571"
|
2015-07-06 12:30:43 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Translation/zipball/485877661835e188cd78345c6d4eef1290d17571",
|
|
|
|
"reference": "485877661835e188cd78345c6d4eef1290d17571",
|
2015-07-06 12:30:43 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.9"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/config": "<2.7"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/log": "~1.0",
|
|
|
|
"symfony/config": "~2.7",
|
|
|
|
"symfony/intl": "~2.4",
|
|
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
|
|
"symfony/yaml": "~2.2"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"psr/log": "To use logging capability in translator",
|
|
|
|
"symfony/config": "",
|
|
|
|
"symfony/yaml": ""
|
2015-07-06 12:30:43 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "2.7-dev"
|
2015-07-06 12:30:43 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"Symfony\\Component\\Translation\\": ""
|
2015-07-06 12:30:43 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-07-06 12:30:43 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Symfony Translation Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-09-06 08:36:38"
|
2015-07-06 12:30:43 +00:00
|
|
|
},
|
2013-02-06 11:54:22 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "symfony/validator",
|
|
|
|
"version": "v2.7.4",
|
2013-02-06 11:54:22 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/symfony/Validator.git",
|
|
|
|
"reference": "356459a697e26274d44c608513c05c23dc1d8ea7"
|
2013-02-06 11:54:22 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Validator/zipball/356459a697e26274d44c608513c05c23dc1d8ea7",
|
|
|
|
"reference": "356459a697e26274d44c608513c05c23dc1d8ea7",
|
2013-02-06 11:54:22 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
2015-09-13 00:08:34 +00:00
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9",
|
|
|
|
"symfony/translation": "~2.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"doctrine/annotations": "~1.0",
|
|
|
|
"doctrine/cache": "~1.0",
|
|
|
|
"egulias/email-validator": "~1.2,>=1.2.1",
|
|
|
|
"symfony/config": "~2.2",
|
|
|
|
"symfony/expression-language": "~2.4",
|
|
|
|
"symfony/http-foundation": "~2.1",
|
|
|
|
"symfony/intl": "~2.4",
|
|
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
|
|
"symfony/property-access": "~2.3",
|
|
|
|
"symfony/yaml": "~2.0,>=2.0.5"
|
|
|
|
},
|
|
|
|
"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.",
|
|
|
|
"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": ""
|
|
|
|
},
|
2013-02-06 11:54:22 +00:00
|
|
|
"type": "library",
|
2015-09-13 00:08:34 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
2013-02-06 11:54:22 +00:00
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Validator\\": ""
|
2013-02-06 11:54:22 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2013-02-06 11:54:22 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Symfony Validator Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-09-06 08:36:38"
|
2013-02-06 11:54:22 +00:00
|
|
|
},
|
2014-06-15 05:29:44 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "symfony/yaml",
|
|
|
|
"version": "v2.7.4",
|
2014-06-15 05:29:44 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/symfony/Yaml.git",
|
|
|
|
"reference": "2dc7b06c065df96cc686c66da2705e5e18aef661"
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/Yaml/zipball/2dc7b06c065df96cc686c66da2705e5e18aef661",
|
|
|
|
"reference": "2dc7b06c065df96cc686c66da2705e5e18aef661",
|
2014-06-15 05:29:44 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.9"
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "2.7-dev"
|
2014-06-15 05:29:44 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Yaml\\": ""
|
|
|
|
}
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"MIT"
|
2014-06-15 05:29:44 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2014-10-15 08:31:35 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2014-06-15 05:29:44 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Symfony Yaml Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-08-24 07:13:45"
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "twig/twig",
|
2015-09-25 15:27:48 +00:00
|
|
|
"version": "v1.22.2",
|
2014-06-15 05:29:44 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/twigphp/Twig.git",
|
2015-09-25 15:27:48 +00:00
|
|
|
"reference": "79249fc8c9ff62e41e217e0c630e2e00bcadda6a"
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-25 15:27:48 +00:00
|
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/79249fc8c9ff62e41e217e0c630e2e00bcadda6a",
|
|
|
|
"reference": "79249fc8c9ff62e41e217e0c630e2e00bcadda6a",
|
2014-06-15 05:29:44 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.2.7"
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
2014-10-15 08:31:35 +00:00
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"symfony/debug": "~2.7",
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
2014-10-15 08:31:35 +00:00
|
|
|
},
|
2014-06-15 05:29:44 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-20 17:55:43 +00:00
|
|
|
"dev-master": "1.22-dev"
|
2014-06-15 05:29:44 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"psr-0": {
|
|
|
|
"Twig_": "lib/"
|
|
|
|
}
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com",
|
|
|
|
"homepage": "http://fabien.potencier.org",
|
|
|
|
"role": "Lead Developer"
|
2014-10-15 08:31:35 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Armin Ronacher",
|
|
|
|
"email": "armin.ronacher@active-4.com",
|
|
|
|
"role": "Project Founder"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Twig Team",
|
|
|
|
"homepage": "http://twig.sensiolabs.org/contributors",
|
|
|
|
"role": "Contributors"
|
2014-06-15 05:29:44 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
|
|
"homepage": "http://twig.sensiolabs.org",
|
2014-06-15 05:29:44 +00:00
|
|
|
"keywords": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"templating"
|
2014-06-15 05:29:44 +00:00
|
|
|
],
|
2015-09-25 15:27:48 +00:00
|
|
|
"time": "2015-09-22 13:59:32"
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
{
|
|
|
|
"name": "wikimedia/composer-merge-plugin",
|
|
|
|
"version": "dev-master",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/wikimedia/composer-merge-plugin.git",
|
|
|
|
"reference": "47bb3388cfeae41a38087ac8465a7d08fa92ea2e"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/47bb3388cfeae41a38087ac8465a7d08fa92ea2e",
|
|
|
|
"reference": "47bb3388cfeae41a38087ac8465a7d08fa92ea2e",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"composer-plugin-api": "^1.0",
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"composer/composer": "1.0.*@dev",
|
|
|
|
"jakub-onderka/php-parallel-lint": "~0.8",
|
|
|
|
"phpspec/prophecy-phpunit": "~1.0",
|
|
|
|
"phpunit/phpunit": "~4.0",
|
|
|
|
"squizlabs/php_codesniffer": "~2.1.0"
|
|
|
|
},
|
|
|
|
"type": "composer-plugin",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.3.x-dev"
|
|
|
|
},
|
|
|
|
"class": "Wikimedia\\Composer\\MergePlugin"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Wikimedia\\Composer\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Bryan Davis",
|
|
|
|
"email": "bd808@wikimedia.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Composer plugin to merge multiple composer.json files",
|
|
|
|
"time": "2015-09-22 21:14:25"
|
|
|
|
},
|
2014-06-15 05:29:44 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "zendframework/zend-diactoros",
|
|
|
|
"version": "1.1.3",
|
2014-06-15 05:29:44 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/zendframework/zend-diactoros.git",
|
|
|
|
"reference": "e2f5c12916c74da384058d0dfbc7fbc0b03d1181"
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/e2f5c12916c74da384058d0dfbc7fbc0b03d1181",
|
|
|
|
"reference": "e2f5c12916c74da384058d0dfbc7fbc0b03d1181",
|
2014-06-15 05:29:44 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.4",
|
|
|
|
"psr/http-message": "~1.0"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/http-message-implementation": "~1.0.0"
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"phpunit/phpunit": "~4.6",
|
|
|
|
"squizlabs/php_codesniffer": "^2.3.1"
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "1.0-dev",
|
|
|
|
"dev-develop": "1.1-dev"
|
2014-06-15 05:29:44 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Zend\\Diactoros\\": "src/"
|
|
|
|
}
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"BSD-2-Clause"
|
2014-06-15 05:29:44 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "PSR HTTP Message implementations",
|
|
|
|
"homepage": "https://github.com/zendframework/zend-diactoros",
|
2014-06-15 05:29:44 +00:00
|
|
|
"keywords": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"http",
|
|
|
|
"psr",
|
|
|
|
"psr-7"
|
2014-06-15 05:29:44 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"time": "2015-08-10 20:04:20"
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "zendframework/zend-escaper",
|
|
|
|
"version": "2.5.1",
|
2014-06-15 05:29:44 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/zendframework/zend-escaper.git",
|
|
|
|
"reference": "a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73"
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73",
|
|
|
|
"reference": "a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73",
|
2014-06-15 05:29:44 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.23"
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"fabpot/php-cs-fixer": "1.7.*",
|
|
|
|
"phpunit/phpunit": "~4.0"
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "2.5-dev",
|
|
|
|
"dev-develop": "2.6-dev"
|
2014-06-15 05:29:44 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Zend\\Escaper\\": "src/"
|
|
|
|
}
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"homepage": "https://github.com/zendframework/zend-escaper",
|
2014-06-15 05:29:44 +00:00
|
|
|
"keywords": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"escaper",
|
|
|
|
"zf2"
|
2014-06-15 05:29:44 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"time": "2015-06-03 14:05:37"
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
2015-01-19 22:06:25 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "zendframework/zend-feed",
|
|
|
|
"version": "2.5.2",
|
2015-01-19 22:06:25 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/zendframework/zend-feed.git",
|
|
|
|
"reference": "0661345b82b51428619e05d3aadd3de65b57fa54"
|
2015-01-19 22:06:25 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/zendframework/zend-feed/zipball/0661345b82b51428619e05d3aadd3de65b57fa54",
|
|
|
|
"reference": "0661345b82b51428619e05d3aadd3de65b57fa54",
|
2015-01-19 22:06:25 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.5",
|
|
|
|
"zendframework/zend-escaper": "~2.5",
|
|
|
|
"zendframework/zend-stdlib": "~2.5"
|
2015-01-19 22:06:25 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +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"
|
2015-01-19 22:06:25 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"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-01-19 22:06:25 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "2.5-dev",
|
|
|
|
"dev-develop": "2.6-dev"
|
2015-01-19 22:06:25 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Zend\\Feed\\": "src/"
|
|
|
|
}
|
2015-01-19 22:06:25 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "provides functionality for consuming RSS and Atom feeds",
|
|
|
|
"homepage": "https://github.com/zendframework/zend-feed",
|
2015-01-19 22:06:25 +00:00
|
|
|
"keywords": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"feed",
|
|
|
|
"zf2"
|
2015-01-19 22:06:25 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"time": "2015-08-04 21:39:18"
|
2015-01-19 22:06:25 +00:00
|
|
|
},
|
2015-04-30 03:45:28 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "zendframework/zend-stdlib",
|
|
|
|
"version": "2.6.0",
|
2015-04-30 03:45:28 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/zendframework/zend-stdlib.git",
|
|
|
|
"reference": "a35758803fc9051ec1aff43989e679b6b451b1b4"
|
2015-04-30 03:45:28 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/a35758803fc9051ec1aff43989e679b6b451b1b4",
|
|
|
|
"reference": "a35758803fc9051ec1aff43989e679b6b451b1b4",
|
2015-04-30 03:45:28 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.5"
|
2015-04-30 03:45:28 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"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-04-30 03:45:28 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "2.6-dev",
|
|
|
|
"dev-develop": "2.7-dev"
|
2015-04-30 03:45:28 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Zend\\Stdlib\\": "src/"
|
|
|
|
}
|
2015-04-30 03:45:28 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"homepage": "https://github.com/zendframework/zend-stdlib",
|
|
|
|
"keywords": [
|
|
|
|
"stdlib",
|
|
|
|
"zf2"
|
2015-04-30 03:45:28 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"time": "2015-07-21 17:08:05"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [
|
2014-06-15 05:29:44 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "behat/mink",
|
|
|
|
"version": "v1.6.1",
|
2014-06-15 05:29:44 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/minkphp/Mink.git",
|
|
|
|
"reference": "8b68523a339ec991bcd638b39dc8f04f808da88a"
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/minkphp/Mink/zipball/8b68523a339ec991bcd638b39dc8f04f808da88a",
|
|
|
|
"reference": "8b68523a339ec991bcd638b39dc8f04f808da88a",
|
2014-06-15 05:29:44 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
2015-09-13 00:08:34 +00:00
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.1",
|
|
|
|
"symfony/css-selector": "~2.0"
|
|
|
|
},
|
|
|
|
"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)"
|
|
|
|
},
|
2014-06-15 05:29:44 +00:00
|
|
|
"type": "library",
|
2015-09-13 00:08:34 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.6.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2014-06-15 05:29:44 +00:00
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Behat\\Mink\\": "src/"
|
|
|
|
}
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"MIT"
|
2014-06-15 05:29:44 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
2014-06-15 05:29:44 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Browser controller/emulator abstraction for PHP",
|
|
|
|
"homepage": "http://mink.behat.org/",
|
|
|
|
"keywords": [
|
|
|
|
"browser",
|
|
|
|
"testing",
|
|
|
|
"web"
|
|
|
|
],
|
|
|
|
"time": "2015-02-04 17:02:06"
|
2014-06-15 05:29:44 +00:00
|
|
|
},
|
2014-09-04 02:58:45 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "behat/mink-browserkit-driver",
|
|
|
|
"version": "v1.2.0",
|
2014-09-04 02:58:45 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
|
|
|
|
"reference": "aed8f4a596b79014a75254c3e337511c33e38cbd"
|
2014-09-04 02:58:45 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/aed8f4a596b79014a75254c3e337511c33e38cbd",
|
|
|
|
"reference": "aed8f4a596b79014a75254c3e337511c33e38cbd",
|
2014-09-04 02:58:45 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"behat/mink": "~1.6@dev",
|
|
|
|
"php": ">=5.3.1",
|
|
|
|
"symfony/browser-kit": "~2.0",
|
|
|
|
"symfony/dom-crawler": "~2.0"
|
2014-09-04 02:58:45 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"silex/silex": "~1.2"
|
2014-09-04 02:58:45 +00:00
|
|
|
},
|
2015-09-13 00:08:34 +00:00
|
|
|
"type": "mink-driver",
|
2014-09-04 02:58:45 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "1.2.x-dev"
|
2014-09-04 02:58:45 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"Behat\\Mink\\Driver": "src/"
|
2014-09-04 02:58:45 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
2014-09-04 02:58:45 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Symfony2 BrowserKit driver for Mink framework",
|
|
|
|
"homepage": "http://mink.behat.org/",
|
2014-09-04 02:58:45 +00:00
|
|
|
"keywords": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"Mink",
|
|
|
|
"Symfony2",
|
|
|
|
"browser",
|
|
|
|
"testing"
|
2014-09-04 02:58:45 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"time": "2014-09-26 11:35:19"
|
2014-09-04 02:58:45 +00:00
|
|
|
},
|
2013-01-04 16:18:00 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "behat/mink-goutte-driver",
|
|
|
|
"version": "dev-master",
|
2013-01-04 16:18:00 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/minkphp/MinkGoutteDriver.git",
|
|
|
|
"reference": "cc5ce119b5a8e06662f634b35967aff0b0c7dfdd"
|
2013-01-04 16:18:00 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-25 15:27:48 +00:00
|
|
|
"url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/c8e254f127d6f2242b994afd4339fb62d471df3f",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "cc5ce119b5a8e06662f634b35967aff0b0c7dfdd",
|
2013-01-04 16:18:00 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +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"
|
2013-01-04 16:18:00 +00:00
|
|
|
},
|
2015-09-13 00:08:34 +00:00
|
|
|
"type": "mink-driver",
|
2013-01-04 16:18:00 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "1.1.x-dev"
|
2013-01-04 16:18:00 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2014-11-05 08:36:38 +00:00
|
|
|
"psr-4": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"Behat\\Mink\\Driver\\": "src/"
|
2013-01-04 16:18:00 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
2013-01-04 16:18:00 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Goutte driver for Mink framework",
|
|
|
|
"homepage": "http://mink.behat.org/",
|
2013-01-04 16:18:00 +00:00
|
|
|
"keywords": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"browser",
|
|
|
|
"goutte",
|
|
|
|
"headless",
|
|
|
|
"testing"
|
2013-03-07 15:47:08 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"time": "2015-06-27 00:15:11"
|
2013-01-04 16:18:00 +00:00
|
|
|
},
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "doctrine/instantiator",
|
|
|
|
"version": "1.0.5",
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
|
|
|
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
|
|
|
|
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3,<8.0-DEV"
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"athletic/athletic": "~0.1.8",
|
|
|
|
"ext-pdo": "*",
|
|
|
|
"ext-phar": "*",
|
|
|
|
"phpunit/phpunit": "~4.0",
|
|
|
|
"squizlabs/php_codesniffer": "~2.0"
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "1.0.x-dev"
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-06-02 14:28:49 +00:00
|
|
|
"psr-4": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Marco Pivetta",
|
|
|
|
"email": "ocramius@gmail.com",
|
|
|
|
"homepage": "http://ocramius.github.com/"
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +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"
|
|
|
|
],
|
|
|
|
"time": "2015-06-14 21:17:01"
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
},
|
2012-10-13 00:46:17 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "fabpot/goutte",
|
|
|
|
"version": "v3.1.1",
|
2012-11-30 01:26:33 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/FriendsOfPHP/Goutte.git",
|
|
|
|
"reference": "751a3dc5c4d86ec3e97c9f27133ef9694d9243cc"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/751a3dc5c4d86ec3e97c9f27133ef9694d9243cc",
|
|
|
|
"reference": "751a3dc5c4d86ec3e97c9f27133ef9694d9243cc",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"guzzlehttp/guzzle": "^6.0",
|
|
|
|
"php": ">=5.5.0",
|
|
|
|
"symfony/browser-kit": "~2.1",
|
|
|
|
"symfony/css-selector": "~2.1",
|
|
|
|
"symfony/dom-crawler": "~2.1"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
2015-09-13 00:08:34 +00:00
|
|
|
"type": "application",
|
2012-11-30 01:26:33 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "3.1-dev"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-06-01 10:47:08 +00:00
|
|
|
"psr-4": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"Goutte\\": "Goutte"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2014-10-01 08:50:10 +00:00
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "A simple PHP Web Scraper",
|
|
|
|
"homepage": "https://github.com/FriendsOfPHP/Goutte",
|
|
|
|
"keywords": [
|
|
|
|
"scraper"
|
|
|
|
],
|
|
|
|
"time": "2015-08-29 16:16:56"
|
2013-06-14 09:52:09 +00:00
|
|
|
},
|
2015-05-28 15:22:25 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "mikey179/vfsStream",
|
|
|
|
"version": "v1.5.0",
|
2015-05-28 15:22:25 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/mikey179/vfsStream.git",
|
|
|
|
"reference": "4dc0d2f622412f561f5b242b19b98068bbbc883a"
|
2015-05-28 15:22:25 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/mikey179/vfsStream/zipball/4dc0d2f622412f561f5b242b19b98068bbbc883a",
|
|
|
|
"reference": "4dc0d2f622412f561f5b242b19b98068bbbc883a",
|
2015-05-28 15:22:25 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.0"
|
2015-05-28 15:22:25 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"phpunit/phpunit": "~4.5"
|
2015-05-28 15:22:25 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "1.5.x-dev"
|
2015-05-28 15:22:25 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"psr-0": {
|
|
|
|
"org\\bovigo\\vfs\\": "src/main/php"
|
2015-05-28 15:22:25 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"BSD-3-Clause"
|
2015-05-28 15:22:25 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Frank Kleine",
|
|
|
|
"homepage": "http://frankkleine.de/",
|
|
|
|
"role": "Developer"
|
2015-05-28 15:22:25 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Virtual file system to mock the real file system in unit tests.",
|
|
|
|
"homepage": "http://vfs.bovigo.org/",
|
|
|
|
"time": "2015-03-29 11:19:49"
|
2015-05-28 15:22:25 +00:00
|
|
|
},
|
2014-05-29 13:46:49 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
|
|
"version": "2.0.4",
|
2014-05-29 13:46:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
|
|
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
|
2014-05-29 13:46:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
|
|
|
|
"reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
|
2014-05-29 13:46:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.3"
|
2014-05-29 13:46:49 +00:00
|
|
|
},
|
2015-03-20 13:35:25 +00:00
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"phpunit/phpunit": "~4.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"dflydev/markdown": "~1.0",
|
|
|
|
"erusev/parsedown": "~1.0"
|
2015-03-20 13:35:25 +00:00
|
|
|
},
|
2014-05-29 13:46:49 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "2.0.x-dev"
|
2014-05-29 13:46:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"psr-0": {
|
|
|
|
"phpDocumentor": [
|
|
|
|
"src/"
|
|
|
|
]
|
2014-05-29 13:46:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Mike van Riel",
|
|
|
|
"email": "mike.vanriel@naenius.com"
|
2014-05-29 13:46:49 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"time": "2015-02-03 12:10:50"
|
2014-05-29 13:46:49 +00:00
|
|
|
},
|
2013-06-14 09:52:09 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "phpspec/prophecy",
|
|
|
|
"version": "v1.5.0",
|
2013-06-14 09:52:09 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/phpspec/prophecy.git",
|
|
|
|
"reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
|
2013-06-14 09:52:09 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
|
|
|
|
"reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
|
2013-06-14 09:52:09 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"doctrine/instantiator": "^1.0.2",
|
|
|
|
"phpdocumentor/reflection-docblock": "~2.0",
|
|
|
|
"sebastian/comparator": "~1.1"
|
2015-02-04 10:45:52 +00:00
|
|
|
},
|
2013-06-14 09:52:09 +00:00
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"phpspec/phpspec": "~2.0"
|
2013-06-14 09:52:09 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "1.4.x-dev"
|
2013-06-14 09:52:09 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"psr-0": {
|
|
|
|
"Prophecy\\": "src/"
|
2013-06-14 09:52:09 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2014-10-01 08:50:10 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
2015-06-01 10:47:08 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Marcello Duarte",
|
|
|
|
"email": "marcello.duarte@gmail.com"
|
2013-06-14 09:52:09 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
|
|
|
"homepage": "https://github.com/phpspec/prophecy",
|
|
|
|
"keywords": [
|
|
|
|
"Double",
|
|
|
|
"Dummy",
|
|
|
|
"fake",
|
|
|
|
"mock",
|
|
|
|
"spy",
|
|
|
|
"stub"
|
|
|
|
],
|
|
|
|
"time": "2015-08-13 10:07:40"
|
2012-10-13 00:46:17 +00:00
|
|
|
},
|
2012-06-27 20:43:49 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "phpunit/php-code-coverage",
|
|
|
|
"version": "2.2.2",
|
2012-11-30 01:26:33 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
|
|
"reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2d7c03c0e4e080901b8f33b2897b0577be18a13c",
|
|
|
|
"reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +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-02-04 10:45:52 +00:00
|
|
|
},
|
2012-11-30 01:26:33 +00:00
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"ext-xdebug": ">=2.1.4",
|
|
|
|
"phpunit/phpunit": "~4"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-xdebug": ">=2.2.1",
|
|
|
|
"ext-xmlwriter": "*"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "2.2.x-dev"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"BSD-3-Clause"
|
2012-11-30 01:26:33 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
2014-10-01 08:50:10 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
|
|
|
"keywords": [
|
|
|
|
"coverage",
|
|
|
|
"testing",
|
|
|
|
"xunit"
|
|
|
|
],
|
|
|
|
"time": "2015-08-04 03:42:39"
|
2012-06-27 20:43:49 +00:00
|
|
|
},
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "phpunit/php-file-iterator",
|
|
|
|
"version": "1.4.1",
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
|
|
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
|
|
|
|
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.3"
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "1.4.x-dev"
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"BSD-3-Clause"
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +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"
|
|
|
|
],
|
|
|
|
"time": "2015-06-21 13:08:43"
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
},
|
2012-10-17 14:24:16 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "phpunit/php-text-template",
|
|
|
|
"version": "1.2.1",
|
2012-11-30 01:26:33 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
|
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.3"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"BSD-3-Clause"
|
2012-11-30 01:26:33 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
2014-10-01 08:50:10 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Simple template engine.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
|
|
|
"keywords": [
|
|
|
|
"template"
|
|
|
|
],
|
|
|
|
"time": "2015-06-21 13:50:34"
|
2012-10-17 14:24:16 +00:00
|
|
|
},
|
2012-06-27 20:43:49 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "phpunit/php-timer",
|
|
|
|
"version": "1.0.7",
|
2012-11-30 01:26:33 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
|
|
"reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
|
|
|
|
"reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.3"
|
2014-10-01 08:50:10 +00:00
|
|
|
},
|
2012-11-30 01:26:33 +00:00
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2012-12-06 00:30:06 +00:00
|
|
|
"classmap": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"src/"
|
2012-12-06 00:30:06 +00:00
|
|
|
]
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"BSD-3-Clause"
|
2012-11-30 01:26:33 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
2014-10-01 08:50:10 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Utility class for timing",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
|
|
|
"keywords": [
|
|
|
|
"timer"
|
|
|
|
],
|
|
|
|
"time": "2015-06-21 08:01:12"
|
2012-06-27 20:43:49 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "phpunit/php-token-stream",
|
|
|
|
"version": "1.4.6",
|
2012-11-30 01:26:33 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
|
|
|
"reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
|
|
|
|
"reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"ext-tokenizer": "*",
|
|
|
|
"php": ">=5.3.3"
|
2015-06-01 10:47:08 +00:00
|
|
|
},
|
2012-11-30 01:26:33 +00:00
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"phpunit/phpunit": "~4.2"
|
2012-12-06 00:30:06 +00:00
|
|
|
},
|
2012-11-30 01:26:33 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "1.4-dev"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"BSD-3-Clause"
|
2012-11-30 01:26:33 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
2014-10-01 08:50:10 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Wrapper around PHP's tokenizer extension.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
|
|
|
"keywords": [
|
|
|
|
"tokenizer"
|
|
|
|
],
|
|
|
|
"time": "2015-08-16 08:51:00"
|
2014-01-21 19:27:20 +00:00
|
|
|
},
|
2014-12-09 10:37:43 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "phpunit/phpunit",
|
|
|
|
"version": "4.8.6",
|
2014-12-09 10:37:43 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
|
|
"reference": "2246830f4a1a551c67933e4171bf2126dc29d357"
|
2014-12-09 10:37:43 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2246830f4a1a551c67933e4171bf2126dc29d357",
|
|
|
|
"reference": "2246830f4a1a551c67933e4171bf2126dc29d357",
|
2014-12-09 10:37:43 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +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",
|
|
|
|
"phpunit/php-timer": ">=1.0.6",
|
|
|
|
"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"
|
2014-12-09 10:37:43 +00:00
|
|
|
},
|
2015-09-13 00:08:34 +00:00
|
|
|
"suggest": {
|
|
|
|
"phpunit/php-invoker": "~1.1"
|
2015-03-20 13:35:25 +00:00
|
|
|
},
|
2015-09-13 00:08:34 +00:00
|
|
|
"bin": [
|
|
|
|
"phpunit"
|
|
|
|
],
|
2014-12-09 10:37:43 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "4.8.x-dev"
|
2014-12-09 10:37:43 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2014-12-09 10:37:43 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"BSD-3-Clause"
|
2014-12-09 10:37:43 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
2014-12-09 10:37:43 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "The PHP Unit Testing framework.",
|
|
|
|
"homepage": "https://phpunit.de/",
|
|
|
|
"keywords": [
|
|
|
|
"phpunit",
|
|
|
|
"testing",
|
|
|
|
"xunit"
|
|
|
|
],
|
|
|
|
"time": "2015-08-24 04:09:38"
|
2014-12-09 10:37:43 +00:00
|
|
|
},
|
2015-07-06 12:30:43 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "phpunit/phpunit-mock-objects",
|
|
|
|
"version": "2.3.7",
|
2015-07-06 12:30:43 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
|
|
|
"reference": "5e2645ad49d196e020b85598d7c97e482725786a"
|
2015-07-06 12:30:43 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5e2645ad49d196e020b85598d7c97e482725786a",
|
|
|
|
"reference": "5e2645ad49d196e020b85598d7c97e482725786a",
|
2015-07-06 12:30:43 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"doctrine/instantiator": "^1.0.2",
|
2015-07-06 12:30:43 +00:00
|
|
|
"php": ">=5.3.3",
|
2015-09-13 00:08:34 +00:00
|
|
|
"phpunit/php-text-template": "~1.2",
|
|
|
|
"sebastian/exporter": "~1.2"
|
2015-07-06 12:30:43 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"phpunit/phpunit": "~4.4"
|
2015-07-06 12:30:43 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"ext-soap": "*"
|
2015-07-06 12:30:43 +00:00
|
|
|
},
|
2015-09-13 00:08:34 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.3.x-dev"
|
2015-07-06 12:30:43 +00:00
|
|
|
}
|
|
|
|
},
|
2015-09-13 00:08:34 +00:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
2015-07-06 12:30:43 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"BSD-3-Clause"
|
2015-07-06 12:30:43 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
2015-07-06 12:30:43 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Mock Object library for PHPUnit",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
2015-07-06 12:30:43 +00:00
|
|
|
"keywords": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"mock",
|
|
|
|
"xunit"
|
2015-07-06 12:30:43 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"time": "2015-08-19 09:14:08"
|
2015-07-06 12:30:43 +00:00
|
|
|
},
|
2012-11-30 01:26:33 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "sebastian/comparator",
|
|
|
|
"version": "1.2.0",
|
2012-11-30 01:26:33 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
|
|
|
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
|
|
|
|
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.3",
|
|
|
|
"sebastian/diff": "~1.2",
|
|
|
|
"sebastian/exporter": "~1.2"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"phpunit/phpunit": "~4.4"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "1.2.x-dev"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"BSD-3-Clause"
|
2012-11-30 01:26:33 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
2014-10-01 08:50:10 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
2015-06-01 10:47:08 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Volker Dusch",
|
|
|
|
"email": "github@wallbash.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Bernhard Schussek",
|
|
|
|
"email": "bschussek@2bepublished.at"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Provides the functionality to compare PHP values for equality",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/comparator",
|
2014-01-21 19:27:20 +00:00
|
|
|
"keywords": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"comparator",
|
|
|
|
"compare",
|
|
|
|
"equality"
|
2014-01-21 19:27:20 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"time": "2015-07-26 15:48:44"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "sebastian/diff",
|
|
|
|
"version": "1.3.0",
|
2012-11-30 01:26:33 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
|
|
|
"reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
|
|
|
|
"reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.3"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
2015-03-20 13:35:25 +00:00
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"phpunit/phpunit": "~4.2"
|
2015-03-20 13:35:25 +00:00
|
|
|
},
|
2012-11-30 01:26:33 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "1.3-dev"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"BSD-3-Clause"
|
2012-11-30 01:26:33 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
2014-10-01 08:50:10 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Kore Nordmann",
|
|
|
|
"email": "mail@kore-nordmann.de"
|
2015-06-01 10:47:08 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Diff implementation",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/diff",
|
|
|
|
"keywords": [
|
|
|
|
"diff"
|
|
|
|
],
|
|
|
|
"time": "2015-02-22 15:13:53"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
2015-09-11 20:06:36 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "sebastian/environment",
|
|
|
|
"version": "1.3.2",
|
2015-09-11 20:06:36 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
|
|
|
"reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
|
2015-09-11 20:06:36 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
|
|
|
|
"reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
|
2015-09-11 20:06:36 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.3"
|
2015-09-11 20:06:36 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"phpunit/phpunit": "~4.4"
|
2015-09-11 20:06:36 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "1.3.x-dev"
|
2015-09-11 20:06:36 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-09-11 20:06:36 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"BSD-3-Clause"
|
2015-09-11 20:06:36 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
2015-09-11 20:06:36 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
|
|
|
"keywords": [
|
|
|
|
"Xdebug",
|
|
|
|
"environment",
|
|
|
|
"hhvm"
|
|
|
|
],
|
|
|
|
"time": "2015-08-03 06:14:51"
|
2015-09-11 20:06:36 +00:00
|
|
|
},
|
2013-01-25 18:16:58 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "sebastian/exporter",
|
|
|
|
"version": "1.2.1",
|
2013-01-25 18:16:58 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
|
|
|
"reference": "7ae5513327cb536431847bcc0c10edba2701064e"
|
2013-01-25 18:16:58 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
|
|
|
|
"reference": "7ae5513327cb536431847bcc0c10edba2701064e",
|
2013-01-25 18:16:58 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.3",
|
|
|
|
"sebastian/recursion-context": "~1.0"
|
2013-01-25 18:16:58 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"phpunit/phpunit": "~4.4"
|
2013-01-25 18:16:58 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "1.2.x-dev"
|
2013-01-25 18:16:58 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2013-01-25 18:16:58 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"BSD-3-Clause"
|
2013-01-25 18:16:58 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
2014-10-01 08:50:10 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
Issue #2343035 by fago, dawehner, larowlan, ianthomas_uk, cilefen, hussainweb, Miroling, jibran, beejeebus, dashaforbes, webmozart, klausi: Upgrade validator integration for Symfony versions 2.5+
2015-05-05 17:03:32 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +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"
|
2013-01-25 18:16:58 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Provides the functionality to export PHP variables for visualization",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
|
|
|
"keywords": [
|
|
|
|
"export",
|
|
|
|
"exporter"
|
|
|
|
],
|
|
|
|
"time": "2015-06-21 07:55:53"
|
2013-01-25 18:16:58 +00:00
|
|
|
},
|
2012-11-30 01:26:33 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "sebastian/global-state",
|
|
|
|
"version": "1.0.0",
|
2012-11-30 01:26:33 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
|
|
|
"reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
|
|
|
|
"reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.3"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
2015-03-20 13:35:25 +00:00
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"phpunit/phpunit": "~4.2"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-uopz": "*"
|
2015-03-20 13:35:25 +00:00
|
|
|
},
|
2012-11-30 01:26:33 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "1.0-dev"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"BSD-3-Clause"
|
2012-11-30 01:26:33 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
2014-10-01 08:50:10 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Snapshotting of global state",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
|
|
|
"keywords": [
|
|
|
|
"global state"
|
|
|
|
],
|
|
|
|
"time": "2014-10-06 09:23:50"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "sebastian/recursion-context",
|
|
|
|
"version": "1.0.1",
|
2012-11-30 01:26:33 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
|
|
"reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
|
|
|
|
"reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
|
2012-11-30 01:26:33 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.3"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
2015-09-04 20:38:16 +00:00
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"phpunit/phpunit": "~4.4"
|
2015-09-04 20:38:16 +00:00
|
|
|
},
|
2012-11-30 01:26:33 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "1.0.x-dev"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
2012-12-06 00:30:06 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-11-30 01:26:33 +00:00
|
|
|
"license": [
|
2014-01-17 22:04:01 +00:00
|
|
|
"BSD-3-Clause"
|
2012-11-30 01:26:33 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
2012-11-30 01:26:33 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
2014-10-15 08:31:35 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "Adam Harvey",
|
|
|
|
"email": "aharvey@php.net"
|
2012-11-30 01:26:33 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Provides functionality to recursively process PHP variables",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
|
|
|
"time": "2015-06-21 08:04:50"
|
2013-06-19 20:36:24 +00:00
|
|
|
},
|
2015-07-06 12:30:43 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "sebastian/version",
|
|
|
|
"version": "1.0.6",
|
2015-07-06 12:30:43 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://github.com/sebastianbergmann/version.git",
|
|
|
|
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
|
2015-07-06 12:30:43 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-09-13 00:08:34 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
|
|
|
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
2015-07-06 12:30:43 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-07-06 12:30:43 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"BSD-3-Clause"
|
2015-07-06 12:30:43 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
2015-07-06 12:30:43 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/version",
|
|
|
|
"time": "2015-06-21 13:59:46"
|
2015-07-06 12:30:43 +00:00
|
|
|
},
|
2013-06-19 20:36:24 +00:00
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "symfony/browser-kit",
|
|
|
|
"version": "v2.7.4",
|
2013-06-19 20:36:24 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"url": "https://github.com/symfony/browser-kit.git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "277a2457776d4cc25706fbdd9d1e4ab2dac884e4"
|
2013-06-19 20:36:24 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/277a2457776d4cc25706fbdd9d1e4ab2dac884e4",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "277a2457776d4cc25706fbdd9d1e4ab2dac884e4",
|
2013-06-19 20:36:24 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.9",
|
|
|
|
"symfony/dom-crawler": "~2.0,>=2.0.5"
|
2013-06-19 20:36:24 +00:00
|
|
|
},
|
2015-09-04 19:41:47 +00:00
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"symfony/css-selector": "~2.0,>=2.0.5",
|
|
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
|
|
"symfony/process": "~2.0,>=2.0.5"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/process": ""
|
2015-09-04 19:41:47 +00:00
|
|
|
},
|
2013-06-19 20:36:24 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "2.7-dev"
|
2013-06-19 20:36:24 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-04-07 08:08:54 +00:00
|
|
|
"psr-4": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"Symfony\\Component\\BrowserKit\\": ""
|
2013-06-19 20:36:24 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"MIT"
|
2013-06-19 20:36:24 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
2013-06-19 20:36:24 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Symfony BrowserKit Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-09-06 08:36:38"
|
2013-06-19 20:36:24 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "symfony/css-selector",
|
|
|
|
"version": "v2.7.4",
|
2013-06-19 20:36:24 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"url": "https://github.com/symfony/css-selector.git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "ffb5f3b8a75f8d1b9801e74dc6789a0751a670ad"
|
2013-06-19 20:36:24 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/css-selector/zipball/ffb5f3b8a75f8d1b9801e74dc6789a0751a670ad",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "ffb5f3b8a75f8d1b9801e74dc6789a0751a670ad",
|
2013-06-19 20:36:24 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.9"
|
2013-06-19 20:36:24 +00:00
|
|
|
},
|
2015-01-04 23:15:08 +00:00
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
2013-06-19 20:36:24 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "2.7-dev"
|
2013-06-19 20:36:24 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-04-07 08:08:54 +00:00
|
|
|
"psr-4": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"Symfony\\Component\\CssSelector\\": ""
|
2013-06-19 20:36:24 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"MIT"
|
2013-06-19 20:36:24 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +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"
|
|
|
|
}
|
2013-06-19 20:36:24 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Symfony CssSelector Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-08-24 07:13:45"
|
2013-06-19 20:36:24 +00:00
|
|
|
},
|
|
|
|
{
|
2015-09-13 00:08:34 +00:00
|
|
|
"name": "symfony/dom-crawler",
|
|
|
|
"version": "v2.7.4",
|
2013-06-19 20:36:24 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"url": "https://github.com/symfony/dom-crawler.git",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "2a161e4ee2b2f33d4153be58df4f6f2a5506936e"
|
2013-06-19 20:36:24 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2a161e4ee2b2f33d4153be58df4f6f2a5506936e",
|
2015-09-13 00:08:34 +00:00
|
|
|
"reference": "2a161e4ee2b2f33d4153be58df4f6f2a5506936e",
|
2013-06-19 20:36:24 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"php": ">=5.3.9"
|
2015-01-04 23:15:08 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"symfony/css-selector": "~2.3",
|
|
|
|
"symfony/phpunit-bridge": "~2.7"
|
2013-06-19 20:36:24 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"symfony/css-selector": ""
|
2013-06-19 20:36:24 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"dev-master": "2.7-dev"
|
2013-06-19 20:36:24 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-04-07 08:08:54 +00:00
|
|
|
"psr-4": {
|
2015-09-13 00:08:34 +00:00
|
|
|
"Symfony\\Component\\DomCrawler\\": ""
|
2013-06-19 20:36:24 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-09-13 00:08:34 +00:00
|
|
|
"MIT"
|
2013-06-19 20:36:24 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
2013-06-19 20:36:24 +00:00
|
|
|
],
|
2015-09-13 00:08:34 +00:00
|
|
|
"description": "Symfony DomCrawler Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2015-08-26 10:48:03"
|
2012-06-27 20:43:49 +00:00
|
|
|
}
|
|
|
|
],
|
2014-10-15 08:31:35 +00:00
|
|
|
"aliases": [],
|
2015-06-01 10:47:08 +00:00
|
|
|
"minimum-stability": "dev",
|
2015-07-21 21:33:30 +00:00
|
|
|
"stability-flags": {
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
"php": 0,
|
|
|
|
"symfony/class-loader": 0,
|
|
|
|
"symfony/console": 0,
|
|
|
|
"symfony/dependency-injection": 0,
|
|
|
|
"symfony/event-dispatcher": 0,
|
|
|
|
"symfony/http-foundation": 0,
|
|
|
|
"symfony/http-kernel": 0,
|
|
|
|
"symfony/routing": 0,
|
|
|
|
"symfony/serializer": 0,
|
|
|
|
"symfony/translation": 0,
|
|
|
|
"symfony/validator": 0,
|
|
|
|
"symfony/process": 0,
|
|
|
|
"symfony/yaml": 0,
|
|
|
|
"twig/twig": 0,
|
|
|
|
"doctrine/common": 0,
|
|
|
|
"doctrine/annotations": 0,
|
|
|
|
"guzzlehttp/guzzle": 0,
|
|
|
|
"symfony-cmf/routing": 0,
|
|
|
|
"easyrdf/easyrdf": 0,
|
|
|
|
"zendframework/zend-feed": 0,
|
|
|
|
"stack/builder": 0,
|
|
|
|
"egulias/email-validator": 0,
|
|
|
|
"masterminds/html5": 0,
|
|
|
|
"symfony/psr-http-message-bridge": 0,
|
|
|
|
"zendframework/zend-diactoros": 0,
|
|
|
|
"behat/mink": 0,
|
|
|
|
"behat/mink-goutte-driver": 20,
|
|
|
|
"mikey179/vfsstream": 0,
|
|
|
|
"phpunit/phpunit": 0,
|
|
|
|
"symfony/css-selector": 0
|
2015-07-21 21:33:30 +00:00
|
|
|
},
|
2015-06-01 10:47:08 +00:00
|
|
|
"prefer-stable": true,
|
2015-01-04 05:42:23 +00:00
|
|
|
"prefer-lowest": false,
|
2014-04-11 14:58:24 +00:00
|
|
|
"platform": {
|
2015-07-09 04:20:58 +00:00
|
|
|
"php": ">=5.5.9"
|
2014-04-11 14:58:24 +00:00
|
|
|
},
|
2014-10-15 08:31:35 +00:00
|
|
|
"platform-dev": []
|
2012-06-27 20:43:49 +00:00
|
|
|
}
|