Skip to content

Commit

Permalink
Release PHP-Parser 4.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Mar 16, 2024
1 parent c2403aa commit 32cdab9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Version 4.19.0 (2024-MM-DD)
Version 4.19.0 (2024-03-16)
---------------------------

### Changed

* Do not use implicitly nullable parameters
* PHP 7.0 is no longer supported
* Do not use implicitly nullable parameters, which are deprecated in PHP 8.4.
* Remove support for running on PHP 7.0, which does not support explicitly nullable parameters.

Version 4.18.0 (2023-12-10)
---------------------------
Expand Down

0 comments on commit 32cdab9

Please sign in to comment.