diff --git a/composer.json b/composer.json index 08c6279..5d56b9b 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "swaggest/json-diff": "^3.8.3", "php-yaoi/php-yaoi": "^1", "symfony/yaml": "^3", - "salsify/json-streaming-parser": "^7.0", + "salsify/json-streaming-parser": "^8.0", "swaggest/json-schema": "^0.12.41", "swaggest/go-code-builder": "0.4.51", "swaggest/php-code-builder": "^0.2.38", @@ -36,7 +36,7 @@ }, "config": { "platform": { - "php": "5.6.0" + "php": "7.1.0" } }, "bin": [ diff --git a/composer.lock b/composer.lock index 7319ea5..0040511 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b2ae2df3901d2dafef3c1c97e2b23ecb", + "content-hash": "f4db78b39e2095d76f02aa0ef65fac3c", "packages": [ { "name": "php-yaoi/php-yaoi", @@ -155,26 +155,33 @@ }, { "name": "salsify/json-streaming-parser", - "version": "v7.0", + "version": "v8.3.1", "source": { "type": "git", "url": "https://github.com/salsify/jsonstreamingparser.git", - "reference": "a4d8d651f01864ac539b6a05c3c781906a56bd2e" + "reference": "c0cfac990eb4e917c71b0ad0146546f0a4da0c2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/salsify/jsonstreamingparser/zipball/a4d8d651f01864ac539b6a05c3c781906a56bd2e", - "reference": "a4d8d651f01864ac539b6a05c3c781906a56bd2e", + "url": "https://api.github.com/repos/salsify/jsonstreamingparser/zipball/c0cfac990eb4e917c71b0ad0146546f0a4da0c2f", + "reference": "c0cfac990eb4e917c71b0ad0146546f0a4da0c2f", "shasum": "" }, "require": { + "ext-ctype": "*", "ext-mbstring": "*", - "php": "^5.4 | ^7.0" + "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "ext-json": "*", + "phpunit/phpunit": "~9.6" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "8.0-dev" + } + }, "autoload": { "psr-4": { "JsonStreamingParser\\": "src", @@ -186,19 +193,23 @@ "MIT" ], "authors": [ - { - "name": "Maxim Gnatenko", - "email": "mgnatenko@gmail.com" - }, { "name": "Rob Gonzalez", "email": "rob@salsify.com", "homepage": "http://salsify.com/" }, + { + "name": "Maxim Gnatenko", + "email": "mgnatenko@gmail.com" + }, { "name": "Max Grigorian", "email": "maxakawizard@gmail.com", "homepage": "http://wizardcat.com/" + }, + { + "name": "ThePanz", + "email": "thepanz@gmail.com" } ], "description": "A streaming parser for JSON in PHP.", @@ -210,9 +221,9 @@ ], "support": { "issues": "https://github.com/salsify/jsonstreamingparser/issues", - "source": "https://github.com/salsify/jsonstreamingparser/tree/master" + "source": "https://github.com/salsify/jsonstreamingparser/tree/v8.3.1" }, - "time": "2018-03-29T00:35:18+00:00" + "time": "2023-05-09T10:37:49+00:00" }, { "name": "swaggest/code-builder", @@ -1907,7 +1918,7 @@ }, "platform-dev": [], "platform-overrides": { - "php": "5.6.0" + "php": "7.1.0" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } diff --git a/src/App.php b/src/App.php index 2b23585..664749e 100644 --- a/src/App.php +++ b/src/App.php @@ -7,7 +7,7 @@ class App extends Command\Application { - public static $ver = 'v1.11.1'; + public static $ver = 'v1.11.2'; public $diff; public $apply;