You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2020. It is now read-only.
Updates the composer.json to have a minimum supported zf-api-problem version of 1.2.2; this is necessary for the fixes in #103 and #105 to work correctly.
#100 adds configuration to the composer.json to allow zend-component-installer to auto-inject the ZF\Rest module into application configuration during installation.
#97 fixes Location header generation in the RestController::create() method to only use the href property of the relational link; previously, if you'd defined additional properties, these were also incorrectly serialized in the generated link.