Skip to content

Commit b66b8ae

Browse files
committed
fix: update Laravel framework requirement to include version 12.0
1 parent 8d45380 commit b66b8ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
### Requirements
88

99
- PHP : ^8
10-
- Laravel : ^9.0 || ^10.0 || ^11.0
10+
- Laravel : ^9.0 || ^10.0 || ^11.0 || ^12.0
1111
- Nuwave Lighthouse : ^6.0
1212

1313
### Install the Package

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^8",
2121
"nuwave/lighthouse": "^6.0",
22-
"laravel/framework": "^9.0 || ^10.0 || ^11.0 || ^12.0",
22+
"laravel/framework": "^9.0 || ^10.0 || ^11.0 || ^12.0"
2323
},
2424
"config": {
2525
"optimize-autoloader": true,

0 commit comments

Comments
 (0)