-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
56 lines (46 loc) · 1.42 KB
/
composer.json
File metadata and controls
56 lines (46 loc) · 1.42 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
{
"name": "rsl-framework/rsl-database",
"description": "This is the DataBase Component for RSL Framework.",
"type": "library",
"homepage": "http://framework.MyRomanow.ru/rsl",
"license": "BSD-3-Clause",
"keywords": ["romanow", "framework", "rsl", "component", "database"],
"autoload": {
"psr-4": {
"RSL\\DataBase\\": ""
}
},
"require": {
"php" : "^5.6 || ^7.0",
"rsl-framework/rsl-stdlib": "self.version",
"ext-pdo": "*"
},
"require-dev": {
"rsl-framework/rsl-manager-event": "self.version",
"rsl-framework/rsl-manager-service": "self.version",
"rsl-framework/rsl-stdlib": "self.version"
},
"suggest": {
"rsl-framework/rsl-manager-event": "RSL\\ManagerEvent component",
"rsl-framework/rsl-manager-service": "RSL\\ManagerService component"
},
"support": {
"issues": "https://github.com/romanow/framework/issues?state=open",
"forum": "http://www.romanow.ru/forum/",
"wiki": "http://www.romanow.ru/wiki/",
"irc": "irc://irc.freenode.net/romanow/framework",
"source": "https://github.com/romanow/famework/rsl"
},
"authors": [
{
"name": "Sergey L Romanow",
"email": "sergey.l.romanow@gmail.com",
"homepage": "http://www.MyRomanow.ru",
"role": "Founder and project lead"
}
],
"target-dir": "rsl/resources",
"config": {
"vendor-dir": "Libs/Vendor"
},
}