Skip to content

Commit 73790bc

Browse files
authored
Update platform requirements to allow PHP 8.0 (#14)
1 parent 0cb1662 commit 73790bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "antlr/antlr4-php-runtime",
33
"type": "library",
4-
"description": "PHP 7 runtime for ANTLR 4",
4+
"description": "PHP 7 and 8.0 runtime for ANTLR 4",
55
"keywords": ["antlr4", "php", "runtime"],
66
"license": [
77
"BSD-3-Clause"
88
],
99
"minimum-stability": "dev",
1010
"prefer-stable": true,
1111
"require": {
12-
"php": "^7.2",
12+
"php": "7.4 - 8.0",
1313
"ext-mbstring": "*"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)