Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-kuendig committed Feb 13, 2018
2 parents 2424426 + 4603a1a commit 9578cee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
"require": {
"guzzlehttp/guzzle": "~6.0",
"cypresslab/gitelephant": "~1.1",
"symfony/console": "~2.7|~3.0|~4.0",
"symfony/process": "~2.7|~3.0|~4.0",
"symfony/yaml": "~2.1|~3.0|~4.0"
"symfony/console": "~2.7|~3.0",
"symfony/process": "~2.7|~3.0",
"symfony/filessystem": "~2.7|~3.0",
"symfony/yaml": "~2.1|~3.0"
},
"bin": [
"october"
Expand Down
2 changes: 1 addition & 1 deletion october
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (file_exists(__DIR__.'/../../autoload.php')) {
require __DIR__.'/vendor/autoload.php';
}

$app = new Symfony\Component\Console\Application('October CMS Bootstrapper', '0.2.21');
$app = new Symfony\Component\Console\Application('October CMS Bootstrapper', '0.2.22');
$app->add(new \OFFLINE\Bootstrapper\October\Console\InitCommand);
$app->add(new \OFFLINE\Bootstrapper\October\Console\InstallCommand);
$app->run();

0 comments on commit 9578cee

Please sign in to comment.