Skip to content

Commit

Permalink
Laravel 11.x Compatibility (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: atymic <[email protected]>
  • Loading branch information
laravel-shift and atymic authored Apr 1, 2024
1 parent 07f9abd commit 9f85640
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 9f85640

Please sign in to comment.