This repository was archived by the owner on Sep 7, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer-dev.json
More file actions
91 lines (91 loc) · 2.46 KB
/
Copy pathcomposer-dev.json
File metadata and controls
91 lines (91 loc) · 2.46 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name" : "convowp/convowp-plugin",
"description" : "Convoworks WP is a GUI-based, cross-platform, voice assistant service development tool.",
"keywords" : [
"wordpress",
"plugin",
"marketing",
"convoworks"
],
"license" : "GPL-3.0-or-later",
"type" : "wordpress-plugin",
"homepage" : "https://convoworks.com",
"repositories" : [
{
"type": "path",
"url": "../../*",
"packagist.org": false,
"options": {
"symlink": false
}
},
{
"type": "path",
"url": "../zef-expression-language",
"options": {
"symlink": true
}
}
],
"require" : {
"php": ">=7.2.5",
"psr/container" : "^1.0.0",
"psr/http-client": "^1.0.0",
"psr/http-message": "^1.0.1",
"psr/log": "^1.1.0",
"psr/http-factory" : "^1.0.0",
"psr/http-server-handler" : "^1.0.0",
"psr/http-server-middleware" : "^1.0.0",
"psr/simple-cache" : "^1.0.0",
"middlewares/cors": "^1.1",
"middlewares/encoder": "^1.1",
"middlewares/http-authentication": "^1.1",
"middlewares/trailing-slash": "^1.1",
"symfony/dependency-injection": "^5.4",
"symfony/service-contracts": "2.4.1",
"symfony/expression-language" : "^5.2",
"symfony/event-dispatcher": "^5.4",
"league/plates": "^3.3",
"league/html-to-markdown": "^5.1.1",
"guzzlehttp/guzzle": "~7.0",
"guzzlehttp/psr7" : "^1.6",
"http-interop/http-factory-guzzle" : "^1.0",
"monolog/monolog": "^2.0.2",
"nikic/php-parser": "~3.1",
"phpseclib/bcmath_compat": "^2.0.0",
"wapmorgan/mp3info": "^0.0.8",
"luchianenco/oauth2-amazon": "^1.1",
"zef-dev/zef-monolog-formatter": "^1.0",
"zef-dev/zef-expression-language": "^1.4.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.4",
"php-stubs/wordpress-stubs": "^6.0",
"phpcompatibility/php-compatibility": "^9.3",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^8",
"squizlabs/php_codesniffer": "^3.7",
"szepeviktor/phpstan-wordpress": "^2.0"
},
"autoload" : {
"psr-4" : {
"Convo\\" : "src/Convo",
"Convo\\Wp\\" : "src/Convo/Wp/",
"Convo\\Data\\Wp\\" : "src/Convo/Data/Wp/"
},
"files" : [
"src/Convo/Wp/Helpers.php"
]
},
"config" : {
"platform": {
"php": "7.4"
},
"preferred-install" : "dist",
"sort-packages" : true,
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}