Skip to content

Commit

Permalink
update composer to support php8.1
Browse files Browse the repository at this point in the history
php-sql-parser >= 4.5 to support php 8.1
  • Loading branch information
hermawanramadhan authored Feb 16, 2022
1 parent 10e3407 commit 50a9af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": ">=7.3",
"codeigniter4/framework": "^4",
"greenlion/php-sql-parser": ">=4.4"
"greenlion/php-sql-parser": ">=4.5"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 50a9af5

Please sign in to comment.