From 0881f23474cfbf9c8564b858e45cbcc42059b3b8 Mon Sep 17 00:00:00 2001 From: Jacob Bates Date: Wed, 3 Jan 2024 13:23:03 -0500 Subject: [PATCH] Update supported PHP versions in composer and readme Updates #930 but does not fix it. --- README.md | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4c341c2..9dfbfea9 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ UDOIT enables faculty to identify accessibility issues in Canvas by Instructure. UDOIT was originally developed by the University of Central Florida (UCF) in 2014. In 2020, UDOIT was in need of a code refresh and UCF partnered with Cidi Labs to rewrite UDOIT from the ground up. ## Prerequisites - - PHP 8.1+ + - PHP 8.1, 8.2 - Symfony - Composer - Node v16 is supported; other versions may work - Yarn - - MYSQL v5.7 / MariaDB + - MYSQL 5.7+ / MariaDB ## Skills Needed for Installation To complete this installation you will need the following skills: diff --git a/composer.json b/composer.json index 6455518f..4964ff99 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "version": "3.1.0", "license": "GPL-3.0-only", "require": { - "php": "^7.4.0 || ^8", + "php": "^7.4.0 || ^8.1 || ^8.2", "ext-ctype": "*", "ext-iconv": "*", "ext-sodium": "*",