fembooru/composer.lock

462 lines
16 KiB
Plaintext
Raw Normal View History

2016-06-18 18:33:56 +01:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2019-07-05 15:47:47 +01:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2016-06-18 18:33:56 +01:00
"This file is @generated automatically"
],
2022-05-14 16:44:50 -07:00
"content-hash": "ca096500833679c5fa819eb5cfbd1d80",
2016-06-18 18:33:56 +01:00
"packages": [
{
"name": "bower-asset/jquery-timeago",
2019-11-21 17:12:08 +00:00
"version": "v1.5.4",
2016-06-18 18:33:56 +01:00
"source": {
"type": "git",
2019-11-14 18:24:09 +00:00
"url": "git@github.com:rmm5t/jquery-timeago.git",
2019-11-21 17:12:08 +00:00
"reference": "180864a9c544a49e43719b457250af216d5e4c3a"
2016-06-18 18:33:56 +01:00
},
"dist": {
"type": "zip",
2019-11-21 17:12:08 +00:00
"url": "https://api.github.com/repos/rmm5t/jquery-timeago/zipball/180864a9c544a49e43719b457250af216d5e4c3a",
"reference": "180864a9c544a49e43719b457250af216d5e4c3a"
2016-06-18 18:33:56 +01:00
},
"require": {
"bower-asset/jquery": ">=1.4"
},
2017-09-17 17:08:08 +01:00
"type": "bower-asset",
2016-06-18 18:33:56 +01:00
"license": [
"MIT"
]
},
{
"name": "bower-asset/js-cookie",
2019-11-21 17:12:08 +00:00
"version": "v2.1.4",
2016-06-18 18:33:56 +01:00
"source": {
"type": "git",
2019-11-14 18:24:09 +00:00
"url": "git@github.com:js-cookie/js-cookie.git",
2019-11-21 17:12:08 +00:00
"reference": "8b70250875f7e07445b6a457f9c2474ead4cba44"
2016-06-18 18:33:56 +01:00
},
"dist": {
"type": "zip",
2019-11-21 17:12:08 +00:00
"url": "https://api.github.com/repos/js-cookie/js-cookie/zipball/8b70250875f7e07445b6a457f9c2474ead4cba44",
"reference": "8b70250875f7e07445b6a457f9c2474ead4cba44"
2016-06-18 18:33:56 +01:00
},
2017-09-17 17:08:08 +01:00
"type": "bower-asset",
2016-06-18 18:33:56 +01:00
"license": [
"MIT"
]
},
{
"name": "bower-asset/mediaelement",
2019-11-21 17:12:08 +00:00
"version": "2.21.2",
2016-06-18 18:33:56 +01:00
"source": {
"type": "git",
2019-11-14 18:24:09 +00:00
"url": "git@github.com:johndyer/mediaelement.git",
2019-11-21 17:12:08 +00:00
"reference": "394db3b4a2e3f5f7988cacdefe62ed973bf4a3ce"
2016-06-18 18:33:56 +01:00
},
"dist": {
"type": "zip",
2019-11-21 17:12:08 +00:00
"url": "https://api.github.com/repos/johndyer/mediaelement/zipball/394db3b4a2e3f5f7988cacdefe62ed973bf4a3ce",
"reference": "394db3b4a2e3f5f7988cacdefe62ed973bf4a3ce"
2016-06-18 18:33:56 +01:00
},
2017-09-17 17:08:08 +01:00
"type": "bower-asset",
2016-06-18 18:33:56 +01:00
"license": [
"MIT"
]
},
{
"name": "dapphp/securimage",
2022-05-14 16:44:50 -07:00
"version": "3.6.8",
2016-06-18 18:33:56 +01:00
"source": {
"type": "git",
"url": "https://github.com/dapphp/securimage.git",
2022-05-14 16:44:50 -07:00
"reference": "5fc5953c4ffba1eb214cc83100672f238c184ca4"
2016-06-18 18:33:56 +01:00
},
"dist": {
"type": "zip",
2022-05-14 16:44:50 -07:00
"url": "https://api.github.com/repos/dapphp/securimage/zipball/5fc5953c4ffba1eb214cc83100672f238c184ca4",
"reference": "5fc5953c4ffba1eb214cc83100672f238c184ca4",
2016-06-18 18:33:56 +01:00
"shasum": ""
},
"require": {
"ext-gd": "*",
2019-07-05 15:47:47 +01:00
"php": ">=5.4"
2016-06-18 18:33:56 +01:00
},
"suggest": {
"ext-pdo": "For database storage support",
"ext-pdo_mysql": "For MySQL database support",
"ext-pdo_sqlite": "For SQLite3 database support"
},
"type": "library",
"autoload": {
"classmap": [
"securimage.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-07-05 15:47:47 +01:00
"BSD-3-Clause"
2016-06-18 18:33:56 +01:00
],
"authors": [
{
"name": "Drew Phillips",
"email": "drew@drew-phillips.com"
}
],
"description": "PHP CAPTCHA Library",
"homepage": "https://www.phpcaptcha.org",
"keywords": [
2019-07-05 15:47:47 +01:00
"Forms",
"anti-spam",
2016-06-18 18:33:56 +01:00
"captcha",
"security"
],
2022-05-14 16:44:50 -07:00
"time": "2020-05-30T09:43:22+00:00"
},
2018-02-20 21:35:43 +00:00
{
"name": "enshrined/svg-sanitize",
2020-03-09 23:54:00 +00:00
"version": "0.13.3",
2018-02-20 21:35:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/darylldoyle/svg-sanitizer.git",
2020-03-09 23:54:00 +00:00
"reference": "bc66593f255b7d2613d8f22041180036979b6403"
2018-02-20 21:35:43 +00:00
},
"dist": {
"type": "zip",
2020-03-09 23:54:00 +00:00
"url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/bc66593f255b7d2613d8f22041180036979b6403",
"reference": "bc66593f255b7d2613d8f22041180036979b6403",
2018-02-20 21:35:43 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*"
},
2018-02-20 21:35:43 +00:00
"require-dev": {
"codeclimate/php-test-reporter": "^0.1.2",
"phpunit/phpunit": "^6"
2018-02-20 21:35:43 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"enshrined\\svgSanitize\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
2018-02-20 21:35:43 +00:00
],
"authors": [
{
"name": "Daryll Doyle",
"email": "daryll@enshrined.co.uk"
}
],
"description": "An SVG sanitizer for PHP",
2020-03-09 23:54:00 +00:00
"time": "2020-01-20T01:34:17+00:00"
2018-02-20 21:35:43 +00:00
},
2016-06-18 18:33:56 +01:00
{
"name": "flexihash/flexihash",
"version": "v2.0.2",
"source": {
"type": "git",
"url": "https://github.com/pda/flexihash.git",
"reference": "497ba5782606d998f8ab0b4e5942e3a799bec018"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pda/flexihash/zipball/497ba5782606d998f8ab0b4e5942e3a799bec018",
"reference": "497ba5782606d998f8ab0b4e5942e3a799bec018",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"satooshi/php-coveralls": "~1.0",
"squizlabs/php_codesniffer": "^2.3",
"symfony/config": "^2.0.0",
"symfony/console": "^2.0.0",
"symfony/filesystem": "^2.0.0",
"symfony/stopwatch": "^2.0.0",
"symfony/yaml": "^2.0.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Flexihash\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paul Annesley",
"email": "paul@annesley.cc",
"homepage": "http://paul.annesley.cc"
},
{
"name": "Dom Morgan",
"email": "dom@d3r.com",
"homepage": "https://d3r.com"
}
],
"description": "Flexihash is a small PHP library which implements consistent hashing",
"homepage": "https://github.com/pda/flexihash",
"time": "2016-04-22T21:03:23+00:00"
2016-06-18 18:33:56 +01:00
},
{
"name": "google/recaptcha",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/google/recaptcha.git",
2022-05-14 16:44:50 -07:00
"reference": "79ccf652575e138d51742d04e78a5adbb9892f9d"
2016-06-18 18:33:56 +01:00
},
"dist": {
"type": "zip",
2022-05-14 16:44:50 -07:00
"url": "https://api.github.com/repos/google/recaptcha/zipball/79ccf652575e138d51742d04e78a5adbb9892f9d",
"reference": "79ccf652575e138d51742d04e78a5adbb9892f9d",
2016-06-18 18:33:56 +01:00
"shasum": ""
},
"require": {
2017-03-09 10:32:00 -08:00
"php": ">=5.5"
2016-06-18 18:33:56 +01:00
},
"require-dev": {
2019-07-05 15:47:47 +01:00
"friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
2016-06-18 18:33:56 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-05 15:47:47 +01:00
"dev-master": "1.2.x-dev"
2016-06-18 18:33:56 +01:00
}
},
"autoload": {
"psr-4": {
"ReCaptcha\\": "src/ReCaptcha"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2019-07-05 15:47:47 +01:00
"description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
"homepage": "https://www.google.com/recaptcha/",
2016-06-18 18:33:56 +01:00
"keywords": [
"Abuse",
"captcha",
"recaptcha",
"spam"
],
2022-05-14 16:44:50 -07:00
"time": "2020-05-21T08:56:25+00:00"
2016-06-18 18:33:56 +01:00
},
{
"name": "ifixit/php-akismet",
"version": "1.1",
2016-06-18 18:33:56 +01:00
"source": {
"type": "git",
"url": "https://github.com/iFixit/php-akismet.git",
"reference": "fd4ff50eb577457c1b7b887401663e91e77625ae"
2016-06-18 18:33:56 +01:00
},
"type": "library"
2017-09-21 05:00:59 +01:00
},
{
2019-07-05 20:49:47 +01:00
"name": "shish/eventtracer-php",
2022-05-14 16:44:50 -07:00
"version": "v2.0.0",
2017-09-21 05:00:59 +01:00
"source": {
"type": "git",
2019-07-05 20:49:47 +01:00
"url": "https://github.com/shish/eventtracer-php.git",
2022-05-14 16:44:50 -07:00
"reference": "0328454c58d240667f004f3efd863b8ef521ba2a"
2017-09-21 05:00:59 +01:00
},
"dist": {
"type": "zip",
2022-05-14 16:44:50 -07:00
"url": "https://api.github.com/repos/shish/eventtracer-php/zipball/0328454c58d240667f004f3efd863b8ef521ba2a",
"reference": "0328454c58d240667f004f3efd863b8ef521ba2a",
2017-09-21 05:00:59 +01:00
"shasum": ""
},
"require": {
2019-07-05 20:49:47 +01:00
"ext-json": "*",
2022-05-14 16:44:50 -07:00
"php": "^7.3"
2017-09-21 05:00:59 +01:00
},
"require-dev": {
2022-05-14 16:44:50 -07:00
"phpunit/phpunit": "^9.0"
2017-09-21 05:00:59 +01:00
},
"type": "library",
2019-07-05 20:49:47 +01:00
"autoload": {
"classmap": [
"src/"
]
},
2017-09-21 05:00:59 +01:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shish",
"email": "webmaster@shishnet.org",
"homepage": "http://shishnet.org",
"role": "Developer"
}
],
2019-07-05 20:49:47 +01:00
"description": "An API to write JSON traces as used by the Chrome Trace Viewer",
"homepage": "https://github.com/shish/eventtracer-php",
2022-05-14 16:44:50 -07:00
"time": "2020-09-20T11:46:44+00:00"
2019-11-24 15:59:14 +00:00
},
{
"name": "shish/ffsphp",
2022-05-14 16:44:50 -07:00
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/shish/ffsphp.git",
2022-05-14 16:44:50 -07:00
"reference": "82d45b2691da11c82a28f85b07752334a06b8a8e"
},
"dist": {
"type": "zip",
2022-05-14 16:44:50 -07:00
"url": "https://api.github.com/repos/shish/ffsphp/zipball/82d45b2691da11c82a28f85b07752334a06b8a8e",
"reference": "82d45b2691da11c82a28f85b07752334a06b8a8e",
"shasum": ""
},
"require": {
2022-05-14 16:44:50 -07:00
"php": "^7.3"
},
"require-dev": {
2022-05-14 16:44:50 -07:00
"phpunit/phpunit": "^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"FFSPHP\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shish",
"email": "webmaster@shishnet.org",
"homepage": "http://shishnet.org",
"role": "Developer"
}
],
"description": "A collection of workarounds for stupid PHP things",
"homepage": "https://github.com/shish/ffsphp",
2022-05-14 16:44:50 -07:00
"time": "2020-09-20T13:15:53+00:00"
},
2019-11-24 15:59:14 +00:00
{
"name": "shish/microcrud",
2022-05-14 16:44:50 -07:00
"version": "v2.0.0",
2019-11-24 15:59:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/shish/microcrud.git",
2022-05-14 16:44:50 -07:00
"reference": "1d55c02c405fc75ad6a0e952e9333552bef492f0"
2019-11-24 15:59:14 +00:00
},
"dist": {
"type": "zip",
2022-05-14 16:44:50 -07:00
"url": "https://api.github.com/repos/shish/microcrud/zipball/1d55c02c405fc75ad6a0e952e9333552bef492f0",
"reference": "1d55c02c405fc75ad6a0e952e9333552bef492f0",
2019-11-24 15:59:14 +00:00
"shasum": ""
},
"require": {
"ext-pdo": "*",
2022-05-14 16:44:50 -07:00
"php": "^7.3",
"shish/ffsphp": "^1.0",
"shish/microhtml": "^2.0.2"
2019-11-24 15:59:14 +00:00
},
"require-dev": {
2022-05-14 16:44:50 -07:00
"phpunit/phpunit": "^9.0"
2019-11-24 15:59:14 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"MicroCRUD\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shish",
"email": "webmaster@shishnet.org",
"homepage": "http://shishnet.org",
"role": "Developer"
}
],
"description": "A minimal CRUD generating library",
"homepage": "https://github.com/shish/microcrud",
"keywords": [
"crud",
"generator"
],
2022-05-14 16:44:50 -07:00
"time": "2020-09-20T13:10:42+00:00"
2019-11-24 15:59:14 +00:00
},
{
"name": "shish/microhtml",
2022-05-14 16:44:50 -07:00
"version": "v2.0.2",
2019-11-24 15:59:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/shish/microhtml.git",
2022-05-14 16:44:50 -07:00
"reference": "d5c393d5a47bb3b3febdfde9ebf6e91cb9b41947"
2019-11-24 15:59:14 +00:00
},
"dist": {
"type": "zip",
2022-05-14 16:44:50 -07:00
"url": "https://api.github.com/repos/shish/microhtml/zipball/d5c393d5a47bb3b3febdfde9ebf6e91cb9b41947",
"reference": "d5c393d5a47bb3b3febdfde9ebf6e91cb9b41947",
2019-11-24 15:59:14 +00:00
"shasum": ""
},
"require": {
2022-05-14 16:44:50 -07:00
"php": "^7.3"
2019-11-24 15:59:14 +00:00
},
"require-dev": {
2022-05-14 16:44:50 -07:00
"phpunit/phpunit": "^9.0"
2019-11-24 15:59:14 +00:00
},
"type": "library",
"autoload": {
"files": [
"src/microhtml.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shish",
"email": "webmaster@shishnet.org",
"homepage": "http://shishnet.org",
"role": "Developer"
}
],
"description": "A minimal HTML generating library",
"homepage": "https://github.com/shish/microhtml",
"keywords": [
"generator",
"html"
],
2022-05-14 16:44:50 -07:00
"time": "2020-09-20T13:05:01+00:00"
2016-06-18 18:33:56 +01:00
}
],
2022-05-14 16:44:50 -07:00
"packages-dev": [],
2016-06-18 18:33:56 +01:00
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
2016-06-18 18:33:56 +01:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2022-05-14 16:44:50 -07:00
"php": "^7.3",
2019-07-05 15:47:47 +01:00
"ext-pdo": "*",
2022-05-14 16:44:50 -07:00
"ext-json": "*",
"ext-fileinfo": "*"
2016-06-18 18:33:56 +01:00
},
"platform-dev": [],
"plugin-api-version": "1.1.0"
2016-06-18 18:33:56 +01:00
}