File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
55This bundle allows you to automatically generate a unique random string on an entity property, useful for
66creating 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
You can’t perform that action at this time.
0 commit comments