1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 05:07:36 +02:00

Minimum required PHP version in README

Updated the minimum required PHP version in README from 5.3 to 7.0 as detailed in `composer.json`.

Fixes #873
This commit is contained in:
Jeroen Seegers
2016-10-31 12:02:34 +01:00
committed by GitHub
parent 58544af7ff
commit 1536d3f9d1

View File

@@ -58,7 +58,7 @@ can also add your own there if you publish one.
### Requirements
- Monolog works with PHP 5.3 or above, and is also tested to work with HHVM.
- Monolog works with PHP 7.0 or above, and is also tested to work with HHVM.
### Submitting bugs and feature requests