Skip to content

Commit 2fd729c

Browse files
authored
Merge pull request #9 from everli/fix_LICENSE
doc: align LICENSE and composer properties
2 parents 2ec9085 + bdef196 commit 2fd729c

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) Vladimir Yuldashev
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

SECURITY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Security Policy
2+
3+
## Reporting a vulnerability
4+
5+
Please send a detailed mail to security@everli.com to
6+
report vulnerabilities.
7+
8+
Even when unsure whether the bug in question is an exploitable
9+
vulnerability, it is recommended to send the report to
10+
security@everli.com (and obviously not to discuss the
11+
issue anywhere else).

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,24 @@
33
"name": "vladimir-yuldashev/laravel-queue-rabbitmq",
44
"description": "RabbitMQ driver for Laravel Queue. Supports Laravel Horizon",
55
"license": "MIT",
6+
"keywords": [
7+
"everli",
8+
"laravel",
9+
"rmq"
10+
],
611
"authors": [
712
{
813
"name": "Vladimir Yuldashev",
914
"email": "misterio92@gmail.com"
1015
},
1116
{
1217
"name": "Everli Team",
13-
"email": "tech@everli.com"
18+
"email": "tech@everli.com",
19+
"homepage": "https://everli.com"
1420
}
1521
],
1622
"require": {
17-
"php": "7.2.* || 8.0.*",
23+
"php": "^7.2 || ^8.0",
1824
"ext-json": "*",
1925
"illuminate/database": "6.20.* || 9.*",
2026
"illuminate/support": "6.20.* || 9.*",

0 commit comments

Comments
 (0)