Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
miqdadyyy authored Feb 4, 2020
1 parent 7b53bbc commit 2d5deac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"homepage": "https://github.com/miqdadyyy/rajaongkirapi",
"keywords": ["Laravel", "RajaOngkirApi"],
"require": {
"illuminate/support": "~5|~6"
"illuminate/support": "~5|~6",
"php": "^7.2.5",
"ext-json": "*",
"guzzlehttp/psr7": "^1.6.1",
"psr/http-client": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
Expand Down

0 comments on commit 2d5deac

Please sign in to comment.