feat(all): Some stuff
Showing
{ | ||
"name": "bolt/bolt-extension-starter", | ||
"description": "", | ||
"name": "appolo/elloha", | ||
"description": "Bolt Extension for Tourinsoft contents", | ||
"type": "bolt-extension", | ||
"keywords": [ | ||
], | ||
... | ... | @@ -13,25 +13,25 @@ |
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "", | ||
"email": "you@example.com" | ||
"name": "Appolo", | ||
"email": "support@appolo.fr" | ||
} | ||
], | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"autoload": { | ||
"psr-4": { | ||
"Bolt\\Extension\\YourName\\ExtensionName\\": "src" | ||
"Bolt\\Extension\\Appolo\\Elloha\\": "src" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Bolt\\Extension\\YourName\\ExtensionName\\Tests\\": "tests", | ||
"Bolt\\Extension\\Appolo\\Elloha\\Tests\\": "tests", | ||
"Bolt\\Tests\\": "vendor/bolt/bolt/tests/phpunit/unit/" | ||
} | ||
}, | ||
"extra": { | ||
"bolt-assets": "web", | ||
"bolt-class": "Bolt\\Extension\\YourName\\ExtensionName\\ExtensionNameExtension" | ||
"bolt-class": "Bolt\\Extension\\Appolo\\Elloha\\EllohaExtension" | ||
} | ||
} |
Please
register
or
sign in
to comment