Composer.json
parents
Showing
composer.json
0 → 100644
| { | |||
| "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" | |||
| } | |||
| } |
Please
register
or
sign in
to comment