Skip to content

Commit

Permalink
Add support for PHP 8 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Leahy <alex@languagetub.com>
  • Loading branch information
aleahy and languagetub committed Apr 9, 2021
1 parent 1cdd1be commit 88401e3
Show file tree
Hide file tree
Showing 3 changed files with 1,381 additions and 436 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.0] - 2021-03-13

- Added support for PHP 8

## [3.1.0] - 2020-11-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^7.3.0",
"php": "^7.3.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"aws/aws-sdk-php": "^3.52"
},
Expand Down
Loading

0 comments on commit 88401e3

Please sign in to comment.