We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1796aa7 + 195556b commit 5de7f3bCopy full SHA for 5de7f3b
1 file changed
composer.json
@@ -8,7 +8,7 @@
8
"authors": [
9
{
10
"name": "Mark Story",
11
- "homepage": "http://mark-story.com",
+ "homepage": "https://mark-story.com",
12
"role": "Author"
13
},
14
@@ -36,8 +36,8 @@
36
37
"autoload": {
38
"psr-4": {
39
- "DebugKit\\": "src",
40
- "DebugKit\\Test\\Fixture\\": "tests\\Fixture"
+ "DebugKit\\": "src/",
+ "DebugKit\\Test\\Fixture\\": "tests/Fixture/"
41
}
42
43
"autoload-dev": {
0 commit comments