Skip to content

Commit 53bb8e2

Browse files
committed
update live-component to require php 8+
1 parent 1eee8ae commit 53bb8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"require": {
29-
"php": ">=7.4",
29+
"php": ">=8.0",
3030
"symfony/ux-twig-component": "^1.4"
3131
},
3232
"require-dev": {

0 commit comments

Comments
 (0)