Skip to content

Commit

Permalink
beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
meis2m committed May 5, 2019
1 parent 3f34ecf commit fe0e0ac
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"type": "phpbb-extension",
"description": "This Extension will URL rewrite phpBB URLs in various manners, injecting, or not, forums and topic titles in their URLS, each URL being rewritten once, no matter the number of links using it on the page.",
"homepage": "http://www.phpbb-seo.org",
"version": "2.0.0-b3",
"version": "2.0.0-b4",
"keywords": ["phpbbSEO", "extension", "seo", "Friendly User"],
"time": "2017-12-20",
"time": "2019-03-20",
"license": "GPL-2.0",
"authors": [
{
Expand All @@ -26,7 +26,7 @@
}
],
"require": {
"php": ">=5.3.3",
"php": ">=5.4",
"composer/installers": "~1.0"
},
"require-dev": {
Expand All @@ -35,12 +35,13 @@
"extra": {
"display-name": "Ultimate phpBB SEO Friendly URL",
"soft-require": {
"phpbb/phpbb": ">=3.1.0-RC2"
"phpbb/phpbb": ">=3.2"
},
"version-check": {
"host": "version.phpbb-seo.org",
"directory": "/",
"filename": "usu.json"
"host": "phpbb-seo.github.io",
"directory": "/versions",
"filename": "usu.json",
"ssl": true
}
}
}

0 comments on commit fe0e0ac

Please sign in to comment.