File tree Expand file tree Collapse file tree 1 file changed +37
-38
lines changed Expand file tree Collapse file tree 1 file changed +37
-38
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " vcian/laravel-ip-gateway" ,
3
- "description" : " Blacklist or Whitelist IP of application routes." ,
4
- "keywords" : [
5
- " ip" ,
6
- " gateway" ,
7
- " whitelist" ,
8
- " blacklist" ,
9
- " laravel" ,
10
- " firewall" ,
11
- " prevent" ,
12
- " access" ,
13
- " authentication" ,
14
- " denied"
15
- ],
16
- "license" : " MIT" ,
17
- "authors" : [
18
- {
19
- "name" : " Vcian - Viitorcloud" ,
20
- "email" : " administrator@viitorcloud.com" ,
21
- "role" : " Creator"
22
- }
23
- ],
24
- "require" : {
25
- "php" : " ^8.0"
26
- },
27
- "autoload" : {
28
- "psr-4" : {
29
- "Vcian\\ LaravelIpGateway\\ " : " src/"
30
- }
31
- },
32
- "extra" : {
33
- "laravel" : {
34
- "providers" : [
35
- " Vcian\\ LaravelIpGateway\\ IpGatewayProvider"
36
- ]
37
- }
38
- },
39
- "minimum-stability" : " dev"
2
+ "name" : " vcian/laravel-ip-gateway" ,
3
+ "description" : " Blacklist or Whitelist IP of your application routes." ,
4
+ "keywords" : [
5
+ " ip" ,
6
+ " ipgateway" ,
7
+ " whitelist" ,
8
+ " blacklist" ,
9
+ " laravel" ,
10
+ " IP Filtering" ,
11
+ " IP Restriction Laravel" ,
12
+ " Laravel IP Security"
13
+ ],
14
+ "license" : " MIT" ,
15
+ "authors" : [
16
+ {
17
+ "name" : " Vcian - Viitorcloud" ,
18
+ "email" : " ruchit.patel@viitor.cloud" ,
19
+ "role" : " Creator"
20
+ }
21
+ ],
22
+ "require" : {
23
+ "php" : " ^8.2"
24
+ },
25
+ "autoload" : {
26
+ "psr-4" : {
27
+ "Vcian\\ LaravelIpGateway\\ " : " src/"
28
+ }
29
+ },
30
+ "extra" : {
31
+ "laravel" : {
32
+ "providers" : [
33
+ " Vcian\\ LaravelIpGateway\\ IpGatewayProvider"
34
+ ]
35
+ }
36
+ },
37
+ "minimum-stability" : " dev" ,
38
+ "prefer-stable" : true
40
39
}
You can’t perform that action at this time.
0 commit comments