Skip to content

Commit 425127e

Browse files
authored
Update README CI badges and drop Scrutinizer (#25)
* Update README CI badges and drop Scrutinizer - Replace dead Travis/Scrutinizer badges with GitHub Actions - Note supported PHP versions - Point docs links at readthedocs.io - Remove .scrutinizer.yml (coverage no longer uploaded) * Address Copilot feedback on README hygiene PR - Align composer.json support.docs with readthedocs.io - Drop stale .scrutinizer.yml / .travis.yml export-ignore entries - Clarify PHP badge wording on core (tested in CI) * Point CI badge link at the workflow runs page
1 parent 382b9a4 commit 425127e

4 files changed

Lines changed: 7 additions & 14 deletions

File tree

.gitattributes

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

.scrutinizer.yml

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

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Port Doctrine ORM/ODM adapter
22

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

810
Doctrine ORM/ODM reader and writer for [Port](https://github.com/portphp).
911

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

2325
## Documentation
2426

25-
Documentation is available at http://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/doctrine",
23-
"docs": "https://portphp.readthedocs.org"
23+
"docs": "https://portphp.readthedocs.io"
2424
},
2525
"require": {
2626
"php": "^8.2",

0 commit comments

Comments
 (0)