Skip to content

Commit

Permalink
Modify dojo, ready to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebacarrasco93 committed Sep 21, 2023
1 parent 09cb2f5 commit 1fd53cb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 20 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": "^8.1",
"sebacarrasco93/kaataa-core": "^0.0.1"
"sebacarrasco93/kaataa-core": "^0.0.2"
},
"scripts": {
"test": "vendor/bin/phpunit"
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

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

16 changes: 4 additions & 12 deletions dojo
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
#!/usr/bin/env php
<?php

require __DIR__ . '/vendor/autoload.php';

use SebaCarrasco93\KaataaCore\Console\Commands\CreateKataCommand;
use SebaCarrasco93\KaataaCore\Console\Commands\MakeClassCommand;
use SebaCarrasco93\KaataaCore\Console\Commands\MakeTestCommand;
use Symfony\Component\Console\Application;
use SebaCarrasco93\KaataaCore\Console\Dojo;

$application = new Application();

$application->add(new CreateKataCommand());
$application->add(new MakeClassCommand());
$application->add(new MakeTestCommand());
require __DIR__ . '/vendor/autoload.php';

$application->run();
// 🥋 Start
Dojo::start();

0 comments on commit 1fd53cb

Please sign in to comment.