Install all necessary dependencies
Showing
... | ... | @@ -23,19 +23,28 @@ |
} | ||
], | ||
"require": { | ||
"php": "^7.1", | ||
"php": "^7.1.3", | ||
"ext-pdo": "*", | ||
"ext-curl": "*", | ||
"ext-json": "*", | ||
"ext-mbstring": "*", | ||
"monolog/monolog": "^1.24", | ||
"guzzlehttp/guzzle": "^6.3" | ||
"guzzlehttp/guzzle": "^6.3", | ||
"illuminate/database": "5.8.*", | ||
"illuminate/console": "^5.8", | ||
"illuminate/events": "^5.8", | ||
"vlucas/phpdotenv": "^3.3", | ||
"illuminate/filesystem": "^5.8" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^7.5", | ||
"squizlabs/php_codesniffer": "^3.4" | ||
"squizlabs/php_codesniffer": "^3.4", | ||
"symfony/var-dumper": "^4.3" | ||
}, | ||
"autoload": { | ||
"files": [ | ||
"src/helpers.php" | ||
], | ||
"psr-4": { | ||
"Longman\\TelegramBot\\": "src/" | ||
} | ||
... | ... | @@ -61,7 +70,7 @@ |
}, | ||
"config": { | ||
"platform": { | ||
"php": "7.1.0" | ||
"php": "7.1.8" | ||
}, | ||
"process-timeout": 3600 | ||
} | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment