Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
j-guyon committed Jul 1, 2020
1 parent 5ed48de commit ec8c945
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ This bundle will allow you to easily manage scheduling for Symfony's console com

The following table shows the compatibilities of different versions of the bundle :

| Version | Symfony | PHP |
| --------------------------------------------------------------------------------------- | ---------- | ------ |
| [2.1\|2.2](https://github.com/J-Mose/CommandSchedulerBundle/tree/master) | ^3.4\|^4.3 | >=7.1 |
| [2.0.x](https://github.com/J-Mose/CommandSchedulerBundle/tree/v2.0.2) (unmaintained) | ^3.4\|^4.1 | >=5.6 |
| [1.2.x](https://github.com/J-Mose/CommandSchedulerBundle/tree/1.2) (unmaintained) | ^2.8\|^3.0 | >=5.5 |
| [1.1.x](https://github.com/J-Mose/CommandSchedulerBundle/tree/1.1) (unmaintained) | ^2.3 | >=5.3 |
| Version | Symfony | PHP |
| --------------------------------------------------------------------------------------- | --------------- | ------ |
| [3.0 (master)](https://github.com/J-Mose/CommandSchedulerBundle/tree/master) | ^3.4\|^4.3\|^5.0 | >=7.2 |
| [2.2.x](https://github.com/J-Mose/CommandSchedulerBundle/tree/2.2) | ^3.4\|^4.3 | >=7.1 |
| [2.0.2](https://github.com/J-Mose/CommandSchedulerBundle/tree/v2.0.2) (unmaintained) | ^3.4\|^4.1 | >=5.6 |
| [1.2.x](https://github.com/J-Mose/CommandSchedulerBundle/tree/1.2) (unmaintained) | ^2.8\|^3.0 | >=5.5 |
| [1.1.x](https://github.com/J-Mose/CommandSchedulerBundle/tree/1.1) (unmaintained) | ^2.3 | >=5.3 |

When using Symfony Flex there is an [installation recipe](https://github.com/symfony/recipes-contrib/tree/master/jmose/command-scheduler-bundle/2.0).
To use it, you have to enable contrib recipes on your project : `composer config extra.symfony.allow-contrib true`
Expand Down

0 comments on commit ec8c945

Please sign in to comment.