-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
33 lines (33 loc) · 934 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
{
"name": "skipify/vitex",
"version":"2.0.5",
"description": "A Tiny Framework.轻量级的php resetful框架.",
"keywords": ["framework", "vitex","phpframework"],
"license": "MIT",
"homepage": "http://ifanybug.com",
"support": {
"issues": "https://github.com/skipify/vitexframework/issues",
"source": "https://github.com/skipify/vitexframework"
},
"authors": [
{
"name": "skipify",
"email": "[email protected]"
}
],
"require": {
"php": ">=8.0.0",
"ext-openssl": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"php-di/php-di":"^6.0",
"psr/log": "1.1.0",
"guzzlehttp/psr7": "^1.6.1",
"guzzlehttp/streams": "^3.0",
"monolog/monolog": "^2.2",
"doctrine/cache": "^1.10"
},
"autoload": {
"psr-4": {"vitex\\": "vitex","vitex\\tests\\": "tests"}
}
}