greenlion / PHP-SQL-Parser

A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL
BSD 3-Clause "New" or "Revised" License
601 stars 156 forks source link

Upgrade to phpunit 9 #350

Closed nicoder closed 2 years ago

nicoder commented 2 years ago

and address the php 8.1 deprecations that appear when run the test suite

nicoder commented 2 years ago

PHPUnit 9 requires PHP 7.3 (or newer)

that's why the builds on older PHP versions errored.