-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 776 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 776 Bytes
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
{
"name": "mavrou/autoconvert-greeklish-permalink",
"description": "Converts every new permalink from greek to greeklish and offers the option to convert all the old links with greek characters to latin.",
"type": "wordpress-plugin",
"keywords": [
"wordpress",
"greeklish",
"permalinks"
],
"authors": [
{
"name": "Dimitris Mavroudis",
"homepage": "https://mavrou.gr"
}
],
"homepage": "https://github.com/dimavroudis/AutoConvert-Greeklish-Permalink",
"support": {
"issues": "https://github.com/dimavroudis/AutoConvert-Greeklish-Permalink/issues",
"source": "https://github.com/dimavroudis/AutoConvert-Greeklish-Permalink"
},
"require": {
"php": ">=7.4"
},
"require-dev": {
"10up/wp_mock": "1.0.1"
}
}