Skip to content

Commit 366d16c

Browse files
authored
Merge pull request #5 from lextira/feature/add-laravel-11-compatibility
Add laravel 11 and PHP 8.2 compatbility
2 parents 2063a53 + 4ccc793 commit 366d16c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "Use Laravel's excellent FormRequest as Singleton.",
44
"license": "MIT",
55
"require": {
6-
"php" : "^7.0|^8.0|^8.1",
7-
"laravel/framework": "^7.0|^8.0|^9.0|^10.0"
6+
"php" : "^7.0|^8.0|^8.1|^8.2",
7+
"laravel/framework": "^7.0|^8.0|^9.0|^10.0|^11.0"
88
},
99
"autoload": {
1010
"psr-4" : {

0 commit comments

Comments
 (0)