Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tustin committed Aug 12, 2018
1 parent 36a857e commit c9a7f92
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
@@ -1,10 +1,14 @@
{
"name": "tustin/psn-php",
"license": "MIT",
"description": "PHP wrapper for the PlayStation API.",
"homepage": "https://github.com/Tustin/psn-php",
"keywords": ["playstation", "api", "php"],
"autoload": {
"psr-4": {"PlayStation\\": "src/"}
},
"require": {
"guzzlehttp/guzzle": "^6.3"
"guzzlehttp/guzzle": "^6.3",
"php": "^7.2"
}
}

0 comments on commit c9a7f92

Please sign in to comment.