php-league-csv 9.9.0-1 source package in Ubuntu

Changelog

php-league-csv (9.9.0-1) unstable; urgency=medium

  [ Fab Stz ]
  * Update to latest upstream
  * Refresh patches, and patch to use phpunit 9
  * add test dependency to php-doctrine-collections

  [ David Prévot ]
  * d/patches: Drop unused file
  * Don’t duplicate autoload tests entries
  * d/clean: Drop now useless entry
  * d/control: Drop now useless entry

  [ Fab Stz ]
  * add php-doctrine-collections dependency for autopkgtest
  * d/control: add <!nocheck> to test related build-deps

 -- Fab Stz <email address hidden>  Wed, 21 Jun 2023 08:39:19 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-league-csv_9.9.0-1.dsc 2.2 KiB ce07600d7a89b7daaf9c5b8b4f2ef503540bb0a9223dc4683d7abe8eea581d06
php-league-csv_9.9.0.orig.tar.xz 399.7 KiB 8e7d1133bc65e245401757f5d2db4d84940cb6682d6568022f3d9ee85caef0fb
php-league-csv_9.9.0-1.debian.tar.xz 14.2 KiB 73b2a5c37cf2fbeffd76e3fa879de1f0138deeab2bc615f96d216bc5e3a699cf

Available diffs

No changes file available.

Binary packages built by this source

php-league-csv: CSV data manipulation made easy in PHP

 Csv is a library to ease parsing, writing and filtering CSV in PHP. The
 library goal is to be powerful while remaining lightweight, by utilizing PHP
 native classes whenever possible.
 .
 Highlights:
  - Easy to use API
  - Read and Write to CSV documents in a memory efficient and scalable way
  - Support PHP stream filtering capabilities
  - Transform CSV documents into popular format (JSON, XML or HTML)
  - Fully documented
  - Fully unit tested
  - Framework-agnostic