X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fseekat;a=blobdiff_plain;f=composer.json;h=0c7dab4a0c23668ba123fdc93a1204027004aec0;hp=b9fe1ec8ed1e4cd21b6431d5336275cc754daa42;hb=2121556150be871684b5046af7cf250b8219128d;hpb=2451d97f1cb7b97e445b4dd839835b8673a4d0fc diff --git a/composer.json b/composer.json index b9fe1ec..0c7dab4 100644 --- a/composer.json +++ b/composer.json @@ -14,22 +14,31 @@ "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", + "php": ">=7.2", + "ext-http": ">=3.2", + "ext-json": "*", + "psr/log": "^1.0", "psr/cache": "^1.0", - "psr/simple-cache": "^1.0" + "psr/simple-cache": "^1.0", + "rize/uri-template": "^0.3.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", + "amphp/amp": "^2", + "react/promise": "^2", + "monolog/monolog": "*", + "phpunit/phpunit": "*", + "squizlabs/php_codesniffer": "*", + "phpcompatibility/php-compatibility": "*" } }