From fe0bba6df6d475f048391892928e39ba896212a4 Mon Sep 17 00:00:00 2001 From: Jeremy Price Date: Thu, 11 Jan 2024 16:52:39 -0800 Subject: [PATCH] rename upgrade requirements file and add snipeit version differentiation the latter mostly for testing and san checking.. but it doesn't really matter because it's just json.. if we don't use it we don't use it --- upgrade_requirements.json => .upgrade_requirements.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename upgrade_requirements.json => .upgrade_requirements.json (87%) diff --git a/upgrade_requirements.json b/.upgrade_requirements.json similarity index 87% rename from upgrade_requirements.json rename to .upgrade_requirements.json index df55b859cd..b39383a7ff 100644 --- a/upgrade_requirements.json +++ b/.upgrade_requirements.json @@ -5,5 +5,6 @@ "DOC4": "You should really just ignore it and tun upgrade.php. Really", "php_min_version": "8.1.0", "php_max_major_minor": "8.2", - "php_max_wontwork": "8.3.0" + "php_max_wontwork": "8.3.0", + "current_snipeit_version": "6.3" }