Skip to content

Commit

Permalink
update Carbon version
Browse files Browse the repository at this point in the history
  • Loading branch information
achretien committed Jul 8, 2024
1 parent a3aede4 commit 44a82d2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
#phpstorm project files
.idea/*

vendor/
composer.lock

assets/*
!assets/.gitignore
protected/runtime/*
Expand Down
15 changes: 10 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
}
],
"require": {
"yiisoft/yii2-queue": "~2.3.2",
"yiisoft/yii2-httpclient": "~2.0",
"nesbot/carbon": "^2.40"
"yiisoft/yii2-queue": "^2.0",
"yiisoft/yii2-httpclient": "^2.0",
"nesbot/carbon": "^2.0 | ^3.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
Expand All @@ -32,5 +32,10 @@
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}
],
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true
}
}
}

0 comments on commit 44a82d2

Please sign in to comment.