Skip to content

Commit b8ab19f

Browse files
committed
Remove support for PHP 8.0 on QA
1 parent 278bb29 commit b8ab19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"source": "https://github.com/phpmyadmin/sql-parser"
1717
},
1818
"require": {
19-
"php": ">=5.3.0",
19+
"php": "^5.3.0 || ^7.0",
2020
"symfony/polyfill-mbstring": "^1.3"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)