]> jfr.im git - uguu.git/blob - src/composer.json
a
[uguu.git] / src / composer.json
1 {
2 "name": "pomf/uguu",
3 "description": "Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading.",
4 "type": "library",
5 "license": "GPL-3.0",
6 "autoload": {
7 "psr-4": {
8 "Uguu\\": "Classes"
9 }
10 },
11 "authors": [
12 {
13 "name": "Go Johansson (neku)",
14 "email": "neku@pomf.se"
15 }
16 ],
17 "minimum-stability": "stable",
18 "require": {
19 "ext-fileinfo": "*",
20 "ext-pdo": "*"
21 },
22 "require-dev": {
23 "phpunit/phpunit": "^9.5.27",
24 "squizlabs/php_codesniffer": "^3.7.1",
25 "phpmd/phpmd": "^2.13.0",
26 "friendsofphp/php-cs-fixer": "^v2.19.3",
27 "phpstan/phpstan": "^1.9.3",
28 "vimeo/psalm": "^5.2.0"
29 },
30 "config": {
31 "optimize-autoloader": true,
32 "classmap-authoritative": true
33 }
34 }