Skip to content

Commit 6e20469

Browse files
authored
Merge pull request #125 from utopia-php/make-default-param-callable
Make default param callable
2 parents fd126c0 + 96cec11 commit 6e20469

File tree

4 files changed

+180
-150
lines changed

4 files changed

+180
-150
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"minimum-stability": "stable",
1313
"autoload": {
1414
"psr-4": {
15-
"Utopia\\Http\\": "src/Http"
15+
"Utopia\\": "src/",
16+
"Tests\\E2E\\": "tests/e2e"
1617
}
1718
},
1819
"scripts": {

0 commit comments

Comments
 (0)