Skip to content

Commit 88401e3

Browse files
aleahylanguagetub
andauthored
Add support for PHP 8 (#24)
Co-authored-by: Alexander Leahy <[email protected]>
1 parent 1cdd1be commit 88401e3

File tree

3 files changed

+1381
-436
lines changed

3 files changed

+1381
-436
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.0] - 2021-03-13
11+
12+
- Added support for PHP 8
13+
1014
## [3.1.0] - 2020-11-03
1115

1216
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.3.0",
21+
"php": "^7.3.0|^8.0",
2222
"illuminate/support": "^6.0|^7.0|^8.0",
2323
"aws/aws-sdk-php": "^3.52"
2424
},

0 commit comments

Comments
 (0)