diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4248d02..47cce19 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/Changelog.md b/Changelog.md index c588e89..a7b8f46 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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) diff --git a/composer.json b/composer.json index ada8402..86bcfe1 100644 --- a/composer.json +++ b/composer.json @@ -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" },