php-composer-class-map-generator 1.1.0-2 source package in Ubuntu

Changelog

php-composer-class-map-generator (1.1.0-2) unstable; urgency=medium

  * Force system dependencies loading
  * Compatibility with recent PHPUnit (10)

 -- David Prévot <email address hidden>  Sun, 11 Feb 2024 13:01:50 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-composer-class-map-generator_1.1.0-2.dsc 2.0 KiB 27c84a0fa31ea0e1f5ea0f3bdc445646290e9236acf4a887092d6ff826d0663e
php-composer-class-map-generator_1.1.0.orig.tar.xz 346.9 KiB d82a54b1ce3892814aa0c008e777a54561adaa49361e270a0644b100c06d7a0a
php-composer-class-map-generator_1.1.0-2.debian.tar.xz 3.6 KiB d83e33e35d25620612c7a851b4818efe3697c5ab6bdf3bb80b5f565432e26038

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.