File tree 5 files changed +10
-6
lines changed 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0-RC5
4
+
5
+ - ** Change:** Moved PHPUnit to development dependencies.
6
+
3
7
## 1.0-RC4
4
8
5
9
- ** Change:** [ Change the way to deal with extensions ] ( https://github.com/Sibyx/phpGPX/pull/19 )
Original file line number Diff line number Diff line change @@ -193,10 +193,10 @@ Currently supported output formats:
193
193
194
194
## Installation
195
195
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.
197
197
198
198
```
199
- composer require sibyx/phpgpx
199
+ composer require sibyx/phpgpx:@RC
200
200
```
201
201
202
202
## Contributors
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sibyx/phpgpx" ,
3
3
"type" : " library" ,
4
- "version" : " 1.0-RC4 " ,
4
+ "version" : " 1.0-RC5 " ,
5
5
"description" : " A simple PHP library for GPX import/export" ,
6
6
"minimum-stability" : " stable" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -178,10 +178,10 @@ exit();
178
178
179
179
## Installation
180
180
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.
182
182
183
183
```
184
- composer require sibyx/phpgpx
184
+ composer require sibyx/phpgpx:@RC
185
185
```
186
186
187
187
## API Documentation
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class phpGPX
22
22
const XML_FORMAT = 'xml ' ;
23
23
24
24
const PACKAGE_NAME = 'phpGPX ' ;
25
- const VERSION = '1.0RC4 ' ;
25
+ const VERSION = '1.0RC5 ' ;
26
26
27
27
/**
28
28
* Create Stats object for each track, segment and route
You can’t perform that action at this time.
0 commit comments