From 2f0c64ae17320743146c503412d0fc615305e05f Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Tue, 26 Jun 2018 20:18:08 +0200 Subject: [PATCH] added browser info to readme (#177) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ff3ff1c..5ddcbabc 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ It is based on a lot of great frameworks. Special thanks to [Symfony v4](https:/ - One PHP extension of PDO-SQLite or PDO-MySQL enabled (it might work with PostgreSQL and Oracle as well, but that wasn't tested and is not officially supported) - the [usual Symfony application requirements](http://symfony.com/doc/current/reference/requirements.html) - Kimai needs to be installed in the root directory of a domain or you need to [recompile the frontend assets](var/docs/developers.md) +- a modern browser, Kimai v2 might be broken on old browsers like the IE 9 ## Documentation & Roadmap