Skip to content

Commit

Permalink
Allow carbon v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking committed Jul 31, 2019
1 parent 8302f48 commit 11ccc03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"require": {
"php": ">=5.6.4",
"ext-json": "*",
"bmatovu/oauth-negotiator": "^0.0.1",
"bmatovu/oauth-negotiator": "~0.0.2",
"guzzlehttp/guzzle": "^6.3",
"illuminate/console": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/container": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/contracts": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/database": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/support": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"nesbot/carbon": "~1.20",
"nesbot/carbon": "~1.20||^2.0",
"ramsey/uuid": "~3.0"
},
"require-dev": {
Expand Down

0 comments on commit 11ccc03

Please sign in to comment.