Skip to content

Commit 7392eed

Browse files
authored
Update composer.json
Fix symfony req in composer
1 parent a956ce7 commit 7392eed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^7.4 || ^8",
1414
"symfony/config": "^4.0 || ^5.0",
1515
"symfony/dependency-injection": "^4.0 || ^5.0",
16-
"symfony/http-kernel": "^4.0 || >=5.1.5",
16+
"symfony/http-kernel": "^4.0 || ^5.1",
1717
"symfony/workflow": "^4.0 || ^5.0"
1818
}
1919
,

0 commit comments

Comments
 (0)