Skip to content

Commit 69fc30c

Browse files
Laravel 11.x Compatibility (#25)
1 parent 478920d commit 69fc30c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
],
1414
"require": {
1515
"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"
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 || ^3.0"
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "^1.0",
22-
"phpunit/phpunit": "^8.0"
22+
"phpunit/phpunit": "^8.0 || ^10.5"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)