]> jfr.im git - uguu.git/blame - src/composer.json
fix multiple uploads in same request
[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 },
f0794be3
GJ
23 "config": {
24 "optimize-autoloader": true,
25 "classmap-authoritative": true
7a464f7d
GJ
26 }
27}