Skip to content

Commit

Permalink
Merge pull request #5 from lextira/feature/add-laravel-11-compatibility
Browse files Browse the repository at this point in the history
Add laravel 11 and PHP 8.2 compatbility
  • Loading branch information
ysfks authored Oct 22, 2024
2 parents 2063a53 + 4ccc793 commit 366d16c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "Use Laravel's excellent FormRequest as Singleton.",
"license": "MIT",
"require": {
"php" : "^7.0|^8.0|^8.1",
"laravel/framework": "^7.0|^8.0|^9.0|^10.0"
"php" : "^7.0|^8.0|^8.1|^8.2",
"laravel/framework": "^7.0|^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4" : {
Expand Down

0 comments on commit 366d16c

Please sign in to comment.