We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4276786 commit 48bea21Copy full SHA for 48bea21
composer.json
@@ -13,14 +13,14 @@
13
],
14
"require": {
15
"php": "^8.1",
16
- "illuminate/notifications": "^9.0|^10.0|^11.0",
17
- "illuminate/support": "^9.0|^10.0|^11.0",
+ "illuminate/notifications": "^9.0|^10.0|^11.0|^12.0",
+ "illuminate/support": "^9.0|^10.0|^11.0|^12.0",
18
"minishlink/web-push": "^9.0"
19
},
20
"require-dev": {
21
"mockery/mockery": "~1.0",
22
- "orchestra/testbench": "^7.0|^8.0|^9.0",
23
- "phpunit/phpunit": "^9.5|^10.5"
+ "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
+ "phpunit/phpunit": "^9.5|^10.5|^11.5.3"
24
25
"autoload": {
26
"psr-4": {
@@ -47,4 +47,4 @@
47
"scripts": {
48
"test": "vendor/bin/phpunit"
49
}
50
-}
+}
0 commit comments