Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 576d116

Browse files
author
Ivan Dudarev
committed
fix version compare
1 parent 929500e commit 576d116

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ddrv/iptool",
3-
"version":"1.0.9",
3+
"version":"1.0.10",
44
"type": "library",
55
"description": "Define data by IP Address",
66
"keywords": ["iptool", "ip", "geo", "geoip", "info", "data", "ip-database", "search", "ip-search"],
@@ -13,10 +13,10 @@
1313
}
1414
],
1515
"require":{
16-
"php":"^5.3"
16+
"php":">=5.3"
1717
},
1818
"require-dev":{
19-
"phpunit/phpunit":"^5.1"
19+
"phpunit/phpunit":">=5.1"
2020
},
2121
"suggest": {
2222
"ext-pdo_sqlite": "Need for Convertor"

0 commit comments

Comments
 (0)