forked from CIDRAM/CIDRAM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
20 lines (20 loc) · 856 Bytes
/
composer.json
File metadata and controls
20 lines (20 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "maikuolan/cidram",
"description": "Classless Inter-Domain Routing Access Manager.",
"keywords": ["asn","cidr","cidrs","blocker","anti-spam","cloud","routing","ip","firewall","security","protection"],
"homepage": "http://maikuolan.github.io/CIDRAM/",
"license": "GPL-2.0+",
"support": {
"issues": "https://github.com/Maikuolan/CIDRAM/issues",
"forum": "http://www.spambotsecurity.com/forum/viewforum.php?f=61",
"wiki": "https://github.com/Maikuolan/CIDRAM/wiki",
"source": "https://github.com/Maikuolan/CIDRAM",
"docs": "https://github.com/Maikuolan/CIDRAM/tree/master/_docs"
},
"require": {
"php": ">=5.4.0"
},
"suggest": {
"php": ">=7.0.0 (this package performs significantly better with PHP >= 7.0.0 than it does with previous versions)."
}
}