mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 06:55:25 +02:00
[ticket/11526] Update all dependencies / regenerate composer.lock.
PHPBB3-11526
This commit is contained in:
parent
b3d16f21a8
commit
5ea75ddf09
283
phpBB/composer.lock
generated
283
phpBB/composer.lock
generated
@ -1,60 +1,11 @@
|
|||||||
{
|
{
|
||||||
"hash": "23352b29002e6d22658e314a8e737f71",
|
"_readme": [
|
||||||
|
"This file locks the dependencies of your project to a known state",
|
||||||
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
||||||
|
],
|
||||||
|
"hash": "17107567f5bb83aa0904e14273f46f25",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
|
||||||
"name": "symfony/event-dispatcher",
|
|
||||||
"version": "v2.1.4",
|
|
||||||
"target-dir": "Symfony/Component/EventDispatcher",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/symfony/EventDispatcher",
|
|
||||||
"reference": "v2.1.4"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://github.com/symfony/EventDispatcher/archive/v2.1.4.zip",
|
|
||||||
"reference": "v2.1.4",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"php": ">=5.3.3"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"symfony/dependency-injection": "2.1.*"
|
|
||||||
},
|
|
||||||
"suggest": {
|
|
||||||
"symfony/dependency-injection": "2.1.*",
|
|
||||||
"symfony/http-kernel": "2.1.*"
|
|
||||||
},
|
|
||||||
"time": "2012-11-08 09:51:48",
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "2.1-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"installation-source": "dist",
|
|
||||||
"autoload": {
|
|
||||||
"psr-0": {
|
|
||||||
"Symfony\\Component\\EventDispatcher": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Fabien Potencier",
|
|
||||||
"email": "fabien@symfony.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Symfony Community",
|
|
||||||
"homepage": "http://symfony.com/contributors"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "Symfony EventDispatcher Component",
|
|
||||||
"homepage": "http://symfony.com"
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
@ -72,28 +23,27 @@
|
|||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
|
"guzzle/guzzle": "3.0.*",
|
||||||
|
"php": ">=5.3.0",
|
||||||
"symfony/browser-kit": "2.1.*",
|
"symfony/browser-kit": "2.1.*",
|
||||||
"symfony/css-selector": "2.1.*",
|
"symfony/css-selector": "2.1.*",
|
||||||
"symfony/dom-crawler": "2.1.*",
|
"symfony/dom-crawler": "2.1.*",
|
||||||
"symfony/finder": "2.1.*",
|
"symfony/finder": "2.1.*",
|
||||||
"symfony/process": "2.1.*",
|
"symfony/process": "2.1.*"
|
||||||
"guzzle/guzzle": "3.0.*"
|
|
||||||
},
|
},
|
||||||
"time": "2012-12-02 13:44:35",
|
|
||||||
"type": "application",
|
"type": "application",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.0-dev"
|
"dev-master": "1.0-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installation-source": "source",
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Goutte": "."
|
"Goutte": "."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@ -107,26 +57,27 @@
|
|||||||
"homepage": "https://github.com/fabpot/Goutte",
|
"homepage": "https://github.com/fabpot/Goutte",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"scraper"
|
"scraper"
|
||||||
]
|
],
|
||||||
|
"time": "2012-12-02 13:44:35"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzle/guzzle",
|
"name": "guzzle/guzzle",
|
||||||
"version": "v3.0.5",
|
"version": "v3.0.7",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/guzzle/guzzle",
|
"url": "https://github.com/guzzle/guzzle",
|
||||||
"reference": "v3.0.5"
|
"reference": "v3.0.7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/guzzle/guzzle/archive/v3.0.5.zip",
|
"url": "https://github.com/guzzle/guzzle/archive/v3.0.7.zip",
|
||||||
"reference": "v3.0.5",
|
"reference": "v3.0.7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.2",
|
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"symfony/event-dispatcher": "2.1.*"
|
"php": ">=5.3.2",
|
||||||
|
"symfony/event-dispatcher": ">=2.1"
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"guzzle/batch": "self.version",
|
"guzzle/batch": "self.version",
|
||||||
@ -153,23 +104,27 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/common": "*",
|
"doctrine/common": "*",
|
||||||
"symfony/class-loader": "*",
|
|
||||||
"monolog/monolog": "1.*",
|
"monolog/monolog": "1.*",
|
||||||
"zendframework/zend-cache": "2.0.*",
|
"phpunit/phpunit": "3.7.*",
|
||||||
"zendframework/zend-log": "2.0.*",
|
"symfony/class-loader": "*",
|
||||||
"zend/zend-log1": "1.12",
|
|
||||||
"zend/zend-cache1": "1.12",
|
"zend/zend-cache1": "1.12",
|
||||||
"phpunit/phpunit": "3.7.*"
|
"zend/zend-log1": "1.12",
|
||||||
|
"zendframework/zend-cache": "2.0.*",
|
||||||
|
"zendframework/zend-log": "2.0.*"
|
||||||
},
|
},
|
||||||
"time": "2012-11-19 00:15:33",
|
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"installation-source": "dist",
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "3.0-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Guzzle\\Tests": "tests/",
|
"Guzzle\\Tests": "tests/",
|
||||||
"Guzzle": "src/"
|
"Guzzle": "src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@ -187,28 +142,29 @@
|
|||||||
"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
|
"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
|
||||||
"homepage": "http://guzzlephp.org/",
|
"homepage": "http://guzzlephp.org/",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"framework",
|
|
||||||
"curl",
|
|
||||||
"http",
|
|
||||||
"rest",
|
|
||||||
"http client",
|
|
||||||
"client",
|
"client",
|
||||||
|
"curl",
|
||||||
|
"framework",
|
||||||
|
"http",
|
||||||
|
"http client",
|
||||||
|
"rest",
|
||||||
"web service"
|
"web service"
|
||||||
]
|
],
|
||||||
|
"time": "2012-12-19 23:06:35"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/browser-kit",
|
"name": "symfony/browser-kit",
|
||||||
"version": "v2.1.4",
|
"version": "v2.1.10",
|
||||||
"target-dir": "Symfony/Component/BrowserKit",
|
"target-dir": "Symfony/Component/BrowserKit",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/BrowserKit",
|
"url": "https://github.com/symfony/BrowserKit.git",
|
||||||
"reference": "v2.1.4"
|
"reference": "v2.1.10"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/symfony/BrowserKit/archive/v2.1.4.zip",
|
"url": "https://api.github.com/repos/symfony/BrowserKit/zipball/v2.1.10",
|
||||||
"reference": "v2.1.4",
|
"reference": "v2.1.10",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -216,25 +172,19 @@
|
|||||||
"symfony/dom-crawler": "2.1.*"
|
"symfony/dom-crawler": "2.1.*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"symfony/process": "2.1.*",
|
"symfony/css-selector": "2.1.*",
|
||||||
"symfony/css-selector": "2.1.*"
|
"symfony/process": "2.1.*"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"symfony/process": "2.1.*"
|
"symfony/process": "2.1.*"
|
||||||
},
|
},
|
||||||
"time": "2012-11-08 09:51:48",
|
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "2.1-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"installation-source": "dist",
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Symfony\\Component\\BrowserKit": ""
|
"Symfony\\Component\\BrowserKit": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@ -249,39 +199,34 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Symfony BrowserKit Component",
|
"description": "Symfony BrowserKit Component",
|
||||||
"homepage": "http://symfony.com"
|
"homepage": "http://symfony.com",
|
||||||
|
"time": "2013-04-29 20:22:06"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/css-selector",
|
"name": "symfony/css-selector",
|
||||||
"version": "v2.1.4",
|
"version": "v2.1.10",
|
||||||
"target-dir": "Symfony/Component/CssSelector",
|
"target-dir": "Symfony/Component/CssSelector",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/CssSelector",
|
"url": "https://github.com/symfony/CssSelector.git",
|
||||||
"reference": "v2.1.4"
|
"reference": "v2.1.10"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/symfony/CssSelector/archive/v2.1.4.zip",
|
"url": "https://api.github.com/repos/symfony/CssSelector/zipball/v2.1.10",
|
||||||
"reference": "v2.1.4",
|
"reference": "v2.1.10",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.3"
|
"php": ">=5.3.3"
|
||||||
},
|
},
|
||||||
"time": "2012-11-08 09:51:48",
|
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "2.1-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"installation-source": "dist",
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Symfony\\Component\\CssSelector": ""
|
"Symfony\\Component\\CssSelector": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@ -296,21 +241,22 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Symfony CssSelector Component",
|
"description": "Symfony CssSelector Component",
|
||||||
"homepage": "http://symfony.com"
|
"homepage": "http://symfony.com",
|
||||||
|
"time": "2013-01-09 08:51:07"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/dom-crawler",
|
"name": "symfony/dom-crawler",
|
||||||
"version": "v2.1.4",
|
"version": "v2.1.10",
|
||||||
"target-dir": "Symfony/Component/DomCrawler",
|
"target-dir": "Symfony/Component/DomCrawler",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/DomCrawler",
|
"url": "https://github.com/symfony/DomCrawler.git",
|
||||||
"reference": "v2.1.4"
|
"reference": "v2.1.10"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/symfony/DomCrawler/archive/v2.1.4.zip",
|
"url": "https://api.github.com/repos/symfony/DomCrawler/zipball/v2.1.10",
|
||||||
"reference": "v2.1.4",
|
"reference": "v2.1.10",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -322,19 +268,13 @@
|
|||||||
"suggest": {
|
"suggest": {
|
||||||
"symfony/css-selector": "2.1.*"
|
"symfony/css-selector": "2.1.*"
|
||||||
},
|
},
|
||||||
"time": "2012-11-29 10:32:18",
|
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "2.1-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"installation-source": "dist",
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Symfony\\Component\\DomCrawler": ""
|
"Symfony\\Component\\DomCrawler": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@ -349,39 +289,88 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Symfony DomCrawler Component",
|
"description": "Symfony DomCrawler Component",
|
||||||
"homepage": "http://symfony.com"
|
"homepage": "http://symfony.com",
|
||||||
|
"time": "2013-03-27 17:13:16"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/finder",
|
"name": "symfony/event-dispatcher",
|
||||||
"version": "v2.1.4",
|
"version": "v2.2.1",
|
||||||
"target-dir": "Symfony/Component/Finder",
|
"target-dir": "Symfony/Component/EventDispatcher",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/Finder",
|
"url": "https://github.com/symfony/EventDispatcher.git",
|
||||||
"reference": "v2.1.4"
|
"reference": "v2.2.1"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/symfony/Finder/archive/v2.1.4.zip",
|
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.2.1",
|
||||||
"reference": "v2.1.4",
|
"reference": "v2.2.1",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.3"
|
"php": ">=5.3.3"
|
||||||
},
|
},
|
||||||
"time": "2012-11-08 09:51:48",
|
"require-dev": {
|
||||||
|
"symfony/dependency-injection": ">=2.0,<3.0"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"symfony/dependency-injection": "2.2.*",
|
||||||
|
"symfony/http-kernel": "2.2.*"
|
||||||
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "2.1-dev"
|
"dev-master": "2.2-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installation-source": "dist",
|
"autoload": {
|
||||||
|
"psr-0": {
|
||||||
|
"Symfony\\Component\\EventDispatcher\\": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Fabien Potencier",
|
||||||
|
"email": "fabien@symfony.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Symfony Community",
|
||||||
|
"homepage": "http://symfony.com/contributors"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Symfony EventDispatcher Component",
|
||||||
|
"homepage": "http://symfony.com",
|
||||||
|
"time": "2013-02-11 11:26:43"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "symfony/finder",
|
||||||
|
"version": "v2.1.10",
|
||||||
|
"target-dir": "Symfony/Component/Finder",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/symfony/Finder.git",
|
||||||
|
"reference": "v2.1.10"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/symfony/Finder/zipball/v2.1.10",
|
||||||
|
"reference": "v2.1.10",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.3.3"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Symfony\\Component\\Finder": ""
|
"Symfony\\Component\\Finder": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@ -396,39 +385,34 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Symfony Finder Component",
|
"description": "Symfony Finder Component",
|
||||||
"homepage": "http://symfony.com"
|
"homepage": "http://symfony.com",
|
||||||
|
"time": "2013-03-06 19:26:55"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/process",
|
"name": "symfony/process",
|
||||||
"version": "v2.1.4",
|
"version": "v2.1.9",
|
||||||
"target-dir": "Symfony/Component/Process",
|
"target-dir": "Symfony/Component/Process",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/Process",
|
"url": "https://github.com/symfony/Process.git",
|
||||||
"reference": "v2.1.4"
|
"reference": "v2.1.9"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/symfony/Process/archive/v2.1.4.zip",
|
"url": "https://api.github.com/repos/symfony/Process/zipball/v2.1.9",
|
||||||
"reference": "v2.1.4",
|
"reference": "v2.1.9",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.3"
|
"php": ">=5.3.3"
|
||||||
},
|
},
|
||||||
"time": "2012-11-19 20:53:52",
|
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "2.1-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"installation-source": "dist",
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Symfony\\Component\\Process": ""
|
"Symfony\\Component\\Process": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@ -443,14 +427,21 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Symfony Process Component",
|
"description": "Symfony Process Component",
|
||||||
"homepage": "http://symfony.com"
|
"homepage": "http://symfony.com",
|
||||||
|
"time": "2013-03-23 07:44:01"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"aliases": [
|
"aliases": [
|
||||||
|
|
||||||
],
|
],
|
||||||
"minimum-stability": "beta",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": [
|
"stability-flags": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"platform": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"platform-dev": [
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user