File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 3
3
language : php
4
4
5
5
php :
6
- - 5.5
7
6
- 5.6
8
7
- 7.0
9
8
- 7.1
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ CSV File handling for the XP Framework ChangeLog
3
3
4
4
## ?.?.? / ????-??-??
5
5
6
+ ## 8.0.0 / 2017-06-15
7
+
8
+ * ** Heads up:** Dropped PHP 5.5 support - @thekid
9
+ * Added forward compatibility with XP 9.0.0 - @thekid
10
+
6
11
## 7.1.0 / 2016-08-29
7
12
8
13
* Added forward compatibility with XP 8.0.0 - @thekid
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CSV File handling for the XP Framework
4
4
[ ![ Build Status on TravisCI] ( https://secure.travis-ci.org/xp-framework/csv.svg )] ( http://travis-ci.org/xp-framework/csv )
5
5
[ ![ XP Framework Module] ( https://raw.githubusercontent.com/xp-framework/web/master/static/xp-framework-badge.png )] ( https://github.com/xp-framework/core )
6
6
[ ![ BSD Licence] ( https://raw.githubusercontent.com/xp-framework/web/master/static/licence-bsd.png )] ( https://github.com/xp-framework/core/blob/master/LICENCE.md )
7
- [ ![ Required PHP 5.5 +] ( https://raw.githubusercontent.com/xp-framework/web/master/static/php-5_5plus .png )] ( http://php.net/ )
7
+ [ ![ Required PHP 5.6 +] ( https://raw.githubusercontent.com/xp-framework/web/master/static/php-5_6plus .png )] ( http://php.net/ )
8
8
[ ![ Supports PHP 7.0+] ( https://raw.githubusercontent.com/xp-framework/web/master/static/php-7_0plus.png )] ( http://php.net/ )
9
9
[ ![ Required HHVM 3.4+] ( https://raw.githubusercontent.com/xp-framework/web/master/static/hhvm-3_4plus.png )] ( http://hhvm.com/ )
10
10
[ ![ Latest Stable Version] ( https://poser.pugx.org/xp-framework/csv/version.png )] ( https://packagist.org/packages/xp-framework/csv )
Original file line number Diff line number Diff line change 7
7
"keywords" : [" module" , " xp" ],
8
8
"require" : {
9
9
"xp-framework/core" : " ^9.0 | ^8.0 | ^7.0 | ^6.5" ,
10
- "php" : " >=5.5 .0"
10
+ "php" : " >=5.6 .0"
11
11
},
12
12
"require-dev" : {
13
13
"xp-framework/unittest" : " ^9.0 | ^8.0 | ^7.0 | ^6.5"
You can’t perform that action at this time.
0 commit comments