adding composer
This commit is contained in:
parent
6aa0eaa654
commit
de30748078
1 changed files with 15 additions and 0 deletions
15
composer.json
Normal file
15
composer.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "petermolnar/wp-shortslug",
|
||||
"description": "WordPress plugin to auto-generate base36 short slugs for each post",
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"license": "GPLv3",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Peter Molnar",
|
||||
"email": "hello@petermolnar.eu",
|
||||
"homepage": "https://petermolnar.eu"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue