Bump adhocore/json-comment to ^1.1.0, new version strips trailing comma as well (#4146)

This commit is contained in:
Jitendra Adhikari 2021-04-06 17:58:23 +07:00 committed by GitHub
parent a45a4a91ae
commit cdae8b42eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 10 deletions

View File

@ -25,7 +25,7 @@
"ext-zip": "*", "ext-zip": "*",
"ext-zlib": ">=1.2.11", "ext-zlib": ">=1.2.11",
"composer-runtime-api": "^2.0", "composer-runtime-api": "^2.0",
"adhocore/json-comment": "^0.1.0", "adhocore/json-comment": "^1.1",
"pocketmine/binaryutils": "^0.1.9", "pocketmine/binaryutils": "^0.1.9",
"pocketmine/callback-validator": "^1.0.2", "pocketmine/callback-validator": "^1.0.2",
"pocketmine/classloader": "^0.1.0", "pocketmine/classloader": "^0.1.0",

25
composer.lock generated
View File

@ -4,27 +4,28 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "1dd8769f5ca60220fbb36577e04d3d83", "content-hash": "c07802390fc058bf06b3a1741ef7c08e",
"packages": [ "packages": [
{ {
"name": "adhocore/json-comment", "name": "adhocore/json-comment",
"version": "0.1.0", "version": "1.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/adhocore/php-json-comment.git", "url": "https://github.com/adhocore/php-json-comment.git",
"reference": "8448076039389f558f39ad0553aab87db3f81614" "reference": "cf7998124d1050b83d7d985447fefd630e09c1a2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/adhocore/php-json-comment/zipball/8448076039389f558f39ad0553aab87db3f81614", "url": "https://api.github.com/repos/adhocore/php-json-comment/zipball/cf7998124d1050b83d7d985447fefd630e09c1a2",
"reference": "8448076039389f558f39ad0553aab87db3f81614", "reference": "cf7998124d1050b83d7d985447fefd630e09c1a2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.4" "ext-ctype": "*",
"php": ">=7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^6.5 || ^7.5" "phpunit/phpunit": "^6.5 || ^7.5 || ^8.5"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -50,9 +51,15 @@
], ],
"support": { "support": {
"issues": "https://github.com/adhocore/php-json-comment/issues", "issues": "https://github.com/adhocore/php-json-comment/issues",
"source": "https://github.com/adhocore/php-json-comment/tree/0.1.0" "source": "https://github.com/adhocore/php-json-comment/tree/1.1.0"
}, },
"time": "2020-01-03T13:51:23+00:00" "funding": [
{
"url": "https://paypal.me/ji10",
"type": "custom"
}
],
"time": "2021-04-05T13:11:13+00:00"
}, },
{ {
"name": "pocketmine/binaryutils", "name": "pocketmine/binaryutils",