Skip to content

Commit e873333

Browse files
New minimum Laravel versions are: v10.48, v11.46.2 and v12.38
1 parent ee2f4b7 commit e873333

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
timeout-minutes: 10
99
strategy:
1010
matrix:
11-
php: [ '8.3', '8.4' ]
12-
laravel: [ '10.48', '11.44', '11.46', '12.2', '12.38' ]
11+
php: [ '8.3', '8.4', '8.5' ]
12+
laravel: [ '10.48', '11.46', '11.47', '12.38', '12.40' ]
1313
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1414
steps:
1515
- name: Checkout

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
##### 2025-XX-YY
77

88
- Added the `SerializesModels` trait to the `BaseCartEvent` class (thus applies to all events)
9-
- Changed the minimum Laravel version requirements to v10.48, v11.44 and v12.2 respectively
9+
- Changed the minimum Laravel version requirements to v10.48, v11.46.2 and v12.38 respectively
1010

1111
## 5.0.0
1212
##### 2025-09-03

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "^8.3",
2121
"konekt/concord": "^1.15",
2222
"konekt/enum": "^4.2",
23-
"laravel/framework": "^10.48|^11.44|^12.2",
23+
"laravel/framework": "^10.48|^11.46.2|^12.38",
2424
"vanilo/contracts": "^5.0",
2525
"vanilo/support": "^5.0"
2626
},

0 commit comments

Comments
 (0)