Skip to content
Snippets Groups Projects
Commit f0c9a87a authored by Erick Hitter's avatar Erick Hitter
Browse files

Add composer.json

parent 62e4ad13
Branches
No related tags found
1 merge request!14Add composer.json
Pipeline #5006 passed
This commit is part of merge request !14. Comments created here will be created in the context of that merge request.
# ETH Simple Shortlinks #
**Contributors:** [ethitter](https://profiles.wordpress.org/ethitter/)
**Donate link:** https://ethitter.com/donate/
**Tags:** seo, meta tags
**Tags:** shortlink, shortlinks
**Requires at least:** 4.4
**Tested up to:** 6.0
**Stable tag:** 0.6.1
**Requires PHP:** 7.2
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
......
composer.json 0 → 100644
{
"name" : "ethitter/eth-simple-shortlinks",
"description" : "Convert WordPress's query-based shortlinks to pretty permalinks that are cacheable. https://example.com/?p=123 becomes https://example.com/p/123/.",
"homepage" : "https://ethitter.com/",
"type" : "wordpress-plugin",
"keywords" : [ "shortlink", "shortlinks" ],
"license" : "GPL-2.0+",
"authors" : [
{
"name" : "Erick Hitter",
"email" : "wp@ethitter.com",
"homepage" : "https://ethitter.com/"
}
],
"require" : {
"php" : ">=7.2.0"
}
}
=== ETH Simple Shortlinks ===
Contributors: ethitter
Donate link: https://ethitter.com/donate/
Tags: seo, meta tags
Tags: shortlink, shortlinks
Requires at least: 4.4
Tested up to: 6.0
Stable tag: 0.6.1
Requires PHP: 7.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment