hotel_commerce/composer.json
2023-06-26 13:09:26 +05:30

22 lines
658 B
JSON

{
"require": {
"php": ">=5.4 <8.0",
"ext-simplexml": "*",
"ext-curl": "*",
"ext-gd": "*",
"ext-zip": "*",
"ext-soap": "*"
},
"name": "webkul/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",
"license": "OSL-3.0",
"authors": [
{
"name": "webkul",
"email": "support@QloApps.com"
}
],
"minimum-stability": "dev",
"prefer-stable": true
}