From c200277e9fe08a199728f012e53c35564a77748a Mon Sep 17 00:00:00 2001 From: Dragos Protung Date: Thu, 4 Dec 2025 15:14:01 +0100 Subject: [PATCH] Support PHP 8.5 --- .github/workflows/build.yml | 1 + composer.json | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 680031b..f81aad2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,7 @@ jobs: php: - 8.3 - 8.4 + - 8.5 symfony: - 6.4.* - 7.* diff --git a/composer.json b/composer.json index 3a755cb..06a6254 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "source": "https://github.com/protung/easyadmin-plus-bundle" }, "require": { - "php": "~8.3.0 || ~8.4.0", + "php": "~8.3.0 || ~8.4.0 || ~8.5.0", "ext-dom": "*", "azjezz/psl": "^2.9.1 || ^3.0.0 || ^4.0.0", "easycorp/easyadmin-bundle": "~4.25.0", @@ -49,11 +49,12 @@ "doctrine/coding-standard": "^14.0.0", "ergebnis/composer-normalize": "^2.48.2", "php-standard-library/psalm-plugin": "^2.3.0", - "phpunit/phpunit": "^11.5.44", + "phpunit/phpunit": "^11.5.45", "psalm/plugin-phpunit": "^0.19.5", "psalm/plugin-symfony": "^5.2.7", "speicher210/functional-test-bundle": "2.x-dev", - "vimeo/psalm": "^6.13.1" + "symfony/var-exporter": "^6.4 || ^7.2", + "vimeo/psalm": "^6.13.1 || 6.x-dev" }, "suggest": { "speicher210/functional-test-bundle": "For testing support."