diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8ad50d0..28fea18 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -9,6 +9,6 @@ | Q | A | ------------------------- | --- | This Package Version | 1.?.? -| Laravel Framework Version | 10.?.? +| Laravel Framework Version | 11.?.? | PHP version | | Operating system | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f20d61..1957a45 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] steps: - name: Checkout diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ea2670..2efe29d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Laravel Array Factory Change Log ================================ +1.2.5 Under Development +----------------------- + +- Enh: Added support for "illuminate/support" 11.0 (klimov-paul) + + 1.2.4, February 24, 2023 ------------------------ diff --git a/composer.json b/composer.json index 30f51d7..7ca76cd 100644 --- a/composer.json +++ b/composer.json @@ -15,11 +15,11 @@ } ], "require": { - "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0" + "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0" }, "require-dev": { "illuminate/container": "*", - "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3 || ^10.0.7" + "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3 || ^10.5" }, "autoload": { "psr-4": {