File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
Sephpa - Change Log
2
2
===============
3
3
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
+
4
8
## 1.3.0 - Feb 13, '21
5
9
- Minor code cleanup.
6
10
- Add travis tests for PHP 7.3 and 7.4
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
12
12
such as IBAN numbers, creditor identifiers, names and other text.
13
13
14
14
## PHP Versions
15
- SepaUtilities supports PHP >= 7.2.
15
+ SepaUtilities supports PHP >= 7.2 including PHP 8 .
16
16
17
17
## Installation
18
18
@@ -22,7 +22,7 @@ You can get SepaUtilities via Composer. Just add
22
22
``` json
23
23
{
24
24
"require" : {
25
- "abcaeffchen/sepa-utilities" : " ~ 1.3"
25
+ "abcaeffchen/sepa-utilities" : " ^ 1.3"
26
26
}
27
27
}
28
28
```
Original file line number Diff line number Diff line change 8
8
" sanitize" ,
9
9
" iban" ,
10
10
" bic" ,
11
- " php7"
11
+ " php7" ,
12
+ " php8"
12
13
],
13
14
"homepage" : " https://github.com/AbcAeffchen/SepaUtilities" ,
14
15
"license" : " LGPL-3.0" ,
You can’t perform that action at this time.
0 commit comments