Skip to content

Commit fe0e0ac

Browse files
committed
beta4
1 parent 3f34ecf commit fe0e0ac

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

composer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"type": "phpbb-extension",
44
"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.",
55
"homepage": "http://www.phpbb-seo.org",
6-
"version": "2.0.0-b3",
6+
"version": "2.0.0-b4",
77
"keywords": ["phpbbSEO", "extension", "seo", "Friendly User"],
8-
"time": "2017-12-20",
8+
"time": "2019-03-20",
99
"license": "GPL-2.0",
1010
"authors": [
1111
{
@@ -26,7 +26,7 @@
2626
}
2727
],
2828
"require": {
29-
"php": ">=5.3.3",
29+
"php": ">=5.4",
3030
"composer/installers": "~1.0"
3131
},
3232
"require-dev": {
@@ -35,12 +35,13 @@
3535
"extra": {
3636
"display-name": "Ultimate phpBB SEO Friendly URL",
3737
"soft-require": {
38-
"phpbb/phpbb": ">=3.1.0-RC2"
38+
"phpbb/phpbb": ">=3.2"
3939
},
4040
"version-check": {
41-
"host": "version.phpbb-seo.org",
42-
"directory": "/",
43-
"filename": "usu.json"
41+
"host": "phpbb-seo.github.io",
42+
"directory": "/versions",
43+
"filename": "usu.json",
44+
"ssl": true
4445
}
4546
}
4647
}

0 commit comments

Comments
 (0)