{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":4006755,"defaultBranch":"master","name":"NelmioApiDocBundle","ownerLogin":"nelmio","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-04-12T16:28:15.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/460596?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1713611998.0","currentOid":""},"activityList":{"items":[{"before":"2d0f12d7495286350a72d451d9c19b3838dc5564","after":"2af8c5d55d48c488ef1a650b9ef7133e3c583623","ref":"refs/heads/master","pushedAt":"2024-04-20T11:19:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"fix: Unknown Constraint class when not using symfony/validator (#2276)\n\n| Q | A |\r\n\r\n|---------------|---------------------------------------------------------------------------------------------------------------------------|\r\n| Bug fix? | yes |\r\n| New feature? | no |\r\n| Deprecations? | no |\r\n| Issues | Fix #2275 |\r\n\r\nhttps://github.com/nelmio/NelmioApiDocBundle/pull/2259 accidentally\r\nremoved the `class_exists` check for symfony/validator `Constraint`.\r\nThis currently causes applications using this bundle to fail because of\r\nthe missing symfony/validator dependency","shortMessageHtmlLink":"fix: Unknown Constraint class when not using symfony/validator (#2276)"}},{"before":"5669b8f7be32af1167243ae274814237008f7084","after":"2d0f12d7495286350a72d451d9c19b3838dc5564","ref":"refs/heads/master","pushedAt":"2024-04-19T14:28:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"fix: Generate operationids properly (#2266)\n\n| Q | A |\r\n\r\n|---------------|---------------------------------------------------------------------------------------------------------------------------|\r\n| Bug fix? | yes |\r\n| New feature? | no |\r\n| Deprecations? | no |\r\n| Issues | --- |\r\n\r\n\r\n*Current behaviour*\r\n- OperationId is not generated when only using symfony attributes, e.g.\r\n#[Route]\r\n- OperationId is not generated when only using one OA attributes, eg.\r\n#[Get] in combination with routes\r\n- However, some combination results in properly generated OperationIds,\r\ne.g. using #[Security] in combination with\r\n #[Get] attributes.\r\n\r\n*Expected behaviour*\r\n- In all cases an operationId gets generated from the route information\r\n(unless it is explicitly set).\r\n\r\n*Implementation*\r\nTest cases have been added for those scenarios. The existing\r\nOpenApiPhpDescriber has been updated to always reach the part where the\r\noperationId is generated.\r\n\r\n---------\r\n\r\nCo-authored-by: Simon Rothfahl ","shortMessageHtmlLink":"fix: Generate operationids properly (#2266)"}},{"before":"38682dd1055abd547a2bdd77e9b6460d203a42c6","after":"5669b8f7be32af1167243ae274814237008f7084","ref":"refs/heads/master","pushedAt":"2024-04-19T14:08:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"feat: Add ability to configure UI through configuration (#2251)\n\n* Add ability to configure UI through configuration\r\n\r\n* Review fixes\r\n\r\n* Review fixes 2\r\n\r\n* Fix PHPStan\r\n\r\n* use generator return typehint\r\n\r\n* update changelog\r\n\r\n* mark DumpCommand as final\r\n\r\n* update phpstan baseline\r\n\r\n* add swagger & redocly info configuration url\r\n\r\n* add html_config.assets_mode configuration validation\r\n\r\n* add more invalid configuration test cases\r\n\r\n* fix redoc config url\r\n\r\n---------\r\n\r\nCo-authored-by: DjordyKoert ","shortMessageHtmlLink":"feat: Add ability to configure UI through configuration (#2251)"}},{"before":"4b40eecded96ceaa6c74c2ef85c8b6a326f4510c","after":"38682dd1055abd547a2bdd77e9b6460d203a42c6","ref":"refs/heads/master","pushedAt":"2024-04-15T17:00:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"refactor: PHPStan bump to level 6 (#2259)\n\n* PHPStan bump to level 6\r\n\r\n* set checkGenericClassInNonGenericObjectType: false\r\n\r\n* PHPStan level 6 typehints (src)\r\n\r\n* add void return type to tests\r\n\r\n* rewrite dataProviders to return Generator\r\n\r\n* exclude more test fixtures\r\n\r\n* PHPStan level 6 (tests)\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Dominic Luidold \r\n\r\n* fix breaking changes to RenderOpenApi class\r\n\r\n---------\r\n\r\nCo-authored-by: Dominic Luidold ","shortMessageHtmlLink":"refactor: PHPStan bump to level 6 (#2259)"}},{"before":"29e90a2ab30419815830e1a176972ddd74c46634","after":"4b40eecded96ceaa6c74c2ef85c8b6a326f4510c","ref":"refs/heads/master","pushedAt":"2024-04-11T11:38:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"Improve composer.json (#2260)\n\n* Sort packages, suggests, scripts alphabetically\r\n\r\n* Use recommended logical OR operator\r\n\r\n* Update package description","shortMessageHtmlLink":"Improve composer.json (#2260)"}},{"before":"a585e502725d7e3cfcec25f7a3d59443842006da","after":"29e90a2ab30419815830e1a176972ddd74c46634","ref":"refs/heads/master","pushedAt":"2024-04-11T11:37:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"Update CONTRIBUTING guide (#2261)\n\n* Revise contributing guide to incorporate recent developments\r\n\r\n* Implement PR review feedback\r\n\r\nCo-authored-by: Djordy Koert \r\n\r\n---------\r\n\r\nCo-authored-by: Djordy Koert ","shortMessageHtmlLink":"Update CONTRIBUTING guide (#2261)"}},{"before":"305668a345d1a491a62ea405bca23e4ce646f264","after":null,"ref":"refs/heads/TEST","pushedAt":"2024-04-08T18:33:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"}},{"before":"a3a7410e226ba615e6eb963fcf51b7763664edc3","after":null,"ref":"refs/heads/DjordyKoert-patch-1","pushedAt":"2024-04-08T18:33:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"}},{"before":"bb3c1a85d178805567f2c815faeaff59685b6c3f","after":null,"ref":"refs/heads/GuilhemN-patch-1","pushedAt":"2024-04-08T18:33:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"}},{"before":"cb03d99c9751b9933ba25b10725bbf44b009b5c4","after":null,"ref":"refs/heads/ROOTCONTEXT","pushedAt":"2024-04-08T18:33:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"}},{"before":"db14c1adf55045d71c0a65b3cb65b15085a2342d","after":"a585e502725d7e3cfcec25f7a3d59443842006da","ref":"refs/heads/master","pushedAt":"2024-04-06T13:56:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"remove phpunit 8.5, add phpunit 10.5 (#2258)\n\n* remove phpunit 8.5, add phpunit 10.5\r\n\r\n* add static to data providers\r\n\r\n* rename abstract test class\r\n\r\n* set error handler\r\n\r\n* remove expection code assertions\r\n\r\n* update phpunit config\r\n\r\n* fix test class renamed","shortMessageHtmlLink":"remove phpunit 8.5, add phpunit 10.5 (#2258)"}},{"before":"43519f453836f0ebce053fddd8391c78df01bae3","after":"db14c1adf55045d71c0a65b3cb65b15085a2342d","ref":"refs/heads/master","pushedAt":"2024-04-06T12:37:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"[CI] Install friendsofsymfony/rest-bundle with Symfony 7 (#2257)","shortMessageHtmlLink":"[CI] Install friendsofsymfony/rest-bundle with Symfony 7 (#2257)"}},{"before":"fc5d60d74b63806f7d6bb80b8393db1a12ae2dbc","after":"43519f453836f0ebce053fddd8391c78df01bae3","ref":"refs/heads/master","pushedAt":"2024-04-06T12:34:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"[CI] Install friendsofsymfony/rest-bundle with Symfony 7 (#2257)","shortMessageHtmlLink":"[CI] Install friendsofsymfony/rest-bundle with Symfony 7 (#2257)"}},{"before":"8aa0ca01c11a32f7e652dada66d48912334568ed","after":"fc5d60d74b63806f7d6bb80b8393db1a12ae2dbc","ref":"refs/heads/master","pushedAt":"2024-04-06T12:08:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"phpstan installation (#2249)\n\n* phpstan installation\r\n\r\n* remove old symfony 4.2 code\r\n\r\n* deprecate unused property\r\n\r\n* remove symfony 5.3 BC layer\r\n\r\n* remove bleedingEdge\r\n\r\n* remove phpstan/extension-installer\r\n\r\n* add phpstan-strict-rules\r\n\r\n* rename to phpstan.dist.neon\r\n\r\n* add phpstan job\r\n\r\n* add phpstan-symfony application loader\r\n\r\n* remove phpVersion\r\n\r\n* source code fixes PHPStan level 1\r\n\r\n* test code fixes PHPStan level 1\r\n\r\n* fix strings used for int Asserts\r\n\r\n* revert util change for PHP < 8.1\r\n\r\n* remove mixed type usage\r\n\r\n* remove __callStatic\r\n\r\n* add baseline command\r\n\r\n* PHPStan level 2\r\n\r\n* cleanup ControllerReflector class\r\n\r\n* remove bitwise operator usage\r\n\r\n* PHPStan level 3\r\n\r\n* PHPStan level 4\r\n\r\n* PHPStan level 5\r\n\r\n* bump deprecation version\r\n\r\nCo-authored-by: Dominic Luidold \r\n\r\n* Create dependabot.yml\r\n\r\n* Bump actions/cache from 3 to 4\r\n\r\nBumps [actions/cache](https://github.com/actions/cache) from 3 to 4.\r\n- [Release notes](https://github.com/actions/cache/releases)\r\n- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)\r\n- [Commits](https://github.com/actions/cache/compare/v3...v4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: actions/cache\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\n\r\n* drop sensio/framework-extra-bundle (#2256)\r\n\r\n* add phpstan-baseline description\r\n\r\n* remove config section\r\n\r\n* move PropertyDescriberInterface errors to baseline\r\n\r\n* add phpstan.neon to gitignore\r\n\r\n---------\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: Dominic Luidold \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"phpstan installation (#2249)"}},{"before":"a49244b350777860365041152b74490d35362cea","after":"8aa0ca01c11a32f7e652dada66d48912334568ed","ref":"refs/heads/master","pushedAt":"2024-04-06T10:57:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"drop sensio/framework-extra-bundle (#2256)","shortMessageHtmlLink":"drop sensio/framework-extra-bundle (#2256)"}},{"before":"0027f95ab6318bc4da1372e0749b2f6effa8b84c","after":null,"ref":"refs/heads/dependabot/github_actions/actions/cache-4","pushedAt":"2024-04-05T17:44:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"5086f72da01788a65528d87d051f9da4d42f1872","after":"a49244b350777860365041152b74490d35362cea","ref":"refs/heads/master","pushedAt":"2024-04-05T17:44:03.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"Merge pull request #2255 from nelmio/dependabot/github_actions/actions/cache-4\n\nBump actions/cache from 3 to 4","shortMessageHtmlLink":"Merge pull request #2255 from nelmio/dependabot/github_actions/action…"}},{"before":null,"after":"0027f95ab6318bc4da1372e0749b2f6effa8b84c","ref":"refs/heads/dependabot/github_actions/actions/cache-4","pushedAt":"2024-04-05T17:42:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/cache from 3 to 4\n\nBumps [actions/cache](https://github.com/actions/cache) from 3 to 4.\n- [Release notes](https://github.com/actions/cache/releases)\n- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)\n- [Commits](https://github.com/actions/cache/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/cache\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/cache from 3 to 4"}},{"before":"f594e600bf5943008562be35c4acd60957434d22","after":"5086f72da01788a65528d87d051f9da4d42f1872","ref":"refs/heads/master","pushedAt":"2024-04-05T17:32:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"Create dependabot.yml","shortMessageHtmlLink":"Create dependabot.yml"}},{"before":"4ff744fcaa21bdd6722e6c1772154eedc5982871","after":"f594e600bf5943008562be35c4acd60957434d22","ref":"refs/heads/master","pushedAt":"2024-04-04T08:16:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"Install & run PHP-CS-Fixer (#2250)\n\n* Install, configure & use PHP-CS-Fixer\r\n\r\n* Run PHP-CS-Fixer\r\n\r\n* Extract dependency setup to composite action\r\n\r\n* Replace StyleCI with PHP-CS-Fixer workflow job\r\n\r\n* Remove 'nullable_type_declaration_for_default_null_value' rule\r\n\r\n* Apply suggestions from code review\r\n\r\n---------\r\n\r\nCo-authored-by: Djordy Koert ","shortMessageHtmlLink":"Install & run PHP-CS-Fixer (#2250)"}},{"before":"7f46161643e6a763f7429184b9031714d74a9745","after":"4ff744fcaa21bdd6722e6c1772154eedc5982871","ref":"refs/heads/master","pushedAt":"2024-03-30T14:46:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"Support for JMS discriminator map (#2247)","shortMessageHtmlLink":"Support for JMS discriminator map (#2247)"}},{"before":"196ef001c9d6a2df26df82b4e5a78fad7f4debba","after":"7f46161643e6a763f7429184b9031714d74a9745","ref":"refs/heads/master","pushedAt":"2024-03-30T14:46:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"fix(#2222): Fix properties with default values getting marked as required (#2248)\n\n* fix(#2222): Fix default value properties getting marked as required\r\n\r\n* Implement PR review feedback\r\n\r\n* Fix tests for PHP 7.4\r\n\r\n* Fix code style\r\n\r\n* refactor promoted properties tests\r\n\r\n* remove readonly\r\n\r\n* remove testEntityWithPromotedPropertiesWithDefaults\r\n\r\n* add license header\r\n\r\n---------\r\n\r\nCo-authored-by: DjordyKoert ","shortMessageHtmlLink":"fix(#2222): Fix properties with default values getting marked as requ…"}},{"before":"9fb5170b5f7a88d1aaade05e3eb399e697ac0941","after":"196ef001c9d6a2df26df82b4e5a78fad7f4debba","ref":"refs/heads/master","pushedAt":"2024-03-25T13:06:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"conflict swagger-php@4.8.7","shortMessageHtmlLink":"conflict swagger-php@4.8.7"}},{"before":"bbfe64af0600373a6ecd3402578638b42a45ac94","after":"9fb5170b5f7a88d1aaade05e3eb399e697ac0941","ref":"refs/heads/master","pushedAt":"2024-03-14T15:14:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"Update CHANGELOG.md","shortMessageHtmlLink":"Update CHANGELOG.md"}},{"before":"7bc02c7b60e50f5c4351e26a51546fb819552f3f","after":"bbfe64af0600373a6ecd3402578638b42a45ac94","ref":"refs/heads/master","pushedAt":"2024-03-14T15:10:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"Support for range integers + drop support for PHP 7.2 & 7.3 (#2236)\n\n* range integers + test\r\n\r\n* backward-compatibility for < SF 6.0 which doesn't support positive-int & negative-int\r\n\r\n* tests fix\r\n\r\n* added missing description\r\n\r\n* fix order of expected required fields\r\n\r\n* changed test fixtures\r\n\r\n* add min phpdocumentor/type-resolver ver to composer\r\n\r\n* composer test\r\n\r\n* test for lowest dependencies with php 7.3\r\n\r\n* bump phpdocumentor/type-resolver for test\r\n\r\n* update composer dependencies\r\n\r\n* remove php 7.2 backward-compatibility\r\n\r\n* drop support for PHP 7.3 + changelog updated\r\n\r\n* bump zircote/swagger-php version to 4.6.1\r\n\r\n* adjusted changelog\r\n\r\n* force hateoas metadata cache to be cleared between tests\r\n\r\n* Update CHANGELOG.md\r\n\r\nCo-authored-by: Djordy Koert \r\n\r\n---------\r\n\r\nCo-authored-by: Bartłomiej Nowak \r\nCo-authored-by: DjordyKoert \r\nCo-authored-by: Djordy Koert ","shortMessageHtmlLink":"Support for range integers + drop support for PHP 7.2 & 7.3 (#2236)"}},{"before":"d8a8d8f5f5f7344bf68b212ee0c8fe4a00160226","after":"7bc02c7b60e50f5c4351e26a51546fb819552f3f","ref":"refs/heads/master","pushedAt":"2024-03-11T11:02:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"Issue templates (#2242)\n\n* add issue templates\r\n\r\n* add pull request template","shortMessageHtmlLink":"Issue templates (#2242)"}},{"before":"124c182ef499955b30f3ecc348e5c7eaa7895127","after":"d8a8d8f5f5f7344bf68b212ee0c8fe4a00160226","ref":"refs/heads/master","pushedAt":"2024-03-11T10:35:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"Update .symfony.bundle.yaml (#2241)","shortMessageHtmlLink":"Update .symfony.bundle.yaml (#2241)"}},{"before":"a15b5923602c669007ea53a1a87991e9e147daab","after":"124c182ef499955b30f3ecc348e5c7eaa7895127","ref":"refs/heads/master","pushedAt":"2024-03-08T08:40:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"Update CHANGELOG to mention potential breaking change for 4.22.0","shortMessageHtmlLink":"Update CHANGELOG to mention potential breaking change for 4.22.0"}},{"before":"db467dc2740405a7a5eb68a844660e269fa84573","after":"a15b5923602c669007ea53a1a87991e9e147daab","ref":"refs/heads/master","pushedAt":"2024-03-07T09:21:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"fix: use iterable check instead of array (#2239)","shortMessageHtmlLink":"fix: use iterable check instead of array (#2239)"}},{"before":"beb544ea81ec07d1c8ca104e68cb1458aeabafb9","after":"db467dc2740405a7a5eb68a844660e269fa84573","ref":"refs/heads/master","pushedAt":"2024-03-06T18:36:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DjordyKoert","name":"Djordy Koert","path":"/DjordyKoert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33036133?s=80&v=4"},"commit":{"message":"Prepare 4.23.0 (#2238)\n\n* 4.23.0 changelog\r\n\r\n* add vendor extension to example","shortMessageHtmlLink":"Prepare 4.23.0 (#2238)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAENc0bqwA","startCursor":null,"endCursor":null}},"title":"Activity · nelmio/NelmioApiDocBundle"}