File tree Expand file tree Collapse file tree 6 files changed +3033
-16
lines changed
Expand file tree Collapse file tree 6 files changed +3033
-16
lines changed Original file line number Diff line number Diff line change 22/.env
33/vendor
44/example.php
5- /composer.lock
65/.telegram-bot
76/.phpunit.result.cache
Original file line number Diff line number Diff line change 22 "name" : " telegram-bot-php/core" ,
33 "description" : " A PHP library that makes using Telegram Bot API much easier." ,
44 "keywords" : [
5+ " php" ,
56 " telegram" ,
67 " bot" ,
78 " core" ,
8- " php"
9+ " update-handler" ,
10+ " library"
911 ],
1012 "license" : " MIT" ,
1113 "homepage" : " https://github.com/telegram-bot-php/core" ,
1618 "authors" : [
1719 {
1820 "name" : " Shahrad Elahi" ,
19- "email" : " shahrad@litehex.com" ,
20- "role" : " developer"
21+ "email" : " shahrad@litehex.com"
22+ },
23+ {
24+ "name" : " LiteHex Team" ,
25+ "email" : " opensource@litehex.com"
2126 }
2227 ],
2328 "minimum-stability" : " dev" ,
2429 "prefer-stable" : true ,
30+ "scripts" : {
31+ "install-dependencies" : " composer install --prefer-source" ,
32+ "phpunit-test" : " vendor/bin/phpunit --colors=always --configuration phpunit.xml"
33+ },
2534 "require" : {
2635 "php" : " >=8.0" ,
2736 "ext-json" : " *" ,
2837 "ext-curl" : " *" ,
2938 "ext-mbstring" : " *" ,
3039 "symfony/dotenv" : " ^v6.1.0" ,
31- "shahradelahi/easy-http" : " ^ v1.2 .0"
40+ "shahradelahi/easy-http" : " ~ v1.3 .0"
3241 },
3342 "require-dev" : {
3443 "phpunit/phpunit" : " ^9.5.20" ,
4453 "TelegramBotTest\\ " : " tests/"
4554 }
4655 },
47- "scripts " : {
48- "install-dependencies " : " composer install --prefer-source " ,
49- "phpunit-test " : " vendor/bin/phpunit --colors=always --configuration phpunit.xml "
56+ "config " : {
57+ "sort-packages " : true ,
58+ "optimize-autoloader " : true
5059 }
5160}
You can’t perform that action at this time.
0 commit comments