Skip to content

Commit c0a9fb7

Browse files
committed
Remove support for Laravel 6.0 & 7.0
1 parent 4a0ccc6 commit c0a9fb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
],
2121
"require": {
2222
"php": ">=7.4",
23-
"illuminate/notifications": "~6.0 || ~7.0 || ~8.0",
24-
"illuminate/support": "~6.0 || ~7.0 || ~8.0",
23+
"illuminate/notifications": "~8.0 || ~9.0",
24+
"illuminate/support": "~8.0 || ~9.0",
2525
"netflie/whatsapp-cloud-api": "^1.3.1"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)