77 lines
1.8 KiB
JSON
77 lines
1.8 KiB
JSON
{
|
|
"name": "shish/shimmie2",
|
|
"description": "A tag-based image gallery",
|
|
"type" : "project",
|
|
"license" : "GPL-2.0-or-later",
|
|
"minimum-stability" : "dev",
|
|
|
|
"config": {
|
|
"platform": {
|
|
"php": "8.1.0"
|
|
}
|
|
},
|
|
|
|
"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" : "^8.1",
|
|
"ext-pdo": "*",
|
|
"ext-json": "*",
|
|
"ext-fileinfo": "*",
|
|
"flexihash/flexihash": "^2.0",
|
|
"ifixit/php-akismet": "^1.0",
|
|
"google/recaptcha": "^1.1",
|
|
"shish/eventtracer-php": "^2.0",
|
|
"shish/ffsphp": "^1.3",
|
|
"shish/microbundler": "^1.0",
|
|
"shish/microcrud": "^2.0",
|
|
"shish/microhtml": "^2.2",
|
|
"shish/gqla": "dev-main",
|
|
"enshrined/svg-sanitize": "^0.16",
|
|
"bower-asset/jquery": "^1.12",
|
|
"bower-asset/jquery-timeago": "^1.5",
|
|
"bower-asset/js-cookie": "^2.1",
|
|
"psr/simple-cache": "^1.0",
|
|
"sabre/cache": "^2.0.1",
|
|
"naroga/redis-cache": "dev-master",
|
|
"aws/aws-sdk-php": "^3.294"
|
|
},
|
|
|
|
"require-dev" : {
|
|
"phpunit/phpunit" : "10.5.3",
|
|
"friendsofphp/php-cs-fixer" : "3.41.1",
|
|
"scrutinizer/ocular": "1.9",
|
|
"phpstan/phpstan": "1.10.50"
|
|
},
|
|
"suggest": {
|
|
"ext-memcache": "memcache caching",
|
|
"ext-memcached": "memcached caching",
|
|
"ext-apc": "apc caching",
|
|
"ext-apcu": "apc caching",
|
|
"ext-redis": "redis caching",
|
|
"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"
|
|
}
|
|
}
|