Skip to content

Commit

Permalink
Changed minimum Laravel version to v10.38.2
Browse files Browse the repository at this point in the history
- Added PHP 8.3 Support individual modules' CI
  • Loading branch information
fulopattila122 committed Feb 27, 2024
1 parent 9aeb730 commit 1e6d629
Show file tree
Hide file tree
Showing 48 changed files with 79 additions and 48 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.0', '10.46']
laravel: ['10.38', '10.46']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Dropped Laravel 9 Support
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimal Enum requirement to v4.1
- Upgraded to Konekt Address, Customer and User modules to v3
- Removed the Vanilo v2 `Framework` namespace compatibility layer
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.0",
"laravel/framework": "^10.38.2",
"konekt/enum": "^4.1",
"konekt/concord": "^1.13",
"spatie/laravel-medialibrary": "^10.0",
Expand Down
4 changes: 2 additions & 2 deletions src/Adjustments/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.2']
laravel: ['10.0', '10.46']
php: ['8.2', '8.3']
laravel: ['10.38', '10.46']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions src/Adjustments/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimal Enum requirement to v4.1
- Added the `mapInto()` method to the `RelationAdjustmentCollection` class, which forwards the call to the underlying Eloquent collection
- BC: Added the `deleteByType()` method to the `AdjustmentCollection` interface + both implementation
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.1",
"konekt/enum-eloquent": "^1.9",
"laravel/framework": "^10.0"
"laravel/framework": "^10.38.2"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down
4 changes: 2 additions & 2 deletions src/Cart/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.2']
laravel: ['10.0', '10.46']
php: ['8.2', '8.3']
laravel: ['10.38', '10.46']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions src/Cart/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimal Enum requirement to v4.1
- 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.1",
"laravel/framework": "^10.0",
"laravel/framework": "^10.38.2",
"vanilo/contracts": "^4.0",
"vanilo/support": "^4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions src/Category/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.2']
laravel: ['10.0', '10.46']
php: ['8.2', '8.3']
laravel: ['10.38', '10.46']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions src/Category/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2

## 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",
"laravel/framework": "^10.0"
"laravel/framework": "^10.38.2"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down
4 changes: 2 additions & 2 deletions src/Channel/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.2']
laravel: ['10.0', '10.46']
php: ['8.2', '8.3']
laravel: ['10.38', '10.46']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions src/Channel/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Added the following fields to the Channel model/table:
- `currency`
- `language`
Expand Down
2 changes: 1 addition & 1 deletion src/Channel/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",
"laravel/framework": "^10.0"
"laravel/framework": "^10.38.2"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down
4 changes: 2 additions & 2 deletions src/Checkout/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.2']
laravel: ['10.0', '10.46']
php: ['8.2', '8.3']
laravel: ['10.38', '10.46']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions src/Checkout/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimal Enum requirement to v4.1
- BC: Added the `?CheckoutSubject` return type to the `getCart()` method of the `Checkout` interface
- BC: The unused `$config` parameter has been removed from the `RequestStore` checkout driver constructor
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.1",
"laravel/framework": "^10.0",
"laravel/framework": "^10.38.2",
"vanilo/support": "^4.0",
"vanilo/contracts": "^4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions src/Contracts/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.2']
laravel: ['10.0', '10.46']
php: ['8.2', '8.3']
laravel: ['10.38', '10.46']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions src/Contracts/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- 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.0",
"illuminate/support": "^10.38.2",
"nette/schema": "^1.2.5"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions src/Links/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.2']
laravel: ['10.0', '10.46']
php: ['8.2', '8.3']
laravel: ['10.38', '10.46']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions src/Links/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2

## 3.x Series

Expand Down
4 changes: 2 additions & 2 deletions src/Links/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"require": {
"php": "^8.2",
"cviebrock/eloquent-sluggable": "^10.0",
"illuminate/support": "^10.0",
"illuminate/support": "^10.38",
"konekt/concord": "^1.13"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"phpunit/phpunit": "^9.0|^10.0",
"orchestra/testbench": "^8.0"
},
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions src/MasterProduct/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.2']
laravel: ['10.0', '10.46']
php: ['8.2', '8.3']
laravel: ['10.38', '10.46']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions src/MasterProduct/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimal Enum requirement to v4.1
- 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.1",
"konekt/enum-eloquent": "^1.9",
"laravel/framework": "^10.0",
"laravel/framework": "^10.38.2",
"vanilo/contracts": "^4.0",
"vanilo/product": "^4.0",
"vanilo/support": "^4.0"
Expand Down
4 changes: 2 additions & 2 deletions src/Order/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.2']
laravel: ['10.0', '10.46']
php: ['8.2', '8.3']
laravel: ['10.38', '10.46']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions src/Order/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimal Enum requirement to v4.1
- 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.1",
"konekt/laravel-migration-compatibility": "^1.6",
"konekt/user": "^3.0",
"laravel/framework": "^10.0",
"laravel/framework": "^10.38.2",
"vanilo/contracts": "^4.0",
"vanilo/support": "^4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions src/Payment/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.2']
laravel: ['10.0', '10.46']
php: ['8.2', '8.3']
laravel: ['10.38', '10.46']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions src/Payment/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimal Enum requirement to v4.1
- BC: Changed the `PaymentMethod` interface into Configurable
- Deprecated the `PaymentMethod::getConfiguration()` in favor of `configuration()`
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.1",
"laravel/framework": "^10.0",
"laravel/framework": "^10.38.2",
"vanilo/contracts": "^4.0",
"vanilo/support": "^4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions src/Product/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.2']
laravel: ['10.0', '10.46']
php: ['8.2', '8.3']
laravel: ['10.38', '10.46']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions src/Product/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimal Enum requirement to v4.1
- 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.1",
"konekt/enum-eloquent": "^1.9",
"laravel/framework": "^10.0",
"laravel/framework": "^10.38.2",
"vanilo/contracts": "^4.0",
"vanilo/support": "^4.0",
"cviebrock/eloquent-sluggable": "^10.0"
Expand Down
4 changes: 2 additions & 2 deletions src/Properties/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.2']
laravel: ['10.0', '10.46']
php: ['8.2', '8.3']
laravel: ['10.38', '10.46']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions src/Properties/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- Added the `is_hidden` field to the `Property` model
- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2

## 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.0",
"laravel/framework": "^10.38.2",
"cviebrock/eloquent-sluggable": "^10.0"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions src/Shipment/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.2']
laravel: ['10.0', '10.46']
php: ['8.2', '8.3']
laravel: ['10.38', '10.46']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions src/Shipment/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimal Enum requirement to v4.1
- Added `isZoneRestricted()` & `isNotZoneRestricted()` helper methods to the `ShippingMethod` class
- BC: Changed the ShippingFeeCalculator, Carrier and Shipment interfaces to Configurable & Schematized
Expand Down
Loading

0 comments on commit 1e6d629

Please sign in to comment.