]> jfr.im git - uguu.git/blame - composer.json
fix html
[uguu.git] / composer.json
CommitLineData
e480c0e5
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": {
8 "Pomf\\Uguu\\": "src/",
9 "Pomf\\Uguu\\Classes\\": "src/Classes"
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": "@stable",
25 "squizlabs/php_codesniffer": "@stable",
26 "phpmd/phpmd": "@stable",
27 "friendsofphp/php-cs-fixer": "@stable",
28 "phpstan/phpstan": "@stable",
29 "vimeo/psalm": "@stable"
30 }
31}