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

48 lines
1 KiB
JSON
Raw Normal View History

2016-05-11 14:15:58 +00:00
{
"type" : "project",
"license" : "GPL-2.0",
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-05-28 16:31:20 +00:00
"php" : ">=7.1",
"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.*",
2017-09-21 04:00:59 +00:00
"shish/libcontext-php" : "dev-master",
2018-02-20 21:35:43 +00:00
"enshrined/svg-sanitize" : "0.8.2",
2016-05-11 22:27:42 +00:00
2016-05-12 14:40:33 +00:00
"bower-asset/jquery" : "1.12.3",
2016-05-12 20:03:39 +00:00
"bower-asset/jquery-timeago" : "1.5.2",
2017-09-18 22:51:34 +00:00
"bower-asset/tablesorter" : "dev-master",
"bower-asset/mediaelement" : "2.21.1",
"bower-asset/js-cookie" : "2.1.1"
2019-05-28 19:27:23 +00:00
},
"require-dev" : {
2017-09-21 03:16:36 +00:00
"phpunit/phpunit" : "6.*"
2016-05-11 14:15:58 +00:00
}
}