Skip to content

Commit 771f9ff

Browse files
committed
Fix minimal PHP version
1 parent b26ca4a commit 771f9ff

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
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"php": ">=4.2"
3+
"php": ">=7.2"
44
},
55
"require-dev": {
66
"glpi-project/tools": "^0.2"

0 commit comments

Comments
 (0)