We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f854f commit 24fd89aCopy full SHA for 24fd89a
1 file changed
README.md
@@ -19,16 +19,8 @@ A Symfony bundle for [Workflower](https://github.com/phpmentors-jp/workflower)
19
20
First, add the dependency to `phpmentors/workflower-bundle` into your `composer.json` file as the following:
21
22
-**Stable version:**
23
-
24
-```
25
-composer require phpmentors/workflower-bundle "1.1.*"
26
27
28
-**Development version:**
29
30
```
31
-composer require phpmentors/workflower-bundle "~1.2@dev"
+composer require phpmentors/workflower-bundle "1.2.*"
32
33
34
Second, add `PHPMentorsWorkflowerBundle` into your bundles to register in `AppKernel::registerBundles()` as the following:
0 commit comments