浏览代码

Update README.md

Zepher Ashe 3 年之前
父节点
当前提交
e7463c39d4
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -46,7 +46,7 @@ Written primarily in OOP style PHP with the intent of better understanding OOP a
 
 
 ## Server Setup
 ## Server Setup
 
 
-As of v1.0.0-beta.1 PHP >= 8.0 is not supported.
+v1.0.0-beta.1 is supported and tested in PHP 7.4, 8.0 and 8.1.
 
 
 Please refer to [XAMPP](https://www.apachefriends.org/index.html) for the web server, PHP server and MySQL server configuration.
 Please refer to [XAMPP](https://www.apachefriends.org/index.html) for the web server, PHP server and MySQL server configuration.
 XAMPP is the simplest method as several servers are required to use Doogle.
 XAMPP is the simplest method as several servers are required to use Doogle.
@@ -57,6 +57,12 @@ Once logged into the database via PHPMyAdmin under the **PHPMyAdmin > SQL** tab,
 
 
 <img width="960" alt="Image1-PHPMyAdmin" src="https://user-images.githubusercontent.com/10171446/165310962-7ec771d2-50a0-4117-87f8-60373f694e55.png">
 <img width="960" alt="Image1-PHPMyAdmin" src="https://user-images.githubusercontent.com/10171446/165310962-7ec771d2-50a0-4117-87f8-60373f694e55.png">
 
 
+## PHP Dependencies
+
+    mysql
+    pdo_mysql
+    
+
 ### SQL User Creation
 ### SQL User Creation
 
 
 Amend the password _PASSWORD_HERE_ using a strong [random password](https://passwordsgenerator.net/).
 Amend the password _PASSWORD_HERE_ using a strong [random password](https://passwordsgenerator.net/).