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

Merge branch 'update/composer-file' into 'master'

Update composer.json

See merge request !15
parents b3ccc853 af4e2c68
Branches
Tags
1 merge request!15Update composer.json
Pipeline #4986 passed
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
**Requires at least:** 4.5 **Requires at least:** 4.5
**Tested up to:** 6.0 **Tested up to:** 6.0
**Stable tag:** 0.3.1 **Stable tag:** 0.3.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
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
"description" : "Redirect a chosen slug, \"latest\" by default, to, well, the most-recently published post.", "description" : "Redirect a chosen slug, \"latest\" by default, to, well, the most-recently published post.",
"homepage" : "https://ethitter.com/", "homepage" : "https://ethitter.com/",
"type" : "wordpress-plugin", "type" : "wordpress-plugin",
"keywords" : [ "latest", "latest post", "redirect", "redirect latest", "redirect post" ],
"license" : "GPL-2.0+", "license" : "GPL-2.0+",
"authors" : [ "authors" : [
{ {
...@@ -12,6 +13,6 @@ ...@@ -12,6 +13,6 @@
} }
], ],
"require" : { "require" : {
"composer/installers" : "~1.0" "php" : ">=7.2.0"
} }
} }
\ No newline at end of file
...@@ -5,6 +5,7 @@ Tags: latest, latest post, redirect, redirect latest, redirect post ...@@ -5,6 +5,7 @@ Tags: latest, latest post, redirect, redirect latest, redirect post
Requires at least: 4.5 Requires at least: 4.5
Tested up to: 6.0 Tested up to: 6.0
Stable tag: 0.3.1 Stable tag: 0.3.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