Skip to content

Commit

Permalink
composer.json, add Symfony console to make the UnifiedArchive cmd lin…
Browse files Browse the repository at this point in the history
…e utility work.
  • Loading branch information
rotdrop committed May 26, 2024
1 parent 5b7689e commit 692e832
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions composer.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,20 @@
}
],
"require": {
"wapmorgan/cab-archive": "^0.0.7",
"wapmorgan/unified-archive": "^1.2.0",
"gemorroj/archive7z": "^5.4",
"phpclasses/php-iso-file": "^0.5.1",
"pear/archive_tar": "^1.4",
"alchemy/zippy": "^1.0",
"gemorroj/archive7z": "^5.4",
"nelexa/zip": "^4.0",
"symfony/event-dispatcher": "*"
"pear/archive_tar": "^1.4",
"phpclasses/php-iso-file": "^0.5.1",
"symfony/console": "^6.0",
"symfony/event-dispatcher": "*",
"wapmorgan/cab-archive": "^0.0.7",
"wapmorgan/unified-archive": "^1.2.0"
},
"require-dev": {
"phpunit/phpunit": "*",
"nextcloud/coding-standard": "*",
"phpmd/phpmd" : "@stable",
"phpunit/phpunit": "*",
"squizlabs/php_codesniffer": "3.*",
"zebra-north/phpcs-short-types": "^1.0"
},
Expand Down

0 comments on commit 692e832

Please sign in to comment.