aws / aws-sdk-php-symfony

Apache License 2.0
350 stars 89 forks source link

Issue with console lint:container #66

Closed lugus closed 4 years ago

lugus commented 4 years ago

Version of AWS SDK for PHP?

aws/aws-sdk-php 3.133.40 aws/aws-sdk-php-symfony 2.2.1

Version of AWS Service Provider for Symfony?

?

Version of Symfony (bin/console --version in project dir)?

5.0.5

Version of PHP (php -v)?

7.4

What issue did you see?

Hello.

When ./bin/console lint:container Then Invalid service "doctrine.dbal.default_connection": method "Aws\Sdk::createRekognition()" does not exist..

Steps to reproduce

Having doctrine and launch ./bin/console lint:container

Additional context

lugus commented 4 years ago

A pull request exist for this issue: https://github.com/aws/aws-sdk-php-symfony/pull/64

Thank you @mpdude