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

Add composer.json

parent 62e4ad13
Branches
Tags
1 merge request!14Add composer.json
Pipeline #5006 passed
# ETH Simple Shortlinks # # ETH Simple Shortlinks #
**Contributors:** [ethitter](https://profiles.wordpress.org/ethitter/) **Contributors:** [ethitter](https://profiles.wordpress.org/ethitter/)
**Donate link:** https://ethitter.com/donate/ **Donate link:** https://ethitter.com/donate/
**Tags:** seo, meta tags **Tags:** shortlink, shortlinks
**Requires at least:** 4.4 **Requires at least:** 4.4
**Tested up to:** 6.0 **Tested up to:** 6.0
**Stable tag:** 0.6.1 **Stable tag:** 0.6.1
**Requires PHP:** 7.2
**License:** GPLv2 or later **License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
......
{
"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 === === ETH Simple Shortlinks ===
Contributors: ethitter Contributors: ethitter
Donate link: https://ethitter.com/donate/ Donate link: https://ethitter.com/donate/
Tags: seo, meta tags Tags: shortlink, shortlinks
Requires at least: 4.4 Requires at least: 4.4
Tested up to: 6.0 Tested up to: 6.0
Stable tag: 0.6.1 Stable tag: 0.6.1
Requires PHP: 7.2
License: GPLv2 or later License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html 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