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 75e5f7e commit 07aa508Copy full SHA for 07aa508
composer.json
@@ -38,12 +38,13 @@
38
},
39
"autoload": {
40
"psr-4": {
41
- "TelegramBot\\Api\\": "src"
+ "TelegramBot\\Api\\": "src/"
42
}
43
44
"autoload-dev": {
45
46
- "TelegramBot\\Api\\Test\\": "tests"
+ "TelegramBot\\Api\\": "src/",
47
+ "TelegramBot\\Api\\Test\\": "tests/"
48
49
50
"scripts": {
@@ -65,4 +66,4 @@
65
66
"dev-master": "1.0-dev"
67
68
-}
69
+}
0 commit comments