Skip to content

Commit 101c187

Browse files
authored
Laravel 10 support (#145)
1 parent 3319787 commit 101c187

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
}
2727
],
2828
"require": {
29-
"php": "^7.2.0|^8.0",
29+
"php": "^7.2.0|^8.0|^8.1",
3030
"berkayk/onesignal-laravel": "^1.0.0",
31-
"illuminate/notifications": "5.*|^6.0|^7.0|^8.0|^9.0",
32-
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.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"
3333
},
3434
"require-dev": {
35-
"mockery/mockery": "^1.3",
36-
"orchestra/testbench": "^4.0|^5.0|^7.0",
37-
"phpunit/phpunit": "^8.0|^9.5.10"
35+
"mockery/mockery": "^1.3|^1.4",
36+
"orchestra/testbench": "^4.0|^5.0|^7.0|^8.0",
37+
"phpunit/phpunit": "^8.0|^9.5.10|^10.0"
3838
},
3939
"autoload": {
4040
"psr-4": {

0 commit comments

Comments
 (0)