Remove autoload classmap which clashes with installer

This commit is contained in:
Damian Mooyman 2018-04-13 10:23:23 +12:00
parent 659c3212db
commit 22843c2ba5
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
1 changed files with 0 additions and 6 deletions

View File

@ -20,12 +20,6 @@
"require-dev": {
"phpunit/PHPUnit": "^5.7"
},
"autoload": {
"classmap": [
"app/src/Page.php",
"app/src/PageController.php"
]
},
"extra": {
"project-files": [
"app/src/*"