Skip to content

Commit b9fcf2f

Browse files
committed
Got the code full PSR-4 autoloading compliant! Hurray!
1 parent e515303 commit b9fcf2f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ccampbell/chromephp",
2+
"name": "phpexpertsinc/chromephp",
33
"type": "library",
44
"description": "Log variables to the Chrome console (via Chrome Logger Google Chrome extension).",
55
"keywords": ["log","logging"],
@@ -11,14 +11,19 @@
1111
"email": "[email protected]",
1212
"homepage": "http://craig.is",
1313
"role": "Developer"
14+
},
15+
{
16+
"name": "Theodore R. Smith",
17+
"email": "[email protected]",
18+
"homepage": "https://www.linkedin.com/in/tedrsmith"
1419
}
1520
],
1621
"require": {
1722
"php": ">=7.0"
1823
},
1924
"autoload": {
20-
"psr-0": {
21-
"ChromePhp": ""
25+
"psr-4": {
26+
"ChromePHP\\": ""
2227
}
2328
}
2429
}

0 commit comments

Comments
 (0)