Skip to content

Commit cdd650e

Browse files
committed
2 parents 1de1771 + 151ab5d commit cdd650e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

composer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "athlan/custom-fields-permalink-plugin",
3+
"description": "Plugin allows to use post's custom fields values in permalink structure by adding %field_fieldname%, for posts, pages and custom post types.",
4+
"keywords": ["wordpress", "plugin"],
5+
"homepage": "http://athlan.pl/wordpres-custom-fields-permalink-plugin/",
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "Piotr Pelczar",
10+
"email": "me@athlan.pl",
11+
"homepage": "http://athlan.pl"
12+
}
13+
],
14+
"type": "wordpress-plugin",
15+
"require": {
16+
"php": ">=5.3.2",
17+
"composer/installers": "*"
18+
}
19+
}

0 commit comments

Comments
 (0)