-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 890 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 890 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
{
"name": "nirvana72/phprest",
"description": "PhpRest 是一款纯restful的轻量框架",
"keywords": [
"phpRest",
"restful"
],
"authors": [
{
"name": "nijia",
"email": "15279663@qq.com"
}
],
"require": {
"php": ">=7.3",
"php-di/php-di": "^6.0",
"doctrine/annotations": "^1.11",
"doctrine/cache": "~1.10",
"phpdocumentor/reflection-docblock": "~5.2.2",
"mtdowling/jmespath.php": "~2.6",
"nikic/fast-route": "~1.3",
"vlucas/valitron": "~1.4",
"symfony/http-foundation": "~5.2",
"catfan/medoo": "^2.1.3",
"monolog/monolog": "^2.2"
},
"autoload": {
"psr-4": {
"PhpRest\\": "src/"
},
"files": [
"src/functions.php"
]
}
}