Releases: pandaleague/ErrorCatalog
Releases · pandaleague/ErrorCatalog
Support for PHP 7.2 & PHP 8
Add getter for http status code
Merge pull request #5 from talifhani/error-code-update add getter for http status code
Fix parameter call
- Removed a parameter in a getter that never gets used
SpecIssue now has parameter getter and setter
Merge pull request #3 from talifhani/update-parameters Update parameter methods
ErrorSpecIssue parameters
Adds an optional array $parameters = [] parameter to the ErrorSpecIssue::getIssue method, that translates key/value pairs and automagically wraps the keys with curly braces before attempting to do string replacement in the ErrorSpecIssue item.
Updated licensing
v1.0.1 Update composer.json
Initial version 1
Merge pull request #1 from shauno/taurus-implementation Make it a composer project so it can, you know, work...