Skip to content

Commit

Permalink
Update README.md (#1585)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilinTv committed Jun 25, 2020
1 parent 9c35a36 commit e4ee3df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
Expand Down

0 comments on commit e4ee3df

Please sign in to comment.