Skip to content

Commit 9bf9144

Browse files
committed
Merge branch 'release/v1.1.4'
2 parents b79bb8f + c971dfa commit 9bf9144

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ script:
2222

2323
after_success:
2424
- travis_retry php vendor/bin/php-coveralls
25-
- wget https://scrutinizer-ci.com/ocular.phar
26-
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
25+
- composer require --dev scrutinizer/ocular:dev-master
26+
- vendor/bin/ocular code-coverage:upload --format=php-clover build/logs/clover.xml

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Semua pembaruan pada `coding-interview` akan didokumentasikan pada dokumen ini.
44

55
## [Unreleased](https://github.com/ianriizky/coding-interview/compare/master...develop)
66

7+
## [v1.1.4 (2021-05-22)](https://github.com/ianriizky/coding-interview/compare/v1.1.3...v1.1.4)
8+
9+
### Perbaikan
10+
- Memperbaiki masalah mengunggah *code coverage* ke scrutinizer di PHP 8
11+
712
## [v1.1.3 (2021-05-10)](https://github.com/ianriizky/coding-interview/compare/v1.1.2...v1.1.3)
813

914
### Perbaikan

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Kumpulan Coding Interview
32

43
[![Build Status](https://travis-ci.com/ianriizky/coding-interview.svg)](https://travis-ci.org/ianriizky/coding-interview)
@@ -14,8 +13,8 @@ Source code ini dibuat menggunakan bahasa pemrograman PHP dan sudah dilengkapi d
1413

1514
## Prasyarat
1615

17-
- PHP >= 8.0.0
18-
- Composer >= 2.0.0
16+
- PHP ^8.0
17+
- Composer ^2.0
1918

2019
## Instalasi
2120

@@ -27,7 +26,7 @@ composer create-project ianriizky/coding-interview
2726

2827
Packagist: https://packagist.org/packages/ianriizky/coding-interview
2928

30-
## *Testing*
29+
## Testing
3130

3231
Jalankan perintah di bawah ini untuk menjalankan *test script* melalui [phpunit](https://phpunit.de/).
3332

@@ -50,6 +49,6 @@ Lihat [`changelog.md`](CHANGELOG.md) untuk informasi lebih lanjut mengenai perub
5049

5150
*Repository* ini menggunakan lisensi MIT License (MIT). Lihat [`license.md`](LICENSE.md) untuk informasi selanjutnya.
5251

53-
## Pencipta
52+
## Kreator
5453

5554
- [@ianriizky](https://github.com/ianriizky)

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
}
1111
],
1212
"minimum-stability": "stable",
13+
"require": {
14+
"php": "^8.0"
15+
},
1316
"require-dev": {
1417
"phpunit/phpunit": "^9.5",
1518
"symfony/var-dumper": "^5.2"

0 commit comments

Comments
 (0)