Skip to content

Commit 01fe412

Browse files
committed
Add notes about php 8 support and update changelog.
1 parent 835e33b commit 01fe412

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGE_LOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Sephpa - Change Log
22
===============
33

4+
## 1.3.1 - Feb 14, 21
5+
- Fixed: sanitizing of new `adrline` inputs was broken in case an array was used.
6+
- SepaUtilities are now tested on PHP 8.0.
7+
48
## 1.3.0 - Feb 13, '21
59
- Minor code cleanup.
610
- Add travis tests for PHP 7.3 and 7.4

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SepaUtilities is a PHP class to check and sanitize inputs used in SEPA files
1212
such as IBAN numbers, creditor identifiers, names and other text.
1313

1414
## PHP Versions
15-
SepaUtilities supports PHP >= 7.2.
15+
SepaUtilities supports PHP >= 7.2 including PHP 8.
1616

1717
## Installation
1818

@@ -22,7 +22,7 @@ You can get SepaUtilities via Composer. Just add
2222
```json
2323
{
2424
"require": {
25-
"abcaeffchen/sepa-utilities": "~1.3"
25+
"abcaeffchen/sepa-utilities": "^1.3"
2626
}
2727
}
2828
```

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"sanitize",
99
"iban",
1010
"bic",
11-
"php7"
11+
"php7",
12+
"php8"
1213
],
1314
"homepage": "https://github.com/AbcAeffchen/SepaUtilities",
1415
"license": "LGPL-3.0",

0 commit comments

Comments
 (0)