rename php_max_major, because it's not.. it's major_minor, even if it sounds ridiculous

This commit is contained in:
Jeremy Price 2024-01-11 16:50:16 -08:00
parent 55943dbff6
commit 5fdcd6298f

View file

@ -4,6 +4,6 @@
"DOC3": "Please don't rely on these versions for planning upgrades unless you've fetched the most recent version", "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 tun upgrade.php. Really", "DOC4": "You should really just ignore it and tun upgrade.php. Really",
"php_min_version": "8.1.0", "php_min_version": "8.1.0",
"php_max_major": "8.2", "php_max_major_minor": "8.2",
"php_max_wontwork": "8.3.0" "php_max_wontwork": "8.3.0"
} }