Skip to content

Commit

Permalink
Change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
REBELinBLUE committed Jun 7, 2020
1 parent 3fe4c78 commit a55568f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4,741 deletions.
4 changes: 2 additions & 2 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# These settings are synced to GitHub by https://probot.github.io/apps/settings/

repository:
name: laravel5-zxcvbn
name: laravel-zxcvbn
description: A Laravel validator using Dropbox's zxcvbn password strength estimator
topics: zxcvbn, laravel-validator, password-strength, laravel, dropbox

Expand Down Expand Up @@ -68,6 +68,6 @@ branches:
- tests (7.3)
- coverage (7.4)

enforce_admins: true
enforce_admins: false

restrictions: ~
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Composer files
composer.phar
composer.lock
vendor/

# Dev files
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Laravel Zxcvbn validator

[![Build Status](https://img.shields.io/github/workflow/status/REBELinBLUE/laravel5-zxcvbn/Tests?label=Build&style=flat-square)](https://github.com/REBELinBLUE/laravel5-zxcvbn/actions?query=workflow%3ATests)
[![Code Coverage](https://img.shields.io/codecov/c/github/REBELinBLUE/laravel5-zxcvbn/master.svg?style=flat-square&label=Coverage)](https://codecov.io/gh/REBELinBLUE/laravel5-zxcvbn)
[![Build Status](https://img.shields.io/github/workflow/status/REBELinBLUE/laravel-zxcvbn/Tests?label=Build&style=flat-square)](https://github.com/REBELinBLUE/laravel-zxcvbn/actions?query=workflow%3ATests)
[![Code Coverage](https://img.shields.io/codecov/c/github/REBELinBLUE/laravel-zxcvbn/master.svg?style=flat-square&label=Coverage)](https://codecov.io/gh/REBELinBLUE/laravel-zxcvbn)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square&label=License)](/LICENSE.md)

This package provides a validator which uses Dropbox's [zxcvbn](https://github.com/dropbox/zxcvbn)
Expand All @@ -13,7 +13,7 @@ password strength estimator; it uses the [PHP implementation](https://github.com
This package can be installed through Composer.

``` bash
composer require rebelinblue/laravel5-zxcvbn
composer require rebelinblue/laravel-zxcvbn
```

In Laravel 5.5 the package will auto-register the service provider. In Laravel 5.4 you must register this
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rebelinblue/laravel5-zxcvbn",
"name": "rebelinblue/laravel-zxcvbn",
"description": "Service provider to use the zxcvbn project by @dropbox in Laravel 5.",
"keywords": [
"zxcvbn",
Expand All @@ -8,7 +8,7 @@
"validation",
"laravel"
],
"homepage": "https://github.com/REBELinBLUE/laravel5-zxcvbn",
"homepage": "https://github.com/REBELinBLUE/laravel-zxcvbn",
"type": "library",
"license": "MIT",
"authors": [
Expand Down
Loading

0 comments on commit a55568f

Please sign in to comment.