Commit fe5c60be by Frédéric

Composer.json

parents
{
"name": "appolo/bolt-extension-bolt-form-extended",
"description": "",
"type": "bolt-extension",
"keywords": [
],
"version": "0.1.0",
"require": {
"bolt/bolt": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.7"
},
"license": "MIT",
"authors": [
{
"name": "Appolo",
"email": "contact@appolo.fr"
}
],
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Bolt\\Extension\\Appolo\\BoltFormExtended\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Bolt\\Extension\\Appolo\\BoltFormExtended\\Tests\\": "tests",
"Bolt\\Tests\\": "vendor/bolt/bolt/tests/phpunit/unit/"
}
},
"extra": {
"bolt-assets": "web",
"bolt-class": "Bolt\\Extension\\Appolo\\BoltFormExtended\\BoltFormExtendedExtension"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment