Skip to content

Commit

Permalink
Merge pull request #4 from lextira/update-laravel-10-compatibility
Browse files Browse the repository at this point in the history
Update for Laravel 10 and php 8.1 compatibility
  • Loading branch information
kohlerdominik committed Aug 9, 2023
2 parents 342f1b9 + 3d41b91 commit 2063a53
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",
"laravel/framework": "^7.0|^8.0|^9.0"
"php" : "^7.0|^8.0|^8.1",
"laravel/framework": "^7.0|^8.0|^9.0|^10.0"
},
"autoload": {
"psr-4" : {
Expand Down

0 comments on commit 2063a53

Please sign in to comment.