1
0
Fork 0

Update to latest jsonlint

pull/6213/merge
Jordi Boggiano 2017-03-06 17:51:44 +01:00
parent e42e1156d5
commit 7d5d884669
1 changed files with 8 additions and 5 deletions

13
composer.lock generated
View File

@ -351,21 +351,24 @@
}, },
{ {
"name": "seld/jsonlint", "name": "seld/jsonlint",
"version": "1.5.0", "version": "1.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/jsonlint.git", "url": "https://github.com/Seldaek/jsonlint.git",
"reference": "19495c181d6d53a0a13414154e52817e3b504189" "reference": "791f8c594f300d246cdf01c6b3e1e19611e301d8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/19495c181d6d53a0a13414154e52817e3b504189", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/791f8c594f300d246cdf01c6b3e1e19611e301d8",
"reference": "19495c181d6d53a0a13414154e52817e3b504189", "reference": "791f8c594f300d246cdf01c6b3e1e19611e301d8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.3 || ^7.0" "php": "^5.3 || ^7.0"
}, },
"require-dev": {
"phpunit/phpunit": "^4.5"
},
"bin": [ "bin": [
"bin/jsonlint" "bin/jsonlint"
], ],
@ -393,7 +396,7 @@
"parser", "parser",
"validator" "validator"
], ],
"time": "2016-11-14T17:59:58+00:00" "time": "2017-03-06T16:42:24+00:00"
}, },
{ {
"name": "seld/phar-utils", "name": "seld/phar-utils",