From: Andrey Kutejko Date: Thu, 18 Aug 2022 21:24:15 +0000 (+0200) Subject: update dependencies X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=bfe9435b1b1a9eba00316070aefb07aafa74eeab;p=ipf-legacy-orm.git update dependencies --- diff --git a/composer.json b/composer.json index 7318159..0f3056c 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "classmap" : ["."] }, "require": { - "mustangostang/spyc": "0.5.*", - "andy128k/missing-tools": "0.3" + "mustangostang/spyc": "~0.6", + "andy128k/missing-tools": "~0.3" } } diff --git a/composer.lock b/composer.lock index bd35be6..5ae26bd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,28 +4,27 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8f55df3840c6cb5aac01522947b4ecd7", + "content-hash": "4d424995740ffd3fa265a59bd4b3ba4e", "packages": [ { "name": "andy128k/missing-tools", - "version": "0.3", + "version": "0.3.3", "source": { "type": "git", "url": "https://github.com/andy128k/missing-tools.git", - "reference": "9ba81e33e389cb80b80ce114fb664506fab1859e" + "reference": "c6d390f6575ddba1a726bcaaf252c591dee1b8ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/andy128k/missing-tools/zipball/9ba81e33e389cb80b80ce114fb664506fab1859e", - "reference": "9ba81e33e389cb80b80ce114fb664506fab1859e", + "url": "https://api.github.com/repos/andy128k/missing-tools/zipball/c6d390f6575ddba1a726bcaaf252c591dee1b8ec", + "reference": "c6d390f6575ddba1a726bcaaf252c591dee1b8ec", "shasum": "" }, "require": { - "andy128k/pegp": "0.2", - "php": ">=5.6" + "andy128k/pegp": "~0.2" }, "require-dev": { - "phpunit/phpunit": "~5" + "phpunit/phpunit": "~9" }, "type": "library", "autoload": { @@ -44,27 +43,28 @@ } ], "description": "Miscellaneous utilities", - "time": "2019-03-19T23:50:24+00:00" + "support": { + "issues": "https://github.com/andy128k/missing-tools/issues", + "source": "https://github.com/andy128k/missing-tools/tree/0.3.3" + }, + "time": "2022-08-18T21:13:56+00:00" }, { "name": "andy128k/pegp", - "version": "0.2", + "version": "0.2.1", "source": { "type": "git", "url": "https://github.com/andy128k/pegp.git", - "reference": "7f4c5a065dec027c4362d346dc7b3995ddb3067f" + "reference": "165b79f53d35dce1cf4fdbb68c8cd4d522989139" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/andy128k/pegp/zipball/7f4c5a065dec027c4362d346dc7b3995ddb3067f", - "reference": "7f4c5a065dec027c4362d346dc7b3995ddb3067f", + "url": "https://api.github.com/repos/andy128k/pegp/zipball/165b79f53d35dce1cf4fdbb68c8cd4d522989139", + "reference": "165b79f53d35dce1cf4fdbb68c8cd4d522989139", "shasum": "" }, - "require": { - "php": ">=5.6" - }, "require-dev": { - "phpunit/phpunit": "~8" + "phpunit/phpunit": "~9" }, "type": "library", "autoload": { @@ -83,25 +83,32 @@ } ], "description": "Library to construct PEG parsers", - "time": "2019-03-17T13:12:33+00:00" + "support": { + "issues": "https://github.com/andy128k/pegp/issues", + "source": "https://github.com/andy128k/pegp/tree/0.2.1" + }, + "time": "2022-08-18T21:06:49+00:00" }, { "name": "mustangostang/spyc", - "version": "0.5.1", + "version": "0.6.3", "source": { "type": "git", - "url": "https://github.com/mustangostang/spyc.git", - "reference": "dc4785b4d7227fd9905e086d499fb8abfadf9977" + "url": "git@github.com:mustangostang/spyc.git", + "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mustangostang/spyc/zipball/dc4785b4d7227fd9905e086d499fb8abfadf9977", - "reference": "dc4785b4d7227fd9905e086d499fb8abfadf9977", + "url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0", + "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0", "shasum": "" }, "require": { "php": ">=5.3.1" }, + "require-dev": { + "phpunit/phpunit": "4.3.*@dev" + }, "type": "library", "extra": { "branch-alias": { @@ -115,7 +122,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT License" + "MIT" ], "authors": [ { @@ -130,7 +137,7 @@ "yaml", "yml" ], - "time": "2013-02-21T10:52:01+00:00" + "time": "2019-09-10T13:16:29+00:00" } ], "packages-dev": [], @@ -140,5 +147,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" }