Skip to content

Commit 3ae4ebc

Browse files
committed
chore(deps): exclude symfony v7.x package to maintain support of PHP 8.1
Signed-off-by: Fery Wardiyanto <[email protected]>
1 parent 7dff900 commit 3ae4ebc

File tree

2 files changed

+128
-151
lines changed

2 files changed

+128
-151
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
"nunomaduro/collision": "^7.4",
5353
"orchestra/testbench": "^8.5"
5454
},
55+
"conflict": {
56+
"symfony/css-selector": "7.x",
57+
"symfony/event-dispatcher": "7.x",
58+
"symfony/string": "7.x",
59+
"symfony/stopwatch": "7.x"
60+
},
5561
"config": {
5662
"preferred-install": "dist",
5763
"sort-packages": true

0 commit comments

Comments
 (0)