Skip to content

Commit

Permalink
added hall of fame section in the readme and prepared release
Browse files Browse the repository at this point in the history
  • Loading branch information
stevleibelt committed Nov 7, 2018
1 parent d2d282c commit e1820c1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -25,7 +25,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

## [1.7.0](https://github.com/bazzline/php_component_csv/tree/1.6.0) - released at 2018-11-07

### Added

* add the php-nightly test in Travis CI build and let this allow failure.

### Changed

* fixed broken composer.json
* let the package require PHP >=5.6 version.
* remove the additional space.
* we don't guarantee that the php-nightly test will always be successful.
* set the different PHPUnit version to support multiple PHP versions.
* using the class-based PHPUnit namespace to be compatible with the latest stable PHPUnit version.

## [1.6.0](https://github.com/bazzline/php_component_csv/tree/1.6.0) - released at 2017-05-28

Expand Down
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -194,6 +194,11 @@ $writer->move('my/new_name.csv'); //writer will write in "new_name.csv"
* [jwage/easy-csv](https://github.com/jwage/easy-csv)
* [swt83/php-csv](https://github.com/swt83/php-csv)

# Hall of Fame - The list of contributors

* [peter279k](https://github.com/peter279k) - [homepage](https://peterli.website)
* [stevleibelt](https://github.com/stevleibelt) - [homepage](https://stev.leibelt.de)

# Final Words

Star it if you like it :-). Add issues if you need it. Pull patches if you enjoy it. Write a blog entry if you use it. [Donate something](https://gratipay.com/~stevleibelt) if you love it :-].

0 comments on commit e1820c1

Please sign in to comment.