Skip to content

Commit b83fd4e

Browse files
authored
Update README with travis badge
Old badges were scrutinizer which were broken. Also removed instructions to add directly to composer.json as that's bad and the [dohmsraken](https://twitter.com/dohmsraken) will get you.
1 parent 864402f commit b83fd4e

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)