Skip to content

Commit

Permalink
[WIP] first commit (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokesterfr authored Dec 23, 2022
2 parents 3eb3480 + f503098 commit a9f943d
Show file tree
Hide file tree
Showing 5 changed files with 1,062 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
27 changes: 27 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "prestashop/addons_helper",
"type": "library",
"require": {
"prestashop/module-lib-guzzle-adapter": "^0.5.0"
},
"autoload": {
"psr-4": {
"Prestashop\\AddonsHelper\\": "src/"
}
},
"authors": [
{
"name": "Mikatux",
"email": "[email protected]"
}
],
"config": {
"preferred-install": "dist",
"classmap-authoritative": true,
"optimize-autoloader": true,
"prepend-autoloader": false,
"platform": {
"php": "7.3"
}
}
}
Loading

0 comments on commit a9f943d

Please sign in to comment.