We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a296d6 commit 3681760Copy full SHA for 3681760
2 files changed
README.md
@@ -23,7 +23,7 @@ A live demo showcasing these features is available at http://craue.de/symfony-pl
23
Let Composer download and install the bundle by running
24
25
```sh
26
-php composer.phar require craue/formflow-bundle:~3.0@dev
+php composer.phar require craue/formflow-bundle:~3.0
27
```
28
29
in a shell.
composer.json
@@ -27,7 +27,7 @@
"doctrine/doctrine-bundle": "~1.0",
"phpunit/phpunit": "^4.8.35|~5.7|~6.0",
"sensio/framework-extra-bundle": "~3.0",
30
- "symfony/phpunit-bridge": "^3.2.5|~3.3@dev",
+ "symfony/phpunit-bridge": "^3.2.5",
31
"symfony/symfony": "~2.7|~3.0"
32
},
33
"minimum-stability": "stable",
0 commit comments