Skip to content

Commit c0f72f4

Browse files
authored
Update readme for 1.0.0
1 parent 3235e18 commit c0f72f4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,19 @@ Zxcvbn-PHP is a password strength estimator using pattern matching and minimum e
1111

1212
The library can be installed with [Composer](http://getcomposer.org) by adding it as a dependency to your composer.json file.
1313

14+
Via the command line run:
15+
`composer require bjeavons/zxcvbn-php`
16+
17+
Or in your composer.json add
1418
```json
1519
{
1620
"require": {
17-
"bjeavons/zxcvbn-php": "^0.4"
21+
"bjeavons/zxcvbn-php": "^1.0"
1822
}
1923
}
2024
```
2125

22-
After running `php composer.phar update` on the command line, include the
26+
Then run `composer update` on the command line and include the
2327
autoloader in your PHP scripts so that the ZxcvbnPhp class is available.
2428

2529
```php

0 commit comments

Comments
 (0)