Skip to content

Commit

Permalink
Adds requirement hyperf/stdlib (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Aug 27, 2023
1 parent 90abbc1 commit 1d693e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"hyperf/di": "~3.1.0",
"hyperf/event": "~3.1.0",
"hyperf/process": "~3.1.0",
"hyperf/stdlib": "~3.1.0",
"hyperf/stringable": "~3.1.0",
"hyperf/support": "~3.1.0",
"hyperf/tappable": "~3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/SubscriberManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Hyperf\Collection\Arr;
use Hyperf\Contract\StdoutLoggerInterface;
use Hyperf\Di\Annotation\AnnotationCollector;
use SplPriorityQueue;
use Hyperf\Stdlib\SplPriorityQueue;

class SubscriberManager
{
Expand Down
2 changes: 1 addition & 1 deletion src/TriggerManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Hyperf\Collection\Arr;
use Hyperf\Contract\ConfigInterface;
use Hyperf\Di\Annotation\AnnotationCollector;
use SplPriorityQueue;
use Hyperf\Stdlib\SplPriorityQueue;

use function Hyperf\Support\class_basename;

Expand Down

0 comments on commit 1d693e8

Please sign in to comment.