Skip to content

Commit 8b25e7a

Browse files
committed
Move files and updates composer.json files
1 parent b92fa7b commit 8b25e7a

File tree

6 files changed

+5
-7
lines changed

6 files changed

+5
-7
lines changed

composer.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,10 @@
3939
},
4040
"autoload": {
4141
"psr-4": {
42-
"Cache\\Adapter\\Filesystem\\": "src/"
43-
}
44-
},
45-
"autoload-dev": {
46-
"psr-4": {
47-
"Cache\\Adapter\\Filesystem\\Tests\\": "tests/"
48-
}
42+
"Cache\\Adapter\\Filesystem\\": ""
43+
},
44+
"exclude-from-classmap": [
45+
"/Tests/"
46+
]
4947
}
5048
}

0 commit comments

Comments
 (0)