Skip to content

Commit

Permalink
Updated readme to php 8.2 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgfeller committed Apr 19, 2024
1 parent 6162a14 commit 31a23e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🧪 Build test
name: Build
on:
push:
branches:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

## Requirements

* PHP 8.0+
* PHP 8.2+
* Composer
* A Slim 4 application

Expand Down

0 comments on commit 31a23e6

Please sign in to comment.