Nate Wiebe
Nate Wiebe
Related to https://github.com/facebook/facebook-php-business-sdk/pull/554 ## Checklist - [x] I've read the [Contributing Guidelines](CONTRIBUTING.md) and the [Code of Conduct](CODE_OF_CONDUCT.md) - [x] I've completed the [Contributor License Agreement](https://developers.facebook.com/opensource/cla) ## Pull Request Details Resolves...
We use this project quite extensively and it looks like development has picked up again on Inky: https://github.com/foundation/inky/releases Just wondering how you track changes to Inky and determine if/when updates...
Drop support for unsupported versions of Symfony and Doctrine. This will reduce complexity with backwards compatibility. - [ ] Remove yaml loader dependency
TODO: - [ ] Automated Testing (#86) - [ ] Drop unsupported package versions (#87) - [ ] Table indexes (#88) - [ ] Repository to get entries (#89)
Add a repository for fetching entries.
Add indexes for columns that are likely going to be used for searching for data.
Add automated tests to ensure compatibility with supported package versions.
Related: https://github.com/psalm/psalm-plugin-symfony/pull/235 The changes to the InputBag sub is causing the following error: ``` ERROR: InvalidArgument - src/Controller/TestController.php:154:132 - Argument 2 of Symfony\Component\HttpFoundation\InputBag::get cannot be false, null|string value expected (see...
| Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Fix...
Adds tip for using new `userIsGranted()` function from https://github.com/symfony/symfony/pull/48142