From 6f08b89a6c813c5f962064cab822072d5babc2c2 Mon Sep 17 00:00:00 2001 From: zyberspace Date: Mon, 11 May 2015 12:40:31 +0200 Subject: [PATCH] Changed minimum php version to 5.3.0 --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcd837e..095d5e4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ php-client for [telegram-cli](https://github.com/vysheng/tg/) Requirements ------------ - a running [telegram-cli](https://github.com/vysheng/tg/) listening on a unix-socket (`-S`) or a port (`-P`). Needs to be configured already (phone-number, etc.). - - php >= 5.4.0 + - php >= 5.3.0 Usage ----- diff --git a/composer.json b/composer.json index 118d771..1a5dbd7 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": ">=5.4.0,<6.0.0" + "php": ">=5.3.0,<6.0.0" }, "autoload": { "psr-0": {