We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3aede4 commit 44a82d2Copy full SHA for 44a82d2
.gitignore
@@ -4,6 +4,9 @@
4
#phpstorm project files
5
.idea/*
6
7
+vendor/
8
+composer.lock
9
+
10
assets/*
11
!assets/.gitignore
12
protected/runtime/*
composer.json
@@ -13,9 +13,9 @@
13
}
14
],
15
"require": {
16
- "yiisoft/yii2-queue": "~2.3.2",
17
- "yiisoft/yii2-httpclient": "~2.0",
18
- "nesbot/carbon": "^2.40"
+ "yiisoft/yii2-queue": "^2.0",
+ "yiisoft/yii2-httpclient": "^2.0",
+ "nesbot/carbon": "^2.0 | ^3.0"
19
},
20
"require-dev": {
21
"roave/security-advisories": "dev-latest"
@@ -32,5 +32,10 @@
32
"type": "composer",
33
"url": "https://asset-packagist.org"
34
35
- ]
36
-}
+ ],
+ "config": {
37
+ "allow-plugins": {
38
+ "yiisoft/yii2-composer": true
39
+ }
40
41
+}
0 commit comments