Skip to content

Commit af25d12

Browse files
committed
core: drop php5.5 support
1 parent 642c8e0 commit af25d12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: php
22

33
php:
4-
- 5.5
54
- 5.6
65
- 7.0
76
- 7.1
7+
- 7.2
88

99
install:
1010
- composer install --prefer-dist

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Heavily work in progress and not yet ready!
1111

1212
## Installation
1313

14-
Requires PHP5.5 or later.
14+
Requires PHP5.6 or later.
1515

1616
```bash
1717
composer require adhocore/underscore

0 commit comments

Comments
 (0)