Initial commit
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "appolo/tourinsoft", | |||
"description": "", | |||
"type": "bolt-extension", | |||
"keywords": [ | |||
], | |||
"require": { | |||
"bolt/bolt": "^3.0" | |||
}, | |||
"require-dev": { | |||
"phpunit/phpunit": "^4.7" | |||
}, | |||
"license": "MIT", | |||
"authors": [ | |||
{ | |||
"name": "", | |||
"email": "you@example.com" | |||
} | |||
], | |||
"minimum-stability": "dev", | |||
"prefer-stable": true, | |||
"autoload": { | |||
"psr-4": { | |||
"Bolt\\Extension\\Appolo\\Tourinsoft\\": "src" | |||
} | |||
}, | |||
"autoload-dev": { | |||
"psr-4": { | |||
"Bolt\\Tests\\": "vendor/bolt/bolt/tests/phpunit/unit/" | |||
} | |||
}, | |||
"extra": { | |||
"bolt-assets": "web", | |||
"bolt-class": "Bolt\\Extension\\Appolo\\Tourinsoft\\TourinsoftExtension" | |||
} | |||
} |
config/.gitignore
0 → 100644
config/global.yml
0 → 100644
phpunit.xml.dist
0 → 100644
src/TourinsoftExtension.php
0 → 100644
templates/.gitignore
0 → 100644
web/.gitignore
0 → 100644
Please
register
or
sign in
to comment