Initial commit
parents
Showing
.gitignore
0 → 100755
README.md
0 → 100755
composer.json
0 → 100755
{ | |||
"name": "appolo/bolt-extension-custom-queries", | |||
"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": "dev", | |||
"prefer-stable": true, | |||
"autoload": { | |||
"psr-4": { | |||
"Bolt\\Extension\\Appolo\\CustomQueries\\": "src" | |||
} | |||
}, | |||
"autoload-dev": { | |||
"psr-4": { | |||
"Bolt\\Extension\\Appolo\\CustomQueries\\Tests\\": "tests", | |||
"Bolt\\Tests\\": "vendor/bolt/bolt/tests/phpunit/unit/" | |||
} | |||
}, | |||
"extra": { | |||
"bolt-assets": "web", | |||
"bolt-class": "Bolt\\Extension\\Appolo\\CustomQueries\\CustomQueriesExtension" | |||
} | |||
} |
config/.gitignore
0 → 100755
phpunit.xml.dist
0 → 100755
src/CustomQueriesExtension.php
0 → 100755
templates/.gitignore
0 → 100755
templates/custom_queries.twig
0 → 100755
web/.gitignore
0 → 100755
web/css/app.css
0 → 100755
web/js/app.js
0 → 100755
Please
register
or
sign in
to comment