Skip to content
This repository was archived by the owner on May 14, 2022. It is now read-only.

Commit 6f08b89

Browse files
committed
Changed minimum php version to 5.3.0
1 parent 5edd797 commit 6f08b89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ php-client for [telegram-cli](https://github.com/vysheng/tg/)
1010
Requirements
1111
------------
1212
- 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.).
13-
- php >= 5.4.0
13+
- php >= 5.3.0
1414

1515
Usage
1616
-----

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=5.4.0,<6.0.0"
14+
"php": ">=5.3.0,<6.0.0"
1515
},
1616
"autoload": {
1717
"psr-0": {

0 commit comments

Comments
 (0)