Skip to content

Commit 76bde31

Browse files
Bump dependencies for Laravel 12 (#28)
1 parent d0af10a commit 76bde31

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
@@ -13,9 +13,9 @@
1313
],
1414
"require": {
1515
"php": ">=7.2",
16-
"illuminate/notifications": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ^11.0",
17-
"illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ^11.0",
18-
"smsapi/php-client": "^1.8"
16+
"illuminate/notifications": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ^11.0 || ^12.0",
17+
"illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ^11.0 || ^12.0",
18+
"smsapi/php-client": "^1.8 || ^3.0"
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)