Skip to content

Commit c36d0ac

Browse files
committed
Merge branch 'master' into interpreter
2 parents a6d5c32 + e934d99 commit c36d0ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "RefactoringGuru/design-patterns-php",
2+
"name": "refactoringguru/design-patterns-php",
33
"description": "PHP examples for all classic GoF design patterns",
44
"authors": [
55
{
@@ -20,7 +20,7 @@
2020
},
2121
"autoload": {
2222
"psr-4": {
23-
"RefactoringGuru\\": ""
23+
"RefactoringGuru\\": "src/RefactoringGuru"
2424
}
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)