We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478920d commit 69fc30cCopy full SHA for 69fc30c
composer.json
@@ -13,13 +13,13 @@
13
],
14
"require": {
15
"php": ">=7.2",
16
- "illuminate/notifications": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0",
17
- "illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0",
18
- "smsapi/php-client": "^1.8"
+ "illuminate/notifications": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ^11.0",
+ "illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ^11.0",
+ "smsapi/php-client": "^1.8 || ^3.0"
19
},
20
"require-dev": {
21
"mockery/mockery": "^1.0",
22
- "phpunit/phpunit": "^8.0"
+ "phpunit/phpunit": "^8.0 || ^10.5"
23
24
"autoload": {
25
"psr-4": {
0 commit comments