php-parser 4.15.3-1 source package in Ubuntu

Changelog

php-parser (4.15.3-1) unstable; urgency=medium

  [ Nikita Popov ]
  * Fix attrGroups/attributes confusion in EnumCase builder
  * Support readonly before DNF type
  * Release PHP-Parser 4.15.3

 -- David Prévot <email address hidden>  Sat, 28 Jan 2023 10:31:51 +0100

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-parser_4.15.3-1.dsc 1.8 KiB 74bcf911d0834e60b8fe8197e5d5c911127872ee896f7071fe0fe0d679e27430
php-parser_4.15.3.orig.tar.xz 206.0 KiB 903279c6de1d0ca3bdc015c53a396a6713e40f435356c9de96ebebac11123bc6
php-parser_4.15.3-1.debian.tar.xz 7.0 KiB 2dba3f7007917b51b024d6b3c6974a4001c8a0cdccd3e24911e84a6520646a23

Available diffs

No changes file available.

Binary packages built by this source

php-parser: convert PHP code into abstract syntax tree

 PHP Parser’s purpose is to simplify static code analysis and
 manipulation. It turns some PHP code into an abstract syntax tree, and
 vice versa.