Skip to content

Commit 49cb790

Browse files
committed
added slack notification channel to suggests since they removed it in 5.8
1 parent ccd857c commit 49cb790

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

composer.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"name": "jorijn/laravel-security-checker",
33
"description": "Added Laravel functionality to SensioLabs Security Checker. Adds a command to check for, and optionally emails you, vulnerabilities when they affect you.",
44
"license": "MIT",
5-
"keywords": ["laravel", "security", "composer", "dependencies"],
5+
"keywords": [
6+
"laravel",
7+
"security",
8+
"composer",
9+
"dependencies"
10+
],
611
"authors": [
712
{
813
"name": "Jorijn Schrijvershof",
@@ -28,6 +33,9 @@
2833
"orchestra/testbench": "3.5.x|3.6.x|3.7.x|3.8.x",
2934
"mockery/mockery": "^1.2"
3035
},
36+
"suggest": {
37+
"laravel/slack-notification-channel": "In Laravel 5.8 they extracted the Slack notification channel into a first-party package. If you run 5.8, you will need to install this package too."
38+
},
3139
"autoload": {
3240
"psr-4": {
3341
"Jorijn\\LaravelSecurityChecker\\": "src/"
@@ -44,7 +52,9 @@
4452
},
4553
"extra": {
4654
"laravel": {
47-
"providers": ["Jorijn\\LaravelSecurityChecker\\ServiceProvider"]
55+
"providers": [
56+
"Jorijn\\LaravelSecurityChecker\\ServiceProvider"
57+
]
4858
}
4959
}
5060
}

0 commit comments

Comments
 (0)