We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec1772 commit d9f6ac1Copy full SHA for d9f6ac1
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
php: [8.1, 8.2]
13
- laravel: [9.*, 10.*]
+ laravel: [9.*, 10.*, 11.*]
14
15
steps:
16
- name: Checkout Code
composer.json
@@ -3,7 +3,7 @@
3
"description": "Steam Auth for Laravel",
4
"require": {
5
"php": "^8.1",
6
- "illuminate/support": "^9.0|^10.0",
+ "illuminate/support": "^9.0|^10.0|^11.0",
7
"psr/http-message": "^2.0",
8
"psr/http-client": "^1.0",
9
"psr/http-factory": "^1.0"
0 commit comments