Update project composer.json and composer.lock, change location of smarty templates_c and cache folders to resources folder

This commit is contained in:
DariusIII
2016-03-10 09:24:48 +01:00
parent c8bd46fb81
commit c326523af6
4 changed files with 24 additions and 21 deletions
+10 -2
View File
@@ -1,4 +1,11 @@
{
"authors": [
{
"name": "DariusIII",
"email": "dkrisan@gmail.com",
"role": "developer"
}
],
"repositories": [
{
"type": "vcs",
@@ -24,8 +31,6 @@
"license": "GPL-3.0",
"minimum-requirement": "dev",
"name": "DariusIII/newznab-tmux",
"require": {
@@ -41,4 +46,7 @@
"exeu/apai-io": "~1.0",
"smarty/smarty": "~3.1"
}
"require-dev": {},
"type": "project"
}