|
1 | 1 | { |
2 | | - "name": "telegram-bot-php/core", |
3 | | - "description": "A PHP library that makes using Telegram Bot API much easier.", |
4 | | - "keywords": [ |
5 | | - "php", |
6 | | - "library", |
7 | | - "telegram", |
8 | | - "update-handler", |
9 | | - "bot", |
10 | | - "core" |
11 | | - ], |
12 | | - "license": "MIT", |
13 | | - "homepage": "https://github.com/telegram-bot-php/core", |
14 | | - "support": { |
15 | | - "issues": "https://github.com/telegram-bot-php/core/issues", |
16 | | - "source": "https://github.com/telegram-bot-php/core" |
17 | | - }, |
18 | | - "authors": [ |
19 | | - { |
20 | | - "name": "Shahrad Elahi", |
21 | | - "email": "shahrad@litehex.com" |
22 | | - }, |
23 | | - { |
24 | | - "name": "LiteHex", |
25 | | - "email": "opensource@litehex.com" |
26 | | - } |
27 | | - ], |
28 | | - "minimum-stability": "dev", |
29 | | - "prefer-stable": true, |
30 | | - "scripts": { |
31 | | - "install-dependencies": "composer install --prefer-source", |
32 | | - "phpunit-test": "vendor/bin/phpunit --colors=always --configuration phpunit.xml" |
33 | | - }, |
34 | | - "require": { |
35 | | - "php": ">=8.0", |
36 | | - "ext-curl": "*", |
37 | | - "ext-json": "*", |
38 | | - "ext-mbstring": "*", |
39 | | - "guzzlehttp/guzzle": "^7.8", |
40 | | - "symfony/dotenv": "^v6.4" |
41 | | - }, |
42 | | - "require-dev": { |
43 | | - "fakerphp/faker": "^1.23", |
44 | | - "phpunit/phpunit": "^9.5", |
45 | | - "psr/log": "^1.1|^2.0|^3.0" |
46 | | - }, |
47 | | - "autoload": { |
48 | | - "psr-4": { |
49 | | - "TelegramBot\\": "src/" |
50 | | - } |
51 | | - }, |
52 | | - "autoload-dev": { |
53 | | - "psr-4": { |
54 | | - "TelegramBotTest\\": "tests/" |
55 | | - } |
56 | | - }, |
57 | | - "config": { |
58 | | - "sort-packages": true, |
59 | | - "optimize-autoloader": true |
60 | | - } |
| 2 | + "name": "telegram-bot-php/core", |
| 3 | + "description": "A PHP library that makes using Telegram Bot API much easier.", |
| 4 | + "keywords": [ |
| 5 | + "php", |
| 6 | + "library", |
| 7 | + "telegram", |
| 8 | + "update-handler", |
| 9 | + "bot", |
| 10 | + "core" |
| 11 | + ], |
| 12 | + "license": "MIT", |
| 13 | + "homepage": "https://github.com/telegram-bot-php/core", |
| 14 | + "support": { |
| 15 | + "issues": "https://github.com/telegram-bot-php/core/issues", |
| 16 | + "source": "https://github.com/telegram-bot-php/core" |
| 17 | + }, |
| 18 | + "authors": [ |
| 19 | + { |
| 20 | + "name": "Shahrad Elahi", |
| 21 | + "email": "shahrad@litehex.com" |
| 22 | + }, |
| 23 | + { |
| 24 | + "name": "LiteHex", |
| 25 | + "email": "opensource@litehex.com" |
| 26 | + } |
| 27 | + ], |
| 28 | + "minimum-stability": "dev", |
| 29 | + "prefer-stable": true, |
| 30 | + "scripts": { |
| 31 | + "test": "phpunit --colors=always --configuration phpunit.xml" |
| 32 | + }, |
| 33 | + "require": { |
| 34 | + "php": ">=8.2", |
| 35 | + "ext-curl": "*", |
| 36 | + "ext-json": "*", |
| 37 | + "ext-mbstring": "*", |
| 38 | + "guzzlehttp/guzzle": "^7.8", |
| 39 | + "symfony/dotenv": "^v7.1" |
| 40 | + }, |
| 41 | + "require-dev": { |
| 42 | + "fakerphp/faker": "^1.23", |
| 43 | + "phpunit/phpunit": "^11.2", |
| 44 | + "psr/log": "^1.1|^2.0|^3.0" |
| 45 | + }, |
| 46 | + "autoload": { |
| 47 | + "psr-4": { |
| 48 | + "TelegramBot\\": "src/" |
| 49 | + } |
| 50 | + }, |
| 51 | + "autoload-dev": { |
| 52 | + "psr-4": { |
| 53 | + "TelegramBotTest\\": "tests/" |
| 54 | + } |
| 55 | + }, |
| 56 | + "config": { |
| 57 | + "sort-packages": true, |
| 58 | + "optimize-autoloader": true |
| 59 | + } |
61 | 60 | } |
0 commit comments