Skip to content

Commit

Permalink
Drop support for Carbon < 2.72.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Jan 3, 2025
1 parent 0fcffb7 commit 7cc72c3
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 @@ -14,7 +14,7 @@
"require": {
"php": "^7.1 || ^8.0",
"simple-cli/simple-cli": "^1.1",
"nesbot/carbon": "^2.20 || ^3.0"
"nesbot/carbon": "^2.72.6 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.2"
Expand Down

0 comments on commit 7cc72c3

Please sign in to comment.