Change composer include files

This commit is contained in:
Frédéric Guillot
2014-11-06 06:52:19 -05:00
parent c80c15dcc3
commit 4b60e16c5e
5 changed files with 9 additions and 13 deletions

View File

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