We cannot support php < 5.6, sorry

This commit is contained in:
Daniil Gentili 2017-01-28 00:39:07 +01:00
parent f58ee4ce1c
commit 7a5055c670
2 changed files with 1 additions and 3 deletions

View File

@ -7,8 +7,6 @@ php:
- nightly
- hhvm
- '5.6'
- '5.5'
- '5.4'
addons:
apt:

View File

@ -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"