Skip to content

Commit a39f113

Browse files
committed
Add phpBB.com version check
1 parent 3e1add4 commit a39f113

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
"display-name": "Sortables Captcha",
2323
"soft-require": {
2424
"phpbb/phpbb": ">=3.1.3,<3.2.*@dev"
25+
},
26+
"version-check": {
27+
"host": "www.phpbb.com",
28+
"directory": "/customise/db/extension/sortables_captcha",
29+
"filename": "version_check"
2530
}
2631
}
2732
}

0 commit comments

Comments
 (0)