Skip to content

Commit

Permalink
Added psr-4 autoloader key to the composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adambullmer committed Apr 17, 2016
1 parent 9779545 commit 7ad171d
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 @@ -8,6 +8,11 @@
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"USDLRegex\\": "php/"
}
},
"require": {
"php": ">=5.3.0"
}
Expand Down

0 comments on commit 7ad171d

Please sign in to comment.