From: Andrey Kutejko Date: Wed, 20 Mar 2019 21:19:18 +0000 (+0100) Subject: stabilize deps X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=d770c009d47385ecbe13a5244439e65c7e0796ba;p=ipf-legacy-orm.git stabilize deps --- diff --git a/composer.json b/composer.json index 61e8ec0..7318159 100644 --- a/composer.json +++ b/composer.json @@ -17,14 +17,6 @@ }, "require": { "mustangostang/spyc": "0.5.*", - "andy128k/missing-tools": "0.2.*@dev" - }, - "repositories": [ - { - "type": "composer", - "url": "http://packages.andy128k.net/php/" - } - ], - "minimum-stability": "dev" + "andy128k/missing-tools": "0.3" + } } - diff --git a/composer.lock b/composer.lock index c4d7d08..bd35be6 100644 --- a/composer.lock +++ b/composer.lock @@ -1,25 +1,31 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "7ad742b6e272884e8d6766f4494ef815", + "content-hash": "8f55df3840c6cb5aac01522947b4ecd7", "packages": [ { "name": "andy128k/missing-tools", - "version": "0.2.x-dev", + "version": "0.3", "source": { "type": "git", - "url": "git://git.andy128k.net/missing-tools.git", - "reference": "ab41d6ad97c23df896495f294f9e83d63d8d3a49" + "url": "https://github.com/andy128k/missing-tools.git", + "reference": "9ba81e33e389cb80b80ce114fb664506fab1859e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/andy128k/missing-tools/zipball/9ba81e33e389cb80b80ce114fb664506fab1859e", + "reference": "9ba81e33e389cb80b80ce114fb664506fab1859e", + "shasum": "" }, "require": { - "andy128k/pegp": "0.1.*@dev", - "php": ">=5.3" + "andy128k/pegp": "0.2", + "php": ">=5.6" }, "require-dev": { - "phpunit/phpunit": "4.4.*" + "phpunit/phpunit": "~5" }, "type": "library", "autoload": { @@ -27,6 +33,7 @@ "src/" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -37,30 +44,35 @@ } ], "description": "Miscellaneous utilities", - "time": "2015-01-11 10:58:45" + "time": "2019-03-19T23:50:24+00:00" }, { "name": "andy128k/pegp", - "version": "0.1.x-dev", + "version": "0.2", "source": { "type": "git", - "url": "git://git.andy128k.net/pegp.git", - "reference": "5587cad497f1abb543cd04f40a89584ffeccc729" + "url": "https://github.com/andy128k/pegp.git", + "reference": "7f4c5a065dec027c4362d346dc7b3995ddb3067f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/andy128k/pegp/zipball/7f4c5a065dec027c4362d346dc7b3995ddb3067f", + "reference": "7f4c5a065dec027c4362d346dc7b3995ddb3067f", + "shasum": "" + }, + "require": { + "php": ">=5.6" }, "require-dev": { - "phpunit/phpunit": "4.4.*" + "phpunit/phpunit": "~8" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.x-dev" - } - }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Pegp\\": "src/" + } }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -70,21 +82,21 @@ "email": "andy128k@gmail.com" } ], - "description": "PEG", - "time": "2015-01-11 10:39:21" + "description": "Library to construct PEG parsers", + "time": "2019-03-17T13:12:33+00:00" }, { "name": "mustangostang/spyc", - "version": "dev-master", + "version": "0.5.1", "source": { "type": "git", "url": "https://github.com/mustangostang/spyc.git", - "reference": "eeb9f7c47e1457770d64c7fb1f3d4aabff52de4b" + "reference": "dc4785b4d7227fd9905e086d499fb8abfadf9977" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mustangostang/spyc/zipball/eeb9f7c47e1457770d64c7fb1f3d4aabff52de4b", - "reference": "eeb9f7c47e1457770d64c7fb1f3d4aabff52de4b", + "url": "https://api.github.com/repos/mustangostang/spyc/zipball/dc4785b4d7227fd9905e086d499fb8abfadf9977", + "reference": "dc4785b4d7227fd9905e086d499fb8abfadf9977", "shasum": "" }, "require": { @@ -103,7 +115,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "MIT License" ], "authors": [ { @@ -118,16 +130,15 @@ "yaml", "yml" ], - "time": "2014-08-21 09:14:01" + "time": "2013-02-21T10:52:01+00:00" } ], "packages-dev": [], "aliases": [], - "minimum-stability": "dev", - "stability-flags": { - "andy128k/missing-tools": 20 - }, + "minimum-stability": "stable", + "stability-flags": [], "prefer-stable": false, + "prefer-lowest": false, "platform": [], "platform-dev": [] }