View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0025774 | mantisbt | installation | public | 2019-05-18 09:04 | 2019-08-25 12:36 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Target Version | 2.22.0 | Fixed in Version | 2.22.0 | ||
Summary | 0025774: Reflect PHP requirements in Composer config | ||||
Description | MantisBT currently requires PHP >= 5.5.0 and mbstring extension is mandatory per Admin Guide, so we might as well be consistent and require it in Composer as well. This avoids warnings in code inspection tools (e.g. PHPStorm). | ||||
Tags | No tags attached. | ||||
MantisBT: master 1e83c84f 2019-05-05 11:09 Details Diff |
Composer: add required mbstring extension This is mandatory per Admin Guide, so we might as well be consistent and require it in Composer as well. This avoids warnings in code inspection tools (e.g. PHPStorm). Fixes 0025774 |
Affected Issues 0025774 |
|
mod - composer.json | Diff File | ||
MantisBT: master 7bfd765b 2019-05-05 11:10 Details Diff |
Composer: add minimum PHP version (5.5.0) Fixes 0025774 |
Affected Issues 0025774 |
|
mod - composer.json | Diff File |