sort config

This commit is contained in:
crazywhalecc
2023-12-23 13:54:11 +08:00
committed by Jerry Ma
parent 6bcda6a5a0
commit d3ff6fd8c0
3 changed files with 20 additions and 20 deletions

View File

@@ -136,6 +136,16 @@
"path": "LICENSE"
}
},
"igbinary": {
"type": "url",
"url": "https://pecl.php.net/get/igbinary",
"path": "php-src/ext/igbinary",
"filename": "igbinary.tgz",
"license": {
"type": "file",
"path": "COPYING"
}
},
"imagemagick": {
"type": "ghtar",
"repo": "ImageMagick/ImageMagick",
@@ -360,16 +370,6 @@
"path": "COPYING"
}
},
"igbinary": {
"type": "url",
"url": "https://pecl.php.net/get/igbinary",
"path": "php-src/ext/igbinary",
"filename": "igbinary.tgz",
"license": {
"type": "file",
"path": "COPYING"
}
},
"onig": {
"type": "ghrel",
"repo": "kkos/oniguruma",