From 5d1ceab2d8b79e9b3823d1444dcff03ca3beebec Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Sun, 17 Mar 2019 14:31:26 +0100 Subject: [PATCH] update deps. stable only --- composer.json | 9 +-------- composer.lock | 39 +++++++++++++++++++++------------------ src/dateformat.php | 2 +- 3 files changed, 23 insertions(+), 27 deletions(-) diff --git a/composer.json b/composer.json index 184f8f5..8dbdfc7 100644 --- a/composer.json +++ b/composer.json @@ -13,19 +13,12 @@ }, "require": { "php": ">=5.3", - "andy128k/pegp": "0.1.*@dev" + "andy128k/pegp": "0.2" }, "require-dev": { "phpunit/phpunit": "4.4.*" }, - "repositories": [ - { - "type": "composer", - "url": "http://packages.andy128k.net/php/" - } - ], "config": { - "secure-http": false, "platform": { "php": "5.6.4" } diff --git a/composer.lock b/composer.lock index 77ac1f6..6763bc8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,30 +4,35 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8a90404e7ab5a3257409a757dd322d7b", + "content-hash": "2bdd3ecd1c14aff8b1e4786ee9bf123c", "packages": [ { "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" ], @@ -37,8 +42,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" } ], "packages-dev": [ @@ -954,9 +959,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "andy128k/pegp": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { diff --git a/src/dateformat.php b/src/dateformat.php index 7a96a56..79a6d42 100644 --- a/src/dateformat.php +++ b/src/dateformat.php @@ -2,7 +2,7 @@ namespace PFF; -use \Pegp as Pegp; +use \Pegp\Pegp as Pegp; final class DateFormat { -- 2.49.0