diff --git a/composer.json b/composer.json index 8f1365e..f72b3f8 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "framework", "license": "GPL-3.0", "minimum-stability": "stable", - "version": "1.0.12", + "version": "1.0.13", "authors": [ { "name": "Leonardo Vilarinho", diff --git a/insphptor.yml b/insphptor.yml index 95e81d3..7e018a1 100644 --- a/insphptor.yml +++ b/insphptor.yml @@ -1,6 +1,6 @@ name: Insphptor Project export: json -git: not +git: auto level: normal rank: 6 hide: diff --git a/source/Program/Commands/ExportCommand.php b/source/Program/Commands/ExportCommand.php index 6e21a33..4400e7e 100644 --- a/source/Program/Commands/ExportCommand.php +++ b/source/Program/Commands/ExportCommand.php @@ -44,7 +44,7 @@ protected function execute(InputInterface $input, OutputInterface $output) $export = new JsonExport(ClassesRepository::instance(), $devs, $output); $export->export($path.'/data/', $flag == null ? '' : $flag); - BoxObject::display(sprintf('The result was exported to %s/data', $path), $output); + BoxObject::display('The result was exported!', $output); if ($input->getOption('open')) { $this->call('start', $output); diff --git a/source/globals.php b/source/globals.php index d21f080..e11efe3 100644 --- a/source/globals.php +++ b/source/globals.php @@ -9,7 +9,7 @@ ) _ _ _ ( _ _ _)_ _ _ _(_ ) ) ( )_) ) ) )_) (_ (_) ) _) ( ( - v1.0.12 + v1.0.13 By Leonardo Vilarinho'.PHP_EOL); }