-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 867 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": "ncasolajimenez/climaper",
"description": "Imap Cleaner, Climaper",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Ncasolajimenez",
"email": "[email protected]"
}
],
"require": {
"php": "^7.1.3",
"ddeboer/imap": "^1.5",
"illuminate/database": "5.7.*",
"jackiedo/dotenv-editor": "1.*",
"laravel-zero/framework": "5.7.*",
"zendframework/zend-text": "^2.7"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"ext-posix": "0"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"bin": ["application"]
}