Adam Campbell
Adam Campbell
From the documentation: > Edit app/config/app.php and add the provider and filter > > ``` > 'providers' => [ > 'Webpatser\Countries\CountriesServiceProvider', > ] > ``` Add that and you're good...
Run `composer dump` after adding it.
@cebe We're still seeing this issue. `allOf` components are not resolving correctly. You can see the attached issue here: https://github.com/hotmeteor/spectator/issues/38
No, there's still an issue. I created a workaround in my tool, but I'd prefer to see things merging as expected. This is the example schema that we're testing with:...
@cebe I forgot I had reported this issue, so I had created another ticket here: https://github.com/cebe/php-openapi/issues/120 It can be closed, but it does contain some useful information for testing.
It could be based on an interface that is added to a `TestCase` class that requires implementation of the trait methods AND `assertTrue`. Then all requirements are enforced. It’s at...
It's easy to miss, but I mentioned in the docs that the Stripe receiver requires you to install the SDK: https://github.com/hotmeteor/receiver#installation
@nkeena Fixed it, there was a regression in the Manager. Thanks!
Interesting! Out of the box I'd say you _could_ hack it by returning something generic for the `event` value and then all of your events for the `data` value, but...
Feel free to make a PR from your fork and I’ll check it out.