Skip to content

Commit b967c17

Browse files
committed
Update general symfony versino to allow 7.x
1 parent 3af3d3c commit b967c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "symfony/ux",
33
"license": "MIT",
44
"require-dev": {
5-
"symfony/filesystem": "^5.2|^6.0",
6-
"symfony/finder": "^5.4|^6.0",
5+
"symfony/filesystem": "^5.2|^6.0|^7.0",
6+
"symfony/finder": "^5.4|^6.0|^7.0",
77
"php-cs-fixer/shim": "^3.13"
88
}
99
}

0 commit comments

Comments
 (0)