Skip to content

Commit c07fc71

Browse files
committed
Allow PHP 7.4
1 parent 74cb039 commit c07fc71

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
@@ -21,7 +21,7 @@
2121
],
2222
"homepage": "https://github.com/craue/CraueFormFlowBundle",
2323
"require": {
24-
"php": "^8.1",
24+
"php": "^7.4 || ^8.1",
2525
"symfony/config": "^6.4 || ^7.2 || ^8.0",
2626
"symfony/dependency-injection": "^6.4 || ^7.2 || ^8.0",
2727
"symfony/event-dispatcher": "^6.4 || ^7.2 || ^8.0",

0 commit comments

Comments
 (0)