]> jfr.im git - uguu.git/blame - src/composer.json
fix
[uguu.git] / src / composer.json
CommitLineData
7a464f7d
GJ
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": {
f059e2cf
GJ
8 "Pomf\\Uguu\\": "./",
9 "Pomf\\Uguu\\Classes\\": "./Classes"
7a464f7d
GJ
10 }
11 },
12 "authors": [
13 {
14 "name": "Go Johansson (neku)",
15 "email": "neku@pomf.se"
16 }
17 ],
18 "minimum-stability": "stable",
19 "require": {
20 "ext-fileinfo": "*",
21 "ext-pdo": "*"
22 },
23 "require-dev": {
24 "phpunit/phpunit": "^9.5.27",
25 "squizlabs/php_codesniffer": "^3.7.1",
26 "phpmd/phpmd": "^2.13.0",
27 "friendsofphp/php-cs-fixer": "^v2.19.3",
28 "phpstan/phpstan": "^1.9.3",
29 "vimeo/psalm": "^5.2.0"
f0794be3
GJ
30 },
31 "config": {
32 "optimize-autoloader": true,
33 "classmap-authoritative": true
7a464f7d
GJ
34 }
35}