Skip to content

Commit

Permalink
PSR-4 autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
wogsland committed Jan 19, 2016
1 parent f755a86 commit 634a1df
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 @@ -18,6 +18,11 @@
"support": {
"issues": "https://github.com/gosizzle/sizzle-php-sdk/issues"
},
"autoload": {
"psr-4": {
"SizzlePHP\\": "src/"
}
},
"require": {
"php": ">=5.3"
},
Expand Down

0 comments on commit 634a1df

Please sign in to comment.