Skip to content

Commit 694bced

Browse files
authored
Merge pull request #1 from stevegrunwell/fix/autoload-namespacing
Update the namespace for the PSR-4 autoloader
2 parents fd0f961 + f7ec740 commit 694bced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"autoload": {
66
"psr-4": {
7-
"philcook\\GTMetrixClient\\": "src/"
7+
"Entrecore\\GTMetrixClient\\": "src/"
88
}
99
},
1010
"require": {

0 commit comments

Comments
 (0)