From 7a5055c670dffff661fe917da29487993423f57d Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 28 Jan 2017 00:39:07 +0100 Subject: [PATCH] We cannot support php < 5.6, sorry --- .travis.yml | 2 -- composer.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1085cd53..711b94ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,6 @@ php: - nightly - hhvm - '5.6' -- '5.5' -- '5.4' addons: apt: diff --git a/composer.json b/composer.json index 85f90a84..8ce2d3c7 100644 --- a/composer.json +++ b/composer.json @@ -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"