Rename app to src

This commit is contained in:
QWp6t
2015-12-19 16:52:05 -08:00
committed by Ben Word
parent 9283bbbfb3
commit f752470b33
14 changed files with 8 additions and 8 deletions

View File

@@ -25,13 +25,13 @@
},
"autoload": {
"psr-4": {
"Roots\\Sage\\": "app/lib/Sage/"
"Roots\\Sage\\": "src/lib/Sage/"
},
"files": [
"app/helpers.php",
"app/setup.php",
"app/filters.php",
"app/admin.php"
"src/helpers.php",
"src/setup.php",
"src/filters.php",
"src/admin.php"
]
},
"require": {