Update composer package pear2/services_linkback from v0.3.0 to v0.4.0 master github/master
authorChristian Weiske <cweiske@cweiske.de>
Thu, 30 Nov 2023 10:00:40 +0000 (11:00 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Thu, 30 Nov 2023 10:00:44 +0000 (11:00 +0100)
.. so we get pear/http2 2.0.0 that works on PHP8

composer.json
composer.lock

index f751efe154f4fb99dc6bedbc81d15d88ddd75843..b26790cc42b14e7eb3145506d61f781476ddb6ae 100644 (file)
@@ -3,6 +3,6 @@
         "pear/net_url2": "^2.2",
         "twig/twig": "^3.0",
         "pear/services_libravatar": "^0.2.4",
-        "pear2/services_linkback": "^0.3.0"
+        "pear2/services_linkback": "^0.4.0"
     }
 }
index 56f5a638696da3a383f9c311b891c761407e2599..9ded57a9856d78012563e520fe600dc644c6a4a3 100644 (file)
@@ -4,24 +4,24 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "6f5e8d10b4a20c2586020514fcd648c6",
+    "content-hash": "875fa1befaae8ac8d43aa38d81775c35",
     "packages": [
         {
             "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": {
@@ -30,9 +30,6 @@
                 }
             },
             "notification-url": "https://packagist.org/downloads/",
-            "include-path": [
-                "./"
-            ],
             "license": [
                 "BSD-2-Clause"
             ],
@@ -54,7 +51,7 @@
                 "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",
         },
         {
             "name": "pear2/services_linkback",
-            "version": "v0.3.0",
+            "version": "v0.4.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/pear2/Services_Linkback.git",
-                "reference": "afee0b32c171c999e20ac199361eb6df650f6483"
+                "reference": "61790889871cae0bc6e54adb2637b9e0ec93275f"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/pear2/Services_Linkback/zipball/afee0b32c171c999e20ac199361eb6df650f6483",
-                "reference": "afee0b32c171c999e20ac199361eb6df650f6483",
+                "url": "https://api.github.com/repos/pear2/Services_Linkback/zipball/61790889871cae0bc6e54adb2637b9e0ec93275f",
+                "reference": "61790889871cae0bc6e54adb2637b9e0ec93275f",
                 "shasum": ""
             },
             "require": {
-                "pear/http2": "~1.1",
-                "pear/http_request2": "~2.2",
-                "pear/net_url2": "~2.2"
+                "ext-xmlrpc": "*",
+                "pear/http2": "^2.0",
+                "pear/http_request2": "^2.5",
+                "pear/net_url2": "^2.2"
             },
             "require-dev": {
-                "phpunit/phpunit": "*",
+                "pear/stream_var": "^2.0",
+                "phpunit/phpunit": "^9",
                 "squizlabs/php_codesniffer": "~2.6"
             },
             "type": "library",
             "support": {
                 "email": "pear-general@lists.php.net",
                 "issues": "https://github.com/pear2/Services_Linkback/issues/",
-                "source": "https://github.com/pear2/Services_Linkback/tree/v0.3.0"
+                "source": "https://github.com/pear2/Services_Linkback/tree/v0.4.0"
             },
-            "time": "2016-08-10T19:33:01+00:00"
+            "time": "2023-03-22T21:18:04+00:00"
         },
         {
             "name": "symfony/polyfill-ctype",