Skip to content

Commit 6730eba

Browse files
authored
Merge pull request #1633 from propelorm/dereuromark-patch-1
Add missing badges
2 parents 4e2f32f + b88ee23 commit 6730eba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ Propel2 is an open-source Object-Relational Mapping (ORM) for PHP.
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)
7+
[![Minimum PHP Version](http://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg)](https://php.net/)
8+
[![License](https://poser.pugx.org/propel/propel/license.svg)](https://packagist.org/packages/propel/propel)
79
<a href="https://codeclimate.com/github/propelorm/Propel2"><img src="https://codeclimate.com/github/propelorm/Propel2/badges/coverage.svg" /></a>
810
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/propelorm/Propel)
911

1012
## Requirements
1113

12-
Propel2 uses the following Symfony2 Components:
14+
Propel uses the following Symfony Components:
1315

1416
* [Console](https://github.com/symfony/Console)
1517
* [Yaml](https://github.com/symfony/Yaml)
@@ -18,11 +20,9 @@ Propel2 uses the following Symfony2 Components:
1820
* [Filesystem](https://github.com/symfony/Filesystem)
1921
* [Config](https://github.com/symfony/config)
2022

21-
Propel2 also relies on [**Composer**](https://github.com/composer/composer) to manage dependencies but you
23+
Propel also relies on [**Composer**](https://github.com/composer/composer) to manage dependencies but you
2224
also can use [ClassLoader](https://github.com/symfony/ClassLoader) (see the `autoload.php.dist` file for instance).
2325

24-
Propel2 is only supported on PHP 7.2 and up.
25-
2626

2727
## Installation
2828

@@ -31,7 +31,7 @@ Read the [Propel documentation](http://propelorm.org/documentation/01-installati
3131

3232
## Contribute
3333

34-
Everybody can contribute to Propel2. Just fork it, and send Pull Requests.
34+
Everybody can contribute to Propel. Just fork it, and send Pull Requests.
3535
You have to follow [Propel2 Coding Standards](https://github.com/propelorm/Propel2/wiki/Coding-Standards) and provides unit
3636
tests as much as possible. Also [check out the roadmap](https://github.com/propelorm/Propel2/wiki) to get an overview of what we are working on!
3737

0 commit comments

Comments
 (0)