Skip to content

Commit 7e96403

Browse files
committed
install composer shows old version
Not sure what the right argument would be here but requiring 1.3.* when you have 1.5 seems weird
1 parent 3899fdc commit 7e96403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Require the bundle in your composer.json file:
3232
````
3333
{
3434
"require": {
35-
"oldsound/rabbitmq-bundle": "1.3.*",
35+
"oldsound/rabbitmq-bundle": "1.*",
3636
}
3737
}
3838
```

0 commit comments

Comments
 (0)