Dependencies update

This commit is contained in:
Pierre Rudloff 2015-11-25 19:28:43 +01:00
parent 2289de7418
commit 6443901056

30
composer.lock generated
View file

@ -399,16 +399,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v2.7.6", "version": "v2.7.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "eca9019c88fbe250164affd107bc8057771f3f4d" "reference": "4cfcd7a9fceba662b3c036b7d9a91f6197af046c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/eca9019c88fbe250164affd107bc8057771f3f4d", "url": "https://api.github.com/repos/symfony/yaml/zipball/4cfcd7a9fceba662b3c036b7d9a91f6197af046c",
"reference": "eca9019c88fbe250164affd107bc8057771f3f4d", "reference": "4cfcd7a9fceba662b3c036b7d9a91f6197af046c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -423,7 +423,10 @@
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Symfony\\Component\\Yaml\\": "" "Symfony\\Component\\Yaml\\": ""
} },
"exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -441,22 +444,22 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-10-11 09:39:48" "time": "2015-11-18 13:41:01"
} }
], ],
"packages-dev": [ "packages-dev": [
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v2.7.6", "version": "v2.7.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "eb033050050916b6bfa51be71009ef67b16046c9" "reference": "72bcb27411780eaee9469729aace73c0d46fb2b8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/eb033050050916b6bfa51be71009ef67b16046c9", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/72bcb27411780eaee9469729aace73c0d46fb2b8",
"reference": "eb033050050916b6bfa51be71009ef67b16046c9", "reference": "72bcb27411780eaee9469729aace73c0d46fb2b8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -477,7 +480,10 @@
], ],
"psr-4": { "psr-4": {
"Symfony\\Component\\VarDumper\\": "" "Symfony\\Component\\VarDumper\\": ""
} },
"exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -499,7 +505,7 @@
"debug", "debug",
"dump" "dump"
], ],
"time": "2015-10-25 17:17:38" "time": "2015-11-18 13:41:01"
} }
], ],
"aliases": [], "aliases": [],