-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
53 lines (53 loc) · 1.5 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
49
50
51
52
53
{
"name": "globalsoft/miqu",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Zarkawy",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Miqu\\" : "src/"
},
"files": [
"src/includes/functions.php",
"src/includes/helpers.php",
"src/includes/bootstrap.php"
]
},
"require": {
"php": ">=7.2",
"fakerphp/faker": "^1.16.0",
"danielstjules/stringy": "^3.1",
"tightenco/collect": "^8.34",
"nesbot/carbon": "^2.48",
"filp/whoops": "^2.12",
"maximebf/debugbar": "^1.16",
"phpfastcache/phpfastcache": "^7.1",
"league/route": "^5.0",
"laminas/laminas-diactoros": "^2.4",
"laminas/laminas-httphandlerrunner": "^1.2",
"league/container": "^3.3",
"ext-json": "*",
"eftec/bladeone": "^3.52",
"hansott/psr7-cookies": "^3.0",
"rakit/validation": "^1.4",
"phpmailer/phpmailer": "^6.4",
"iamdual/uploader": "^0.2.6",
"knplabs/gaufrette": "^0.10.0",
"monolog/monolog": "^2.2",
"illuminate/database": "^8.0",
"visavi/crontask": "^2.0",
"league/uri": "^6.4",
"adhocore/cli": "^0.9.0",
"matthiasmullie/minify": "^1.3",
"clickfwd/yoyo": "^0.8.1"
},
"require-dev": {
"bvanhoekelen/performance": "^2.5",
"symfony/var-dumper": "^5.3"
}
}