Skip to content

Commit 557be39

Browse files
authored
Merge pull request #21 from ysbrandB/master
Add support for Laravel 12
2 parents 3710f8d + dfff81b commit 557be39

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php: [8.3, 8.2]
16-
laravel: [10.*, 11.*]
15+
php: [8.2, 8.3, 8.4]
16+
laravel: [10.*, 11.*, 12.*]
1717
dependency-version: [prefer-lowest, prefer-stable]
1818
os: [ubuntu-latest]
1919
include:
20+
- laravel: 12.*
21+
testbench: 9.*
2022
- laravel: 11.*
2123
testbench: 9.*
2224
- laravel: 10.*

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "nickurt/laravel-pwned-passwords",
3-
"description": "PwnedPasswords for Laravel 10.x/11.x",
3+
"description": "PwnedPasswords for Laravel 10.x/11.x/12.x",
44
"keywords": ["pwned-passwords", "haveibeenpwned", "laravel"],
55
"license": "MIT",
66
"require": {
77
"php": "^8.2",
8-
"laravel/framework": "^10.0|^11.0",
8+
"laravel/framework": "^10.0|^11.0|^12.0",
99
"guzzlehttp/guzzle": "^7.8.1"
1010
},
1111
"require-dev": {

0 commit comments

Comments
 (0)