-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 914 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
{
"autoload": {
"psr-4": {
"Oblak\\NPG\\": "lib/"
},
"files": [
"lib/Utils/nestpay-core-functions.php",
"lib/Utils/nestpay-currency-functions.php",
"lib/Utils/nestpay-transaction-functions.php"
]
},
"require": {
"php": ">=8.0",
"automattic/jetpack-autoloader": "^3.0",
"oblak/woocommerce-utils": "^1.20",
"oblak/wp-asset-loader": "^2.1",
"oblak/wp-hook-di": "^1.0",
"oblak/wp-plugin-installer": "^2.0"
},
"require-dev": {
"oblak/wordpress-coding-standard": "^1.0"
},
"config": {
"sort-packages": true,
"classmap-authoritative": true,
"optimize-autoloader": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"automattic/jetpack-autoloader": true
}
}
}