Skip to content

Commit

Permalink
Changed minimum Laravel version to v10.43
Browse files Browse the repository at this point in the history
- Required due the usage of `Schema::hasIndex()`
  • Loading branch information
fulopattila122 committed Apr 4, 2024
1 parent ab6f8cb commit 9fd65b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
php: ['8.2', '8.3']
laravel: ['10.38', '10.48', '11.0']
laravel: ['10.43', '10.48', '11.0']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Added Laravel 11 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimum Laravel version to v10.43
- Changed minimal Enum requirement to v4.2
- Added the `Stockable` interface to the `MasterProductVariant` Model
- Added the `backorder` field to product variants
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"konekt/concord": "^1.13",
"konekt/enum": "^4.2",
"konekt/enum-eloquent": "^1.9",
"laravel/framework": "^10.38.2|^11.0",
"laravel/framework": "^10.43|^11.0",
"vanilo/contracts": "^4.0",
"vanilo/product": "^4.0",
"vanilo/support": "^4.0"
Expand Down

0 comments on commit 9fd65b2

Please sign in to comment.