php-league-flysystem 1.1.10-1 source package in Ubuntu

Changelog

php-league-flysystem (1.1.10-1) unstable; urgency=medium

  * New upstream version 1.1.10
  * Fix increased output verbosity in autopkgtests
  * Generate autoloader templates with phpabtpl
  * Build-Depend on dh-sequence-phpcomposer
  * Update standards version to 4.6.1, no changes needed.
  * Remove obsolete patches

 -- Robin Gustafsson <email address hidden>  Sun, 11 Dec 2022 16:21:40 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-league-flysystem_1.1.10-1.dsc 2.3 KiB 374331ee697e75bee5a3db5ef1f62dd0e7836bc7b2317c54c1af85752ba99702
php-league-flysystem_1.1.10.orig.tar.xz 45.5 KiB 432cbd9b32283b91ae2f7c824e6bccf9e6ec848d7ff44bf001636b13c4158f28
php-league-flysystem_1.1.10-1.debian.tar.xz 4.1 KiB 939bd71358af603da30826d21d30128506716ac1f786fc2d8a7f9637ce90a712

Available diffs

No changes file available.

Binary packages built by this source

php-league-flysystem: filesystem abstraction offering one API to many filesystems

 Flysystem is a filesystem abstraction which allows you to easily swap out a
 local filesystem for a remote one.
 .
 Goals:
  * Have a generic API for handling common tasks across multiple file
    storage engines.
  * Have consistent output which you can rely on.
  * Integrate well with other packages and frameworks.
  * Be cacheable.
  * Emulate directories in systems that support none, like AwsS3.
  * Support third party plugins.
  * Make it easy to test your filesystem interactions.
  * Support streams for big file handling.