Skip to content

Commit 50a9af5

Browse files
update composer to support php8.1
php-sql-parser >= 4.5 to support php 8.1
1 parent 10e3407 commit 50a9af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"require": {
66
"php": ">=7.3",
77
"codeigniter4/framework": "^4",
8-
"greenlion/php-sql-parser": ">=4.4"
8+
"greenlion/php-sql-parser": ">=4.5"
99
},
1010
"license": "MIT",
1111
"authors": [

0 commit comments

Comments
 (0)