Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sanduhrs committed Aug 5, 2020
1 parent 8fcba6e commit 5dbec54
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
}
],
"require": {
"php" : "^5.6 || ^7.0",
"ext-SimpleXML": "*",
"ext-json": "*",
"php" : "^5.6 || ^7.0",
"ext-dom": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^6.2",
"ramsey/uuid": "^3.4",
"ext-dom": "*"
"ramsey/uuid": "^3.4"
},
"require-dev": {
"phpunit/phpunit": "^5.4"
Expand Down

0 comments on commit 5dbec54

Please sign in to comment.