Skip to content

Commit

Permalink
update nestbot carbon version
Browse files Browse the repository at this point in the history
  • Loading branch information
ramos94 committed Jan 7, 2022
1 parent 62237fc commit 127a62d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,17 @@
],
"require": {
"guzzlehttp/guzzle": "^6.1",
"nesbot/carbon": "~1.20"
"nesbot/carbon": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.*"
"phpunit/phpunit": "^8.0"
},
"autoload": {
"psr-4": {"TrustPilot\\": "src/TrustPilot"}
},
"config": {
"allow-plugins": {
"kylekatarnls/update-helper": true
}
}
}

0 comments on commit 127a62d

Please sign in to comment.