Skip to content

Commit d9f6ac1

Browse files
authored
Laravel 11 Support (#14)
* Support Laravel 11
1 parent 7ec1772 commit d9f6ac1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
php: [8.1, 8.2]
13-
laravel: [9.*, 10.*]
13+
laravel: [9.*, 10.*, 11.*]
1414

1515
steps:
1616
- name: Checkout Code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Steam Auth for Laravel",
44
"require": {
55
"php": "^8.1",
6-
"illuminate/support": "^9.0|^10.0",
6+
"illuminate/support": "^9.0|^10.0|^11.0",
77
"psr/http-message": "^2.0",
88
"psr/http-client": "^1.0",
99
"psr/http-factory": "^1.0"

0 commit comments

Comments
 (0)