GNU bug report logs -
#67902
[PATCH 00/95] PHP package chain.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/php-xyz.scm (php-dms-phpunit-arraysubset-asserts): New variable.
Change-Id: I77869b75a9dbe28d3ae80de25ba2949f4648c078
---
gnu/packages/php-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index cf452948e1..a27098e18d 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -256,3 +256,25 @@ (define-public php-doctrine-persistence
(home-page "https://www.doctrine-project.org/projects/persistence")
(license license:expat)))
+(define-public php-dms-phpunit-arraysubset-asserts
+ (package
+ (name "php-dms-phpunit-arraysubset-asserts")
+ (version "0.4.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rdohms/phpunit-arraysubset-asserts")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1hqr99yzppsvv05dscidp2x9acmgpixv39309cv2rwj13qy41hh3"))))
+ (build-system composer-build-system)
+ (inputs (list php-phpunit-phpunit))
+ (synopsis "PHP ArraySubset")
+ (description
+ "This package provides PHP ArraySubset and related asserts once
+deprecated in PHPUnit 8.")
+ (home-page "https://github.com/rdohms/phpunit-arraysubset-asserts")
+ (license license:expat)))
+
--
2.46.0
This bug report was last modified 240 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.