mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 04:03:34 -08:00
Merge pull request #14127 from snipe/jerm/upgrade-deps-file
Add php version requirements file for future-proofing upgrades
This commit is contained in:
parent
4e59b83885
commit
9d1abb0aa7
10
.upgrade_requirements.json
Normal file
10
.upgrade_requirements.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"DOC1": "This file is meant to be pulled from the current HEAD of the desired branch, NOT referenced locally",
|
||||
"DOC2": "In other words, what you see locally are the requirements for your _current_ install",
|
||||
"DOC3": "Please don't rely on these versions for planning upgrades unless you've fetched the most recent version",
|
||||
"DOC4": "You should really just ignore it and run upgrade.php. Really",
|
||||
"php_min_version": "8.1.0",
|
||||
"php_max_major_minor": "8.2",
|
||||
"php_max_wontwork": "8.3.0",
|
||||
"current_snipeit_version": "6.3"
|
||||
}
|
Loading…
Reference in a new issue