composer: update auryn; add uri_template fallback
authorMichael Wallner <mike@php.net>
Fri, 16 Dec 2016 09:08:19 +0000 (10:08 +0100)
committerMichael Wallner <mike@php.net>
Fri, 20 Dec 2019 12:21:58 +0000 (13:21 +0100)
composer.json
composer.lock

index eeb6728922d1735bd31aade047e0816a33306706..030798db3934d6dd030187d586a64227ec65bd47 100644 (file)
@@ -27,6 +27,6 @@
                "m6w6/pq-gateway": "~2.1",
                "monolog/monolog": "^1.13",
                "react/promise": "^2.2",
-               "seebz/uri-template": "^1.1"
+               "rize/uri-template": "^0.3.0"
        }
 }
index 75de0640c22eff00bd36bb0af1c0befc415734b0..705e2f69e1a55ec170f5b3afb4b57dbe8db3de12 100644 (file)
@@ -4,7 +4,8 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "c926d96f919fd6be117001853d061d17",
+    "hash": "6363aa76ca25a3ca7a2aa3263b7e0a1f",
+    "content-hash": "47325bd6f24fa48e342ffcde7e9fa71b",
     "packages": [
         {
             "name": "league/plates",
                 }
             },
             "notification-url": "https://packagist.org/downloads/",
+            "include-path": [
+                "src/"
+            ],
             "license": [
                 "BSD-2-Clause"
             ],
         },
         {
             "name": "rdlowrey/auryn",
-            "version": "1.1.0",
+            "version": "v1.4.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/rdlowrey/auryn.git",
-                "reference": "f57eaf665a601dbe061c8b1426d84f58c003e6a8"
+                "reference": "2e4240791162dfe073d59654d8dc06df0eb0b73f"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/rdlowrey/auryn/zipball/f57eaf665a601dbe061c8b1426d84f58c003e6a8",
-                "reference": "f57eaf665a601dbe061c8b1426d84f58c003e6a8",
+                "url": "https://api.github.com/repos/rdlowrey/auryn/zipball/2e4240791162dfe073d59654d8dc06df0eb0b73f",
+                "reference": "2e4240791162dfe073d59654d8dc06df0eb0b73f",
                 "shasum": ""
             },
             "require": {
                 "dic",
                 "ioc"
             ],
-            "time": "2015-08-26T16:31:48+00:00"
+            "time": "2016-03-14 20:10:19"
         },
         {
             "name": "react/promise",
                 }
             ],
             "description": "A lightweight implementation of CommonJS Promises/A for PHP",
-            "time": "2015-07-03T13:48:55+00:00"
+            "time": "2015-07-03 13:48:55"
         },
         {
-            "name": "seebz/uri-template",
-            "version": "1.1.0",
+            "name": "rize/uri-template",
+            "version": "0.3.0",
             "source": {
                 "type": "git",
-                "url": "https://github.com/Seebz/uri-template.git",
-                "reference": "f2d7076e9c729a9dcb338ffe5de8e0df73034f38"
+                "url": "https://github.com/rize/UriTemplate.git",
+                "reference": "2496aa674438f1c48fce122ffc44291ad7014717"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/Seebz/uri-template/zipball/f2d7076e9c729a9dcb338ffe5de8e0df73034f38",
-                "reference": "f2d7076e9c729a9dcb338ffe5de8e0df73034f38",
+                "url": "https://api.github.com/repos/rize/UriTemplate/zipball/2496aa674438f1c48fce122ffc44291ad7014717",
+                "reference": "2496aa674438f1c48fce122ffc44291ad7014717",
                 "shasum": ""
             },
             "require": {
                 "php": ">=5.3.0"
             },
             "require-dev": {
-                "php": ">=5.6.0",
-                "phpunit/phpunit": "^5.7"
+                "phpunit/phpunit": "~4.0.0"
             },
             "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.0.x-dev"
-                }
-            },
             "autoload": {
-                "files": [
-                    "src/functions.php"
-                ]
+                "psr-0": {
+                    "Rize\\UriTemplate": "src/"
+                }
             },
             "notification-url": "https://packagist.org/downloads/",
             "license": [
-                "WTFPL"
+                "MIT"
             ],
             "authors": [
                 {
-                    "name": "Sébastien Corne",
-                    "email": "sebastien@seebz.net",
-                    "homepage": "http://seebz.net"
+                    "name": "Marut K",
+                    "homepage": "http://twitter.com/rezigned"
                 }
             ],
-            "description": "Implementation of RFC 6570 (URI Template) in a single PHP function",
-            "homepage": "https://github.com/Seebz/uri-template",
+            "description": "PHP URI Template (RFC 6570) supports both expansion & extraction",
             "keywords": [
-                "URI Template",
-                "rfc6570"
+                "RFC 6570",
+                "template",
+                "uri"
             ],
-            "time": "2018-02-22T13:25:48+00:00"
+            "time": "2015-04-17 16:12:22"
         }
     ],
     "packages-dev": [],