From e4ee3df96d2a2d251607979ef11ff60d3b76b0a4 Mon Sep 17 00:00:00 2001 From: Denis Turkov Date: Thu, 25 Jun 2020 17:21:45 +0200 Subject: [PATCH] Update README.md (#1585) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90929215c2..39d536b4a4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Propel2 -Propel2 is an open-source Object-Relational Mapping (ORM) for PHP 5.5 and up. +Propel2 is an open-source Object-Relational Mapping (ORM) for PHP 7 and up. [![Build Status](https://travis-ci.org/propelorm/Propel2.svg?branch=master)](https://travis-ci.org/propelorm/Propel2) [![Code Climate](https://codeclimate.com/github/propelorm/Propel2/badges/gpa.svg)](https://codeclimate.com/github/propelorm/Propel2) @@ -21,7 +21,7 @@ Propel2 uses the following Symfony2 Components: Propel2 also relies on [**Composer**](https://github.com/composer/composer) to manage dependencies but you also can use [ClassLoader](https://github.com/symfony/ClassLoader) (see the `autoload.php.dist` file for instance). -Propel2 is only supported on PHP 5.5 and up. +Propel2 is only supported on PHP 7 and up. ## Installation