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
  • Loading branch information
AbcAeffchen committed Feb 14, 2021
1 parent 835e33b commit 01fe412
Show file tree
Hide file tree
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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

0 comments on commit 01fe412

Please sign in to comment.