Skip to content

Commit e4ee3df

Browse files
authored
Update README.md (#1585)
1 parent 9c35a36 commit e4ee3df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Propel2
22

3-
Propel2 is an open-source Object-Relational Mapping (ORM) for PHP 5.5 and up.
3+
Propel2 is an open-source Object-Relational Mapping (ORM) for PHP 7 and up.
44

55
[![Build Status](https://travis-ci.org/propelorm/Propel2.svg?branch=master)](https://travis-ci.org/propelorm/Propel2)
66
[![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:
2121
Propel2 also relies on [**Composer**](https://github.com/composer/composer) to manage dependencies but you
2222
also can use [ClassLoader](https://github.com/symfony/ClassLoader) (see the `autoload.php.dist` file for instance).
2323

24-
Propel2 is only supported on PHP 5.5 and up.
24+
Propel2 is only supported on PHP 7 and up.
2525

2626

2727
## Installation

0 commit comments

Comments
 (0)