Skip to content

Commit

Permalink
Remove carbon:^1
Browse files Browse the repository at this point in the history
There is no combination with Laravel which supports Carbon 1 anymore.
Even Laravel 6 requires carbon:^2
  • Loading branch information
mfn committed Mar 17, 2024
1 parent 2df55f8 commit 3f0fda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"illuminate/support": "^6|^7|^8.67|^9|^10|^11",
"lcobucci/jwt": "^4.0",
"namshi/jose": "^7.0",
"nesbot/carbon": "^1.0|^2.0"
"nesbot/carbon": "^2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3",
Expand Down

0 comments on commit 3f0fda2

Please sign in to comment.