Skip to content

Commit 388a16e

Browse files
authored
Allow installation on PHP 8.0 systems
1 parent c05df4c commit 388a16e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

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

0 commit comments

Comments
 (0)