From 6a89fe5922943961d78daf53b968269035e7c3be Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Sun, 1 Sep 2019 10:33:15 +0200 Subject: [PATCH] stick to missing-tools 0.2 and pegp 0.2 --- composer.json | 4 ++-- composer.lock | 59 +++++++++++++++++++++++++++----------------------- ipf/format.php | 3 ++- 3 files changed, 36 insertions(+), 30 deletions(-) diff --git a/composer.json b/composer.json index 122b559..621591c 100644 --- a/composer.json +++ b/composer.json @@ -19,9 +19,9 @@ "pear/archive_tar": "1.3.*", "doctrine/dbal": "v2.5.13", "d11wtq/boris": "dev-master", - "andy128k/missing-tools": "0.2.*@dev", + "andy128k/missing-tools": "0.2", "andy128k/migrations": "dev-master", - "andy128k/pegp": "0.1.*@dev", + "andy128k/pegp": "0.2", "andy128k/routeexpression": "dev-master", "andy128k/ipf-legacy-template": "dev-master" }, diff --git a/composer.lock b/composer.lock index 348c147..87e1746 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": "79837da54a36204e6bdf7388ad043a9b", + "content-hash": "cd927b285c7cffa018f2a5a7bbbe9b0b", "packages": [ { "name": "andy128k/ipf-legacy-template", @@ -98,14 +98,20 @@ }, { "name": "andy128k/missing-tools", - "version": "0.2.x-dev", + "version": "0.2", "source": { "type": "git", - "url": "git://git.andy128k.net/missing-tools.git", - "reference": "5e4d636d7de3ee2cd6037e82f733950dda88a8b5" + "url": "https://github.com/andy128k/missing-tools.git", + "reference": "5d1ceab2d8b79e9b3823d1444dcff03ca3beebec" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/andy128k/missing-tools/zipball/5d1ceab2d8b79e9b3823d1444dcff03ca3beebec", + "reference": "5d1ceab2d8b79e9b3823d1444dcff03ca3beebec", + "shasum": "" }, "require": { - "andy128k/pegp": "0.1.*@dev", + "andy128k/pegp": "0.2", "php": ">=5.3" }, "require-dev": { @@ -117,11 +123,7 @@ "src/" ] }, - "scripts": { - "test": [ - "phpunit ./t" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -132,30 +134,35 @@ } ], "description": "Miscellaneous utilities", - "time": "2019-03-10T17:05:21+00:00" + "time": "2019-03-17T13:31:26+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" ], @@ -165,8 +172,8 @@ "email": "andy128k@gmail.com" } ], - "description": "PEG", - "time": "2015-01-11T10:39:21+00:00" + "description": "Library to construct PEG parsers", + "time": "2019-03-17T13:12:33+00:00" }, { "name": "andy128k/routeexpression", @@ -2241,9 +2248,7 @@ "minimum-stability": "dev", "stability-flags": { "d11wtq/boris": 20, - "andy128k/missing-tools": 20, "andy128k/migrations": 20, - "andy128k/pegp": 20, "andy128k/routeexpression": 20, "andy128k/ipf-legacy-template": 20 }, diff --git a/ipf/format.php b/ipf/format.php index fc14808..3471ffc 100644 --- a/ipf/format.php +++ b/ipf/format.php @@ -1,5 +1,7 @@