-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.28 KB
/
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
{
"name": "codesvalut/kathamo",
"description": "This is were everything mix together. Kathamo is a framework for WordPress development. It is a collection of packages that work together in harmony.",
"type": "project",
"license": "GPL-2.0",
"authors": [
{
"name": "CodesVault",
"email": "[email protected]"
},
{
"name": "Keramot UL Islam [AbmSourav]",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"HexCoupon\\App\\": "app/",
"HexCoupon\\Database\\": "database/"
}
},
"scripts": {
"phpcs": "phpcs ",
"phpcbf": "phpcbf ",
"post-install-cmd": "phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs"
},
"require-dev": {
"symfony/var-dumper": "^5.4",
"squizlabs/php_codesniffer": "^3.7",
"wp-coding-standards/wpcs": "^2.3",
"codesvault/wp-seeder": "^1.1"
},
"require": {
"codesvault/validator": "^1.0",
"codesvault/kathamo-framework": "^1.1",
"appsero/client": "^1.3",
"appsero/updater": "^1.0",
"woocommerce/action-scheduler": "^3.7",
"bacon/bacon-qr-code": "^2.0",
"endroid/qr-code": "^5.0"
}
}