Skip to content

Commit 9f85640

Browse files
Laravel 11.x Compatibility (#153)
Co-authored-by: atymic <[email protected]>
1 parent 07f9abd commit 9f85640

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
@@ -27,13 +27,13 @@
2727
],
2828
"require": {
2929
"php": "^8.0",
30-
"berkayk/onesignal-laravel": "^1.0.0|^2.0",
31-
"illuminate/notifications": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
32-
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0"
30+
"berkayk/onesignal-laravel": "^2.0.0",
31+
"illuminate/notifications": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
32+
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
3333
},
3434
"require-dev": {
3535
"mockery/mockery": "^1.3|^1.4",
36-
"orchestra/testbench": "^4.0|^5.0|^7.0|^8.0",
36+
"orchestra/testbench": "^4.0|^5.0|^7.0|^8.0|^9.0",
3737
"phpunit/phpunit": "^8.0|^9.5.10|^10.0"
3838
},
3939
"autoload": {

0 commit comments

Comments
 (0)