We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc214fe commit 8c3f9b4Copy full SHA for 8c3f9b4
.travis.yml
@@ -5,6 +5,7 @@ sudo: false
5
php:
6
- 7.3
7
- 7.4
8
+ - 8.0
9
10
before_script:
11
- travis_retry composer self-update
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release Notes
2
3
+## v5.1.0 (2021-03-31)
4
+
+- Added support for PHP 8.0.
## v5.0.0 (2020-09-09)
- Added support for Laravel 8.0.
composer.json
@@ -11,7 +11,7 @@
}
12
],
13
"require": {
14
- "php": "^7.3",
+ "php": "^7.3|^8.0",
15
"illuminate/support": "^8.0",
16
"symfony/polyfill-mbstring": "^1.0",
17
"spatie/laravel-html": "^2.27"
0 commit comments