Upgrade to pear/http2 to support php 8.2
authorChristian Weiske <cweiske@cweiske.de>
Sun, 2 Apr 2023 16:16:00 +0000 (18:16 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Sun, 2 Apr 2023 16:16:00 +0000 (18:16 +0200)
composer.json
composer.lock

index d0ecad09637e786b0635345c234f04777e684f50..55a3510531607803b741e1df8b22f940fbd9f64c 100644 (file)
@@ -9,7 +9,7 @@
         "pear/net_url2": "^2.2",
         "twig/twig": "^1.0",
         "pear/http_request2": "^2.3",
-        "pear/http2": "^1.1"
+        "pear/http2": "^2.0"
     },
     "require-dev": {
         "phpunit/phpunit": "^9.0"
index a450c0522db3e34a920add41709914b5114799d9..3c8e51934eaad98cd902ffe756c757c5a679281c 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": "e6dec87fbc8da28408e2ae45e0205e1c",
+    "content-hash": "96457dd61271ec6560557fc326b4925e",
     "packages": [
         {
             "name": "pear/console_commandline",
         },
         {
             "name": "pear/http2",
-            "version": "v1.1.2",
+            "version": "v2.0.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/pear/HTTP2.git",
-                "reference": "b87527415aa1439d5abc2c620a37f0047c3b1568"
+                "reference": "72e15b4faa86f6109c6fc3aa82c5515b6453b3b5"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/pear/HTTP2/zipball/b87527415aa1439d5abc2c620a37f0047c3b1568",
-                "reference": "b87527415aa1439d5abc2c620a37f0047c3b1568",
+                "url": "https://api.github.com/repos/pear/HTTP2/zipball/72e15b4faa86f6109c6fc3aa82c5515b6453b3b5",
+                "reference": "72e15b4faa86f6109c6fc3aa82c5515b6453b3b5",
                 "shasum": ""
             },
             "require-dev": {
-                "pear/pear-core": "*"
+                "phpunit/phpunit": "^9"
             },
             "type": "library",
             "autoload": {
@@ -90,9 +90,6 @@
                 }
             },
             "notification-url": "https://packagist.org/downloads/",
-            "include-path": [
-                "./"
-            ],
             "license": [
                 "BSD-2-Clause"
             ],
                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=HTTP2",
                 "source": "https://github.com/pear/HTTP2"
             },
-            "time": "2016-08-10T19:11:15+00:00"
+            "time": "2023-03-22T20:22:11+00:00"
         },
         {
             "name": "pear/http_request2",