forked from Cavemanon/cavepaintings
68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"name": "shish/shimmie2",
|
|
"description": "A tag-based image gallery",
|
|
"type" : "project",
|
|
"license" : "GPL-2.0-or-later",
|
|
"minimum-stability" : "dev",
|
|
|
|
"repositories" : [
|
|
{
|
|
"type": "composer",
|
|
"url": "https://asset-packagist.org"
|
|
},
|
|
{
|
|
"type" : "package",
|
|
"package" : {
|
|
"name" : "ifixit/php-akismet",
|
|
"version" : "1.1",
|
|
"source" : {
|
|
"url" : "https://github.com/iFixit/php-akismet.git",
|
|
"type" : "git",
|
|
"reference" : "fd4ff50eb577457c1b7b887401663e91e77625ae"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
|
|
"require" : {
|
|
"php" : "^7.3 | ^8.0",
|
|
"ext-pdo": "*",
|
|
"ext-json": "*",
|
|
"ext-fileinfo": "*",
|
|
|
|
"flexihash/flexihash" : "^2.0",
|
|
"ifixit/php-akismet" : "^1.0",
|
|
"google/recaptcha" : "^1.1",
|
|
"dapphp/securimage" : "^3.6",
|
|
"shish/eventtracer-php" : "^2.0",
|
|
"shish/ffsphp" : "^1.0",
|
|
"shish/microcrud" : "^2.0",
|
|
"shish/microhtml" : "^2.0",
|
|
"enshrined/svg-sanitize" : "^0.13",
|
|
|
|
"bower-asset/jquery" : "^1.12",
|
|
"bower-asset/jquery-timeago" : "^1.5",
|
|
"bower-asset/mediaelement" : "^2.21",
|
|
"bower-asset/js-cookie" : "^2.1"
|
|
},
|
|
|
|
"require-dev" : {
|
|
"phpunit/phpunit" : "^9.0"
|
|
},
|
|
|
|
"suggest": {
|
|
"ext-memcache": "memcache caching",
|
|
"ext-memcached": "memcached caching",
|
|
"ext-apc": "apc caching",
|
|
"ext-redis": "redis caching",
|
|
"ext-dom": "some extensions",
|
|
"ext-curl": "some extensions",
|
|
"ext-ctype": "some extensions",
|
|
"ext-json": "some extensions",
|
|
"ext-zip": "self-updater extension, bulk import/export",
|
|
"ext-zlib": "anti-spam",
|
|
"ext-xml": "some extensions",
|
|
"ext-gd": "GD-based thumbnailing"
|
|
}
|
|
}
|