-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.17 KB
/
composer.json
File metadata and controls
45 lines (45 loc) · 1.17 KB
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
{
"require": {
"openai-php/client": "^0.14.0",
"symfony/http-client": "^7.3",
"nyholm/psr7": "^1.8",
"x-wp/di": "^2.0",
"automattic/jetpack-autoloader": "^5.0"
},
"minimum-stability": "alpha",
"prefer-stable": true,
"config": {
"allow-plugins": {
"php-http/discovery": true,
"automattic/jetpack-autoloader": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
},
"optimize-autoloader": true,
"classmap-authoritative": true
},
"autoload": {
"psr-4": {
"EPICWP\\WC_Bulk_AI\\": "src/"
}
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"oblak/wordpress-coding-standard": "^1",
"php-stubs/wordpress-stubs": "^6.5",
"php-stubs/wp-cli-stubs": "^2.11",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpunit/phpunit": "^9.5",
"swissspidy/phpstan-no-private": "^0.2.0",
"symfony/var-dumper": "^6.4",
"szepeviktor/phpstan-wordpress": "^1.3",
"x-wp/whoops": "^1.1"
},
"extra": {
"release": {
"name": "WooCommerce Product Bulk Agent",
"slug": "wc-bulk-ai"
}
}
}