-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 909 Bytes
/
Copy pathcomposer.json
File metadata and controls
37 lines (37 loc) · 909 Bytes
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
{
"name": "kotisivu-dev/gutenberg-native-ai",
"description": "Gutenberg Native AI",
"type": "false",
"license": "GPL-2.0-or-later",
"config": {
"platform": {
"php": "8.2"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"version": "1.0.0",
"authors": [
{
"name": "Kotisivu Dev",
"email": "heikki@kotisivu.dev"
}
],
"autoload": {},
"scripts": {},
"require": {},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"guzzlehttp/guzzle": "^7.8",
"phpunit/phpunit": "^9.0",
"phpcompatibility/php-compatibility": "dev-develop as 9.3.5",
"phpcsstandards/phpcsutils": "^1.0",
"phpcsstandards/phpcsextra": "^1.2.0",
"phpcompatibility/phpcompatibility-wp": "*",
"squizlabs/php_codesniffer": "*",
"yoast/phpunit-polyfills": "^1.0",
"wp-coding-standards/wpcs": "^3.0",
"wp-phpunit/wp-phpunit": "^6.0"
}
}