phpbb / epv

Extension Pre-Validator
GNU General Public License v2.0
9 stars 17 forks source link

Create phpbb-com branch #16

Closed michaelcullum closed 10 years ago

michaelcullum commented 10 years ago

So that we only ever merge stable changes and can control .com's updates individually.

bantu commented 10 years ago

Can't you use composer for that?

michaelcullum commented 10 years ago

We do, but when i run composer update it will update every package and epv isn't being done with releases.

bantu commented 10 years ago

@michaelcullum Then just don't use composer update without package list or fix epv to a specific commit?

michaelcullum commented 10 years ago

And should we decide to make custom changes to epv running on phpbb.com (as we do with mpv)...

bantu commented 10 years ago

You should not make custom changes. These should properly go into the master branch.

paul999 commented 10 years ago

Indeed, I agree with @bantu. There should be no things like we had with MPV for .com specific stuff, mostly because EPV works completely different ;).