diff --git a/.github/workflows/coding-standards.yaml b/.github/workflows/coding-standards.yaml index 580c0fb..88a7b97 100644 --- a/.github/workflows/coding-standards.yaml +++ b/.github/workflows/coding-standards.yaml @@ -26,15 +26,13 @@ jobs: fail-fast: true matrix: php-version: - - "8.2" - - "8.3" - "8.4" - "8.5" composer-versions: - highest include: - composer-versions: "lowest" - php-version: "8.2" + php-version: "8.4" - composer-versions: "lowest" php-version: "8.5" diff --git a/composer.json b/composer.json index d190403..01f7e7e 100644 --- a/composer.json +++ b/composer.json @@ -4,36 +4,36 @@ "type": "symfony-bundle", "minimum-stability": "stable", "require": { - "php": ">=8.2", + "php": ">=8.4", "php-http/discovery": "^1.20", "psr/http-client": "^1.0", "psr/http-client-implementation": "1.0", "psr/http-factory": "^1.0", "psr/log": "^3.0", - "symfony/framework-bundle": "^6.4|^7.0", - "symfony/http-client": "^6.4.18|^7.2", - "symfony/http-kernel": "^6.4|^7.2", - "symfony/property-access": "^6.4|^7.2", + "symfony/framework-bundle": "^6.4|^7.3", + "symfony/http-client": "^6.4.18|^7.3", + "symfony/http-kernel": "^6.4|^7.3", + "symfony/property-access": "^6.4|^7.3", "symfony/service-contracts": "^3.5", - "symfony/var-exporter": "^6.4|^7.2", + "symfony/var-exporter": "^6.4|^7.3", "typesense/typesense-php": "^4.9|^5.0" }, "require-dev": { - "doctrine/doctrine-bundle": "^2.0", + "doctrine/doctrine-bundle": "^3.2", "doctrine/doctrine-fixtures-bundle": "^4.0", - "doctrine/orm": "^3.3", + "doctrine/orm": "^3.6", "friendsofphp/php-cs-fixer": "dev-master", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^2.1.2", "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-symfony": "^2.0", "phpunit/phpunit": "^11.5|^12.0", - "rector/rector": "^2.0.8", - "symfony/console": "^6.4|^7.2", - "symfony/dotenv": "^6.4|^7.2", - "symfony/phpunit-bridge": "^7.0", - "symfony/runtime": "^6.4|^7.2", - "symfony/yaml": "^6.4|^7.0" + "rector/rector": "^2.3.0", + "symfony/console": "^6.4|^7.3", + "symfony/dotenv": "^6.4|^7.3", + "symfony/phpunit-bridge": "^7.3", + "symfony/runtime": "^6.4|^7.3", + "symfony/yaml": "^6.4|^7.3" }, "conflict": { "php-http/httplug": "<1.5", diff --git a/tests/config/packages/doctrine.yaml b/tests/config/packages/doctrine.yaml index 505c268..fa5adbd 100644 --- a/tests/config/packages/doctrine.yaml +++ b/tests/config/packages/doctrine.yaml @@ -4,10 +4,7 @@ doctrine: charset: utf8mb4 logging: '%kernel.debug%' orm: - auto_generate_proxy_classes: true - enable_lazy_ghost_objects: true naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware - report_fields_where_declared: true controller_resolver: auto_mapping: false mappings: