Skip to content

Commit 7cc8533

Browse files
authored
Laravel 12 support (#37)
* laravel 12 * Drop 8.2 pipes * Drop 8.4 pipes
1 parent 08424ce commit 7cc8533

File tree

3 files changed

+213
-226
lines changed

3 files changed

+213
-226
lines changed

.github/workflows/quality-assurance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php-version: [8.2, 8.3]
15+
php-version: [8.3]
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: shivammathur/setup-php@v2
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
php-version: [8.2, 8.3, 8.4]
27+
php-version: [8.3, 8.4]
2828
steps:
2929
- uses: actions/checkout@v4
3030
- uses: shivammathur/setup-php@v2

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"require": {
99
"php": "^8.2",
1010
"cego/filebeat-logger": "^2.0.6",
11-
"illuminate/support": "^11.0",
12-
"illuminate/contracts": "^11.0",
11+
"illuminate/support": "^11.0|^12.0",
12+
"illuminate/contracts": "^11.0|^12.0",
1313
"ext-json": "*",
1414
"illuminate/http": "^11.0",
1515
"matomo/device-detector": "^6.2",

0 commit comments

Comments
 (0)