Skip to content
Snippets Groups Projects
Commit 3ddddff1 authored by Marc Bennewitz's avatar Marc Bennewitz
Browse files

Stringable stub needs to be in autoload, not autoload-dev

parent d2fe32c9
No related branches found
No related tags found
No related merge requests found
......@@ -29,17 +29,17 @@
"autoload": {
"psr-4": {
"MabeEnum\\": "src/"
}
},
"classmap": [
"stubs/Stringable.php"
]
},
"autoload-dev": {
"psr-4": {
"MabeEnumTest\\": "tests/MabeEnumTest/",
"MabeEnumStaticAnalysis\\": "tests/MabeEnumStaticAnalysis/",
"MabeEnumBench\\": "bench/"
},
"classmap": [
"stubs/Stringable.php"
]
}
},
"extra": {
"branch-alias": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment