-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1.05 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
{
"name": "nimix3/Venus",
"license": "MIT",
"version": "1.0.0",
"type": "Framework",
"description": "Secure, lightweight & rapid web development framework",
"keywords": ["framework", "php-framework", "php", "cms-framework", "venus", "venusframework", "secure", "high-performance", "high-security", "high-speed", "rapid-development", "rapid-application-development", "lightweight", "php-component"],
"homepage": "https://github.com/nimix3/Venus",
"authors": [
{
"name": "Nima Akhlaghi",
"email": "info@nimix3.com",
"role": "CEO"
}
],
"repositories": [
{
"type":"package",
"package": {
"name": "nimix3/Venus",
"version":"master",
"source": {
"url": "https://github.com/nimix3/Venus.git",
"type": "git",
"reference":"master"
}
}
}
],
"minimum-stability":"dev",
"autoload": {
"psr-4": {
"Core\\": "Venus/library/core"
}
},
"require": {
"nimix3/Venus": "master"
}
}