Updated dependencies to Symfony 2.1.3
This commit is contained in:
parent
a430ace9c0
commit
4929ac8bb5
@ -5,9 +5,9 @@
|
||||
"psr-0": { "": "src/" }
|
||||
},
|
||||
"require": {
|
||||
"symfony/class-loader": "v2.1.2",
|
||||
"symfony/http-foundation": "v2.1.2",
|
||||
"symfony/routing": "v2.1.2"
|
||||
"symfony/class-loader": "v2.1.3",
|
||||
"symfony/http-foundation": "v2.1.3",
|
||||
"symfony/routing": "v2.1.3"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"authors": [
|
||||
|
32
composer.lock
generated
32
composer.lock
generated
@ -1,19 +1,19 @@
|
||||
{
|
||||
"hash": "193ba730886d4f4fc2fb6f618f18af31",
|
||||
"hash": "55a5c23dd4d2adcda7fb57a578d01989",
|
||||
"packages": [
|
||||
{
|
||||
"name": "symfony/class-loader",
|
||||
"version": "v2.1.2",
|
||||
"version": "v2.1.3",
|
||||
"target-dir": "Symfony/Component/ClassLoader",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/ClassLoader",
|
||||
"reference": "v2.1.2"
|
||||
"reference": "v2.1.3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://github.com/symfony/ClassLoader/zipball/v2.1.2",
|
||||
"reference": "v2.1.2",
|
||||
"url": "https://github.com/symfony/ClassLoader/zipball/v2.1.3",
|
||||
"reference": "v2.1.3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -22,7 +22,7 @@
|
||||
"require-dev": {
|
||||
"symfony/finder": "2.1.*"
|
||||
},
|
||||
"time": "2012-09-01 07:02:36",
|
||||
"time": "2012-10-27 08:59:21",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
@ -53,23 +53,23 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-foundation",
|
||||
"version": "v2.1.2",
|
||||
"version": "v2.1.3",
|
||||
"target-dir": "Symfony/Component/HttpFoundation",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/HttpFoundation",
|
||||
"reference": "v2.1.2"
|
||||
"reference": "v2.1.3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://github.com/symfony/HttpFoundation/zipball/v2.1.2",
|
||||
"reference": "v2.1.2",
|
||||
"url": "https://github.com/symfony/HttpFoundation/zipball/v2.1.3",
|
||||
"reference": "v2.1.3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"time": "2012-09-18 16:09:52",
|
||||
"time": "2012-10-20 00:10:30",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
@ -101,17 +101,17 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/routing",
|
||||
"version": "v2.1.2",
|
||||
"version": "v2.1.3",
|
||||
"target-dir": "Symfony/Component/Routing",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/Routing",
|
||||
"reference": "v2.1.2"
|
||||
"reference": "v2.1.3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://github.com/symfony/Routing/zipball/v2.1.2",
|
||||
"reference": "v2.1.2",
|
||||
"url": "https://github.com/symfony/Routing/zipball/v2.1.3",
|
||||
"reference": "v2.1.3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -128,7 +128,7 @@
|
||||
"symfony/yaml": "2.1.*",
|
||||
"doctrine/common": ">=2.2,<2.4-dev"
|
||||
},
|
||||
"time": "2012-09-10 10:53:42",
|
||||
"time": "2012-10-26 02:26:42",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
|
Loading…
Reference in New Issue
Block a user