Skip to content

Commit 86bc82b

Browse files
committed
Move files and updates composer.json files
1 parent eb5cf67 commit 86bc82b

7 files changed

+5
-7
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

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\\PHPArray\\": "src/"
43-
}
44-
},
45-
"autoload-dev": {
46-
"psr-4": {
47-
"Cache\\Adapter\\PHPArray\\Tests\\": "tests/"
48-
}
42+
"Cache\\Adapter\\PHPArray\\": ""
43+
},
44+
"exclude-from-classmap": [
45+
"/Tests/"
46+
]
4947
}
5048
}

0 commit comments

Comments
 (0)