Skip to content

Commit f39a22b

Browse files
committed
Laravel 10 support
1 parent 539f9fc commit f39a22b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"require": {
1515
"php": ">=7.0",
1616
"guzzlehttp/guzzle": "^6.3 || ^6.5 || ^7.0",
17-
"illuminate/events": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
18-
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
19-
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0"
17+
"illuminate/events": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0",
18+
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0",
19+
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0"
2020
},
2121
"require-dev": {
2222
"mockery/mockery": "^0.9.5",

0 commit comments

Comments
 (0)