There was an error while loading. Please reload this page.
1 parent 4f82143 commit e0cb5a8Copy full SHA for e0cb5a8
composer.json
@@ -13,13 +13,13 @@
13
],
14
"require": {
15
"php": "^8.0",
16
- "illuminate/notifications": "^8.0|^9.0",
17
- "illuminate/support": "^8.0|^9.0",
+ "illuminate/notifications": "^8.0|^9.0|^10.0",
+ "illuminate/support": "^8.0|^9.0|^10.0",
18
"minishlink/web-push": "^8.0"
19
},
20
"require-dev": {
21
"mockery/mockery": "~1.0",
22
- "orchestra/testbench": "^6.0|^7.0",
+ "orchestra/testbench": "^6.0|^7.0|^8.0",
23
"phpunit/phpunit": "^9.0"
24
25
"autoload": {
@@ -47,4 +47,4 @@
47
"scripts": {
48
"test": "vendor/bin/phpunit"
49
}
50
-}
+}
0 commit comments