Skip to content

Commit d412f7a

Browse files
committed
Allow PHP 8.0
Signed-off-by: William Desportes <williamdes@wdes.fr>
1 parent b3a5513 commit d412f7a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Change Log
22

33
# [5.4.2] - YYYY-MM-DD
4-
- Added check for quoted symbol to avoid parser error in case of keyword (#317)
4+
* Added check for quoted symbol to avoid parser error in case of keyword (#317)
5+
* Allow PHP 8
56

67
## [5.4.1] - 2020-10-15
78
* Fix array_key_exists warning when parsing a "DEFAULT FALSE" token (#299)

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": "^7.1",
19+
"php": "^7.1 || ^8.0",
2020
"symfony/polyfill-mbstring": "^1.3"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)