Skip to content

Commit 41c8506

Browse files
authored
Update composer.json
1 parent bd35b9c commit 41c8506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"phpunit/phpunit": ">= 6.0, <10.0"
2424
},
2525
"autoload": {
26-
"exclude-from-classmap": ["/examples/"],
2726
"psr-4": {
2827
"Ydb\\": "protos/Ydb/",
2928
"GPBMetadata\\": "protos/GPBMetadata/",
@@ -32,7 +31,8 @@
3231
},
3332
"autoload-dev": {
3433
"psr-4": {
35-
"YdbPlatform\\Ydb\\Test\\": "tests"
34+
"YdbPlatform\\Ydb\\Test\\": "tests",
35+
"App\\": "examples/"
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)