We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda8561 commit e5714abCopy full SHA for e5714ab
Command/ImportCommand.php
@@ -8,7 +8,6 @@
8
use Mathielen\ImportEngine\Storage\StorageLocator;
9
use Mathielen\ImportEngine\ValueObject\ImportConfiguration;
10
use Mathielen\ImportEngine\ValueObject\ImportRun;
11
-use Symfony\Component\Console\Command\Command;
12
use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
13
use Symfony\Component\Console\Helper\ProgressBar;
14
use Symfony\Component\Console\Helper\Table;
composer.json
@@ -16,7 +16,7 @@
16
],
17
"require": {
18
"php": ">=5.4.0",
19
- "mathielen/import-engine": "*",
+ "mathielen/import-engine": ">=0.5",
20
"symfony/framework-bundle": "~2.3"
21
},
22
"require-dev": {
@@ -32,4 +32,4 @@
32
}
33
34
"target-dir": "Mathielen/ImportEngineBundle"
35
-}
+}
0 commit comments