antlr / antlr-php-runtime

PHP Runtime for ANTLR4
BSD 3-Clause "New" or "Revised" License
81 stars 19 forks source link

update platform requirements to allow php 8.0 #14

Closed rasteiner closed 3 years ago

rasteiner commented 3 years ago

upped the minimum of 7.2 to 7.4 because of an incompatibility in /src/Error/Exceptions/LexerNoViableAltException.php:

FILE: src/Error/Exceptions/LexerNoViableAltException.php
-------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------
 47 | ERROR | Throwing exceptions from __toString() was not allowed prior to PHP 7.4
-------------------------------------------------------------------------------------------
marcospassos commented 3 years ago

Thank you, @rasteiner!