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

Changelog

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

  [ Jordi Boggiano ]
  * Fix types

  [ Ayesh Karunaratne ]
  * [PHP 8.4] Fixes for implicit nullability deprecation (#5)

 -- David Prévot <email address hidden>  Sat, 16 Mar 2024 08:16:36 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-composer-class-map-generator_1.1.1-1.dsc 2.0 KiB 419972993a35710c351505bf6a3dcd3bb7ca57ca6af03f9b0a3aa965c487b40c
php-composer-class-map-generator_1.1.1.orig.tar.xz 347.2 KiB 95a2c37879c895d17c9012fe37d1c2daae0b15d56add01056f550a4376188ad0
php-composer-class-map-generator_1.1.1-1.debian.tar.xz 3.6 KiB e4bb810735eab383be844242232646ebc6810dc2c91563ef67ab51e8bfcb4962

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.