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 e4cdcf6 commit 33f3a2cCopy full SHA for 33f3a2c
composer.json
@@ -33,10 +33,10 @@
33
],
34
"require": {
35
"php": ">=5.6.4",
36
- "illuminate/events": "5.3.*",
37
- "illuminate/notifications": "5.3.*",
38
- "illuminate/queue": "5.3.*",
39
- "illuminate/support": "5.3.*",
+ "illuminate/events": "5.3.* || 5.4.*",
+ "illuminate/notifications": "5.3.* || 5.4.*",
+ "illuminate/queue": "5.3.* || 5.4.*",
+ "illuminate/support": "5.3.* || 5.4.*",
40
"pusher/pusher-php-server": "2.6.*"
41
},
42
"require-dev": {
0 commit comments