From 1420b1bc4100b51b8ebbcb5f11b59f3ba3fa5775 Mon Sep 17 00:00:00 2001 From: antishov Date: Wed, 7 Aug 2019 22:22:41 +0300 Subject: [PATCH] Updated README --- README.markdown | 19 ------------------- README.md | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 19 deletions(-) delete mode 100644 README.markdown create mode 100644 README.md diff --git a/README.markdown b/README.markdown deleted file mode 100644 index 5d3bc516..00000000 --- a/README.markdown +++ /dev/null @@ -1,19 +0,0 @@ -# StofDoctrineExtensionsBundle - -This bundle provides integration for -[DoctrineExtensions](https://github.com/Atlantic18/DoctrineExtensions) in -your Symfony2 Project. - -[![Total Downloads](https://poser.pugx.org/stof/doctrine-extensions-bundle/downloads.png)](https://packagist.org/packages/stof/doctrine-extensions-bundle) -[![Latest Stable Version](https://poser.pugx.org/stof/doctrine-extensions-bundle/v/stable.png)](https://packagist.org/packages/stof/doctrine-extensions-bundle) - -For documentation, see it [online](https://symfony.com/doc/master/bundles/StofDoctrineExtensionsBundle/index.html) - -License: [MIT](LICENSE) - - -> Note: -> -> The master branch of the bundle is in sync with Symfony master branch which -> contains a BC break. If you are using a 2.0.x version of Symfony, you need -> to use the 1.0.x branch of the bundle. diff --git a/README.md b/README.md new file mode 100644 index 00000000..21d1d862 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# StofDoctrineExtensionsBundle + +This is a fork of [stof/StofDoctrineExtensionsBundle](https://github.com/stof/StofDoctrineExtensionsBundle) which has a lot of issues and is not maintained anymore. + +This bundle provides integration for +[DoctrineExtensions](https://github.com/Atlantic18/DoctrineExtensions) in +your Symfony Project with php 5.3+ + +[![Total Downloads](https://poser.pugx.org/antishov/doctrine-extensions-bundle/downloads.png)](https://poser.pugx.org/antishov/doctrine-extensions-bundle/downloads) +[![Latest Stable Version](https://poser.pugx.org/antishov/doctrine-extensions-bundle/v/stable.png)](https://packagist.org/packages/antishov/doctrine-extensions-bundle) +[![Build Status](https://travis-ci.com/antishov/StofDoctrineExtensionsBundle.svg?branch=master)](https://travis-ci.com/antishov/StofDoctrineExtensionsBundle) + +For documentation, see it [online](https://symfony.com/doc/master/bundles/StofDoctrineExtensionsBundle/index.html) + +License: [MIT](LICENSE) + + +> Note: +> +> The master branch of the bundle is in sync with Symfony master branch which +> contains a BC break. If you are using a 2.0.x version of Symfony, you need +> to use the 1.0.x branch of the bundle.