From 52dd2c78b313d2193b45e381f30b85062402cc5d Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Sun, 23 Feb 2020 10:53:55 +0800 Subject: [PATCH] Update readme and travis config for minimum php version --- .travis.yml | 2 +- readme.id.md | 2 +- readme.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d365a34..6cbc5b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: php php: - - 7.1 + - 7.2 before_script: - travis_retry composer self-update diff --git a/readme.id.md b/readme.id.md index 96389f9..37fc59d 100644 --- a/readme.id.md +++ b/readme.id.md @@ -59,7 +59,7 @@ Aplikasi ini menggunakan Bahasa Indonesia dan Bahasa Inggris, diatur pada `confi Aplikasi ini dapat dipasang pada server lokal dan onlne dengan spesifikasi berikut: -1. PHP 7.1.3 (dan mengikuti [server requirements Laravel 5.8](https://laravel.com/docs/5.8#server-requirements)), +1. PHP 7.2 (dan mengikuti [server requirements Laravel 5.8](https://laravel.com/docs/5.8#server-requirements) lainnya), 2. Database MySQL atau MariaDB, 3. SQlite (untuk automated testing). diff --git a/readme.md b/readme.md index 50d1a49..52f8753 100644 --- a/readme.md +++ b/readme.md @@ -54,7 +54,7 @@ This application uses Bahasa Indonesia and English based on `config.locale`. This application can be installed on local server and online server with these specifications : -1. PHP 7.1.3 (and meet [Laravel 5.8 server requirements](https://laravel.com/docs/5.8#server-requirements)), +1. PHP 7.2 (and meet other [Laravel 5.8 server requirements](https://laravel.com/docs/5.8#server-requirements)), 2. MySQL or MariaDB database, 3. SQlite (for automated testing).