-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
36 lines (36 loc) · 993 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "websafe/lib-websafe-blueimp-jquery-file-upload-handler",
"description": "Repackaged PHP handler from Blueimp Jquery-File-Upload. Composer and autoloader ready. Contains only the PHP handler class. Install frontend assets with bower.",
"license" : "MIT",
"authors": [
{
"name": "Sebastian Tschan",
"homepage": "https://blueimp.net",
"role": "Developer"
},
{
"name": "Thomas Szteliga",
"email": "[email protected]",
"homepage": "https://websafe.pl",
"role": "Packager"
}
],
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"zendframework/zendframework": "2.5.1",
"zendframework/zftool": "dev-master",
"friendsofphp/php-cs-fixer": "dev-master"
},
"autoload": {
"psr-0": {
"Websafe": "library/"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.0.1-dev"
}
}
}