Skip to content

Commit

Permalink
[ENH] add command runner
Browse files Browse the repository at this point in the history
  • Loading branch information
n3o77 committed Dec 19, 2021
1 parent 9aafc4e commit 153388d
Show file tree
Hide file tree
Showing 4 changed files with 2,143 additions and 267 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@
}
],
"require": {
"php": ">=7.1",
"php": ">=7.4",
"ext-pcntl": "*",
"ramsey/uuid": "^3.8",
"voku/stringy": "^5.0",
"mexitek/phpcolors": "^0.4.0"
"mexitek/phpcolors": "^0.4.0",
"nesbot/carbon": "^2.55",
"symfony/console": "^4|^5",
"symfony/process": "^4|^5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 153388d

Please sign in to comment.