mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 23:14:38 +01:00
We cannot support php < 5.6, sorry
This commit is contained in:
parent
f58ee4ce1c
commit
7a5055c670
@ -7,8 +7,6 @@ php:
|
|||||||
- nightly
|
- nightly
|
||||||
- hhvm
|
- hhvm
|
||||||
- '5.6'
|
- '5.6'
|
||||||
- '5.5'
|
|
||||||
- '5.4'
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"homepage": "https://daniil.it/MadelineProto",
|
"homepage": "https://daniil.it/MadelineProto",
|
||||||
"keywords": ["telegram", "mtproto", "protocol", "bytes", "messenger", "client", "PHP", "video", "stickers", "audio", "files", "GB"],
|
"keywords": ["telegram", "mtproto", "protocol", "bytes", "messenger", "client", "PHP", "video", "stickers", "audio", "files", "GB"],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4.0",
|
"php": ">=5.6.0",
|
||||||
"danog/phpstruct": "^1.2",
|
"danog/phpstruct": "^1.2",
|
||||||
"phpseclib/phpseclib": "dev-master|^2.0.4",
|
"phpseclib/phpseclib": "dev-master|^2.0.4",
|
||||||
"vlucas/phpdotenv": "^2.4"
|
"vlucas/phpdotenv": "^2.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user