Skip to content

Commit 562fcdb

Browse files
committed
- use classmap
1 parent 4ac3064 commit 562fcdb

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

composer.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"authors": [
1818
{
1919
"name": "Mihail Binev",
20-
"homepage": "http://kodeart.com"
20+
"homepage": "https://kodeart.com"
2121
}
2222
],
2323
"require": {
@@ -31,15 +31,17 @@
3131
"ext-fileinfo": "*"
3232
},
3333
"autoload": {
34-
"psr-4": {
35-
"Koded\\Http\\": ""
36-
},
34+
"classmap": [
35+
""
36+
],
3737
"files": [
38-
"functions.php",
39-
"HttpFactory.php"
38+
"Interfaces.php",
39+
"functions.php"
4040
],
4141
"exclude-from-classmap": [
42-
"/Tests/"
42+
"/Tests/",
43+
"build",
44+
"diagrams"
4345
]
4446
},
4547
"suggest": {

0 commit comments

Comments
 (0)