Skip to content

Commit 0fec03c

Browse files
committed
Documntation update for 2.0
1 parent a679ef8 commit 0fec03c

File tree

3 files changed

+94
-52
lines changed

3 files changed

+94
-52
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Vatsimphp [![Latest Stable Version](https://img.shields.io/github/release/skymeyer/vatsimphp.svg)](https://packagist.org/packages/skymeyer/vatsimphp) [![Total downloads](https://img.shields.io/packagist/dt/skymeyer/vatsimphp.svg)](https://packagist.org/packages/skymeyer/vatsimphp) [![Build Status](https://travis-ci.com/skymeyer/Vatsimphp.svg?branch=master)](https://travis-ci.com/skymeyer/Vatsimphp)
22

3-
4-
**This is a development branch. For Vatsimphp v1.x (stable) documentation, [go here](https://github.com/skymeyer/Vatsimphp/blob/1.x/README.md).**
5-
63
Vatsimphp collects and parses the publically available statistics
74
from the [VATSIM.net](http://www.vatsim.net) network. It provides
85
iterators for the available data and basic search/filtering

docs/index.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
1-
**This is a development branch. For Vatsimphp v1.x (stable) documentation, [go here](https://github.com/skymeyer/Vatsimphp/blob/1.x/README.md).**
2-
31
Vatsimphp Documentation
42
=======================
53

4+
## Requirements
5+
6+
Vatsimphp requires PHP 7.2 or above. If you are running an older PHP version you can use Vatsimphp `^1.0` instead.
7+
However we highly recommend you upgrade your PHP environment to a [support PHP version](https://www.php.net/supported-versions.php).
8+
Vatsimphp will note make any bug fixes related to the usage of an unsupported PHP version.
9+
610
## Installation
711

812
Assuming you have already installed composer, run:
913

1014
``` bash
11-
$ composer require skymeyer/vatsimphp dev-master
15+
$ composer require skymeyer/vatsimphp ^2.0
1216
```
1317

1418
Or add vatsimphp manually to your composer.json of your current project:
1519

1620
``` json
1721
{
1822
"require": {
19-
"skymeyer/vatsimphp": "dev-master"
23+
"skymeyer/vatsimphp": "^2.0"
2024
}
2125
}
2226
```

0 commit comments

Comments
 (0)