Skip to content

Commit

Permalink
Merge pull request #1 from stevegrunwell/fix/autoload-namespacing
Browse files Browse the repository at this point in the history
Update the namespace for the PSR-4 autoloader
  • Loading branch information
philcook authored May 17, 2018
2 parents fd0f961 + f7ec740 commit 694bced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"autoload": {
"psr-4": {
"philcook\\GTMetrixClient\\": "src/"
"Entrecore\\GTMetrixClient\\": "src/"
}
},
"require": {
Expand Down

0 comments on commit 694bced

Please sign in to comment.