Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/coding-standards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 0 additions & 3 deletions tests/config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down