Skip to content

Commit

Permalink
words and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
dakujem committed Oct 16, 2023
1 parent ebc11c7 commit 694ed9f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
> 📖 back to [readme](readme.md)
Strata follows semantic versioning.\
Any issues should be reported.
Please report possible issues.


## v1.0
Expand Down
11 changes: 11 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Strata

[![Test Suite](https://github.com/dakujem/strata/actions/workflows/php-test.yml/badge.svg)](https://github.com/dakujem/strata/actions/workflows/php-test.yml)
[![Coverage Status](https://coveralls.io/repos/github/dakujem/strata/badge.svg?branch=tests)](https://coveralls.io/github/dakujem/strata?branch=tests)

Contracts and implementations for layered exception handling mechanisms.

>
> 💿 `composer require dakujem/strata`
>

## TL;DR

Expand Down Expand Up @@ -307,4 +314,8 @@ Explore the provided support traits and interfaces.
| `SupportsPublicConveying` | `SupportPublicConveying` | coherent error details for clients | `convey` |


## Compatibility and support

This package requires **PHP `>=8.0`**. There are no other external dependencies.

> A backported version for PHP 7.4 exists: [`dakujem/strata74`](https://github.com/dakujem/strata74)

0 comments on commit 694ed9f

Please sign in to comment.