Project init
This commit is contained in:
29
composer.json
Normal file
29
composer.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "dewebsmid/ws_faqaccordion",
|
||||
"description": "Displays your info as a FAQ accordion.",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Isabelle Oving-Anno",
|
||||
"email": "isabelle@dewebsmid.nl"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=8.2.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"WsfaqAccordion\\": "src/"
|
||||
},
|
||||
"classmap": [
|
||||
"ws_faqAccordion.php"
|
||||
],
|
||||
"exclude-from-classmap": []
|
||||
},
|
||||
"config": {
|
||||
"preferred-install": "dist",
|
||||
"prepend-autoloader": false
|
||||
},
|
||||
"type": "prestashop-module",
|
||||
"author": "Isabelle Oving-Anno",
|
||||
"license": "AFL-3.0"
|
||||
}
|
||||
Reference in New Issue
Block a user