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": "*",