Skip to content

Commit d3261cf

Browse files
authored
[Feature] Enable Laravel 8 (#54)
1 parent 5c56945 commit d3261cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Laravel 5, 6 and 7 integration for Understand.io
1+
## Laravel 5, 6, 7 and 8 integration for Understand.io
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/understand/understand-laravel5.svg?style=flat-square)](https://packagist.org/packages/understand/understand-laravel5)
44
[![Quality Score](https://img.shields.io/scrutinizer/g/understand/understand-laravel5.svg?style=flat-square)](https://scrutinizer-ci.com/g/understand/understand-laravel5)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": ">=5.5.0",
1414
"ext-curl": "*",
15-
"illuminate/support": "~5.0|~6.0|~7.0"
15+
"illuminate/support": "~5.0|~6.0|~7.0|~8.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "~6.0",
@@ -26,7 +26,7 @@
2626
},
2727
"extra": {
2828
"component": "package",
29-
"frameworks": ["Laravel 5", "Laravel 6", "Laravel 7"],
29+
"frameworks": ["Laravel 5", "Laravel 6", "Laravel 7", "Laravel 8"],
3030
"branch-alias": {
3131
"dev-master": "2.0-dev"
3232
},

0 commit comments

Comments
 (0)