Skip to content

Commit

Permalink
Update supported PHP versions in composer and readme
Browse files Browse the repository at this point in the history
Updates #930 but does not fix it.
  • Loading branch information
bagofarms committed Jan 3, 2024
1 parent ef253d9 commit 0881f23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down

0 comments on commit 0881f23

Please sign in to comment.