Skip to content

Commit ba43e66

Browse files
committed
Update composer.json for add informations and fix the license
1 parent 62098b6 commit ba43e66

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
{
22
"name": "winxaito/laravel-https",
33
"description": "Redirects http requests to https according to the configuration",
4+
"keywords": ["laravel", "https", "redirect", "https-redirect"],
5+
"homepage": "https://github.com/WinXaito/laravel-https",
46
"type": "library",
5-
"license": "GNU GPL3",
7+
"license": "GPL-3.0-or-later",
68
"authors": [
79
{
810
"name": "WinXaito",
911
"email": "mail@winxaito.com"
1012
}
1113
],
12-
"require": {},
14+
"require": {
15+
"php": ">=7.0.0"
16+
},
1317
"autoload": {
1418
"psr-4": {
1519
"WinXaito\\LaravelHttpsRedirect\\": "src/"

0 commit comments

Comments
 (0)