Skip to content

Commit

Permalink
Add PSR-4 support. Closes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilsson committed Jul 26, 2014
1 parent bf1a11a commit 40878a9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is a PHP implementation of the Spotify Web API. It includes the following:
* Get information about users.
* Manage playlists for users.
* Authorization flow helpers.
* PSR-0 autoloading support.
* PSR-4 autoloading support.

## Requirements
PHP 5.3 or greater.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"phpunit/phpunit": "~4.1"
},
"autoload": {
"psr-0": {
"SpotifyWebAPI": "src/"
"psr-4": {
"SpotifyWebAPI\\": "src/"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 40878a9

Please sign in to comment.