There was an error while loading. Please reload this page.
1 parent dec0e92 commit db483beCopy full SHA for db483be
composer.json
@@ -20,7 +20,6 @@
20
"require-dev": {
21
"phpunit/phpunit": "~4.7",
22
"symfony/framework-bundle": "~2.3",
23
- "symfony/finder": "~2.3",
24
"symfony/yaml": "~2.3"
25
},
26
"autoload": {
src/DependencyInjection/Configuration.php
@@ -3,10 +3,6 @@
3
namespace Aws\Symfony\DependencyInjection;
4
5
use Aws;
6
-use Aws\ClientResolver;
7
-use Aws\Sdk;
8
-use ReflectionClass;
9
-use Symfony\Component\Config\Definition\Builder\NodeBuilder;
10
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
11
use Symfony\Component\Config\Definition\ConfigurationInterface;
12
0 commit comments