Skip to content

Commit

Permalink
require supported carbon verson only
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Kaufmann committed Aug 18, 2023
1 parent 151d5de commit b08fbee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
"require": {
"php": "^8.1",
"ext-zlib": "*",
"spatie/laravel-package-tools": "^1.13.0",
"illuminate/contracts": "^9.0|^10.0"
"illuminate/contracts": "^9.0|^10.0",
"nesbot/carbon": "^2.64",
"spatie/laravel-package-tools": "^1.13.0"
},
"require-dev": {
"laravel-notification-channels/telegram": "^3.0|^4.0",
Expand Down

0 comments on commit b08fbee

Please sign in to comment.