Skip to content

Commit 479e9e5

Browse files
Merge pull request #126 from DaltonMcCleery/patch-1
Laravel 12 Support
2 parents fdb82b4 + 7333bcf commit 479e9e5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
php: [8.1, 8.2, 8.3, 8.4]
20-
laravel: [10, 11]
20+
laravel: [10, 11, 12]
2121
exclude:
2222
- php: 8.1
2323
laravel: 11
24+
- php: 8.1
25+
laravel: 12
2426
- php: 8.4
2527
laravel: 10
2628

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
"require": {
3434
"php": "~8.1.0|~8.2.0|~8.3.0|~8.4.0",
3535
"guzzlehttp/guzzle": "^7.0",
36-
"laravel/framework": "^10.0|^11.0",
36+
"laravel/framework": "^10.0|^11.0|^12.0",
3737
"laravel/prompts": "^0.1|^0.2|^0.3",
3838
"moneyphp/money": "^4.0",
3939
"nesbot/carbon": "^2.0|^3.0"
4040
},
4141
"require-dev": {
4242
"laravel/pint": "^1.20",
43-
"orchestra/testbench": "^8.0|^9.0",
43+
"orchestra/testbench": "^8.0|^9.0|^10.0",
4444
"pestphp/pest": "^2.0|^3.0",
4545
"phpstan/phpstan": "^2.1",
4646
"roave/security-advisories": "dev-latest"

0 commit comments

Comments
 (0)