-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
48 lines (48 loc) · 1.22 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "reshadman/file-secretary",
"description": "Get rid of anything related to files in Laravel, This package handles all for you. Anything we mean.",
"keywords": [
"jobinja",
"laravel",
"file",
"image",
"asset",
"resize",
"cloud",
"rackspace"
],
"homepage": "https://github.com/reshadman/file-secretary",
"type": "library",
"require": {
"laravel/framework": ">=5.1.0 <5.2.0",
"ramsey/uuid": ">=3.7 <3.8.0",
"guzzlehttp/guzzle": "~5.3|~6.0",
"adrienrn/php-mimetyper": "0.2.0",
"intervention/image": ">=2.4.0 <2.5.0"
},
"require-dev": {
"orchestra/testbench": ">=3.1.0 <3.2.0",
"phpunit/phpunit": ">=5.7.0 <5.8.0",
"league/flysystem-rackspace": ">=1.0.0 <1.1.0"
},
"autoload": {
"psr-4": {
"Reshadman\\FileSecretary\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"FileSecretaryTests\\": "tests/"
}
},
"license": "MIT",
"authors": [
{
"name": "Reza Shadman",
"email": "[email protected]"
}
]
}