Skip to content

Commit

Permalink
added composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitwebkul committed Jan 7, 2022
1 parent 8a5c66f commit abeea69
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
}
],
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit abeea69

Please sign in to comment.