X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fseekat;a=blobdiff_plain;f=composer.json;h=49a40af8bb650a10ef5bf75ec50d543336ec9dba;hp=c734070b34eb4f0bb2ca796d32ef6f7cbd643709;hb=e368287b3cd2dd40945ac8d1a1946bc32268007d;hpb=f4aa6beaf2e1f0dc9c877782cbbad5a989194517 diff --git a/composer.json b/composer.json index c734070..49a40af 100644 --- a/composer.json +++ b/composer.json @@ -15,12 +15,13 @@ }, "files": [ "lib/functions.php", - "lib/Exception/functions.php", + "lib/API/functions.php", "lib/API/Future/functions.php", - "lib/API/Links/functions.php" + "lib/API/Links/functions.php", + "lib/Exception/functions.php" ] }, - "minimum-stability": "beta", + "minimum-stability": "dev", "prefer-stable": true, "require": { "php": "^7.0", @@ -35,9 +36,7 @@ "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", - "peridot-php/peridot-code-coverage-reporters": "^2.0" + "phpunit/phpunit": "^5" } }