-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
39 lines (39 loc) · 958 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
33
34
35
36
37
38
39
{
"name": "redbit/simpleshop-wp-plugin",
"description": "SimpleShop WordPress Plugin",
"keywords": ["simpleshop", "vyfakturuj", "api", "faktura"],
"homepage": "https://podpora.redbit.cz/stitek/wp-plugin/",
"type": "wordpress-plugin",
"license": "MIT",
"authors": [
{
"name": "Redbit s.r.o.",
"homepage": "https://www.redbit.cz/"
}
],
"support": {
"email": "info@simpleshop.cz"
},
"require": {
"php": ">=7.4",
"ext-json": "*",
"cmb2/cmb2": "^2.11",
"webdevstudios/cmb2-post-search-field": "dev-master",
"vyfakturuj/vyfakturuj-api-php": "^2.5",
"symfony/stopwatch": "^5.4"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"prepend-autoloader": false
},
"autoload": {
"classmap": [
"src/"
],
"files": [
"vendor/cmb2/cmb2/init.php",
"vendor/webdevstudios/cmb2-post-search-field/cmb2_post_search_field.php"
]
}
}