Skip to content

Commit 56d80a5

Browse files
authored
Merge pull request #29 from Brunty/patch-1
Update README with travis badge
2 parents 864402f + b83fd4e commit 56d80a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# StringGeneratorBundle
22

3-
[![Build Status](https://scrutinizer-ci.com/g/vivait/StringGeneratorBundle/badges/build.png?b=master)](https://scrutinizer-ci.com/g/vivait/StringGeneratorBundle/build-status/master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/vivait/StringGeneratorBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/vivait/StringGeneratorBundle/?branch=master)
3+
[![Build Status](https://travis-ci.org/vivait/StringGeneratorBundle.svg?branch=master)](https://travis-ci.org/vivait/StringGeneratorBundle)
44

55
This bundle allows you to automatically generate a unique random string on an entity property, useful for
66
creating keys. Using Doctrine's `prePersist` callback, StringGenerator adds the generated string to a property
@@ -9,9 +9,9 @@ generates a new string.
99

1010
## Install
1111

12-
Add `"vivait/string-generator-bundle": "~2.0"` to your composer.json and run `composer update`.
12+
Run: `composer require vivait/string-generator-bundle:^2.0` to install the bundle.
1313

14-
If you are using PHP 5.3 or 5.4 you can require the legacy version`"vivait/string-generator-bundle": "~1.1"`
14+
If you are using PHP 5.3 or 5.4 you can use the legacy version`vivait/string-generator-bundle:^1.1`
1515

1616
[*Check latest releases*](https://github.com/vivait/StringGeneratorBundle/releases)
1717

0 commit comments

Comments
 (0)