Skip to content

Commit

Permalink
Tweaking composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
njames committed Apr 8, 2020
1 parent 383b637 commit de259e0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
}
],
"require": {
"php": "^7.2",
"illuminate/http": "^7.5",
"ramsey/uuid": "^4.0"
},
Expand All @@ -20,10 +21,5 @@
"psr-4": {
"MyobPhpSdk\\": "src/MyobPhpSdk/"
}
},
"config": {
"platform": {
"php": "7.2"
}
}
}
}

0 comments on commit de259e0

Please sign in to comment.