X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fseekat;a=blobdiff_plain;f=composer.json;h=c734070b34eb4f0bb2ca796d32ef6f7cbd643709;hp=b9fe1ec8ed1e4cd21b6431d5336275cc754daa42;hb=f4aa6beaf2e1f0dc9c877782cbbad5a989194517;hpb=626d8937c75f6d8fca463fa2b374f645068b2d6d diff --git a/composer.json b/composer.json index b9fe1ec..c734070 100644 --- a/composer.json +++ b/composer.json @@ -14,19 +14,27 @@ "seekat\\": "lib/" }, "files": [ - "lib/functions.php" + "lib/functions.php", + "lib/Exception/functions.php", + "lib/API/Future/functions.php", + "lib/API/Links/functions.php" ] }, + "minimum-stability": "beta", + "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" + "psr/simple-cache": "^1.0", + "async-interop/promise": "^0.4.0" }, "require-dev": { + "react/promise": "dev-async-interop", + "amphp/amp": "dev-master", + "amphp/loop": "dev-master", "peridot-php/peridot": "^1.15", "monolog/monolog": "^1.19", "peridot-php/leo": "^1.5",