diff --git a/composer.json b/composer.json index 5746122..dbfff3f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "hyperf-ext/encryption", + "name": "richard8768/encryption", "type": "library", "license": "MIT", "keywords": [ @@ -29,18 +29,18 @@ } }, "require": { - "php": ">=7.3", + "php": ">=8.0", "ext-json": "*", "ext-mbstring": "*", "ext-openssl": "*", "ext-swoole": ">=4.5", - "hyperf/command": "~2.2.0", - "hyperf/di": "~2.2.0", - "hyperf/framework": "~2.2.0" + "hyperf/command": "3.0.*", + "hyperf/di": "3.0.*", + "hyperf/framework": "3.0.*" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", - "hyperf/testing": "~2.2.0", + "hyperf/testing": "3.0.*", "limingxinleo/happy-join-hyperf": "^1.0", "phpstan/phpstan": "^0.12", "swoole/ide-helper": "dev-master"