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