{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":1398629,"defaultBranch":"7.1","name":"config","ownerLogin":"symfony","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2011-02-22T18:00:14.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/143937?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717484476.0","currentOid":""},"activityList":{"items":[{"before":"52eb837b9f74e37bf73508154483f7846246bad2","after":"6cbbca1038782b10a16405219a03f2589ed765ca","ref":"refs/heads/7.2","pushedAt":"2024-08-30T15:52:41.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"minor #57949 [Config] Generate a meta file in JSON format for resource tracking (nicolas-grekas)\n\nThis PR was merged into the 7.2 branch.\n\nDiscussion\n----------\n\n[Config] Generate a meta file in JSON format for resource tracking\n\n| Q | A\n| ------------- | ---\n| Branch? | 7.2\n| Bug fix? | no\n| New feature? | yes\n| Deprecations? | no\n| Issues | -\n| License | MIT\n\nAt the moment, resource tracking relies on a meta file that contains php-serialized resources.\nThis PR generates a JSON version of that file next to the php-serialized one.\nI'm wondering if this could enable moving resource checking to an outside process (symfony-cli likely).\nFor experimenting.\n\nThe JSON contains entries like e.g.\n```json\n[\n {\n \"`@type`\": \"Symfony\\\\Component\\\\Config\\\\Resource\\\\FileExistenceResource\",\n \"exists\": false,\n \"resource\": \"/home/nicolas/Code/symfony/src/Symfony/Bundle/SecurityBundle/public\"\n },\n {\n \"`@type`\": \"Symfony\\\\Component\\\\Config\\\\Resource\\\\FileResource\",\n \"resource\": \"/home/nicolas/Code/test-res-tracking/composer.json\"\n }\n]\n```\n\nThis PR also adds support for a new `SYMFONY_DISABLE_RESOURCE_TRACKING` env var, that allows listing resource classes that should be skipped when checking for freshness. The purpose is to enable mixed checking: the common resource types could be checked by an external process, and the custom ones would still be checked by PHP.\n\n`SYMFONY_DISABLE_RESOURCE_TRACKING` can also be set to `*` or any boolean value supported by filter_var (1, on, true, etc.) to fully disable resource tracking.\n\nCommits\n-------\n\n4442cfe1d9 [Config] Generate a meta file in JSON format for resource tracking","shortMessageHtmlLink":"minor #57949 [Config] Generate a meta file in JSON format for resourc…"}},{"before":"cf6d4f3edc6de6a629c342434c1a694a6de8e2f4","after":"52eb837b9f74e37bf73508154483f7846246bad2","ref":"refs/heads/7.2","pushedAt":"2024-08-13T10:08:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"[Config][DependencyInjection] Optimize dumped resources for tracking","shortMessageHtmlLink":"[Config][DependencyInjection] Optimize dumped resources for tracking"}},{"before":"ea697ac027a22ae1520c500c156739644829bc98","after":"cf6d4f3edc6de6a629c342434c1a694a6de8e2f4","ref":"refs/heads/7.2","pushedAt":"2024-08-04T15:16:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Remove unused code and unnecessary `else` branches","shortMessageHtmlLink":"Remove unused code and unnecessary else branches"}},{"before":"59dd34d201cc5ab37ec862c8bc39ca7f145f7e44","after":"ea697ac027a22ae1520c500c156739644829bc98","ref":"refs/heads/7.2","pushedAt":"2024-07-26T13:29:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"[Cache][Config][Console][DependencyInjection][FrameworkBundle] Remove dead code and useless casts","shortMessageHtmlLink":"[Cache][Config][Console][DependencyInjection][FrameworkBundle] Remove…"}},{"before":"e0856feac218804fef3d3a5cc9e9053c435ea577","after":"59dd34d201cc5ab37ec862c8bc39ca7f145f7e44","ref":"refs/heads/7.2","pushedAt":"2024-07-25T06:27:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Use CPP where possible","shortMessageHtmlLink":"Use CPP where possible"}},{"before":"90c32e6ae4258e7365b24fed89c5e6f5971bac24","after":"e0856feac218804fef3d3a5cc9e9053c435ea577","ref":"refs/heads/7.2","pushedAt":"2024-07-06T08:21:31.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"minor #57666 Update .gitattributes (fabpot)\n\nThis PR was merged into the 7.2 branch.\n\nDiscussion\n----------\n\nUpdate .gitattributes\n\n| Q | A\n| ------------- | ---\n| Branch? | 7.2\n| Bug fix? | no\n| New feature? | no \n| Deprecations? | no \n| Issues | n/a \n| License | MIT\n\nLet's be consistent across the board\n\nCommits\n-------\n\nbbddc2c358 Update .gitattributes","shortMessageHtmlLink":"minor #57666 Update .gitattributes (fabpot)"}},{"before":"3c8f92a3c78d7bd2de20739356c984f0775662b3","after":"90c32e6ae4258e7365b24fed89c5e6f5971bac24","ref":"refs/heads/7.2","pushedAt":"2024-07-06T08:14:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"do not use uniqid() in tests","shortMessageHtmlLink":"do not use uniqid() in tests"}},{"before":"50314d55d541fd2f6ecb4c96ec66a5ad63814094","after":"3c8f92a3c78d7bd2de20739356c984f0775662b3","ref":"refs/heads/7.2","pushedAt":"2024-07-01T08:54:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Remove useless uniqid in tempnam calls","shortMessageHtmlLink":"Remove useless uniqid in tempnam calls"}},{"before":"bcc65c06f759e3c9c6e8572f96d707ef195b274e","after":"50314d55d541fd2f6ecb4c96ec66a5ad63814094","ref":"refs/heads/7.2","pushedAt":"2024-06-25T19:44:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"[DependencyInjection] Add `#[WhenNot]` attribute","shortMessageHtmlLink":"[DependencyInjection] Add #[WhenNot] attribute"}},{"before":"02457f4379704eb8bc88426402151995beb25fe4","after":"bcc65c06f759e3c9c6e8572f96d707ef195b274e","ref":"refs/heads/7.2","pushedAt":"2024-06-24T16:04:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"chore: CS fixes","shortMessageHtmlLink":"chore: CS fixes"}},{"before":"2210fc99fa42a259eb6c89d1f724ce0c4d62d5d2","after":"02457f4379704eb8bc88426402151995beb25fe4","ref":"refs/heads/7.2","pushedAt":"2024-06-21T06:03:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Prefix all sprintf() calls","shortMessageHtmlLink":"Prefix all sprintf() calls"}},{"before":"c4a60be1c7ec93aa8b7f19e07b6427143a502ef4","after":"2210fc99fa42a259eb6c89d1f724ce0c4d62d5d2","ref":"refs/heads/7.1","pushedAt":"2024-05-31T15:09:41.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '7.0' into 7.1\n\n* 7.0:\n Remove subtree split checks\n Revert \"minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)\"","shortMessageHtmlLink":"Merge branch '7.0' into 7.1"}},{"before":"c4a60be1c7ec93aa8b7f19e07b6427143a502ef4","after":"2210fc99fa42a259eb6c89d1f724ce0c4d62d5d2","ref":"refs/heads/7.2","pushedAt":"2024-05-31T15:05:25.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '7.0' into 7.1\n\n* 7.0:\n Remove subtree split checks\n Revert \"minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)\"","shortMessageHtmlLink":"Merge branch '7.0' into 7.1"}},{"before":"c62556d360614ac4841243eed5e8c29a38933895","after":"f8a8fb0c2d0a188a00a2dd5af8a4eb070641ec60","ref":"refs/heads/7.0","pushedAt":"2024-05-31T15:00:52.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '6.4' into 7.0\n\n* 6.4:\n Remove subtree split checks\n Revert \"minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)\"","shortMessageHtmlLink":"Merge branch '6.4' into 7.0"}},{"before":"c6e7e0244eae481a98b2d9fd987176dfe230c202","after":"12e7e52515ce37191b193cf3365903c4f3951e35","ref":"refs/heads/6.4","pushedAt":"2024-05-31T14:55:09.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '5.4' into 6.4\n\n* 5.4:\n Revert \"minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)\"","shortMessageHtmlLink":"Merge branch '5.4' into 6.4"}},{"before":"cc678fb00bfae27c6e65f7a11cc0feffc02c7bd5","after":"d4e1db78421163b98dd9971d247fd0df4a57ee5e","ref":"refs/heads/5.4","pushedAt":"2024-05-31T14:45:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Revert \"minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)\"\n\nThis reverts commit 2c9352dd91ebaf37b8a3e3c26fd8e1306df2fb73, reversing\nchanges made to 18c3e87f1512be2cc50e90235b144b13bc347258.","shortMessageHtmlLink":"Revert \"minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)\""}},{"before":"306663f668c169f3d78f0a04d29eaea2b2febe54","after":"c4a60be1c7ec93aa8b7f19e07b6427143a502ef4","ref":"refs/heads/7.2","pushedAt":"2024-05-28T07:10:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '7.0' into 7.1\n\n* 7.0:\n fix tests\n fix merge\n [VarDumper] Fix generator dump on PHP 8.4\n keep boolean options when their value is false\n gracefully handle cases when no resolver is set","shortMessageHtmlLink":"Merge branch '7.0' into 7.1"}},{"before":"306663f668c169f3d78f0a04d29eaea2b2febe54","after":"c4a60be1c7ec93aa8b7f19e07b6427143a502ef4","ref":"refs/heads/7.1","pushedAt":"2024-05-28T07:06:40.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '7.0' into 7.1\n\n* 7.0:\n fix tests\n fix merge\n [VarDumper] Fix generator dump on PHP 8.4\n keep boolean options when their value is false\n gracefully handle cases when no resolver is set","shortMessageHtmlLink":"Merge branch '7.0' into 7.1"}},{"before":"5e5456a8f0ef54c89cc7a4dffd577ff363daa9e1","after":"c62556d360614ac4841243eed5e8c29a38933895","ref":"refs/heads/7.0","pushedAt":"2024-05-25T14:44:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"gracefully handle cases when no resolver is set","shortMessageHtmlLink":"gracefully handle cases when no resolver is set"}},{"before":null,"after":"306663f668c169f3d78f0a04d29eaea2b2febe54","ref":"refs/heads/7.2","pushedAt":"2024-05-21T08:08:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '7.0' into 7.1\n\n* 7.0:\n fix merge\n fix merge\n fix merge","shortMessageHtmlLink":"Merge branch '7.0' into 7.1"}},{"before":"5a9f1f5810f1e72fb74ff5b510a5b710a0bf19a1","after":"306663f668c169f3d78f0a04d29eaea2b2febe54","ref":"refs/heads/7.1","pushedAt":"2024-05-17T14:46:45.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '7.0' into 7.1\n\n* 7.0:\n fix merge\n fix merge\n fix merge","shortMessageHtmlLink":"Merge branch '7.0' into 7.1"}},{"before":"3eb99812a9ab9d1466967c2a9ec02f324f78a062","after":"5e5456a8f0ef54c89cc7a4dffd577ff363daa9e1","ref":"refs/heads/7.0","pushedAt":"2024-05-17T14:46:18.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '6.4' into 7.0\n\n* 6.4:\n fix merge\n fix merge\n fix merge","shortMessageHtmlLink":"Merge branch '6.4' into 7.0"}},{"before":"6c9c507a00fcb5d5a1666d8883a2bfc3c78e3a7f","after":"c6e7e0244eae481a98b2d9fd987176dfe230c202","ref":"refs/heads/6.4","pushedAt":"2024-05-17T14:43:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"fix merge","shortMessageHtmlLink":"fix merge"}},{"before":"86db11a2237e0511fcd7e1fdbe7521578b53108b","after":"5a9f1f5810f1e72fb74ff5b510a5b710a0bf19a1","ref":"refs/heads/7.1","pushedAt":"2024-05-17T10:56:04.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '7.0' into 7.1\n\n* 7.0:\n [Serializer] Improve exception message in UnwrappingDenormalizer\n [PropertyInfo] Update DoctrineExtractor for new DBAL 4 BIGINT type\n Update security.nl.xlf\n [Validator] IBAN Check digits should always between 2 and 98\n [Security] Populate translations for trans-unit 20\n add missing plural translation messages\n filter out empty HTTP header parts\n [String] Fix folded in compat mode\n Remove calls to `getMockForAbstractClass()`\n [ErrorHandler] Do not call xdebug_get_function_stack() with xdebug >= 3.0 when not in develop mode\n [Serializer] Fix type for missing property\n add test for JSON response with null as content\n [Filesystem] Fix dumpFile `stat failed` error hitting custom handler\n Return false in isTtySupported() when open_basedir restrictions prevent access to /dev/tty.\n Remove calls to `TestCase::iniSet()` and calls to deprecated methods of `MockBuilder`\n [PhpUnitBridge] Fix `DeprecationErrorHandler` with PhpUnit 10","shortMessageHtmlLink":"Merge branch '7.0' into 7.1"}},{"before":"2b304b6a1f63cf5a1ac4163efb2731e69c8963af","after":"6c9c507a00fcb5d5a1666d8883a2bfc3c78e3a7f","ref":"refs/heads/6.4","pushedAt":"2024-05-17T10:52:56.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '5.4' into 6.4\n\n* 5.4:\n [PropertyInfo] Update DoctrineExtractor for new DBAL 4 BIGINT type\n Update security.nl.xlf\n [Validator] IBAN Check digits should always between 2 and 98\n [Security] Populate translations for trans-unit 20\n add missing plural translation messages\n filter out empty HTTP header parts\n [String] Fix folded in compat mode\n Remove calls to `getMockForAbstractClass()`\n [ErrorHandler] Do not call xdebug_get_function_stack() with xdebug >= 3.0 when not in develop mode\n [Serializer] Fix type for missing property\n add test for JSON response with null as content\n [Filesystem] Fix dumpFile `stat failed` error hitting custom handler\n Remove calls to `TestCase::iniSet()` and calls to deprecated methods of `MockBuilder`\n [PhpUnitBridge] Fix `DeprecationErrorHandler` with PhpUnit 10","shortMessageHtmlLink":"Merge branch '5.4' into 6.4"}},{"before":"45506f61d44e2d950c3d6addf4e71bdd9c2beeda","after":"3eb99812a9ab9d1466967c2a9ec02f324f78a062","ref":"refs/heads/7.0","pushedAt":"2024-05-17T10:52:53.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '6.4' into 7.0\n\n* 6.4:\n [Serializer] Improve exception message in UnwrappingDenormalizer\n [PropertyInfo] Update DoctrineExtractor for new DBAL 4 BIGINT type\n Update security.nl.xlf\n [Validator] IBAN Check digits should always between 2 and 98\n [Security] Populate translations for trans-unit 20\n add missing plural translation messages\n filter out empty HTTP header parts\n [String] Fix folded in compat mode\n Remove calls to `getMockForAbstractClass()`\n [ErrorHandler] Do not call xdebug_get_function_stack() with xdebug >= 3.0 when not in develop mode\n [Serializer] Fix type for missing property\n add test for JSON response with null as content\n [Filesystem] Fix dumpFile `stat failed` error hitting custom handler\n Return false in isTtySupported() when open_basedir restrictions prevent access to /dev/tty.\n Remove calls to `TestCase::iniSet()` and calls to deprecated methods of `MockBuilder`\n [PhpUnitBridge] Fix `DeprecationErrorHandler` with PhpUnit 10","shortMessageHtmlLink":"Merge branch '6.4' into 7.0"}},{"before":"247e98d90b9d0d2d419336fc11d451694f2cb2c4","after":"cc678fb00bfae27c6e65f7a11cc0feffc02c7bd5","ref":"refs/heads/5.4","pushedAt":"2024-05-15T07:48:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Remove calls to `getMockForAbstractClass()`","shortMessageHtmlLink":"Remove calls to getMockForAbstractClass()"}},{"before":"35035f2687c06b0d31f9784013595476e8766bb8","after":"86db11a2237e0511fcd7e1fdbe7521578b53108b","ref":"refs/heads/7.1","pushedAt":"2024-05-02T08:43:23.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '7.0' into 7.1\n\n* 7.0:\n fix compatibility with Twig 3.10\n [Strings][EnglishInflector] Fix incorrect pluralisation of 'Album'\n handle union and intersection types for cascaded validations\n move wiring of the property info extractor to the ObjectNormalizer\n restore deprecated properties\n move Process component dep to require-dev\n Remove calls to `onConsecutiveCalls()`\n fix: remove unwanted type cast\n accept AbstractAsset instances when filtering schemas\n better distinguish URL schemes and windows drive letters\n handle edge cases when constructing constraints with named arguments\n convert empty CSV header names into numeric keys","shortMessageHtmlLink":"Merge branch '7.0' into 7.1"}},{"before":"f66f908a975500aa4594258bf454dc66e3939eac","after":"45506f61d44e2d950c3d6addf4e71bdd9c2beeda","ref":"refs/heads/7.0","pushedAt":"2024-05-02T08:35:47.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '6.4' into 7.0\n\n* 6.4:\n fix compatibility with Twig 3.10\n [Strings][EnglishInflector] Fix incorrect pluralisation of 'Album'\n handle union and intersection types for cascaded validations\n move wiring of the property info extractor to the ObjectNormalizer\n restore deprecated properties\n move Process component dep to require-dev\n Remove calls to `onConsecutiveCalls()`\n fix: remove unwanted type cast\n accept AbstractAsset instances when filtering schemas\n better distinguish URL schemes and windows drive letters\n handle edge cases when constructing constraints with named arguments\n convert empty CSV header names into numeric keys","shortMessageHtmlLink":"Merge branch '6.4' into 7.0"}},{"before":"51da0e4494d81bd7b5b5bd80319c55d8e0d7f4ff","after":"2b304b6a1f63cf5a1ac4163efb2731e69c8963af","ref":"refs/heads/6.4","pushedAt":"2024-05-02T08:35:12.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '5.4' into 6.4\n\n* 5.4:\n fix compatibility with Twig 3.10\n [Strings][EnglishInflector] Fix incorrect pluralisation of 'Album'\n handle union and intersection types for cascaded validations\n move wiring of the property info extractor to the ObjectNormalizer\n move Process component dep to require-dev\n Remove calls to `onConsecutiveCalls()`\n fix: remove unwanted type cast\n accept AbstractAsset instances when filtering schemas\n better distinguish URL schemes and windows drive letters\n convert empty CSV header names into numeric keys","shortMessageHtmlLink":"Merge branch '5.4' into 6.4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0zMFQxNTo1Mjo0MS4wMDAwMDBazwAAAASo1Gy7","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0zMFQxNTo1Mjo0MS4wMDAwMDBazwAAAASo1Gy7","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNS0wMlQwODozNToxMi4wMDAwMDBazwAAAAQ_krZI"}},"title":"Activity · symfony/config"}