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

Changelog

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

  [ Joseph Bielawski ]
  * Allow to install Symfony Finder v7 (#4)

  [ David Prévot ]
  * Update standards version to 4.6.2, no changes needed.

 -- David Prévot <email address hidden>  Sat, 01 Jul 2023 16:47:53 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-composer-class-map-generator_1.1.0-1.dsc 2.0 KiB 9e2b4aeb4bff215cd964e089e4e2be2ad84cb5c8ebe9f2aa079e79c738a2a11e
php-composer-class-map-generator_1.1.0.orig.tar.xz 346.9 KiB d82a54b1ce3892814aa0c008e777a54561adaa49361e270a0644b100c06d7a0a
php-composer-class-map-generator_1.1.0-1.debian.tar.xz 2.8 KiB 8ce423200bf73cbb9764691b67d296dc6ce7dae3bee2ba94fc2eea96e30deb34

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.