Skip to content

Commit

Permalink
Temporarily switch to a bugfix branch of UA until my PR gets merged.
Browse files Browse the repository at this point in the history
There is a bug with AlchemyZippy, see wapmorgan/UnifiedArchive#44
  • Loading branch information
rotdrop committed May 28, 2024
1 parent 7dc94b8 commit 761b4bf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"symfony/console": "^6.0",
"symfony/event-dispatcher": "*",
"wapmorgan/cab-archive": "^0.0.7",
"wapmorgan/unified-archive": "^1.2.0"
"wapmorgan/unified-archive": "dev-bugfix/fix-alchemy-zippy-mtime"
},
"require-dev": {
"nextcloud/coding-standard": "*",
Expand All @@ -34,7 +34,12 @@
"php": "8.0.2"
}
},
"repositories": [],
"repositories": [
{
"type": "git",
"url": "https://github.com/rotdrop/UnifiedArchive"
}
],
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
"cs:check": "php-cs-fixer fix --dry-run --diff",
Expand Down

0 comments on commit 761b4bf

Please sign in to comment.