Skip to content

Commit

Permalink
Updated InstallCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Jun 22, 2015
1 parent 5aaae84 commit cda8f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Doctrine/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
"description" : "The CodeIgniter framework",
"name" : "codeigniter/framework",
"license": "MIT",
"require": {' . "\n " . implode(',' . "\n ", $requiredLibraries) . "\n " . '},
"require-dev": {' . "\n " . implode(',' . "\n ", $requiredDevLibraries) . "\n " . '}
"require": {' . "\n " . implode(',' . "\n ", $requiredLibraries) . "\n " . '},
"require-dev": {' . "\n " . implode(',' . "\n ", $requiredDevLibraries) . "\n " . '}
}';

$file = fopen('composer.json', 'wb');
Expand Down

0 comments on commit cda8f78

Please sign in to comment.