Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit db697d9

Browse files
author
fd6130
committed
allow symfony 6
1 parent c4b7af6 commit db697d9

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
@@ -11,7 +11,7 @@
1111
},
1212
"require": {
1313
"php": ">=7.2.5",
14-
"symfony/http-client": "^4.4|^5.0",
15-
"symfony/yaml": "^4.4|^5.0"
14+
"symfony/http-client": "^4.4|^5.0|^6.0",
15+
"symfony/yaml": "^4.4|^5.0|^6.0"
1616
}
1717
}

0 commit comments

Comments
 (0)