Skip to content

Commit 0bb616d

Browse files
committed
moved phpunit to dev requirements and changes in docs (RC5)
1 parent 046661b commit 0bb616d

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0-RC5
4+
5+
- **Change:** Moved PHPUnit to development dependencies.
6+
37
## 1.0-RC4
48

59
- **Change:** [Change the way to deal with extensions ](https://github.com/Sibyx/phpGPX/pull/19)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ Currently supported output formats:
193193

194194
## Installation
195195

196-
You can easily install phpGPX library with composer.
196+
You can easily install phpGPX library with composer. There is no stable release yet, so please use release candidates.
197197

198198
```
199-
composer require sibyx/phpgpx
199+
composer require sibyx/phpgpx:@RC
200200
```
201201

202202
## Contributors

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sibyx/phpgpx",
33
"type": "library",
4-
"version": "1.0-RC4",
4+
"version": "1.0-RC5",
55
"description": "A simple PHP library for GPX import/export",
66
"minimum-stability": "stable",
77
"license": "MIT",

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ exit();
178178

179179
## Installation
180180

181-
You can easily install phpGPX library with composer.
181+
You can easily install phpGPX library with composer. There is no stable release yet, so please use release candidates.
182182

183183
```
184-
composer require sibyx/phpgpx
184+
composer require sibyx/phpgpx:@RC
185185
```
186186

187187
## API Documentation

src/phpGPX/phpGPX.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class phpGPX
2222
const XML_FORMAT = 'xml';
2323

2424
const PACKAGE_NAME = 'phpGPX';
25-
const VERSION = '1.0RC4';
25+
const VERSION = '1.0RC5';
2626

2727
/**
2828
* Create Stats object for each track, segment and route

0 commit comments

Comments
 (0)