updated HttpFoundation version
This commit is contained in:
parent
9ef566cdcf
commit
7d16181641
@ -28,6 +28,6 @@
|
|||||||
"php": ">=5.3.3"
|
"php": ">=5.3.3"
|
||||||
, "react/socket": "0.2.*"
|
, "react/socket": "0.2.*"
|
||||||
, "guzzle/http": "3.0.*"
|
, "guzzle/http": "3.0.*"
|
||||||
, "symfony/http-foundation": "2.1.*"
|
, "symfony/http-foundation": "~2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
82
composer.lock
generated
82
composer.lock
generated
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"hash": "fad48a754b78c8c7c67e7ca1448d48ec",
|
"hash": "5175bd19b8591aed1319dd5cb4edf0a9",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "evenement/evenement",
|
"name": "evenement/evenement",
|
||||||
@ -20,12 +20,12 @@
|
|||||||
},
|
},
|
||||||
"time": "2012-05-30 08:01:08",
|
"time": "2012-05-30 08:01:08",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"installation-source": "dist",
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Evenement": "src"
|
"Evenement": "src"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@ -67,7 +67,6 @@
|
|||||||
"dev-master": "3.0-dev"
|
"dev-master": "3.0-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installation-source": "dist",
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Guzzle\\Common": ""
|
"Guzzle\\Common": ""
|
||||||
@ -80,10 +79,10 @@
|
|||||||
"description": "Common libraries used by Guzzle",
|
"description": "Common libraries used by Guzzle",
|
||||||
"homepage": "http://guzzlephp.org/",
|
"homepage": "http://guzzlephp.org/",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"event",
|
"collection",
|
||||||
"exception",
|
|
||||||
"common",
|
"common",
|
||||||
"collection"
|
"event",
|
||||||
|
"exception"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -102,11 +101,11 @@
|
|||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.2",
|
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"guzzle/common": "self.version",
|
"guzzle/common": "self.version",
|
||||||
"guzzle/parser": "self.version",
|
"guzzle/parser": "self.version",
|
||||||
"guzzle/stream": "self.version"
|
"guzzle/stream": "self.version",
|
||||||
|
"php": ">=5.3.2"
|
||||||
},
|
},
|
||||||
"time": "2012-12-14 00:49:17",
|
"time": "2012-12-14 00:49:17",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
@ -115,7 +114,6 @@
|
|||||||
"dev-master": "3.0-dev"
|
"dev-master": "3.0-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installation-source": "dist",
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Guzzle\\Http": ""
|
"Guzzle\\Http": ""
|
||||||
@ -135,11 +133,11 @@
|
|||||||
"description": "HTTP libraries used by Guzzle",
|
"description": "HTTP libraries used by Guzzle",
|
||||||
"homepage": "http://guzzlephp.org/",
|
"homepage": "http://guzzlephp.org/",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
"Guzzle",
|
||||||
|
"client",
|
||||||
"curl",
|
"curl",
|
||||||
"http",
|
"http",
|
||||||
"http client",
|
"http client"
|
||||||
"client",
|
|
||||||
"Guzzle"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -167,7 +165,6 @@
|
|||||||
"dev-master": "3.0-dev"
|
"dev-master": "3.0-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installation-source": "dist",
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Guzzle\\Parser": ""
|
"Guzzle\\Parser": ""
|
||||||
@ -180,11 +177,11 @@
|
|||||||
"description": "Interchangeable parsers used by Guzzle",
|
"description": "Interchangeable parsers used by Guzzle",
|
||||||
"homepage": "http://guzzlephp.org/",
|
"homepage": "http://guzzlephp.org/",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"http",
|
"URI Template",
|
||||||
"url",
|
|
||||||
"message",
|
|
||||||
"cookie",
|
"cookie",
|
||||||
"URI Template"
|
"http",
|
||||||
|
"message",
|
||||||
|
"url"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -203,8 +200,8 @@
|
|||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.2",
|
"guzzle/common": "self.version",
|
||||||
"guzzle/common": "self.version"
|
"php": ">=5.3.2"
|
||||||
},
|
},
|
||||||
"time": "2012-12-07 16:45:11",
|
"time": "2012-12-07 16:45:11",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
@ -213,7 +210,6 @@
|
|||||||
"dev-master": "3.0-dev"
|
"dev-master": "3.0-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installation-source": "dist",
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Guzzle\\Stream": ""
|
"Guzzle\\Stream": ""
|
||||||
@ -233,9 +229,9 @@
|
|||||||
"description": "Guzzle stream wrapper component",
|
"description": "Guzzle stream wrapper component",
|
||||||
"homepage": "http://guzzlephp.org/",
|
"homepage": "http://guzzlephp.org/",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"stream",
|
|
||||||
"Guzzle",
|
"Guzzle",
|
||||||
"component"
|
"component",
|
||||||
|
"stream"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -257,8 +253,8 @@
|
|||||||
"php": ">=5.3.3"
|
"php": ">=5.3.3"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-libevent": ">=0.0.5",
|
"ext-libev": "*",
|
||||||
"ext-libev": "*"
|
"ext-libevent": ">=0.0.5"
|
||||||
},
|
},
|
||||||
"time": "2013-01-05 11:41:26",
|
"time": "2013-01-05 11:41:26",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
@ -267,7 +263,6 @@
|
|||||||
"dev-master": "0.2-dev"
|
"dev-master": "0.2-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installation-source": "dist",
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"React\\EventLoop": ""
|
"React\\EventLoop": ""
|
||||||
@ -298,8 +293,8 @@
|
|||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.3",
|
|
||||||
"evenement/evenement": "1.0.*",
|
"evenement/evenement": "1.0.*",
|
||||||
|
"php": ">=5.3.3",
|
||||||
"react/event-loop": "0.2.*",
|
"react/event-loop": "0.2.*",
|
||||||
"react/stream": "0.2.*"
|
"react/stream": "0.2.*"
|
||||||
},
|
},
|
||||||
@ -310,7 +305,6 @@
|
|||||||
"dev-master": "0.2-dev"
|
"dev-master": "0.2-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installation-source": "dist",
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"React\\Socket": ""
|
"React\\Socket": ""
|
||||||
@ -341,8 +335,8 @@
|
|||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.3",
|
"evenement/evenement": "1.0.*",
|
||||||
"evenement/evenement": "1.0.*"
|
"php": ">=5.3.3"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"react/event-loop": "0.2.*",
|
"react/event-loop": "0.2.*",
|
||||||
@ -355,7 +349,6 @@
|
|||||||
"dev-master": "0.2-dev"
|
"dev-master": "0.2-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installation-source": "dist",
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"React\\Stream": ""
|
"React\\Stream": ""
|
||||||
@ -367,8 +360,8 @@
|
|||||||
],
|
],
|
||||||
"description": "Basic readable and writable stream interfaces that support piping.",
|
"description": "Basic readable and writable stream interfaces that support piping.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"stream",
|
"pipe",
|
||||||
"pipe"
|
"stream"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -398,7 +391,6 @@
|
|||||||
},
|
},
|
||||||
"time": "2012-12-06 10:00:55",
|
"time": "2012-12-06 10:00:55",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"installation-source": "dist",
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Symfony\\Component\\EventDispatcher": ""
|
"Symfony\\Component\\EventDispatcher": ""
|
||||||
@ -423,30 +415,36 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/http-foundation",
|
"name": "symfony/http-foundation",
|
||||||
"version": "v2.1.6",
|
"version": "v2.2.0-RC2",
|
||||||
"target-dir": "Symfony/Component/HttpFoundation",
|
"target-dir": "Symfony/Component/HttpFoundation",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/HttpFoundation",
|
"url": "https://github.com/symfony/HttpFoundation",
|
||||||
"reference": "v2.1.6"
|
"reference": "v2.2.0-RC2"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/symfony/HttpFoundation/archive/v2.1.6.zip",
|
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/v2.2.0-RC2",
|
||||||
"reference": "v2.1.6",
|
"reference": "v2.2.0-RC2",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.3"
|
"php": ">=5.3.3"
|
||||||
},
|
},
|
||||||
"time": "2012-12-14 21:03:29",
|
"time": "2013-02-11 12:46:49",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"installation-source": "dist",
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "2.2-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Symfony\\Component\\HttpFoundation": "",
|
"Symfony\\Component\\HttpFoundation\\": ""
|
||||||
"SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs"
|
},
|
||||||
}
|
"classmap": [
|
||||||
|
"Symfony/Component/HttpFoundation/Resources/stubs"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
|
Loading…
Reference in New Issue
Block a user