Skip to content

Commit 90464d2

Browse files
authored
Merge pull request #9 from ruchit288/master
Update php version in composer.
2 parents 92b4498 + 5fb9599 commit 90464d2

File tree

1 file changed

+37
-38
lines changed

1 file changed

+37
-38
lines changed

composer.json

Lines changed: 37 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,39 @@
11
{
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
4039
}

0 commit comments

Comments
 (0)