Skip to content

Commit 31a23e6

Browse files
committed
Updated readme to php 8.2 requirement
1 parent 6162a14 commit 31a23e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🧪 Build test
1+
name: Build
22
on:
33
push:
44
branches:

README.md

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

33
[![Latest Version on Packagist](https://img.shields.io/github/release/samuelgfeller/slim-error-renderer.svg)](https://packagist.org/packages/samuelgfeller/slim-error-renderer)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)
5-
[![Build Status](https://github.com/samuelgfeller/slim-error-renderer/workflows/build/badge.svg)](https://github.com/samuelgfeller/slim-error-renderer/actions)
5+
[![Build Status](https://github.com/samuelgfeller/slim-error-renderer/actions/workflows/build.yml/badge.svg)](https://github.com/samuelgfeller/slim-error-renderer/actions)
66
[![Total Downloads](https://img.shields.io/packagist/dt/samuelgfeller/slim-error-renderer.svg)](https://packagist.org/packages/samuelgfeller/slim-error-renderer/stats)
77

88
This package provides an alternative to the default Slim error handler and renderer.
@@ -39,7 +39,7 @@ non-fatal errors, it made sense to put that in a separate small library.
3939

4040
## Requirements
4141

42-
* PHP 8.0+
42+
* PHP 8.2+
4343
* Composer
4444
* A Slim 4 application
4545

0 commit comments

Comments
 (0)