php-phpspec-prophecy 1.14.0-1 source package in Ubuntu

Changelog

php-phpspec-prophecy (1.14.0-1) unstable; urgency=medium

  * Upload to unstable now that Bullseye has been released

  [ javer ]
  * Add PHP 8.1 support

  [ Ciaran McNulty ]
  * CHangelog update for 1.14.0

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

 -- David Prévot <email address hidden>  Sat, 09 Oct 2021 12:14:50 -0400

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-phpspec-prophecy_1.14.0-1.dsc 1.9 KiB 5f520671d01d96f95215056a6e9243bdf60578ddb1bdf872f121156b216c62d2
php-phpspec-prophecy_1.14.0.orig.tar.xz 57.7 KiB 97a08ff8db87e3d7359a917b3f4d8d2ad2577a4199f51bff93f0d3de6e63d41b
php-phpspec-prophecy_1.14.0-1.debian.tar.xz 5.0 KiB 6b1f76629316c3c44e3d6afe3e5e261af12e6d6f946fa231bf0192562f862f49

Available diffs

No changes file available.

Binary packages built by this source

php-phpspec-prophecy: object mocking framework - phpspec component

 Prophecy is an opinionated and flexible PHP object mocking framework.
 .
 It was initially created to fulfil phpspec2 needs, but is flexible enough
 to be used inside any testing framework out there with minimal effort.
 .
 phpspec can help write clean and working PHP code using behaviour driven
 development or BDD. BDD is a technique derived from test-first development.