Skip to content

Commit

Permalink
moved phpunit to dev requirements and changes in docs (RC5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibyx committed Jan 25, 2018
1 parent 046661b commit 0bb616d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0-RC5

- **Change:** Moved PHPUnit to development dependencies.

## 1.0-RC4

- **Change:** [Change the way to deal with extensions ](https://github.com/Sibyx/phpGPX/pull/19)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ Currently supported output formats:

## Installation

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

```
composer require sibyx/phpgpx
composer require sibyx/phpgpx:@RC
```

## Contributors
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sibyx/phpgpx",
"type": "library",
"version": "1.0-RC4",
"version": "1.0-RC5",
"description": "A simple PHP library for GPX import/export",
"minimum-stability": "stable",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ exit();

## Installation

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

```
composer require sibyx/phpgpx
composer require sibyx/phpgpx:@RC
```

## API Documentation
Expand Down
2 changes: 1 addition & 1 deletion src/phpGPX/phpGPX.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class phpGPX
const XML_FORMAT = 'xml';

const PACKAGE_NAME = 'phpGPX';
const VERSION = '1.0RC4';
const VERSION = '1.0RC5';

/**
* Create Stats object for each track, segment and route
Expand Down

0 comments on commit 0bb616d

Please sign in to comment.