diff --git a/composer.json b/composer.json index de162f5..da92b7f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "topthink/think-testing", + "name": "functions/think-testing", "license": "Apache-2.0", "type": "think-testing", "authors": [ @@ -10,8 +10,8 @@ ], "require": { "topthink/think-installer": "~2.0", - "topthink/framework": "5.1.*", - "topthink/think-helper": "~1.0", + "topthink/framework": "5.1.*", + "topthink/think-helper": "^1.0", "phpunit/phpunit": "^6.0", "symfony/dom-crawler": "^2.8.8" },