Skip to content

Commit 53af1ff

Browse files
authored
Update composer.json for support php8 (#4)
1 parent 7467fc0 commit 53af1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
},
1919
"require": {
20-
"php": ">=7.4",
20+
"php": ">=7.4 || ^8.0",
2121
"ext-json": "*",
2222
"symfony/framework-bundle": "^5.0"
2323
},

0 commit comments

Comments
 (0)