Skip to content

Commit

Permalink
Merge pull request PrestaShop#28 from GaryPEGEOT-WIC/patch-1
Browse files Browse the repository at this point in the history
[*] WS : Add autoload and update requirements
  • Loading branch information
Jérôme Nadaud committed Aug 28, 2015
2 parents f2522cc + 07966b5 commit ffab062
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,12 @@
"email": "contact@prestashop.com"
}
],
"require": {}
"autoload": {
"classmap": ["PSWebServiceLibrary.php"]
},
"minimum-stability": "dev-master",
"require": {
"php": ">= 5.3.0",
"ext-curl": "*"
}
}

0 comments on commit ffab062

Please sign in to comment.