Skip to content

Commit cbbdfcb

Browse files
manickiWMDE bot
authored andcommitted
data-model lib: Stop declaring compatibility with and testing at PHP <7.4
The library code seems to be using PHP 7.4+ only syntax, so despite being allowed to be installed, the library wouldn't work on older PHP versions. Change-Id: Ic0f42f429e79c93b61330c9c3e2ecb671b6b0ef6
1 parent c3de71a commit cbbdfcb

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ dist: xenial
55
matrix:
66
fast_finish: true
77
include:
8-
- php: 7.2
9-
- php: 7.3
108
- php: 7.4
119
- php: 8.0
1210

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"irc": "irc://irc.libera.chat/wikidata"
2828
},
2929
"require": {
30-
"php": "^8.0|^7.1",
30+
"php": "^8.0|^7.4",
3131
"data-values/data-values": "^3.1.0",
3232
"wikimedia/assert": "~0.2.2|~0.3.0|~0.4.0|~0.5.0"
3333
},

0 commit comments

Comments
 (0)