Skip to content

Commit

Permalink
add autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
tidal committed Nov 9, 2017
1 parent 6a45559 commit a2fcdcb
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 @@ -12,6 +12,11 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.8"
},
"autoload": {
"psr-4": {
"PEIP\\Contract\\Factory": "src"
}
},
"scripts": {
"fixer" : "vendor/bin/php-cs-fixer",
"cs": [
Expand Down

0 comments on commit a2fcdcb

Please sign in to comment.