mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
Merge branch 'master' of git@github.com:maxpozdeev/mytinytodo.git
This commit is contained in:
commit
0a093d4029
1 changed files with 20 additions and 1 deletions
21
README.md
21
README.md
|
|
@ -1,3 +1,22 @@
|
|||
myTinyTodo
|
||||
# myTinyTodo
|
||||
|
||||
Your tiny todo list
|
||||
|
||||
Original website - http://www.mytinytodo.net/
|
||||
|
||||
### System requirements
|
||||
- PHP 7.2 or greater
|
||||
- PHP extensions:
|
||||
- mbstring
|
||||
- pdo_sqlite, intl (SQLite version)
|
||||
- pdo_mysql or mysqli (MySQL version)
|
||||
- pdo_pgsql (PostgreSQL version)
|
||||
- One of databases:
|
||||
- MySQL 5.7 or greater / MariaDB 10.2 or greater
|
||||
- PostgreSQL 10 or greater
|
||||
- SQLite (system library)
|
||||
|
||||
Supported browsers: Chrome 49, Safari 10, Firefox 53.
|
||||
|
||||
Internet Explorer and Opera with Presto engine are not supported.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue