Skip to content

Commit

Permalink
Merge pull request #8 from ilzrv/laravel_10_support
Browse files Browse the repository at this point in the history
Laravel 10 Support
  • Loading branch information
ilzrv committed Mar 31, 2023
2 parents 23ace0a + 6cd02e2 commit 6e163e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Steam Auth for Laravel",
"require": {
"php": "^7.2|^8.0",
"illuminate/http": "^7.0|^8.0|^9.0"
"illuminate/http": "^7.0|^8.0|^9.0|^10.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 6e163e0

Please sign in to comment.