Skip to content

Commit 2d6bc85

Browse files
committed
Remove PHP 5.4 support
- We're already using class name resolution (::class), which was introduced in PHP 5.5. - Also removing hhvm from Travis config. Even though it currently builds fine, it's not something I plan to support.
1 parent d306733 commit 2d6bc85

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: php
22

33
php:
4-
- 5.4
54
- 5.5
65
- 5.6
76
- 7.0
8-
- hhvm
97

108
before_script:
119
- composer install --dev -o -n

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"minimum-stability": "dev",
1414
"require": {
15-
"php": ">=5.4",
15+
"php": ">=5.5",
1616
"ck/File_MARC_Reference": "^1.0",
1717
"pear/file_marc": "^1.1"
1818
},

0 commit comments

Comments
 (0)