Skip to content

Commit 3f274fc

Browse files
committed
Update composer.json
1 parent f5339ff commit 3f274fc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,15 @@
1919
"nette/tester": "^1.7",
2020
"nette/reflection": "^2.4",
2121
"tracy/tracy": "^2.4"
22+
},
23+
"autoload": {
24+
"psr-4": {
25+
"RadekHubner\\DoctrineExtensions\\": "src"
26+
}
27+
},
28+
"autoload-dev": {
29+
"psr-4": {
30+
"RadekHubner\\DoctrineExtensions\\Tests\\": "tests"
31+
}
2232
}
2333
}

0 commit comments

Comments
 (0)