File tree Expand file tree Collapse file tree 4 files changed +14
-7
lines changed
Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ script:
2222
2323after_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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
2827Packagist: https://packagist.org/packages/ianriizky/coding-interview
2928
30- ## * Testing*
29+ ## Testing
3130
3231Jalankan 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 )
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments