-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1005 Bytes
/
composer.json
File metadata and controls
45 lines (45 loc) · 1005 Bytes
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
{
"name": "niga/framework",
"description": "Niga framework",
"type": "library",
"keywords": [
"framework",
"niga"
],
"license": "MIT",
"autoload": {
"psr-4": {
"Niga\\Framework\\": ""
}
},
"authors": [
{
"name": "Abass Dev",
"email": "abass@abassdev.com",
"role": "Lead developer",
"homepage": "https://abassdev.com"
}
],
"require": {
"php": "^7.3|^8.0",
"doctrine/orm": "^2.9",
"doctrine/cache": "~1.11",
"niga/diyan": "2.x-dev",
"niga/support": "2.x-dev",
"nigaphp/query-builder": "2.x-dev",
"niga/filesystem": "2.x-dev",
"niga/parser": "2.x-dev",
"niga/console": "2.x-dev",
"vlucas/phpdotenv": "^5.3",
"guzzlehttp/psr7": "^2.0",
"twig/twig": "^3.3",
"http-interop/response-sender": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^0.12.94",
"filp/whoops": "^2.14",
"nigatedev/dumper": "^1.0"
},
"minimum-stability": "dev"
}