This commit is contained in:
Pierre Rudloff 2015-04-11 22:15:35 +02:00
parent 0b4e75547a
commit f672b996eb
3 changed files with 14 additions and 1 deletions

View File

@ -1,5 +1,12 @@
{
"require": {
"smarty/smarty": "~3.1"
},
"extra": {
"paas": {
"nginx-includes": [
"nginx.conf"
]
}
}
}

2
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "b48850b7da32d0f14515a15b400da402",
"hash": "bf891b9f75567fcfa1ff398cbbad53ea",
"packages": [
{
"name": "smarty/smarty",

6
nginx.conf Normal file
View File

@ -0,0 +1,6 @@
types {
text/html html htm shtml;
text/css css;
text/xml xml;
application/x-web-app-manifest+json webapp;
}