Skip to content

Commit e7463c3

Browse files
authored
Update README.md
1 parent f05d885 commit e7463c3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Written primarily in OOP style PHP with the intent of better understanding OOP a
4646

4747
## Server Setup
4848

49-
As of v1.0.0-beta.1 PHP >= 8.0 is not supported.
49+
v1.0.0-beta.1 is supported and tested in PHP 7.4, 8.0 and 8.1.
5050

5151
Please refer to [XAMPP](https://www.apachefriends.org/index.html) for the web server, PHP server and MySQL server configuration.
5252
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,
5757

5858
<img width="960" alt="Image1-PHPMyAdmin" src="https://user-images.githubusercontent.com/10171446/165310962-7ec771d2-50a0-4117-87f8-60373f694e55.png">
5959

60+
## PHP Dependencies
61+
62+
mysql
63+
pdo_mysql
64+
65+
6066
### SQL User Creation
6167

6268
Amend the password _PASSWORD_HERE_ using a strong [random password](https://passwordsgenerator.net/).

0 commit comments

Comments
 (0)