updated required dependencies (#346)

This commit is contained in:
Kevin Papst
2018-10-07 16:43:54 +02:00
committed by GitHub
parent 53053c127e
commit a32614fff8
3 changed files with 7 additions and 7 deletions

View File

@@ -6,19 +6,17 @@ This page is dedicated to all developers who want to contribute to Kimai. You ar
All you need is:
- PHP >= 7.1.3
- PHP extension: `PDO-SQLite` enabled
- PHP extensions: `PDO-SQLite`, `intl` and `zip`
Optional requirement:
- a MySQL/MariaDB instance
- PHP extension: `PDO-MySQL` enabled
You could even test PostgreSQL and tell us how it works!
Read how to [install Kimai v2 in your dev environment](installation.md).
## Frontend dependencies
If you want to make changes to CSS / Javascripts, you need:
If you want to make changes to CSS / Javascript, you need:
- [NodeJS](https://www.npmjs.com/)
- [Yarn Package Manager](https://yarnpkg.com/en/)