Skip to content

Commit f73b51d

Browse files
Bump dependencies for Laravel 12 (#160)
1 parent 7c9bdbe commit f73b51d

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
@@ -28,13 +28,13 @@
2828
"require": {
2929
"php": "^8.0",
3030
"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"
31+
"illuminate/notifications": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
32+
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
3333
},
3434
"require-dev": {
3535
"mockery/mockery": "^1.3|^1.4",
36-
"orchestra/testbench": "^4.0|^5.0|^7.0|^8.0|^9.0",
37-
"phpunit/phpunit": "^8.0|^9.5.10|^10.0"
36+
"orchestra/testbench": "^4.0|^5.0|^7.0|^8.0|^9.0|^10.0",
37+
"phpunit/phpunit": "^8.0|^9.5.10|^10.0|^11.5.3"
3838
},
3939
"autoload": {
4040
"psr-4": {

0 commit comments

Comments
 (0)