Skip to content

Commit c1f5ae5

Browse files
committed
Fix dbal
1 parent 39440b2 commit c1f5ae5

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
@@ -17,8 +17,8 @@
1717
"psr/log": "^2.0|^3.0"
1818
},
1919
"require-dev": {
20-
"symfony/http-client": "^6.4|^7.0",
21-
"symfony/process": "^6.4|^7.0"
20+
"symfony/http-client": "^7.0",
21+
"symfony/process": "^7.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)