diff --git a/composer.json b/composer.json index d568dd0..e9eedcb 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,7 @@ "autoload": { "psr-4": { "Runtime\\": "src/Runtime/", + "Cli\\": "src/Cli/", "App\\": "app/" }, "files": [ diff --git a/dd b/dd new file mode 100644 index 0000000..f6af33c --- /dev/null +++ b/dd @@ -0,0 +1,8 @@ +#!/usr/bin/env php +kernel(); +?> \ No newline at end of file diff --git a/src/Cli/Factory.php b/src/Cli/Factory.php new file mode 100644 index 0000000..a92c546 --- /dev/null +++ b/src/Cli/Factory.php @@ -0,0 +1,13 @@ +handle(); + } + /** * @param $abstract * @return mixed