Skip to content

Commit

Permalink
Allow console 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuurlijk committed Dec 19, 2018
1 parent ac6ffb6 commit 4a36f7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/typo3migrate
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ foreach ([__DIR__ . '/../../../autoload.php', __DIR__ . '/../../../../autoload.p

use MichielRoos\TYPO3Migrate\Console\Application;

$app = new Application('TYPO3Migrate', '1.5.2');
$app = new Application('TYPO3Migrate', '1.2.3');
$app->add(new \MichielRoos\TYPO3Migrate\Command\ConvertFluidNamespacesCommand());
$app->add(new \MichielRoos\TYPO3Migrate\Command\Xml2XlfCommand());
$app->run();
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"require": {
"php": "^5.6 || ^7.0",
"symfony/console": "^2.8 || ^3.4",
"symfony/filesystem": "^2.8 || ^3.4"
"symfony/console": "^2.7 || ^2.8 || ^3.4",
"symfony/filesystem": "2.7 || ^2.8 || ^3.4"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4a36f7b

Please sign in to comment.