From a096be1086b3237b6af31afc2af908b835c4d5d6 Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Mon, 12 Dec 2022 08:24:50 +0100 Subject: [PATCH] Support PHP 8.2 (#708) --- .github/workflows/integrate.yaml | 1 + composer.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 20f64da2..f2233ee0 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -105,6 +105,7 @@ jobs: - "7.4" - "8.0" - "8.1" + - "8.2" dependencies: - "lowest" - "highest" diff --git a/composer.json b/composer.json index 5d4c716d..639ba8d6 100644 --- a/composer.json +++ b/composer.json @@ -42,9 +42,9 @@ "phpunit/php-code-coverage": "^9.2.19", "phpunit/php-file-iterator": "^3.0.6", "phpunit/php-timer": "^5.0.3", - "phpunit/phpunit": "^9.5.26", + "phpunit/phpunit": "^9.5.27", "sebastian/environment": "^5.1.4", - "symfony/console": "^5.4.12 || ^6.2", + "symfony/console": "^5.4.16 || ^6.2.1", "symfony/process": "^5.4.11 || ^6.2" }, "require-dev": { @@ -53,7 +53,7 @@ "doctrine/coding-standard": "^10.0.0", "infection/infection": "^0.26.16", "squizlabs/php_codesniffer": "^3.7.1", - "symfony/filesystem": "^5.4.12 || ^6.2", + "symfony/filesystem": "^5.4.13 || ^6.2", "vimeo/psalm": "^5.1" }, "autoload": {