Skip to content

Commit 3681760

Browse files
committed
preparing release 3.0.0
1 parent 4a296d6 commit 3681760

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A live demo showcasing these features is available at http://craue.de/symfony-pl
2323
Let Composer download and install the bundle by running
2424

2525
```sh
26-
php composer.phar require craue/formflow-bundle:~3.0@dev
26+
php composer.phar require craue/formflow-bundle:~3.0
2727
```
2828

2929
in a shell.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"doctrine/doctrine-bundle": "~1.0",
2828
"phpunit/phpunit": "^4.8.35|~5.7|~6.0",
2929
"sensio/framework-extra-bundle": "~3.0",
30-
"symfony/phpunit-bridge": "^3.2.5|~3.3@dev",
30+
"symfony/phpunit-bridge": "^3.2.5",
3131
"symfony/symfony": "~2.7|~3.0"
3232
},
3333
"minimum-stability": "stable",

0 commit comments

Comments
 (0)