Skip to content

Commit 07aa508

Browse files
composer update
1 parent 75e5f7e commit 07aa508

File tree

2 files changed

+1100
-641
lines changed

2 files changed

+1100
-641
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,13 @@
3838
},
3939
"autoload": {
4040
"psr-4": {
41-
"TelegramBot\\Api\\": "src"
41+
"TelegramBot\\Api\\": "src/"
4242
}
4343
},
4444
"autoload-dev": {
4545
"psr-4": {
46-
"TelegramBot\\Api\\Test\\": "tests"
46+
"TelegramBot\\Api\\": "src/",
47+
"TelegramBot\\Api\\Test\\": "tests/"
4748
}
4849
},
4950
"scripts": {
@@ -65,4 +66,4 @@
6566
"dev-master": "1.0-dev"
6667
}
6768
}
68-
}
69+
}

0 commit comments

Comments
 (0)