-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
45 lines (45 loc) · 979 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "wpsora/invoize",
"type": "wordpress-plugin",
"autoload": {
"psr-4": {
"Invoize\\": "src/"
},
"files": [
"src/Helpers/helper.php",
"src/Helpers/wc.php",
"src/Helpers/permission.php"
]
},
"authors": [
{
"name": "Dede Nugroho",
"email": "[email protected]"
},
{
"name": "Rahman Ramsi",
"email": "[email protected]"
},
{
"name": "Ramadhani Adjar Mustaqim",
"email": "[email protected]"
}
],
"require": {
"illuminate/database": "^8.83",
"symfony/var-dumper": "^5.4",
"plank/laravel-metable": "^5.4",
"mustache/mustache": "^2.14",
"illuminate/events": "^8.83",
"chillerlan/php-qrcode": "^5.0",
"devaly/wordpress-routes": "^0.0.8",
"dompdf/dompdf": "^3.0",
"freemius/wordpress-sdk": "^2.8",
"pelago/emogrifier": "^7.3"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}