ff44161a99
- symfony/* pinned to 7.4.* (was 7.1.*) - eightpoints/guzzle-bundle ^8.6 and idci/graphql-client-bundle ^2.0 added - phpunit/phpunit ^11.5 and symfony/phpunit-bridge ^7.4 added as dev deps - Bundles registered in config/bundles.php - Guzzle and GraphQL client configured via YAML package configs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 lines
271 B
PHP
8 lines
271 B
PHP
<?php
|
|
|
|
return [
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
|
EightPoints\Bundle\GuzzleBundle\EightPointsGuzzleBundle::class => ['all' => true],
|
|
IDCI\Bundle\GraphQLClientBundle\IDCIGraphQLClientBundle::class => ['all' => true],
|
|
];
|