php-composer-class-map-generator 1.3.4-1 source package in Ubuntu

Changelog

php-composer-class-map-generator (1.3.4-1) unstable; urgency=medium

  [ Jordi Boggiano ]
  * Fix aliased use statements leading to problem with classes called
    like keywords, fixes #9

 -- David Prévot <email address hidden>  Thu, 13 Jun 2024 08:49:43 +0200

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-composer-class-map-generator_1.3.4-1.dsc 2.0 KiB 1b427212f3ca55368ccf9380f4c02fbe47fbc0476bf92d48ddc3f352de152e21
php-composer-class-map-generator_1.3.4.orig.tar.xz 347.5 KiB 2a770ac985d1ef6ddcc5ba5ae413c01a597e9e4e959cc26f1470daf14f4a46e8
php-composer-class-map-generator_1.3.4-1.debian.tar.xz 3.9 KiB b586e4a9eedc5911ebf76e3c4f86609d5a26c83d155f0b87be2271355da7ed8d

Available diffs

No changes file available.

Binary packages built by this source

php-composer-class-map-generator: Utilities to scan PHP code and generate class maps

 This library allows one to scan a directory and extract a classmap with
 all classes/interfaces/traits/enums mapped to their paths.
 .
 For more advanced usage, one can instantiate a generator object and
 call scanPaths one or more time then call getClassMap to get a ClassMap
 object containing the resulting map + eventual warnings.