Skip to content

Commit aadf10f

Browse files
committed
Update readme + changelog for 4.x
1 parent 3cd772a commit aadf10f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 4.0.0
4+
5+
- Backports 5.x branch (which includes 8.1 compatibility) to PHP 7.2-8.0 compat, including annotations as needed.
6+
37
## 3.0.0
48

59
- Fixed issue #163: Add getAttribute and setAttribute functions to make sure pdo is connected before calling the functions

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ Alternatively, [download a release][], or clone this repository, then map the
5454

5555
## Dependencies
5656

57-
This package requires PHP 5.6 or later; it has also been tested on PHP 7 and
58-
HHVM. We recommend using the latest available version of PHP as a matter of
59-
principle.
57+
This package requires PHP 7.2 or later. It has been tested on PHP 7.2-8.1.
58+
We recommend using the latest available version of PHP as a matter of principle.
6059

6160
Aura library packages may sometimes depend on external interfaces, but never on
6261
external implementations. This allows compliance with community standards

0 commit comments

Comments
 (0)