Skip to content

Commit

Permalink
Add laravel 11 and PHP 8.2 compatbility
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfks committed Oct 22, 2024
1 parent 2063a53 commit 4ccc793
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 4ccc793

Please sign in to comment.