Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
"bin": [
"src/multiflexi-cli"
],
"require-dev": {
"ergebnis/composer-normalize": "^2.49",
"ergebnis/php-cs-fixer-config": "^6.58",
"friendsofphp/php-cs-fixer": "^3.92",
"phpstan/phpstan": "^2.1",
"phpunit/phpunit": "^13"
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
Expand Down
304 changes: 186 additions & 118 deletions composer.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions debian/cz.vitexsoftware.multiflexi-cli.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
MultiFlexi CLI is a powerful command-line interface tool for managing and interacting with the MultiFlexi system. It allows administrators and users to list, create, get, and delete MultiFlexi resources directly from the terminal. </p> <p> The CLI supports JSON output for easy integration with other tools and scripts, and provides internationalization support. This package is intended for users who prefer or require command-line access to MultiFlexi's features.
</p>
</description>
<icon type="stock">multiflexi-cli</icon>
<categories>
<category>System</category>
<category>ConsoleOnly</category>
Expand Down
1 change: 1 addition & 0 deletions debian/multiflexi-cli.install
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ src/MultiFlexi/*.php usr/lib/multiflexi-cli/MultiFlexi/
src/MultiFlexi/Cli/*.php usr/lib/multiflexi-cli/MultiFlexi/Cli/
debian/tmp/composer.json usr/lib/multiflexi-cli
debian/cz.vitexsoftware.multiflexi-cli.metainfo.xml usr/share/metainfo/
multiflexi-cli.svg usr/share/icons/hicolor/scalable/apps/
debian/sudoers.d/* etc/sudoers.d/
Loading
Loading