Skip to content

Commit 5378b4d

Browse files
authored
Merge pull request #6 from richard8768/master
update hyperf version to 3.0
2 parents e3399eb + 73b1d4e commit 5378b4d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "hyperf-ext/hashing",
2+
"name": "richard8768/hashing",
33
"type": "library",
44
"license": "MIT",
55
"keywords": [
@@ -29,14 +29,14 @@
2929
}
3030
},
3131
"require": {
32-
"php": ">=7.3",
33-
"hyperf/config": "^2.1",
34-
"hyperf/di": "^2.1",
35-
"hyperf/framework": "^2.1"
32+
"php": ">=8.1",
33+
"hyperf/config": "^3.1",
34+
"hyperf/di": "^3.1",
35+
"hyperf/framework": "^3.1"
3636
},
3737
"require-dev": {
38-
"friendsofphp/php-cs-fixer": "^3.0",
39-
"hyperf/testing": "^2.1",
38+
"friendsofphp/php-cs-fixer": "^3.1",
39+
"hyperf/testing": "^3.1",
4040
"phpstan/phpstan": "^0.12",
4141
"swoole/ide-helper": "dev-master"
4242
},

src/Hash.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
namespace HyperfExt\Hashing;
1212

13-
use Hyperf\Utils\ApplicationContext;
13+
use Hyperf\Context\ApplicationContext;
1414
use HyperfExt\Hashing\Contract\DriverInterface;
1515
use HyperfExt\Hashing\Contract\HashInterface;
1616

0 commit comments

Comments
 (0)