diff --git a/composer.json b/composer.json index 11825af..f1ab196 100644 --- a/composer.json +++ b/composer.json @@ -27,13 +27,13 @@ ], "require": { "php": "^8.0", - "berkayk/onesignal-laravel": "^1.0.0|^2.0", - "illuminate/notifications": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0" + "berkayk/onesignal-laravel": "^2.0.0", + "illuminate/notifications": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "mockery/mockery": "^1.3|^1.4", - "orchestra/testbench": "^4.0|^5.0|^7.0|^8.0", + "orchestra/testbench": "^4.0|^5.0|^7.0|^8.0|^9.0", "phpunit/phpunit": "^8.0|^9.5.10|^10.0" }, "autoload": {