Skip to content

Commit 2063a53

Browse files
Merge pull request #4 from lextira/update-laravel-10-compatibility
Update for Laravel 10 and php 8.1 compatibility
2 parents 342f1b9 + 3d41b91 commit 2063a53

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)