phpbb-extensions / boardrules

Board Rules extension for phpBB

Home Page:https://www.phpbb.com/customise/db/extension/boardrules/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Require phing as a dependency for -dev

n-aleha opened this issue · comments

Now that a build script has been added, as per our discussion on irc with MichaelC my question is if we should require phing as a dependency for -dev.

May not be needed. As this is an extension to phpBB, there already is phing available in the phpBB repository. The build script is only meant to be used by developers, so they should refer to the copy of phing already available in phpBB's vendor dir. Also, the build script is only intended to be used by the official extension development team when preparing releases.