File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,13 @@ This bundle will allow you to easily manage scheduling for Symfony's console com
12
12
13
13
The following table shows the compatibilities of different versions of the bundle :
14
14
15
- | Version | Symfony | PHP |
16
- | --------------------------------------------------------------------------------------- | ---------- | ------ |
17
- | [ 2.1\| 2.2] ( https://github.com/J-Mose/CommandSchedulerBundle/tree/master ) | ^3.4\| ^4.3 | >=7.1 |
18
- | [ 2.0.x] ( https://github.com/J-Mose/CommandSchedulerBundle/tree/v2.0.2 ) (unmaintained) | ^3.4\| ^4.1 | >=5.6 |
19
- | [ 1.2.x] ( https://github.com/J-Mose/CommandSchedulerBundle/tree/1.2 ) (unmaintained) | ^2.8\| ^3.0 | >=5.5 |
20
- | [ 1.1.x] ( https://github.com/J-Mose/CommandSchedulerBundle/tree/1.1 ) (unmaintained) | ^2.3 | >=5.3 |
15
+ | Version | Symfony | PHP |
16
+ | --------------------------------------------------------------------------------------- | --------------- | ------ |
17
+ | [ 3.0 (master)] ( https://github.com/J-Mose/CommandSchedulerBundle/tree/master ) | ^3.4\| ^4.3\| ^5.0 | >=7.2 |
18
+ | [ 2.2.x] ( https://github.com/J-Mose/CommandSchedulerBundle/tree/2.2 ) | ^3.4\| ^4.3 | >=7.1 |
19
+ | [ 2.0.2] ( https://github.com/J-Mose/CommandSchedulerBundle/tree/v2.0.2 ) (unmaintained) | ^3.4\| ^4.1 | >=5.6 |
20
+ | [ 1.2.x] ( https://github.com/J-Mose/CommandSchedulerBundle/tree/1.2 ) (unmaintained) | ^2.8\| ^3.0 | >=5.5 |
21
+ | [ 1.1.x] ( https://github.com/J-Mose/CommandSchedulerBundle/tree/1.1 ) (unmaintained) | ^2.3 | >=5.3 |
21
22
22
23
When using Symfony Flex there is an [ installation recipe] ( https://github.com/symfony/recipes-contrib/tree/master/jmose/command-scheduler-bundle/2.0 ) .
23
24
To use it, you have to enable contrib recipes on your project : ` composer config extra.symfony.allow-contrib true `
You can’t perform that action at this time.
0 commit comments