-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
executable file
·41 lines (41 loc) · 1.16 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
{
"name": "cyclonecode/cision-block",
"type": "wordpress-plugin",
"version": "2.9.1",
"keywords": ["wordpress", "plugin", "cision", "feed", "cision feed", "shortcode", "widget", "content"],
"description": "This plugin adds a shortcode and a widget that can be used for pulling and displaying press releases from cision.",
"require": {
"composer/installers": "^1.5",
"php": ">=5.6"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.6"
},
"license": "GPL-2.0-or-later",
"readme": "readme.txt",
"homepage": "https://wordpress.org/plugins/cision-block/",
"authors": [
{
"name": "Krister Andersson",
"email": "[email protected]",
"role": "Maintainer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://wordpress.org/support/plugin/cision-block/"
},
"autoload": {
"psr-4": {
"CisionBlock\\": [
"src/"
]
}
},
"minimum-stability": "stable",
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}