File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
25
25
26
26
### Changed
27
27
28
+ ## [ 1.7.0] ( https://github.com/bazzline/php_component_csv/tree/1.6.0 ) - released at 2018-11-07
29
+
30
+ ### Added
31
+
32
+ * add the php-nightly test in Travis CI build and let this allow failure.
33
+
34
+ ### Changed
35
+
28
36
* fixed broken composer.json
37
+ * let the package require PHP >=5.6 version.
38
+ * remove the additional space.
39
+ * we don't guarantee that the php-nightly test will always be successful.
40
+ * set the different PHPUnit version to support multiple PHP versions.
41
+ * using the class-based PHPUnit namespace to be compatible with the latest stable PHPUnit version.
29
42
30
43
## [ 1.6.0] ( https://github.com/bazzline/php_component_csv/tree/1.6.0 ) - released at 2017-05-28
31
44
Original file line number Diff line number Diff line change @@ -194,6 +194,11 @@ $writer->move('my/new_name.csv'); //writer will write in "new_name.csv"
194
194
* [ jwage/easy-csv] ( https://github.com/jwage/easy-csv )
195
195
* [ swt83/php-csv] ( https://github.com/swt83/php-csv )
196
196
197
+ # Hall of Fame - The list of contributors
198
+
199
+ * [ peter279k] ( https://github.com/peter279k ) - [ homepage] ( https://peterli.website )
200
+ * [ stevleibelt] ( https://github.com/stevleibelt ) - [ homepage] ( https://stev.leibelt.de )
201
+
197
202
# Final Words
198
203
199
204
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 :-] .
You can’t perform that action at this time.
0 commit comments