Skip to content

Commit

Permalink
load
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostff authored Oct 11, 2017
1 parent cd98710 commit e389b3a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
"require": {
"php": ">=5.3"
},
"autoload" : {
"psr-4" : {
"Dump\\" : "src/"
}
"autoload": {
"classmap": [
"src/Dump.php"
]
}
}
}

0 comments on commit e389b3a

Please sign in to comment.