Skip to content

Commit 4e5d61a

Browse files
authored
Make composer.json more verbose (#69)
1 parent a5321d0 commit 4e5d61a

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

composer.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "laravel-notification-channels/twilio",
3-
"description": "A boilerplate for contributions.",
4-
"homepage": "https://github.com/laravel-notification-channels/twilio",
3+
"description": "Provides Twilio notification channel for Laravel.",
4+
"keywords": ["laravel", "twilio", "notification", "sms", "call", "mms"],
55
"license": "MIT",
6+
"support": {
7+
"issues": "https://github.com/laravel-notification-channels/twilio/issues",
8+
"source": "https://github.com/laravel-notification-channels/twilio"
9+
},
610
"authors": [
711
{
812
"name": "Gregorio Hernández Caso",
@@ -14,10 +18,10 @@
1418
"require": {
1519
"php": ">=5.5.9",
1620
"twilio/sdk": "~5.16",
17-
"illuminate/notifications": "^5.1|^6.0",
18-
"illuminate/support": "^5.1|^6.0",
19-
"illuminate/events": "^5.1|^6.0",
20-
"illuminate/queue": "^5.1|^6.0"
21+
"illuminate/notifications": "^5.1 || ^6.0",
22+
"illuminate/support": "^5.1 || ^6.0",
23+
"illuminate/events": "^5.1 || ^6.0",
24+
"illuminate/queue": "^5.1 || ^6.0"
2125
},
2226
"require-dev": {
2327
"mockery/mockery": "^0.9.5",

0 commit comments

Comments
 (0)