Skip to content

Commit 2952086

Browse files
committed
build(composer): change php requirement to all 8.*
1 parent b507074 commit 2952086

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
@@ -36,7 +36,7 @@
3636
}
3737
},
3838
"require": {
39-
"php": "^7.4|^8.0|^8.2",
39+
"php": "^7.4|>=8.0",
4040
"illuminate/container": "^8.0|^9.0|^10.0|^11.0",
4141
"mnapoli/silly": "^1.8",
4242
"symfony/process": "^4.0|^5.0|^6.0|^7.0",

0 commit comments

Comments
 (0)