Update dependencies

main
Jordi Boggiano 12 years ago
parent 2368185774
commit 16da82db13

58
composer.lock generated

@ -1,5 +1,5 @@
{ {
"hash": "62a43b569534e1cd55ce455d9f7f1c03", "hash": "f13f9a6a377c842c36fda6109bbbc465",
"packages": [ "packages": [
{ {
"name": "justinrainbow/json-schema", "name": "justinrainbow/json-schema",
@ -29,22 +29,22 @@
}, },
{ {
"name": "seld/jsonlint", "name": "seld/jsonlint",
"version": "1.0.0", "version": "1.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "http://github.com/Seldaek/jsonlint", "url": "http://github.com/Seldaek/jsonlint",
"reference": "1.0.0" "reference": "1.0.1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/Seldaek/jsonlint/zipball/1.0.0", "url": "https://github.com/Seldaek/jsonlint/zipball/1.0.1",
"reference": "1.0.0", "reference": "1.0.1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0" "php": ">=5.3.0"
}, },
"time": "2012-03-12 04:52:32", "time": "2012-08-13 07:00:11",
"bin": [ "bin": [
"bin/jsonlint" "bin/jsonlint"
], ],
@ -54,7 +54,25 @@
"psr-0": { "psr-0": {
"Seld\\JsonLint": "src/" "Seld\\JsonLint": "src/"
} }
} },
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be",
"role": "Developer"
}
],
"description": "JSON Linter",
"keywords": [
"json",
"parser",
"linter",
"validator"
]
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
@ -63,18 +81,18 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Console", "url": "https://github.com/symfony/Console",
"reference": "3cbedb831164d5ce9e58995333e70a913864374e" "reference": "7907e712997a6cb40cce3227a754636461d7e502"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/symfony/Console/zipball/3cbedb831164d5ce9e58995333e70a913864374e", "url": "https://github.com/symfony/Console/archive/7907e712997a6cb40cce3227a754636461d7e502.zip",
"reference": "3cbedb831164d5ce9e58995333e70a913864374e", "reference": "7907e712997a6cb40cce3227a754636461d7e502",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"time": "1351093287", "time": "1352466606",
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
@ -105,23 +123,23 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v2.1.2", "version": "v2.1.3",
"target-dir": "Symfony/Component/Finder", "target-dir": "Symfony/Component/Finder",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Finder", "url": "https://github.com/symfony/Finder",
"reference": "v2.1.2" "reference": "v2.1.3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/symfony/Finder/zipball/v2.1.2", "url": "https://github.com/symfony/Finder/zipball/v2.1.3",
"reference": "v2.1.2", "reference": "v2.1.3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"time": "2012-08-22 06:48:41", "time": "2012-10-20 00:10:30",
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
@ -157,18 +175,18 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Process", "url": "https://github.com/symfony/Process",
"reference": "f029d06585ad7646cc2e9ee9daf1f395014e1c7f" "reference": "1b0498afba3d3e198de91bf7b3a7907193c3270d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/symfony/Process/zipball/f029d06585ad7646cc2e9ee9daf1f395014e1c7f", "url": "https://github.com/symfony/Process/archive/1b0498afba3d3e198de91bf7b3a7907193c3270d.zip",
"reference": "f029d06585ad7646cc2e9ee9daf1f395014e1c7f", "reference": "1b0498afba3d3e198de91bf7b3a7907193c3270d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"time": "1349553479", "time": "1352466606",
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {

Loading…
Cancel
Save