Skip to content

Commit

Permalink
Composer.json Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
popnable committed Oct 10, 2019
1 parent f75e95d commit 75ba842
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions composer.json
Expand Up @@ -3,16 +3,21 @@
"description": "A PHP wrapper for the Popnable API",
"type": "library",
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"ext-curl": "*",
"ext-json": "*",
},
"license": "MIT",
"authors": [
{
"name": "Popnable",
"email": "support@popnable.com"
"email": "support@popnable.com",
"homepage": "https://popnable.com"
}
],
"minimum-stability": "stable",
],
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
"autoload": {
"psr-0": {
"Popnable": "src/"
Expand Down

0 comments on commit 75ba842

Please sign in to comment.