-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
31 lines (31 loc) · 919 Bytes
/
composer.json
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
{
"name" : "varunsridharan/sweetalert2-php",
"description" : "This Custom PHP Lib depends on SweetAlert2 JS Lib and this php class works as Javascript code builder.",
"type" : "library",
"support" : {
"email" : "varunsridharan23@gmail.com",
"issues" : "https://github.com/varunsridharan/sweetalert2-php/issues",
"source" : "https://github.com/varunsridharan/sweetalert2-php",
"wiki" : "https://github.com/varunsridharan/sweetalert2-php/wiki/"
},
"homepage" : "https://github.com/varunsridharan/sweetalert2-php/",
"license" : "MIT",
"keywords" : [
"sweetalert",
"php",
"builder",
"sweetalert2",
"javascript-modal"
],
"autoload" : {
"files" : [ "./sweetalert2.php" ]
},
"authors" : [
{
"name" : "Varun Sridharan",
"email" : "varunsridharan23@gmail.com",
"homepage" : "http://varunsridharan.in",
"role" : "Developer"
}
]
}