Skip to content
This repository was archived by the owner on Feb 18, 2020. It is now read-only.

Commit e4beb67

Browse files
authored
Merge pull request #15 from wmde/php7
Drop php < 7.2
2 parents ae788b1 + 1a72c8c commit e4beb67

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ composer.lock
77
vendor/
88

99
.idea/
10-
10+
*.iml

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: php
22

33
php:
4-
- '7.0'
5-
- '7.1'
64
- '7.2'
75
- '7.3'
86

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "BSD-3-Clause",
44
"description": "Tiny Wikibase library that defines interfaces for persisting terms of Items and Properties",
55
"require": {
6-
"php": "^5.6.99|^7.0",
6+
"php": "^7.0",
77
"wikibase/data-model": "~9.1"
88
},
99
"require-dev": {

0 commit comments

Comments
 (0)