From 65f892a73fc6155b91ff97d7d52902ee36943ef3 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Sun, 17 Mar 2019 14:44:32 +0100 Subject: [PATCH] Stabilize Pegp --- composer.json | 2 +- composer.lock | 50 +++++++++++++++++++++++++++----------------------- ipf/format.php | 3 ++- 3 files changed, 30 insertions(+), 25 deletions(-) diff --git a/composer.json b/composer.json index 21a8f44..ff8a3b0 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "d11wtq/boris": "dev-master", "andy128k/missing-tools": "0.2.*@dev", "andy128k/migrations": "dev-master", - "andy128k/pegp": "0.1.*@dev", + "andy128k/pegp": "0.2", "andy128k/routeexpression": "dev-master", "pimple/pimple": "~3.0", "twig/twig": "~1" diff --git a/composer.lock b/composer.lock index eef0152..8127526 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": "f67dddca5aa2e90df76556d1f8daa79b", + "content-hash": "60b3f404429126af3c0dcaee85fcc316", "packages": [ { "name": "andy128k/migrations", @@ -41,10 +41,10 @@ "source": { "type": "git", "url": "git://git.andy128k.net/missing-tools.git", - "reference": "5e4d636d7de3ee2cd6037e82f733950dda88a8b5" + "reference": "5d1ceab2d8b79e9b3823d1444dcff03ca3beebec" }, "require": { - "andy128k/pegp": "0.1.*@dev", + "andy128k/pegp": "0.2", "php": ">=5.3" }, "require-dev": { @@ -71,30 +71,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" ], @@ -104,8 +109,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", @@ -1021,12 +1026,12 @@ "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "a482da9fd0a0c00f7d8d6eb810538f9a02f1d08a" + "reference": "931a8b5cdf99dbe222ca1491e8ce96e674d35882" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/a482da9fd0a0c00f7d8d6eb810538f9a02f1d08a", - "reference": "a482da9fd0a0c00f7d8d6eb810538f9a02f1d08a", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/931a8b5cdf99dbe222ca1491e8ce96e674d35882", + "reference": "931a8b5cdf99dbe222ca1491e8ce96e674d35882", "shasum": "" }, "require": { @@ -1079,7 +1084,7 @@ "keywords": [ "templating" ], - "time": "2019-03-14T13:57:20+00:00" + "time": "2019-03-16T10:32:43+00:00" } ], "packages-dev": [ @@ -2347,7 +2352,6 @@ "d11wtq/boris": 20, "andy128k/missing-tools": 20, "andy128k/migrations": 20, - "andy128k/pegp": 20, "andy128k/routeexpression": 20 }, "prefer-stable": false, 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 @@