We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a5513 commit d412f7aCopy full SHA for d412f7a
CHANGELOG.md
@@ -1,7 +1,8 @@
1
# Change Log
2
3
# [5.4.2] - YYYY-MM-DD
4
-- Added check for quoted symbol to avoid parser error in case of keyword (#317)
+* Added check for quoted symbol to avoid parser error in case of keyword (#317)
5
+* Allow PHP 8
6
7
## [5.4.1] - 2020-10-15
8
* Fix array_key_exists warning when parsing a "DEFAULT FALSE" token (#299)
composer.json
@@ -16,7 +16,7 @@
16
"source": "https://github.com/phpmyadmin/sql-parser"
17
},
18
"require": {
19
- "php": "^7.1",
+ "php": "^7.1 || ^8.0",
20
"symfony/polyfill-mbstring": "^1.3"
21
22
"require-dev": {
0 commit comments