Skip to content

Commit 75d1a0b

Browse files
authored
Laravel 12 Support (#18)
1 parent d9f6ac1 commit 75d1a0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.*, 11.*]
13+
laravel: [9.*, 10.*, 11.*, 12.*]
1414

1515
steps:
1616
- name: Checkout Code

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"description": "Steam Auth for Laravel",
44
"require": {
55
"php": "^8.1",
6-
"illuminate/support": "^9.0|^10.0|^11.0",
6+
"illuminate/support": "^9.0|^10.0|^11.0|^12.0",
77
"psr/http-message": "^2.0",
88
"psr/http-client": "^1.0",
99
"psr/http-factory": "^1.0"
1010
},
1111
"require-dev": {
1212
"roave/security-advisories": "dev-latest",
13-
"phpunit/phpunit": "^10.0",
13+
"phpunit/phpunit": "^10.0|^11.0",
1414
"orchestra/testbench": "7.x|^8.5",
1515
"vimeo/psalm": "^5.12"
1616
},

0 commit comments

Comments
 (0)