mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Initial upgrade_requirements.json file
for fetching before upgrades, to check major prereqs -- mainly php -- before pulling down new, possibly breaking, code.
This commit is contained in:
parent
25c9f8e038
commit
0c15f05316
10
upgrade_requirements.json
Normal file
10
upgrade_requirements.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"v6": {
|
||||
"php_min_version": "7.4.0",
|
||||
"php_max_major": "8.1"
|
||||
},
|
||||
"v7": {
|
||||
"php_min_version": "8.1.0",
|
||||
"php_max_major": "8.2"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue