Skip to content

Commit

Permalink
Allow installation of nesbot/carbon v3
Browse files Browse the repository at this point in the history
This change also allows installation on projects using Symfony 7 since
carbon has a couple of Symfony dependencies.
  • Loading branch information
gjuric committed Feb 2, 2024
1 parent 0db5228 commit b5dec12
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 @@ -29,7 +29,7 @@
"php": "^7.3|^8.0.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3|^7.0",
"nesbot/carbon": "^1.0|^2.0",
"nesbot/carbon": "^1.0|^2.0|^3.0",
"google/apiclient": "^2.10",
"google/apiclient-services": "~0.249",
"robrichards/xmlseclibs": "^3.0.4"
Expand Down

0 comments on commit b5dec12

Please sign in to comment.