Skip to content

Commit 7ba2b52

Browse files
committed
Allow installation on Laravel 11
1 parent d9d3a66 commit 7ba2b52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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
fail-fast: true
1212
matrix:
13-
php: [7.4, 8.0, 8.1, 8.2]
13+
php: [7.4, 8.0, 8.1, 8.2, 8.3]
1414

1515
name: Tests on PHP ${{ matrix.php }} - ${{ matrix.stability }}
1616

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
],
1414
"require": {
1515
"ext-json": "*",
16-
"php": ">=7.4 || ^8.0 || ^8.1 || ^8.2",
16+
"php": ">=7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3",
1717
"guzzlehttp/guzzle": "~6.0 || ~7.0",
18-
"illuminate/notifications": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0",
19-
"illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0"
18+
"illuminate/notifications": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ~11.0",
19+
"illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ~11.0"
2020
},
2121
"require-dev": {
2222
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)