Skip to content

Commit

Permalink
changed to psr-4
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmill3rtime committed Aug 10, 2018
1 parent 913a5aa commit 14949d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
"name": "itsmill3rtime/mysql-load-data-tool",
"authors": [
{
"name": "Jimmy",
"email": "[email protected]"
"name": "Jimmy"
}
],
"require": {
"php": ">=5.6.0"
},
"autoload": {
"psr-0": {
"psr-4": {
"ItsMill3rTime": "src/"
}
}
Expand Down

0 comments on commit 14949d9

Please sign in to comment.