Skip to content

Commit a675e2d

Browse files
authored
Merge pull request #87 from Ardenexal/worktree-serialization-fixed
fix(serialization) array primitive extensions in complex and backbone normalizers
2 parents 01dffb0 + 04267cd commit a675e2d

319 files changed

Lines changed: 4023 additions & 1016 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

demo/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@
1616
"symfony/console": "7.4.*",
1717
"symfony/dotenv": "7.4.*",
1818
"symfony/expression-language": "7.4.*",
19-
"symfony/flex": "^2.10",
19+
"symfony/flex": "^2.11",
2020
"symfony/form": "7.4.*",
2121
"symfony/framework-bundle": "7.4.*",
2222
"symfony/http-client": "7.4.*",
2323
"symfony/intl": "7.4.*",
2424
"symfony/mime": "7.4.*",
2525
"symfony/runtime": "7.4.*",
2626
"symfony/serializer": "7.4.*",
27-
"symfony/stimulus-bundle": "^2.34",
27+
"symfony/stimulus-bundle": "^2.36",
2828
"symfony/translation": "7.4.*",
2929
"symfony/twig-bundle": "7.4.*",
30-
"symfony/ux-turbo": "^2.34",
30+
"symfony/ux-turbo": "^2.36",
3131
"symfony/validator": "7.4.*",
3232
"symfony/yaml": "7.4.*",
3333
"twig/extra-bundle": "^2.12|^3.24",
34-
"twig/twig": "^2.12|^3.24"
34+
"twig/twig": "^2.12|^3.27.1"
3535
},
3636
"config": {
3737
"allow-plugins": {
@@ -97,7 +97,7 @@
9797
}
9898
},
9999
"require-dev": {
100-
"phpunit/phpunit": "^12.5.16",
100+
"phpunit/phpunit": "^12.5.29",
101101
"symfony/browser-kit": "7.4.*",
102102
"symfony/css-selector": "7.4.*",
103103
"symfony/debug-bundle": "7.4.*",

0 commit comments

Comments
 (0)