Skip to content

Commit a09547b

Browse files
committed
Drop PHP 5.5 support
1 parent 6d7b08c commit a09547b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

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

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"irc": "irc://irc.freenode.net/wikidata"
2424
},
2525
"require": {
26-
"php": ">=5.5.9",
26+
"php": ">=5.6",
2727
"data-values/data-values": "~0.1|~1.0|~2.0",
2828
"wikimedia/assert": "~0.2.2"
2929
},

0 commit comments

Comments
 (0)