Skip to content

Commit d8bf678

Browse files
committed
build(composer.json) unblock symfony deps to >7.0
1 parent 16f7923 commit d8bf678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"codeception/module-db": "^2.0 || ^3.0",
3636
"codeception/module-filesystem": "^2.0 || ^3.0",
3737
"codeception/module-cli": "^2.0 || ^3.0",
38-
"symfony/process": ">=4.4.24 <7.0",
39-
"symfony/filesystem": ">=4.4.24 <7.0",
38+
"symfony/process": ">=4.4.24",
39+
"symfony/filesystem": ">=4.4.24",
4040
"vlucas/phpdotenv": "^5.0",
4141
"druidfi/mysqldump-php": "^1.1"
4242
},

0 commit comments

Comments
 (0)