update to PHP-8.1
[m6w6/seekat] / composer.json
index b9fe1ec8ed1e4cd21b6431d5336275cc754daa42..5d07e1193efb8b8fca56d90845e56efdfb020a5d 100644 (file)
             "seekat\\": "lib/"
         },
         "files": [
-            "lib/functions.php"
+            "lib/functions.php",
+            "lib/API/functions.php",
+            "lib/API/Future/functions.php",
+            "lib/API/Links/functions.php",
+            "lib/Exception/functions.php"
         ]
     },
+    "minimum-stability": "dev",
+    "prefer-stable": true,
     "require": {
-        "php": "^7.0",
-        "ext-http": "^3.0",
-        "react/promise": "^2.4",
-        "seebz/uri-template": "dev-master",
-               "psr/log": "^1.0",
-        "psr/cache": "^1.0",
-        "psr/simple-cache": "^1.0"
+        "php": ">=8.1",
+        "ext-http": ">=4.2",
+        "ext-json": "*",
+        "psr/log": "^3",
+        "psr/cache": "^1",
+        "psr/simple-cache": "^1",
+        "rize/uri-template": "^0.3.4",
+        "monolog/monolog": "^3"
     },
     "require-dev": {
-        "peridot-php/peridot": "^1.15",
-        "monolog/monolog": "^1.19",
-        "peridot-php/leo": "^1.5",
-        "peridot-php/peridot-code-coverage-reporters": "^2.0"
+        "php": ">=8.1",
+        "amphp/amp": "^2",
+        "react/promise": "^2",
+        "phpunit/phpunit": "^9",
+        "squizlabs/php_codesniffer": "*",
+        "phpcompatibility/php-compatibility": "*"
     }
 }