Skip to content

Commit

Permalink
add Carbon 3 compatibility (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
macbookandrew authored Sep 1, 2024
1 parent b8e4eb5 commit 64f76d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add required dependencies:
```
"require": {
"firebase/php-jwt": "^5.2",
"nesbot/carbon": "^2.0"
"nesbot/carbon": "^2.0|^3.0"
},
```

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"illuminate/config": "~6.0|~7.0|~8.0|~9.0|~10.0|~11.0",
"illuminate/http": "~6.0|~7.0|~8.0|~9.0|~10.0|~11.0",
"illuminate/routing": "~6.0|~7.0|~8.0|~9.0|~10.0|~11.0",
"nesbot/carbon": "^2.0",
"nesbot/carbon": "^2.0|^3.0",
"guzzlehttp/guzzle": "~6.0|~7.0"
},
"require-dev": {
Expand Down

0 comments on commit 64f76d3

Please sign in to comment.