Skip to content

Commit 4c99cae

Browse files
Changed minimum Laravel version to v10.43
- Required due the usage of `Schema::hasIndex()`
1 parent 5b17b1d commit 4c99cae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
php: ['8.2', '8.3']
12-
laravel: ['10.38', '10.48', '11.0']
12+
laravel: ['10.43', '10.48', '11.0']
1313
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1414
steps:
1515
- name: Checkout

Diff for: Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- Dropped Enum v3 Support
1111
- Added PHP 8.3 Support
1212
- Added Laravel 11 Support
13-
- Changed minimum Laravel version to v10.38.2
13+
- Changed minimum Laravel version to v10.43
1414
- Changed minimal Enum requirement to v4.2
1515
- Added the `Stockable` interface to the Product Model
1616
- Added the `backorder` field to products

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"konekt/concord": "^1.13",
2222
"konekt/enum": "^4.2",
2323
"konekt/enum-eloquent": "^1.9",
24-
"laravel/framework": "^10.38.2|^11.0",
24+
"laravel/framework": "^10.43|^11.0",
2525
"vanilo/contracts": "^4.0",
2626
"vanilo/support": "^4.0",
2727
"cviebrock/eloquent-sluggable": "^10.0|^11.0"

0 commit comments

Comments
 (0)