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

Commit 0823ff7

Browse files
Add Laravel 8 support (#16)
Co-authored-by: Claudio Dekker <[email protected]>
1 parent 10581a0 commit 0823ff7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
## 3.3.0 - 2020-09-07
6+
- Add support for Laravel 8
7+
58
## 3.2.0 - 2020-08-25
69
- Ability to translate & modify the pwned validation message (thanks to [@niekdemelker](https://github.com/niekdemelker))
710

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"require": {
2424
"php": "^7.2",
2525
"guzzlehttp/guzzle": "^6.3",
26-
"illuminate/contracts": "^5.8|^6.0|^7.0",
27-
"illuminate/support": "^5.8|^6.0|^7.0"
26+
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0",
27+
"illuminate/support": "^5.8|^6.0|^7.0|^8.0"
2828
},
2929
"require-dev": {
30-
"orchestra/testbench": "^3.8|^4.0|^5.0",
30+
"orchestra/testbench": "^3.8|^4.0|^5.0|^6.0",
3131
"phpunit/phpunit": "^8.0"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)