]> git.andy128k.dev Git - ipf.git/commitdiff
stick to missing-tools 0.2 and pegp 0.2 0.6
authorAndrey Kutejko <andy128k@gmail.com>
Sun, 1 Sep 2019 08:33:15 +0000 (10:33 +0200)
committerAndrey Kutejko <andy128k@gmail.com>
Sun, 8 Sep 2019 13:40:59 +0000 (15:40 +0200)
composer.json
composer.lock
ipf/format.php

index 122b559b21121ff0646ef08e2bbd5847175aee69..621591ce27a2f2ed189f90d17e1085aeb84370d5 100644 (file)
@@ -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"
   },
index 348c147a8e1c57e4c4a2f0188b722c1d09565be1..87e1746478839d1a5dedd6d85b5510c2d821c7c7 100644 (file)
@@ -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",
         },
         {
             "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": {
                     "src/"
                 ]
             },
-            "scripts": {
-                "test": [
-                    "phpunit ./t"
-                ]
-            },
+            "notification-url": "https://packagist.org/downloads/",
             "license": [
                 "MIT"
             ],
                 }
             ],
             "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"
             ],
                     "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",
     "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
     },
index fc14808e8d04831f9fa0621f02dd33e7cdf76eca..3471ffc006d5713a5475f4b1752afc4a87a81f96 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 
+use Pegp\Pegp;
+
 final class IPF_Format
 {
     const DATE_BIG_ENDIAN     =  0;
@@ -183,4 +185,3 @@ final class IPF_Format
 }
 
 IPF_Format::init();
-