File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " hyperf-ext /hashing" ,
2+ "name" : " richard8768 /hashing" ,
33 "type" : " library" ,
44 "license" : " MIT" ,
55 "keywords" : [
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 },
Original file line number Diff line number Diff line change 1010 */
1111namespace HyperfExt \Hashing ;
1212
13- use Hyperf \Utils \ApplicationContext ;
13+ use Hyperf \Context \ApplicationContext ;
1414use HyperfExt \Hashing \Contract \DriverInterface ;
1515use HyperfExt \Hashing \Contract \HashInterface ;
1616
You can’t perform that action at this time.
0 commit comments