Search found 1 match

by mlocati
25 May 2026, 14:19
Forum: Help
Topic: Installing mantis via composer
Replies: 1
Views: 68

Installing mantis via composer

I've noticed that Mantis is published on packagist (https://packagist.org/packages/mantisbt/mantisbt).

Does that mean that we can install Mantis via composer?

I've tried with the following composer.json


{
"name": "my/test",
"type": "project",
"require": {
"mantisbt/mantisbt": "^2.28 ...