]> jfr.im git - uguu.git/blob - src/composer.json
fix multiple uploads in same request
[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 "Pomf\\Uguu\\": "./",
9 "Pomf\\Uguu\\Classes\\": "./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 "config": {
24 "optimize-autoloader": true,
25 "classmap-authoritative": true
26 }
27 }