Skip to content

Commit

Permalink
Console commands added
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow243 committed Oct 24, 2024
1 parent 729dc43 commit e5e3470
Show file tree
Hide file tree
Showing 18 changed files with 4,157 additions and 172 deletions.
16 changes: 15 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"bacon/bacon-qr-code": "^1.0.3 || ^2.0.0",
"christian-riesen/base32": "^1.3.2",
"composer": "^2.0.0",
"cypht/cli-service": "*",
"ext-curl": "*",
"ext-fileinfo": "*",
"ext-iconv": "*",
Expand All @@ -61,6 +62,11 @@
"require-dev": {
"phpunit/phpunit": "^10.5"
},
"autoload-dev": {
"psr-4": {
"Tests\\": "packages/cli-service/tests/"
}
},
"suggest": {
"ext-pdo": "To use database features, this needs to be installed",
"ext-redis": "To use Redis for caching, this needs to be installed",
Expand All @@ -82,5 +88,13 @@
"post-update-cmd": "composer suggest",
"post-package-install": "composer suggest",
"post-install-cmd": "composer suggest"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "path",
"url": "./packages/cli-service"
}
]
}
Loading

0 comments on commit e5e3470

Please sign in to comment.