-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (26 loc) · 793 Bytes
/
composer.json
File metadata and controls
27 lines (26 loc) · 793 Bytes
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
{
"name": "nazmul/qrexorder",
"description": "saas Restaurants / QR Menu / WhatsApp Online ordering / Reservation system",
"type": "project",
"keywords": ["framework", "codeigniter"],
"license": "MIT",
"require": {
"twilio/sdk": "^7.7.1",
"phpmailer/phpmailer": "^6.5",
"mercadopago/dx-php": "2.4.3",
"paytm/paytm-pg": "^0.0.5",
"paytm/paytmchecksum": "^1.1",
"stripe/stripe-php": "^7.100",
"sendgrid/sendgrid": "^8.0",
"flutterwavedev/flutterwave-v3": "^1.0",
"orhanerday/open-ai": "4.6",
"pusher/pusher-php-server": "^7.2",
"vlucas/phpdotenv": "^2.6",
"ultramsg/whatsapp-php-sdk": "^2.0"
},
"authors": [
{
"name": "PHPLIME"
}
]
}