From 048306146211ebbf12a13cd658800b9a76f9d7b4 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Mon, 23 Oct 2023 14:19:50 +0200 Subject: [PATCH] Require php 8.1 --- .github/workflows/auto-regenerate.yml | 3 +-- .github/workflows/continuous-integration.yml | 2 +- .github/workflows/rector-continuous-integration.yml | 2 +- composer.json | 4 ++-- generator/composer.json | 2 +- generator/composer.lock | 6 +++--- generator/tests/rector/composer.json | 2 +- 7 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/workflows/auto-regenerate.yml b/.github/workflows/auto-regenerate.yml index c4d4f8c0..8bba0c80 100644 --- a/.github/workflows/auto-regenerate.yml +++ b/.github/workflows/auto-regenerate.yml @@ -18,7 +18,7 @@ jobs: uses: "shivammathur/setup-php@v2" with: coverage: "pcov" - php-version: "8.0" + php-version: "8.1" - name: "Check out salathe/phpdoc-base" uses: "actions/checkout@v2" @@ -72,4 +72,3 @@ jobs: assignees: "kharhamel, moufmouf" - \ No newline at end of file diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 7c074738..10c3d064 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: php-version: - - "8.0" + - "8.1" dependencies: - "highest" diff --git a/.github/workflows/rector-continuous-integration.yml b/.github/workflows/rector-continuous-integration.yml index 10f5eb98..37a466e2 100644 --- a/.github/workflows/rector-continuous-integration.yml +++ b/.github/workflows/rector-continuous-integration.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: php-version: - - "8.0" + - "8.1" dependencies: - "highest" diff --git a/composer.json b/composer.json index e85a6593..33e4fb42 100644 --- a/composer.json +++ b/composer.json @@ -102,7 +102,7 @@ ] }, "require": { - "php": "^8.0" + "php": "^8.1" }, "require-dev": { "phpstan/phpstan": "^1.5", @@ -120,4 +120,4 @@ "dev-master": "2.2.x-dev" } } -} \ No newline at end of file +} diff --git a/generator/composer.json b/generator/composer.json index cb85fae8..6c78232c 100644 --- a/generator/composer.json +++ b/generator/composer.json @@ -7,7 +7,7 @@ } }, "require": { - "php": "^8.0", + "php": "^8.1", "ext-simplexml": "*", "ext-json": "*", "symfony/console": "^4.1.4", diff --git a/generator/composer.lock b/generator/composer.lock index a840c7b1..fd2b4bdb 100644 --- a/generator/composer.lock +++ b/generator/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": "d6c94263becd754b8ce74fbcf96c6508", + "content-hash": "a11ab80f81fa166765dff4870b8de011", "packages": [ { "name": "psr/container", @@ -3957,10 +3957,10 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^8.0", + "php": "^8.1", "ext-simplexml": "*", "ext-json": "*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } diff --git a/generator/tests/rector/composer.json b/generator/tests/rector/composer.json index 8376ad3c..d58eb045 100644 --- a/generator/tests/rector/composer.json +++ b/generator/tests/rector/composer.json @@ -5,7 +5,7 @@ } }, "require": { - "php": "^8.0", + "php": "^8.1", "rector/rector": "^0.13.10" }, "require-dev": {