Skip to content

Commit 48bea21

Browse files
committed
Bump dependencies for Laravel 12
1 parent 4276786 commit 48bea21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
],
1414
"require": {
1515
"php": "^8.1",
16-
"illuminate/notifications": "^9.0|^10.0|^11.0",
17-
"illuminate/support": "^9.0|^10.0|^11.0",
16+
"illuminate/notifications": "^9.0|^10.0|^11.0|^12.0",
17+
"illuminate/support": "^9.0|^10.0|^11.0|^12.0",
1818
"minishlink/web-push": "^9.0"
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "~1.0",
22-
"orchestra/testbench": "^7.0|^8.0|^9.0",
23-
"phpunit/phpunit": "^9.5|^10.5"
22+
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
23+
"phpunit/phpunit": "^9.5|^10.5|^11.5.3"
2424
},
2525
"autoload": {
2626
"psr-4": {
@@ -47,4 +47,4 @@
4747
"scripts": {
4848
"test": "vendor/bin/phpunit"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)