]> git.andy128k.dev Git - ipf.git/commitdiff
Stabilize Pegp
authorAndrey Kutejko <andy128k@gmail.com>
Sun, 17 Mar 2019 13:44:32 +0000 (14:44 +0100)
committerAndrey Kutejko <andy128k@gmail.com>
Sun, 17 Mar 2019 13:44:32 +0000 (14:44 +0100)
composer.json
composer.lock
ipf/format.php

index 21a8f4455f8599da80d987814bd771f1bd586b46..ff8a3b001cf07e4b19cd4149e4dcfc713dda551b 100644 (file)
@@ -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"
index eef01520ca757fdb8772df4563e21728d66476c2..81275262fbe9e35c784c8446b27cb88d7ff5c906 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": "f67dddca5aa2e90df76556d1f8daa79b",
+    "content-hash": "60b3f404429126af3c0dcaee85fcc316",
     "packages": [
         {
             "name": "andy128k/migrations",
             "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": {
                 }
             ],
             "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",
             "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": {
             "keywords": [
                 "templating"
             ],
-            "time": "2019-03-14T13:57:20+00:00"
+            "time": "2019-03-16T10:32:43+00:00"
         }
     ],
     "packages-dev": [
         "d11wtq/boris": 20,
         "andy128k/missing-tools": 20,
         "andy128k/migrations": 20,
-        "andy128k/pegp": 20,
         "andy128k/routeexpression": 20
     },
     "prefer-stable": false,
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();
-