Skip to content

Commit a6fb7ef

Browse files
authored
Merge pull request #13 from slashrsm/docs/readme-ci-badges
Update README CI badges and drop Scrutinizer
2 parents db4e370 + 0d9bf7d commit a6fb7ef

4 files changed

Lines changed: 8 additions & 15 deletions

File tree

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ tests/ export-ignore
33
.editorconfig export-ignore
44
.gitattributes export-ignore
55
.gitignore export-ignore
6-
.scrutinizer.yml export-ignore
7-
.travis.yml export-ignore
86
CONTRIBUTING.md export-ignore
97
phpspec.yml.dist export-ignore
108
phpunit.xml.dist export-ignore

.scrutinizer.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# portphp/csv
22

33
[![Latest Version](https://img.shields.io/github/release/portphp/csv.svg?style=flat-square)](https://github.com/portphp/csv/releases)
4-
[![Build Status](https://travis-ci.org/portphp/csv.svg)](https://travis-ci.org/portphp/csv)
5-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/portphp/csv/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/portphp/csv/?branch=master)
6-
[![Code Coverage](https://scrutinizer-ci.com/g/portphp/csv/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/portphp/csv/?branch=master)
4+
[![CI](https://github.com/portphp/csv/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/portphp/csv/actions/workflows/test.yml)
5+
[![PHP Version](https://img.shields.io/packagist/php-v/portphp/csv.svg?style=flat-square)](https://packagist.org/packages/portphp/csv)
76

8-
CVS reader and writer for [Port](https://github.com/portphp).
7+
**Requirements:** PHP ^8.2 (tested on 8.2–8.5).
8+
9+
10+
CSV reader and writer for [Port](https://github.com/portphp).
911

1012
## Installation
1113

@@ -22,7 +24,7 @@ of the Composer documentation.
2224

2325
## Documentation
2426

25-
Documentation is available at https://portphp.readthedocs.org.
27+
Documentation is available at https://portphp.readthedocs.io.
2628

2729
## Issues and feature requests
2830

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"support": {
2121
"issues": "https://github.com/portphp/portphp/issues",
2222
"source": "https://github.com/portphp/csv",
23-
"docs": "https://portphp.readthedocs.org"
23+
"docs": "https://portphp.readthedocs.io"
2424
},
2525
"require": {
2626
"php": "^8.2",

0 commit comments

Comments
 (0)