Skip to content

Commit ea89d77

Browse files
committed
Allow to install on Laravel 6
1 parent 3b5a457 commit ea89d77

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Support for Laravel 6
6+
57
## 1.1.1
68

79
- Fix custom container alias (#263)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": "^7.1",
16-
"illuminate/support": "5.0 - 5.8",
16+
"illuminate/support": "5.0 - 5.8 | ^6.0",
1717
"sentry/sdk": "^2.0"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)