File tree 1 file changed +18
-2
lines changed
1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Create *composer.json* file:
27
27
" type" : " project" ,
28
28
" require" : {
29
29
" php" : " >=5.3.0" ,
30
- " longman/ip-tools" : " * "
30
+ " longman/ip-tools" : " ~1.0.1 "
31
31
}
32
32
}
33
33
```
@@ -75,4 +75,20 @@ $status = Ip::match('192.168.1.1', '192.168.0.0/255.255.255.0'); // false
75
75
76
76
$status = Ip::match('192.168.1.1', array('192.168.123.*', '192.168.123.124'));
77
77
78
- ```
78
+ ```
79
+
80
+
81
+
82
+
83
+ -----
84
+ This code is available on
85
+ [ Github] ( https://github.com/akalongman/php-ip-tools ) . Pull requests are welcome.
86
+
87
+ ## Troubleshooting
88
+ If you like living on the edge, please report any bugs you find on the
89
+ [ PHP IP Tools issues] ( https://github.com/akalongman/php-ip-tools/issues ) page.
90
+ ## Contributing
91
+ See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) for information.
92
+ ## Credits
93
+
94
+ Credit list in [ CREDITS] ( CREDITS )
You can’t perform that action at this time.
0 commit comments