Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-muehle committed Feb 23, 2017
1 parent e10d5c0 commit 34095c8
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,21 @@ silex-sitemap-service-provider
[![Issues](https://img.shields.io/github/issues/tommy-muehle/silex-sitemap-service-provider.svg)](https://github.com/tommy-muehle/silex-sitemap-service-provider/issues)
[![Total Downloads](https://poser.pugx.org/tm/silex-sitemap-service-provider/downloads)](https://packagist.org/packages/tm/silex-sitemap-service-provider)

The provider supports both major Versions of [Silex](http://silex.sensiolabs.org/).

### Installation

composer require tm/silex-sitemap-service-provider
For applications based on Silex >= 2.0.0:

```
composer require tm/silex-sitemap-service-provider ^4.0
```

If you use Silex 1.3.x or lower in your application:

```
composer require tm/silex-sitemap-service-provider ^3.0
```

### Example Basic Usage

Expand Down

0 comments on commit 34095c8

Please sign in to comment.