Skip to content

Commit

Permalink
composer autoload psr-0 add
Browse files Browse the repository at this point in the history
  • Loading branch information
initred committed Jan 30, 2020
1 parent abd344e commit 68e2ee4
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 @@ -27,6 +27,11 @@
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {
"InitRed": "src"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 68e2ee4

Please sign in to comment.