Skip to content

Commit

Permalink
Adopt to yiisoft/definitions (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Aug 30, 2021
1 parent b54581f commit 6764cfd
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 @@ -26,6 +26,7 @@
"php": "^7.4|^8.0",
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.1",
"yiisoft/definitions": "3.0.x-dev",
"yiisoft/factory": "3.0.x-dev",
"yiisoft/friendly-exception": "^1.0",
"yiisoft/injector": "^1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/QueueFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use InvalidArgumentException;
use WeakReference;
use Yiisoft\Factory\Exception\InvalidConfigException;
use Yiisoft\Definitions\Exception\InvalidConfigException;
use Yiisoft\Factory\Factory;
use Yiisoft\Yii\Queue\Adapter\AdapterInterface;
use Yiisoft\Yii\Queue\Exception\AdapterConfiguration\ChannelIncorrectlyConfigured;
Expand Down
2 changes: 1 addition & 1 deletion src/QueueFactoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Yiisoft\Yii\Queue;

use Yiisoft\Factory\Exception\InvalidConfigException;
use Yiisoft\Definitions\Exception\InvalidConfigException;

interface QueueFactoryInterface
{
Expand Down

0 comments on commit 6764cfd

Please sign in to comment.