Rafael Dohms
Rafael Dohms
Having all of these parts would greatly increase user's faith in this library. May i recommend looking at https://github.com/thephpleague/skeleton and following how they do these? Should be an easy fix....
I'm struggling a bit with the concept of `keep-outdated`. While it does perfectly what i need it to do, it does seem to describe the wrong concept for me. In...
Would be cool to add a new badge that had something like: `composer` | `phpunit/phpunit` So that the package name is also apparent and instantly viewable.
As per [pack manual page](https://www.php.net/manual/en/function.pack.php) > 8.0.0 | This function no longer returns false on failure. We [seem to rely](https://github.com/PromPHP/prometheus_client_php/blob/master/src/Prometheus/Storage/APC.php#L453) on a `!== false` check It now throws `ValueError` Exceptions...
Scenario: ``` raml #%RAML 0.8 title: Sample for Schema Support version: 1 baseUri: http://some.example.com protocols: [ HTTPS, HTTP ] mediaType: application/hal+json schemas: - account: | { "type": "object", "$schema": "http://json-schema.org/draft-03/schema",...
Not sure if its Tweeten, Tweetdeck or something else along the way. But in [this tweet](https://twitter.com/F1/status/1551912719988559872) some type of link attachment is used that does not render anything on Tweeten...
As described in #18, validations attached directly to fields are processed against Form (array) data, not the resolved entity, so the filters do not affect the data. The alternate solution...
Time to modernize this app and clean up. - [x] Bump to 7.4 - [x] Modernize Code - [x] Switch to Laminas - [x] Rename Zend class to Laminas (BC...
Have you ever thought of looking at building this on top of Guzzle? (http://guzzlephp.org/) It would simplify your library to just mapping out the methods, give you POST support and...