From c91d0e0288aa826935cfd112d96b5f20f810325e Mon Sep 17 00:00:00 2001 From: orbeji <155294281+orbeji@users.noreply.github.com> Date: Tue, 1 Jul 2025 21:28:11 +0200 Subject: [PATCH 1/2] start migration to symfony 6.4 compatibility --- .github/workflows/compatibility.yml | 2 +- phpunit.xml.dist | 52 +++++++++++++---------------- 2 files changed, 24 insertions(+), 30 deletions(-) diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index 6254827..7f4b72c 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -13,7 +13,7 @@ jobs: matrix: operating-system: [ 'ubuntu-22.04' ] php: [ '8.3' ] - symfony: [ '5.4.*'] + symfony: [ '6.4.*'] steps: - uses: actions/checkout@v4 diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 9034928..7b90352 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,32 +1,26 @@ - - - - - - - - - - - - - - - - - tests - - - - - src - - + + + + + + + + + + + + + + + + tests + + + + + src + + From 3267955cfa642b628e16e6250893bb3be4ea80f2 Mon Sep 17 00:00:00 2001 From: orbeji <155294281+orbeji@users.noreply.github.com> Date: Tue, 1 Jul 2025 21:37:57 +0200 Subject: [PATCH 2/2] updating composer to 6.4 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a43f5b7..1c3050a 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "composer-runtime-api": "^2.2", "mashape/unirest-php": "^3.0.4", "ptlis/diff-parser": "^1.1.0", - "symfony/console": "^5.4.46", + "symfony/console": "^6.4", "symfony/polyfill-php83": "^1.31", "symfony/polyfill-uuid": "^1.31.0" }, @@ -30,8 +30,8 @@ "roave/security-advisories": "dev-latest", "rregeer/phpunit-coverage-check": "^0.3.1", "squizlabs/php_codesniffer": "^3.10.3", - "symfony/framework-bundle": "^5.4.45", - "symfony/var-dumper": "^5.4.46", + "symfony/framework-bundle": "^6.4", + "symfony/var-dumper": "^6.4", "webmozart/assert": "^1.11.0" }, "autoload": {