Skip to content

Commit 35da942

Browse files
committed
Update conflicts
1 parent 31343ac commit 35da942

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/LiveComponent/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"zenstruck/foundry": "^2.0"
5757
},
5858
"conflict": {
59-
"symfony/config": "<5.4.0",
59+
"symfony/config": "<6.4",
6060
"symfony/type-info": "<7.2",
6161
"symfony/property-info": "~7.0.0"
6262
},

src/Notify/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"symfony/var-dumper": "^6.4|^7.0|^8.0"
4444
},
4545
"conflict": {
46-
"symfony/config": "<5.4.0"
46+
"symfony/config": "<6.4"
4747
},
4848
"extra": {
4949
"thanks": {

src/TwigComponent/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"symfony/webpack-encore-bundle": "^1.15|^2.3.0"
4545
},
4646
"conflict": {
47-
"symfony/config": "<5.4.0"
47+
"symfony/config": "<6.4"
4848
},
4949
"config": {
5050
"sort-packages": true

0 commit comments

Comments
 (0)