Skip to content

Commit e1c1795

Browse files
committed
Require PHP >=8.1 in composer.json
1 parent 30b21c2 commit e1c1795

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"license": "LGPL-3.0-or-later",
2828
"name": "wpbones/wpbones",
2929
"require": {
30-
"php": ">=7.4",
30+
"php": ">=8.1",
3131
"eftec/bladeone": "^4.13"
3232
},
3333
"support": {
3434
"issues": "https://github.com/wpbones/WPBones/issues",
3535
"source": "https://github.com/wpbones/WPBones/"
3636
},
3737
"type": "library"
38-
}
38+
}

0 commit comments

Comments
 (0)