Skip to content

Commit 0e3d352

Browse files
authored
feat: laravel 8 support (#18)
1 parent efda75b commit 0e3d352

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
@@ -12,9 +12,9 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.1",
16-
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0",
17-
"illuminate/support": "~5.8 || ~6.0 || ~7.0",
15+
"php": ">=7.2",
16+
"illuminate/notifications": "~6.0 || ~7.0 || ~8.0",
17+
"illuminate/support": "~6.0 || ~7.0 || ~8.0",
1818
"smsapi/php-client": "^1.8"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)