Skip to content

Commit 45e6958

Browse files
committed
Add verson check to composer
1 parent 8b2280e commit 45e6958

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
"display-name": "phpBB Topic Prefixes",
2929
"soft-require": {
3030
"phpbb/phpbb": ">=3.2.0"
31+
},
32+
"version-check": {
33+
"host": "www.phpbb.com",
34+
"directory": "/customise/db/extension/topicprefixes",
35+
"filename": "version_check"
3136
}
3237
}
3338
}

0 commit comments

Comments
 (0)