Skip to content

Commit 44a82d2

Browse files
committed
update Carbon version
1 parent a3aede4 commit 44a82d2

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
#phpstorm project files
55
.idea/*
66

7+
vendor/
8+
composer.lock
9+
710
assets/*
811
!assets/.gitignore
912
protected/runtime/*

composer.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
}
1414
],
1515
"require": {
16-
"yiisoft/yii2-queue": "~2.3.2",
17-
"yiisoft/yii2-httpclient": "~2.0",
18-
"nesbot/carbon": "^2.40"
16+
"yiisoft/yii2-queue": "^2.0",
17+
"yiisoft/yii2-httpclient": "^2.0",
18+
"nesbot/carbon": "^2.0 | ^3.0"
1919
},
2020
"require-dev": {
2121
"roave/security-advisories": "dev-latest"
@@ -32,5 +32,10 @@
3232
"type": "composer",
3333
"url": "https://asset-packagist.org"
3434
}
35-
]
36-
}
35+
],
36+
"config": {
37+
"allow-plugins": {
38+
"yiisoft/yii2-composer": true
39+
}
40+
}
41+
}

0 commit comments

Comments
 (0)