Skip to content

Commit

Permalink
Update RedisTool
Browse files Browse the repository at this point in the history
  • Loading branch information
carry0987 committed Jan 19, 2024
1 parent a90f7e8 commit 34d8ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
"type": "library",
"require": {
"php": ">=8.0",
"carry0987/fiesta-redis-tool": ">=1.0.2"
},
"require-dev": {
"php": ">=8.0",
"carry0987/fiesta-redis-tool": ">=1.0.2"
"carry0987/redis-tool": "^1.0"
},
"license": "MIT",
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/RedisController.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace carry0987\Template\Controller;

use carry0987\Fiesta\RedisTool;
use carry0987\Redis\RedisTool;

class RedisController
{
Expand Down

0 comments on commit 34d8ce2

Please sign in to comment.