Skip to content

Commit

Permalink
Lock mnapoli/silly dependency to v1.5; v1.6 added PHP 7 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
damiani committed May 31, 2017
1 parent 566d894 commit 6679df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"symfony/console": "^2.5|^3.0",
"mockery/mockery": "^0.9.4",
"mnapoli/front-yaml": "^1.5",
"mnapoli/silly": "^1.3"
"mnapoli/silly": "1.3 - 1.5"
},
"bin": [
"jigsaw"
Expand Down
2 changes: 1 addition & 1 deletion jigsaw
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ $container->bind(Jigsaw::class, function ($c) {
$buildCommand = new BuildCommand($container);
$serveCommand = new ServeCommand($container);

$app = new Symfony\Component\Console\Application('Jigsaw', '1.0.3');
$app = new Symfony\Component\Console\Application('Jigsaw', '1.0.4');
$app->add($container[InitCommand::class]);
$app->add($buildCommand);
$app->add($serveCommand);
Expand Down

0 comments on commit 6679df7

Please sign in to comment.