Skip to content

Commit

Permalink
[*] WS : Updated composer.json
Browse files Browse the repository at this point in the history
Updated composer.json to add autoload and minimum requirements.
  • Loading branch information
GaryPEGEOT-WIC committed Aug 24, 2015
1 parent dc2c41e commit cdb7e0f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,13 @@
"email": "contact@prestashop.com"
}
],
"autoload": {
"classmap": ["PSWebServiceLibrary.php"]
},
"minimum-stability": "dev-master",
"require": {
"php": ">= 5.3.0",
"ext-curl": "*"
}
"require": {}
}

0 comments on commit cdb7e0f

Please sign in to comment.