Skip to content

Commit

Permalink
Merge pull request #3 from minicli/services-config
Browse files Browse the repository at this point in the history
Add support to register services using a config file
  • Loading branch information
erikaheidi committed Jun 13, 2023
2 parents 4414f41 + b89d69b commit a2b4bf0
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3,159 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.phpunit.result.cache
.composer/
vendor/
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"require": {
"php": ">=8.1",
"minicli/minicli": "^4.0",
"minicli/minicli": "^4.1",
"minicli/command-help": "^1.0",
"nunomaduro/termwind": "^1.15",
"league/plates": "^3.5"
Expand Down
Loading

0 comments on commit a2b4bf0

Please sign in to comment.