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 3c19cc9 commit 21cd075
Show file tree
Hide file tree
Showing 47 changed files with 47 additions and 47 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
- Upgraded to Konekt Address, Customer and User modules to v3
- Upgraded to Laravel Media Library v11
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ext-json": "*",
"ext-pdo": "*",
"doctrine/dbal": "^3.5.1",
"laravel/framework": "^10.38.2|^11.0",
"laravel/framework": "^10.43|^11.0",
"konekt/enum": "^4.2",
"konekt/concord": "^1.13",
"spatie/laravel-medialibrary": "^11.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Adjustments/.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 src/Adjustments/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 `SimpleTaxDeduction` adjuster
- Added the `AdjusterAliases` class that for decoupling FQCNs from the database
Expand Down
2 changes: 1 addition & 1 deletion src/Adjustments/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Cart/.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 src/Cart/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- Added PHP 8.3 Support
- Added Laravel 11 Support
- Added Cart item configuration support (different configurations constitute separate cart items) to the `Cart::addItem()` method
- Changed minimum Laravel version to v10.38.2
- Changed minimum Laravel version to v10.43
- Changed minimal Enum requirement to v4.2
- Removed the throwing of `CartUpdated` event when destroying a cart (`CartDeleting` and `CartDeleted` remains)
- BC: Changed the `CheckoutSubjectItem` interface into Configurable & Schematized
Expand Down
2 changes: 1 addition & 1 deletion src/Cart/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "^8.2",
"konekt/concord": "^1.13",
"konekt/enum": "^4.2",
"laravel/framework": "^10.38.2|^11.0",
"laravel/framework": "^10.43|^11.0",
"vanilo/contracts": "^4.0",
"vanilo/support": "^4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Category/.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 src/Category/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Dropped Laravel 9 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

## 3.x Series

Expand Down
2 changes: 1 addition & 1 deletion src/Category/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "^8.2",
"konekt/concord": "^1.13",
"cviebrock/eloquent-sluggable": "^10.0|^11.0",
"laravel/framework": "^10.38.2|^11.0"
"laravel/framework": "^10.43|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Channel/.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 src/Channel/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Added PHP 8.3 Support
- Added Laravel 11 Support
- Added the vanilo/support dependency
- Changed minimum Laravel version to v10.38.2
- Changed minimum Laravel version to v10.43
- Added the following fields to the Channel model/table:
- `currency`
- `language`
Expand Down
2 changes: 1 addition & 1 deletion src/Checkout/.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 src/Checkout/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 `BillpayerChanged` event
- BC: Removed the following traits:
Expand Down
2 changes: 1 addition & 1 deletion src/Checkout/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "^8.2",
"konekt/concord": "^1.13",
"konekt/enum": "^4.2",
"laravel/framework": "^10.38.2|^11.0",
"laravel/framework": "^10.43|^11.0",
"vanilo/support": "^4.0",
"vanilo/contracts": "^4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/.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 src/Contracts/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Dropped Laravel 9 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
- Added the `Stockable` interface
- Added the `Merchant` interface
- Added the `Schematized` interface
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": "^8.2",
"illuminate/support": "^10.38.2|^11.0",
"illuminate/support": "^10.43|^11.0",
"nette/schema": "^1.2.5"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Links/.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 src/Links/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Dropped Laravel 9 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

## 3.x Series

Expand Down
2 changes: 1 addition & 1 deletion src/Links/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^8.2",
"cviebrock/eloquent-sluggable": "^10.0|^11.0",
"illuminate/support": "^10.38|^11.0",
"illuminate/support": "^10.43|^11.0",
"konekt/concord": "^1.13"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/MasterProduct/.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 src/MasterProduct/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 src/MasterProduct/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
2 changes: 1 addition & 1 deletion src/Order/.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 src/Order/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
- Upgraded to Konekt Address and User modules to v3
- Added the `currency` field to the orders table
Expand Down
2 changes: 1 addition & 1 deletion src/Order/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"konekt/enum": "^4.2",
"konekt/laravel-migration-compatibility": "^1.6",
"konekt/user": "^3.0",
"laravel/framework": "^10.38.2|^11.0",
"laravel/framework": "^10.43|^11.0",
"vanilo/contracts": "^4.0",
"vanilo/support": "^4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Payment/.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 src/Payment/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
- BC: Added the `getRemoteId()` method to the `PaymentRequest` interface
- BC: Added the following methods to the `Payment` interface:
Expand Down
2 changes: 1 addition & 1 deletion src/Payment/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "^8.2",
"konekt/concord": "^1.13",
"konekt/enum": "^4.2",
"laravel/framework": "^10.38.2|^11.0",
"laravel/framework": "^10.43|^11.0",
"vanilo/contracts": "^4.0",
"vanilo/support": "^4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Product/.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 src/Product/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 Product Model
- Added the `backorder` field to products
Expand Down
2 changes: 1 addition & 1 deletion src/Product/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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/support": "^4.0",
"cviebrock/eloquent-sluggable": "^10.0|^11.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Properties/.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 src/Properties/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Dropped Laravel 9 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

## 3.x Series

Expand Down
2 changes: 1 addition & 1 deletion src/Properties/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^8.2",
"konekt/concord": "^1.13",
"laravel/framework": "^10.38.2|^11.0",
"laravel/framework": "^10.43|^11.0",
"cviebrock/eloquent-sluggable": "^10.0|^11.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Shipment/.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 src/Shipment/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 `isZoneRestricted()` & `isNotZoneRestricted()` helper methods to the `ShippingMethod` class
- BC: Changed the ShippingFeeCalculator, Carrier and Shipment interfaces to Configurable & Schematized
Expand Down
2 changes: 1 addition & 1 deletion src/Shipment/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/laravel-migration-compatibility": "^1.6",
"laravel/framework": "^10.38.2|^11.0",
"laravel/framework": "^10.43|^11.0",
"vanilo/contracts": "^4.0",
"vanilo/support": "^4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Support/.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 src/Support/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Dropped Laravel 9 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
- Added the `Features` accessor class, which is a syntactic sugar for areas of the configuration
- Added the `Merchant` DTO class, that complies with the common, v4 `Merchant` interface
- Added the `Address` DTO class (implements the `Address` interface)
Expand Down
2 changes: 1 addition & 1 deletion src/Support/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": "^8.2",
"illuminate/support": "^10.38.2|^11.0",
"illuminate/support": "^10.43|^11.0",
"nette/schema": "^1.2",
"vanilo/contracts": "^4.0"
},
Expand Down
Loading

0 comments on commit 21cd075

Please sign in to comment.