This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/composer.json

67 lines
1.6 KiB
JSON
Raw Normal View History

2016-05-11 14:15:58 +00:00
{
2019-11-21 17:12:08 +00:00
"name": "shish/shimmie2",
"description": "A tag-based image gallery",
2016-05-11 14:15:58 +00:00
"type" : "project",
2019-11-21 17:12:08 +00:00
"license" : "GPL-2.0-or-later",
2016-05-12 20:03:39 +00:00
"minimum-stability" : "dev",
2016-05-11 14:15:58 +00:00
"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"
}
}
}
],
2016-05-11 14:15:58 +00:00
"require" : {
2019-11-14 18:24:09 +00:00
"php" : ">=7.3",
"ext-pdo": "*",
2019-05-28 19:27:23 +00:00
"ext-json": "*",
"flexihash/flexihash" : "^2.0.0",
"ifixit/php-akismet" : "1.*",
"google/recaptcha" : "~1.1",
"dapphp/securimage" : "3.6.*",
"shish/eventtracer-php" : "^1.0.0",
"shish/ffsphp" : "0.0.*",
"shish/microcrud" : "^1.0.0",
2019-12-09 14:18:25 +00:00
"shish/microhtml" : "^1.0.0",
"enshrined/svg-sanitize" : "0.13.*",
2016-05-11 22:27:42 +00:00
2019-11-21 17:12:08 +00:00
"bower-asset/jquery" : "1.12.*",
"bower-asset/jquery-timeago" : "1.5.*",
"bower-asset/mediaelement" : "2.21.*",
"bower-asset/js-cookie" : "2.1.*"
2019-05-28 19:27:23 +00:00
},
"require-dev" : {
2019-11-14 18:24:09 +00:00
"phpunit/phpunit" : "8.*"
2019-05-29 17:23:29 +00:00
},
"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",
"ext-zlib": "anti-spam",
"ext-xml": "some extensions",
"ext-gd": "GD-based thumbnailing"
2016-05-11 14:15:58 +00:00
}
}