Skip to content

Commit d79d107

Browse files
committed
Drop PHP 5.5 support
1 parent cb4d1a3 commit d79d107

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
language: php
44

55
php:
6-
- 5.5
76
- 5.6
87
- 7.0
98
- 7.1

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ CSV File handling for the XP Framework ChangeLog
33

44
## ?.?.? / ????-??-??
55

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+
611
## 7.1.0 / 2016-08-29
712

813
* Added forward compatibility with XP 8.0.0 - @thekid

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CSV File handling for the XP Framework
44
[![Build Status on TravisCI](https://secure.travis-ci.org/xp-framework/csv.svg)](http://travis-ci.org/xp-framework/csv)
55
[![XP Framework Module](https://raw.githubusercontent.com/xp-framework/web/master/static/xp-framework-badge.png)](https://github.com/xp-framework/core)
66
[![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/)
88
[![Supports PHP 7.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-7_0plus.png)](http://php.net/)
99
[![Required HHVM 3.4+](https://raw.githubusercontent.com/xp-framework/web/master/static/hhvm-3_4plus.png)](http://hhvm.com/)
1010
[![Latest Stable Version](https://poser.pugx.org/xp-framework/csv/version.png)](https://packagist.org/packages/xp-framework/csv)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"keywords": ["module", "xp"],
88
"require" : {
99
"xp-framework/core": "^9.0 | ^8.0 | ^7.0 | ^6.5",
10-
"php" : ">=5.5.0"
10+
"php" : ">=5.6.0"
1111
},
1212
"require-dev" : {
1313
"xp-framework/unittest": "^9.0 | ^8.0 | ^7.0 | ^6.5"

0 commit comments

Comments
 (0)