From 911304bbec2dc6e6ca2824c942e02923ca1bf454 Mon Sep 17 00:00:00 2001 From: JHGitty Date: Wed, 11 May 2016 01:23:19 +0200 Subject: [PATCH] Remove Symfony version in README (#414) (#415) --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 8580efe..8f4fd28 100644 --- a/README.markdown +++ b/README.markdown @@ -3,7 +3,7 @@ PropelBundle [![Build Status](https://travis-ci.org/propelorm/PropelBundle.svg?branch=3.0)](https://travis-ci.org/propelorm/PropelBundle) -This is the official implementation of [Propel](http://www.propelorm.org/) in Symfony 3. +This is the official implementation of [Propel](http://www.propelorm.org/) in Symfony. ## Branching model @@ -23,7 +23,7 @@ As `Propel2` will be released in the near future, we are migrating the branching * Propel runtime initialization through the XML configuration; * [Propel Migrations](http://propelorm.org/documentation/09-migrations.html); * Reverse engineering from [existing database](http://propelorm.org/documentation/cookbook/working-with-existing-databases.html); - * Integration to the Symfony2 Profiler; + * Integration to the Symfony Profiler; * Load SQL, YAML and XML fixtures; * Create/Drop databases; * Integration with the Form component;