-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
59 lines (59 loc) · 1.74 KB
/
composer.json
File metadata and controls
59 lines (59 loc) · 1.74 KB
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
54
55
56
57
58
59
{
"name": "effectra/framework",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Effectra\\Core\\": "src/"
},
"files": [
"src/Helpers.php"
]
},
"authors": [
{
"name": "Mohammed Taha",
"email": "info@mohammedtaha.net"
}
],
"minimum-stability": "stable",
"require": {
"guzzlehttp/guzzle": "^7.7",
"php-di/php-di": "^7.0",
"symfony/console": "^6.0",
"symfony/var-dumper": "^6.0",
"filp/whoops": "^2.15",
"psr/http-message": "^2.0",
"effectra/config": "^1.0",
"effectra/contracts": "^1.0",
"effectra/db": "^3.0",
"effectra/clock": "^1.0",
"effectra/fs": "*",
"effectra/http-message": "^1.0",
"effectra/http-foundation": "^1.0",
"effectra/http-factory": "^1.0",
"effectra/http-extensions": "^2.2",
"effectra/http-server-handler": "^2.0",
"effectra/mail": "^2.1",
"effectra/link": "^1.0",
"effectra/log": "^1.0",
"effectra/router": "^2.1",
"effectra/session": "^1.0",
"effectra/security": "^1.0",
"effectra/to-string": "^1.0",
"effectra/generator": "^1.0",
"effectra/renova": "^1.0",
"effectra/third-party": "^1.0",
"effectra/http-middleware": "^1.0",
"effectra/minifyer": "^1.0",
"effectra/cache": "^1.0",
"effectra/sql-query": "^2.0",
"effectra/tracker": "^1.0",
"effectra/event-dispatcher":"^1.0",
"league/climate": "^3.8",
"bmt/noun-converter": "^1.0",
"psr/event-dispatcher": "^1.0",
"vlucas/valitron": "^1.4",
"effectra/cors": "^1.0"
}
}