Skip to content

Commit

Permalink
Add support for PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzai committed Mar 31, 2021
1 parent dc214fe commit 8c3f9b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ sudo: false
php:
- 7.3
- 7.4
- 8.0

before_script:
- travis_retry composer self-update
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## v5.1.0 (2021-03-31)

- Added support for PHP 8.0.

## v5.0.0 (2020-09-09)

- Added support for Laravel 8.0.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.3|^8.0",
"illuminate/support": "^8.0",
"symfony/polyfill-mbstring": "^1.0",
"spatie/laravel-html": "^2.27"
Expand Down

0 comments on commit 8c3f9b4

Please sign in to comment.