Skip to content

Commit

Permalink
Stop supporting PHP 5.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Aug 7, 2018
1 parent 31f0c5b commit f9ee124
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ matrix:
include:
- env: DM=~6.3
php: hhvm
- env: DM=~7.5
php: 5.6
- env: DM=~7.5
php: 7
- env: DM=~8.0
Expand Down
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Added compatibility with Wikibase DataModel 8.x
* Added compatibility with DataValues 2.x
* Raised minimum PHP version to 5.6

## Version 3.10.0 (2018-05-31)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"irc": "irc://irc.freenode.net/wikidata"
},
"require": {
"php": ">=5.5.9",
"php": ">=5.6.0",
"wikibase/data-model": "~8.0|~7.0|~6.3",
"data-values/data-values": "~2.0|~1.0",
"diff/diff": "~2.3|~1.0",
Expand Down

0 comments on commit f9ee124

Please sign in to comment.