Skip to content

Commit 2abe690

Browse files
author
Alexey Abel
committed
Require PHP 7.0 for execution and >=7.2 for development
1 parent 9805a4f commit 2abe690

File tree

2 files changed

+1768
-3
lines changed

2 files changed

+1768
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@
2323
"OCA\\UserBackendSqlRaw\\Tests\\": "tests/"
2424
}
2525
},
26-
"require": {},
26+
"require": {
27+
"php": ">=7.0"
28+
},
2729
"require-dev": {
28-
"php": "^7.2",
30+
"php": ">=7.2",
2931
"phpunit/phpunit": "^9"
3032
}
31-
}
33+
}

0 commit comments

Comments
 (0)