mirror of
https://github.com/Mibew/mibew.git
synced 2025-04-05 16:07:06 +03:00
Add Handlebars.php to the project via composer
This commit is contained in:
parent
cab8caac90
commit
ca0a4274dc
7
.gitignore
vendored
7
.gitignore
vendored
@ -15,3 +15,10 @@ src/mibew/plugins/*
|
|||||||
src/mibew/locales/*
|
src/mibew/locales/*
|
||||||
!src/mibew/locales/en/
|
!src/mibew/locales/en/
|
||||||
!src/mibew/locales/names/
|
!src/mibew/locales/names/
|
||||||
|
|
||||||
|
# Do not index composer files
|
||||||
|
src/composer.phar
|
||||||
|
src/composer.lock
|
||||||
|
|
||||||
|
# Do not index third-party libraries
|
||||||
|
src/mibew/vendor
|
||||||
|
8
src/composer.json
Normal file
8
src/composer.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"require": {
|
||||||
|
"xamin/handlebars.php": "dev-master#44a6f96e9658ef526bbb2a06bc754abc71cdba99"
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"vendor-dir": "mibew/vendor"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user