satis
satis copied to clipboard
The package downloaded in satis is not identical with packagist.org
Even though the check sum is all the same.
Here is the link from my satis
https://satis.asia.zhishiq.com/dist/flarum/approval/flarum-approval-88da3ab9e1fd437a48287001a251fc3c1dc542ad-zip-26e3c1.zip
and it's the package from packagist.org https://codeload.github.com/flarum/approval/legacy.zip/88da3ab9e1fd437a48287001a251fc3c1dc542ad
There is not js/dist in my repo

my satis config is like:
{
"name": "flarum repos",
"homepage": "https://satis.asia.zhishiq.com",
"repositories": [
{
"type": "composer",
"url": "https://packagist.org"
}
],
"require": {
"flarum/approval": "dev-master"
},
"require-dependencies": false,
"require-dev-dependencies": false,
"archive": {
"format": "zip",
"directory": "dist",
"skip-dev": false
}
}
Try to add "rearchive": false to archive
Thanks, I will have a try.