Skip to content

Commit 3d41b91

Browse files
authored
Update for Laravel 10 and php 8.1 compatibility
1 parent 342f1b9 commit 3d41b91

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",
7-
"laravel/framework": "^7.0|^8.0|^9.0"
6+
"php" : "^7.0|^8.0|^8.1",
7+
"laravel/framework": "^7.0|^8.0|^9.0|^10.0"
88
},
99
"autoload": {
1010
"psr-4" : {

0 commit comments

Comments
 (0)