-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
54 lines (46 loc) · 1.39 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "websharks/if-shortcode-pro",
"homepage": "https://github.com/websharks/if-shortcode-pro",
"description": "[if] shortcode for WordPress, by WP Sharks™.",
"keywords": ["websharks", "wpsharks", "if shortcode"],
"type": "project",
"license": "GPL-3.0+",
"authors": [{
"name": "wpsharks",
"homepage": "https://wpsharks.com",
"role": "company"
}, {
"name": "jaswsinc",
"homepage": "https://jaswsinc.com",
"role": "developer"
}, {
"name": "raamdev",
"homepage": "http://raam.org",
"role": "developer"
}],
"support": {
"source": "https://github.com/websharks/if-shortcode-pro",
"issues": "https://github.com/websharks/if-shortcode-pro/issues"
},
"require": {
"php-64bit": ">=7.0.4",
"websharks/wp-php-rv": "dev-master",
"websharks/wp-sharks-core-rv": "dev-master"
},
"require-dev": {},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"WebSharks\\WpSharks\\IfShortcode\\Pro\\Classes\\": "src/includes/classes",
"WebSharks\\WpSharks\\IfShortcode\\Pro\\Functions\\": "src/includes/functions",
"WebSharks\\WpSharks\\IfShortcode\\Pro\\Interfaces\\": "src/includes/interfaces",
"WebSharks\\WpSharks\\IfShortcode\\Pro\\Traits\\": "src/includes/traits"
}
},
"config": {
"vendor-dir": "src/vendor",
"preferred-install": "dist"
},
"repositories": []
}