From abeea69799f63974b5666caebc1c144ab3265500 Mon Sep 17 00:00:00 2001 From: Sumit Panwar Date: Fri, 7 Jan 2022 15:08:06 +0530 Subject: [PATCH] added composer.json file --- composer.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 000000000..74ff00cb0 --- /dev/null +++ b/composer.json @@ -0,0 +1,22 @@ +{ + "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 +} \ No newline at end of file