Try another composer config

This commit is contained in:
Frédéric Guillot
2014-11-06 06:55:57 -05:00
parent 4b60e16c5e
commit cfe1e13d4a
3 changed files with 6 additions and 3 deletions

View File

@@ -9,6 +9,10 @@
"lusitanian/oauth": "0.3.5"
},
"autoload": {
"psr-0": {"": "app/"}
"psr-0": {"": "app/"},
"files": [
"app/helpers.php",
"app/functions.php"
]
}
}