Skip to content

Commit

Permalink
add autoload in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
binotby committed Oct 3, 2020
1 parent 1ebef5d commit bdae9b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"binotby\\phpcorefaster": "."
}
},
"require": {}
}

0 comments on commit bdae9b8

Please sign in to comment.