Skip to content

Commit

Permalink
Add notes about php 8 support and update changelog.
Browse files Browse the repository at this point in the history
AbcAeffchen committed Feb 14, 2021

Verified

This commit was signed with the committer’s verified signature.
folkertdev Folkert de Vries
1 parent 835e33b commit 01fe412
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Sephpa - Change Log
===============

## 1.3.1 - Feb 14, 21
- Fixed: sanitizing of new `adrline` inputs was broken in case an array was used.
- SepaUtilities are now tested on PHP 8.0.

## 1.3.0 - Feb 13, '21
- Minor code cleanup.
- Add travis tests for PHP 7.3 and 7.4
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ SepaUtilities is a PHP class to check and sanitize inputs used in SEPA files
such as IBAN numbers, creditor identifiers, names and other text.

## PHP Versions
SepaUtilities supports PHP >= 7.2.
SepaUtilities supports PHP >= 7.2 including PHP 8.

## Installation

@@ -22,7 +22,7 @@ You can get SepaUtilities via Composer. Just add
```json
{
"require": {
"abcaeffchen/sepa-utilities": "~1.3"
"abcaeffchen/sepa-utilities": "^1.3"
}
}
```
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,8 @@
"sanitize",
"iban",
"bic",
"php7"
"php7",
"php8"
],
"homepage": "https://github.com/AbcAeffchen/SepaUtilities",
"license": "LGPL-3.0",

0 comments on commit 01fe412

Please sign in to comment.