Skip to content

Commit 5de7f3b

Browse files
authored
Merge pull request #710 from cakephp/dereuromark-patch-1
Fix paths
2 parents 1796aa7 + 195556b commit 5de7f3b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"authors": [
99
{
1010
"name": "Mark Story",
11-
"homepage": "http://mark-story.com",
11+
"homepage": "https://mark-story.com",
1212
"role": "Author"
1313
},
1414
{
@@ -36,8 +36,8 @@
3636
},
3737
"autoload": {
3838
"psr-4": {
39-
"DebugKit\\": "src",
40-
"DebugKit\\Test\\Fixture\\": "tests\\Fixture"
39+
"DebugKit\\": "src/",
40+
"DebugKit\\Test\\Fixture\\": "tests/Fixture/"
4141
}
4242
},
4343
"autoload-dev": {

0 commit comments

Comments
 (0)