rmcgirr83 / contactadmin

This form allows guests and/or registered users to either send an email or send a PM to admins or make a Post in a designated forum. It also overrides the default contact admin link found on the forum. A port of the phpBB 3.0.x mod “Contact Board Administration”. Latest version requires at least PHP 8.0.
GNU General Public License v2.0
7 stars 9 forks source link

Packagist Support (Improvement) #5

Closed Crizz0 closed 7 years ago

Crizz0 commented 7 years ago

Hi,

to use/maintain your extension with composer, it would be great if you would support https://packagist.org/

Regards

rmcgirr83 commented 7 years ago

Done, probably not correctly though. Can't seem to get packagist to auto-update the repo.

Crizz0 commented 7 years ago

You need to go to: https://github.com/rmcgirr83/contactadmin/settings/installations --> Add service --> Packagist --> and add your Username + Token from Packagist (which you'll find on the top of here: https://packagist.org/profile/ ). Afterwards press "test service" on the right top corner.

That'll do it. :)

rmcgirr83 commented 7 years ago

Done, thanks!