forked from Qloapps/QloApps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
52 lines (52 loc) · 1.5 KB
/
Copy pathcomposer.json
File metadata and controls
52 lines (52 loc) · 1.5 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
{
"name": "qloapps/qloapps",
"description": "QloApps is an Open-source and Free hotel reservation system and booking engine. With the help of QloApps, you can launch your hotel booking website without any cost and take & manage online bookings.",
"type": "project",
"homepage": "https://qloapps.com",
"license": "OSL-3.0",
"keywords": [
"qloapps",
"hospitality",
"booking-engine",
"hotel-booking-website",
"hotel-management-system",
"hotel-reservation-system",
"property-management-system",
"cms"
],
"authors": [
{
"name": "QloApps",
"email": "support@qloapps.com",
"homepage": "https://qloapps.com"
},
{
"name": "QloApps Community",
"homepage": "https://github.com/Qloapps/QloApps/graphs/contributors"
}
],
"support": {
"docs": "https://qloapps.com/docs/",
"email": "support@qloapps.com",
"forum": "https://forums.qloapps.com/",
"source": "https://github.com/Qloapps/QloApps"
},
"require": {
"php": ">8.0 <8.5",
"ext-curl": "*",
"ext-dom": "*",
"ext-gd": "*",
"ext-mcrypt": "*",
"ext-openssl": "*",
"ext-pdo_mysql": "*",
"ext-phar": "*",
"ext-simplexml": "*",
"ext-soap": "*",
"ext-zip": "*"
},
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"sort-packages": true
}
}