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 9182e28 commit 9ef230cCopy full SHA for 9ef230c
composer.json
@@ -33,15 +33,15 @@
33
],
34
"require": {
35
"php": ">=8.0",
36
- "illuminate/events": "~8.0 || ~9.0 || ^10.0",
37
- "illuminate/notifications": "~8.0 || ~9.0 || ^10.0",
38
- "illuminate/queue": "~8.0 || ~9.0 || ^10.0",
39
- "illuminate/support": "~8.0 || ~9.0 || ^10.0",
+ "illuminate/events": "~8.0 || ~9.0 || ^10.0 || ^11.0",
+ "illuminate/notifications": "~8.0 || ~9.0 || ^10.0 || ^11.0",
+ "illuminate/queue": "~8.0 || ~9.0 || ^10.0 || ^11.0",
+ "illuminate/support": "~8.0 || ~9.0 || ^10.0 || ^11.0",
40
"pusher/pusher-push-notifications": "^2.0"
41
},
42
"require-dev": {
43
"mockery/mockery": "^1.3",
44
- "phpunit/phpunit": "^9.5"
+ "phpunit/phpunit": "^9.5 || ^10.5"
45
46
"autoload": {
47
"psr-4": {
0 commit comments