Skip to content

Commit

Permalink
Feat: chef CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
debuss committed Feb 28, 2022
1 parent f0ffe1c commit 73508f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions chef
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/php
<?php

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

use Borsch\Chef\Chef;

$chef = new Chef();
$chef->run();
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"ext-libxml": "*",
"ext-simplexml": "*",
"borschphp/application": "^0",
"borschphp/chef": "^0.1.0",
"laminas/laminas-diactoros": "^2.8",
"monolog/monolog": "^2.0",
"vlucas/phpdotenv": "v5.1.0"
Expand All @@ -42,7 +43,7 @@
},
"autoload-dev": {
"psr-4": {
"AppTest\\": "tests"
"AppTest\\": "tests/"
}
},
"scripts": {
Expand Down

0 comments on commit 73508f2

Please sign in to comment.