Skip to content

Commit 1738dd9

Browse files
author
Ivan Dudarev
committed
development version 2
1 parent a0f587e commit 1738dd9

27 files changed

+3570
-1405
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
### Additional info
88

9-
| Q | A
10-
| ---------------- | ---
11-
| IP Tool version | 1.0.?
12-
| PHP version |
13-
| Operating system |
9+
|Q|A|
10+
|---|---|
11+
|Wizard version|2.0.?|
12+
|PHP version|?|
13+
|Operating system|?|
1414

15-
### Add your binary database file in attacnments
15+
### Add your binary database file in attacnments

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![Latest Stable Version](https://img.shields.io/packagist/v/ipstack/wizard.svg?style=flat-square)](https://packagist.org/packages/ipstack/wizard)
2-
[![Total Downloads](https://img.shields.io/packagist/dt/ipstack/wizard.svg?style=flat-square)](https://packagist.org/packages/ipstack/wizard/stats)
1+
[![Packagist](https://img.shields.io/packagist/v/ipstack/wizard.svg?style=flat-square)](https://packagist.org/packages/ipstack/wizard)
2+
[![Downloads](https://img.shields.io/packagist/dt/ipstack/wizard.svg?style=flat-square)](https://packagist.org/packages/ipstack/wizard/stats)
33
[![License](https://img.shields.io/packagist/l/ipstack/wizard.svg?style=flat-square)](https://github.com/ipstack/wizard/blob/master/LICENSE)
44
[![PHP](https://img.shields.io/packagist/php-v/ipstack/wizard.svg?style=flat-square)](https://php.net)
55

@@ -8,4 +8,6 @@
88

99
> IP Stack Wizard. Create your IP Address database.
1010
11+
[Database format](https://github.com/ipstack/database-format/tree/v2.0.0)
12+
1113
The idea is taken from [Sypex Geo](https://sypexgeo.net)

composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ipstack/wizard",
3-
"version": "1.0.0",
4-
"time": "2018-01-14",
3+
"version": "2.0.0-beta",
4+
"time": "2018-02-15 15:27:46",
55
"type": "library",
66
"description": "Wizard for create databases for ipstack",
77
"keywords": ["iptool", "ipstack", "ipstack-wizard", "ip", "geo", "geoip", "info", "data", "ip-database", "wizard"],
@@ -15,7 +15,11 @@
1515
],
1616
"require": {
1717
"php": ">=5.3",
18-
"ext-pdo_sqlite": "*"
18+
"ext-pdo_sqlite": "*",
19+
"ddrv/extra-pack": "*"
20+
},
21+
"require-dev": {
22+
"phpunit/phpunit": ">=4.8"
1923
},
2024
"autoload": {
2125
"psr-4": {

0 commit comments

Comments
 (0)