We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac3064 commit 562fcdbCopy full SHA for 562fcdb
composer.json
@@ -17,7 +17,7 @@
17
"authors": [
18
{
19
"name": "Mihail Binev",
20
- "homepage": "http://kodeart.com"
+ "homepage": "https://kodeart.com"
21
}
22
],
23
"require": {
@@ -31,15 +31,17 @@
31
"ext-fileinfo": "*"
32
},
33
"autoload": {
34
- "psr-4": {
35
- "Koded\\Http\\": ""
36
- },
+ "classmap": [
+ ""
+ ],
37
"files": [
38
- "functions.php",
39
- "HttpFactory.php"
+ "Interfaces.php",
+ "functions.php"
40
41
"exclude-from-classmap": [
42
- "/Tests/"
+ "/Tests/",
43
+ "build",
44
+ "diagrams"
45
]
46
47
"suggest": {
0 commit comments