Skip to content

Commit

Permalink
Updated README:
Browse files Browse the repository at this point in the history
Set minimal supported PHP version to 5.4
  • Loading branch information
disc committed Sep 14, 2021
1 parent cc64312 commit e3e1e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Synopsis

Modern php implementation of Zabbix Sender Client.
Support php versions PHP 5.3 and above.
Support php versions PHP 5.4 and above.
Working with Zabbix 2.0.8, 2.1.7+ and supports version 4.0.

## Code Example
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"type": "library",
"require": {
"php": ">=5.3"
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
Expand Down

0 comments on commit e3e1e72

Please sign in to comment.