Skip to content

Commit 2506620

Browse files
authored
Merge pull request yiisoft#133 from yiisoft/d3
Add support `yiisoft/definitions` version `^3.0`
2 parents b91b23b + 1d181e0 commit 2506620

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ The preferred way to install this extension is through [composer](http://getcomp
2525

2626
Either run
2727

28-
```
29-
php composer.phar require --prefer-dist yiisoft/yii-queue
28+
```shell
29+
composer require yiisoft/yii-queue
3030
```
3131

3232
or add

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"php": "^8.0",
3030
"psr/log": "^2.0|^3.0",
3131
"yiisoft/yii-console": "^1.0",
32-
"yiisoft/definitions": "^1.0|^2.0",
32+
"yiisoft/definitions": "^1.0|^2.0|^3.0",
3333
"yiisoft/factory": "^1.0",
3434
"yiisoft/friendly-exception": "^1.0",
3535
"yiisoft/injector": "^1.0"

0 commit comments

Comments
 (0)