-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 910 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
{
"name": "askupa-software/amarkal-shortcode",
"description": "A shortcode engine that integrates into WordPress' WYSIWYG editor",
"type": "wordpress",
"keywords": ["wordpress","admin","ui","form","user interface","shortcode"],
"homepage": "https://github.com/amarkal/amarkal-shortcode",
"license": "GPL-3.0",
"authors": [
{
"name": "Askupa Software",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/amarkal/amarkal-shortcode/issues",
"source": "https://github.com/amarkal/amarkal-shortcode"
},
"require": {
"php": ">=5.3.0",
"askupa-software/amarkal-core": "dev-master",
"askupa-software/amarkal-ui": "dev-master"
},
"autoload": {
"psr-4": {
"Amarkal\\Shortcode\\": ""
},
"files": ["composer.php"]
}
}