Skip to content

Commit f35a129

Browse files
committed
symfony app composer update
1 parent 0c1fe3c commit f35a129

File tree

8,542 files changed

+1245910
-837
lines changed

Some content is hidden

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

8,542 files changed

+1245910
-837
lines changed

fixtures/symfony_5_remote_deps/composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,15 @@
3333
"symfony/security-bundle": "^5.1",
3434
"symfony/string": "^5.1",
3535
"symfony/translation": "^5.1",
36-
"symfony/twig-pack": "^1.0",
36+
"symfony/twig-bundle": "5.1.*",
3737
"symfony/validator": "^5.1",
3838
"symfony/webpack-encore-bundle": "^1.4",
3939
"symfony/yaml": "^5.1",
4040
"tgalopin/html-sanitizer-bundle": "^1.2",
41+
"twig/extra-bundle": "^2.12|^3.0",
4142
"twig/intl-extra": "^3.0",
42-
"twig/markdown-extra": "^3.0"
43+
"twig/markdown-extra": "^3.0",
44+
"twig/twig": "^2.12|^3.0"
4345
},
4446
"require-dev": {
4547
"dama/doctrine-test-bundle": "^6.2",
@@ -60,7 +62,10 @@
6062
"preferred-install": {
6163
"*": "dist"
6264
},
63-
"sort-packages": true
65+
"sort-packages": true,
66+
"allow-plugins": {
67+
"symfony/flex": true
68+
}
6469
},
6570
"autoload": {
6671
"psr-4": {

0 commit comments

Comments
 (0)