Skip to content

Commit d0af10a

Browse files
authored
Remove smsapi/php-client 3.0 support (#27)
1 parent 69fc30c commit d0af10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php": ">=7.2",
1616
"illuminate/notifications": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ^11.0",
1717
"illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ^11.0",
18-
"smsapi/php-client": "^1.8 || ^3.0"
18+
"smsapi/php-client": "^1.8"
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)