Skip to content

Commit

Permalink
Laravel 11 Support (#14)
Browse files Browse the repository at this point in the history
* Support Laravel 11
  • Loading branch information
XShaan committed Mar 13, 2024
1 parent 7ec1772 commit d9f6ac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
php: [8.1, 8.2]
laravel: [9.*, 10.*]
laravel: [9.*, 10.*, 11.*]

steps:
- name: Checkout Code
Expand Down
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": "^8.1",
"illuminate/support": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"psr/http-message": "^2.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0"
Expand Down

0 comments on commit d9f6ac1

Please sign in to comment.