Skip to content

Commit

Permalink
Merge pull request #17 from drola/drop-class-loader
Browse files Browse the repository at this point in the history
Remove symfony/class-loader
  • Loading branch information
phiamo committed Dec 29, 2022
2 parents 58661a5 + 95c63b2 commit 1bc40e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -16,8 +16,7 @@
}
],
"require": {
"symfony/console": ">=2.0.0",
"symfony/class-loader": ">=2.0.0"
"symfony/console": ">=2.0.0"
},
"autoload": {
"psr-0": {
Expand Down
1 change: 0 additions & 1 deletion src/Mopa/Bridge/Composer/Adapter/ComposerAdapter.php
Expand Up @@ -5,7 +5,6 @@
use Symfony\Component\Console\Helper\HelperSet;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\ClassLoader\ClassLoader;
use Symfony\Component\Console\Input\ArrayInput;
use Symfony\Component\Console\Output\NullOutput;

Expand Down

0 comments on commit 1bc40e7

Please sign in to comment.