Skip to content

Commit

Permalink
add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyvastis committed Apr 12, 2021
1 parent 824f0c7 commit ed9dfe7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
"php-arsenal/salesforce-soap-client": "^2.0",
"symfony/console": "^5.2",
"ext-curl": "*",
"ext-simplexml": "*"
"ext-simplexml": "*",
"symfony/config": "^5.2",
"symfony/dependency-injection": "^5.2",
"symfony/http-kernel": "^5.2"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader;
use Symfony\Component\DependencyInjection\Reference;

/**
* This is the class that loads and manages your bundle configuration
Expand Down

0 comments on commit ed9dfe7

Please sign in to comment.