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