Skip to content

Commit

Permalink
Added Carbon 2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Vidal authored Dec 16, 2019
1 parent 94ed6a0 commit 23db927
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 @@ -25,11 +25,11 @@
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": "^6.2",
"nesbot/carbon": "~1.10"
"nesbot/carbon": "^1.10|^2.25"
},
"autoload": {
"psr-4": {
"Tecactus\\Sunat\\": "src/"
}
}
}
}

0 comments on commit 23db927

Please sign in to comment.