Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Add Laravel 8 support (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: Claudio Dekker <claudiodekker@users.noreply.github.com>
  • Loading branch information
claudiodekker and claudiodekker authored Sep 7, 2020
1 parent 10581a0 commit 0823ff7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to `ubient/laravel-pwned-passwords` will be documented in this file

## 3.3.0 - 2020-09-07
- Add support for Laravel 8

## 3.2.0 - 2020-08-25
- Ability to translate & modify the pwned validation message (thanks to [@niekdemelker](https://github.com/niekdemelker))

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"require": {
"php": "^7.2",
"guzzlehttp/guzzle": "^6.3",
"illuminate/contracts": "^5.8|^6.0|^7.0",
"illuminate/support": "^5.8|^6.0|^7.0"
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "^3.8|^4.0|^5.0",
"orchestra/testbench": "^3.8|^4.0|^5.0|^6.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
Expand Down

0 comments on commit 0823ff7

Please sign in to comment.