diff options
| -rw-r--r-- | .github/workflows/phpstan.yaml | 2 | ||||
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | composer.lock | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/phpstan.yaml b/.github/workflows/phpstan.yaml index fb13281230..538565c9c3 100644 --- a/.github/workflows/phpstan.yaml +++ b/.github/workflows/phpstan.yaml @@ -11,7 +11,7 @@ jobs: strategy: matrix: operating-system: [ 'ubuntu-latest' ] - php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] + php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] fail-fast: false steps: diff --git a/composer.json b/composer.json index 9cf0459420..9d13bf44bb 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "process-timeout": 3600 }, "require": { - "php": "7.4 - 8.3", + "php": "7.4 - 8.4", "ext-ctype": "*", "ext-curl": "*", "ext-fileinfo": "*", diff --git a/composer.lock b/composer.lock index 7f0f653a86..141eb1e58d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a6dac739b0c6c67fe1af7390a96d447b", + "content-hash": "2ae9ac836f59be86d92ccbc5bf1ea47b", "packages": [ { "name": "aura/router", @@ -9156,11 +9156,11 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "7.4 - 8.3", + "php": "7.4 - 8.4", "ext-ctype": "*", "ext-curl": "*", "ext-fileinfo": "*", |
