diff --git a/composer.cn.json b/composer.cn.json index a63797b5..376ba4d0 100644 --- a/composer.cn.json +++ b/composer.cn.json @@ -27,7 +27,7 @@ }, "require-dev": { "swoft/swoole-ide-helper": "dev-master", - "phpunit/phpunit": "^7.5", + "phpunit/phpunit": "^7.5 || ^8.0", "swoft/devtool": "~2.0.0" }, "autoload": { diff --git a/dev.composer.json b/composer.dev.json similarity index 94% rename from dev.composer.json rename to composer.dev.json index 99052245..3544559b 100644 --- a/dev.composer.json +++ b/composer.dev.json @@ -12,13 +12,13 @@ "php": ">7.1", "ext-pdo": "*", "ext-json": "*", - "ext-swoole": ">=4.3", "swoft/component": "dev-master as 2.0", "swoft/ext": "dev-master as 2.0" }, "require-dev": { + "swoft/swlib": "~2.0.0", "swoft/swoole-ide-helper": "dev-master", - "phpunit/phpunit": "^7.5" + "phpunit/phpunit": "^7.5 || ^8.0" }, "autoload": { "psr-4": { diff --git a/composer.json b/composer.json index 91988b4a..46570ed4 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "require-dev": { "swoft/swlib": "~2.0.0", "swoft/swoole-ide-helper": "dev-master", - "phpunit/phpunit": "^7.5" + "phpunit/phpunit": "^7.5 || ^8.0" }, "autoload": { "psr-4": {