Skip to content

Commit 95a948e

Browse files
committed
Fixed the composer constraint in the doc
Replaces #1094
1 parent cd33542 commit 95a948e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/doc/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Add FOSUserBundle in your composer.json:
4747
```js
4848
{
4949
"require": {
50-
"friendsofsymfony/user-bundle": "*"
50+
"friendsofsymfony/user-bundle": "~2.0@dev"
5151
}
5252
}
5353
```
@@ -424,7 +424,7 @@ build your model. First, install it:
424424
```json
425425
{
426426
"require": {
427-
"willdurand/propel-typehintable-behavior": "*"
427+
"willdurand/propel-typehintable-behavior": "~1.0"
428428
}
429429
}
430430
```

0 commit comments

Comments
 (0)