[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH 27/95] gnu: Add php-phpunit-php-invoker.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH 27/95] gnu: Add php-phpunit-php-invoker. |
Date: |
Tue, 19 Dec 2023 14:57:08 +0100 |
* gnu/packages/php-xyz.scm (php-phpunit-php-invoker): New variable.
Change-Id: I82fa520f510e59ab78b221d2415096cd0597799b
---
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 2c26699230..3df6f92a2d 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -742,3 +742,25 @@ (define-public php-phpunit-php-file-iterator
(home-page "https://github.com/sebastianbergmann/php-file-iterator/")
(license license:bsd-3)))
+(define-public php-phpunit-php-invoker
+ (package
+ (name "php-phpunit-php-invoker")
+ (version "4.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sebastianbergmann/php-invoker")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "11mnr7k7nxgi2s0fz0f4b947b7prjj5jhbqvx1hm0p9rdn0biggn"))))
+ (build-system composer-build-system)
+ (native-inputs
+ (list php-phpunit-phpunit))
+ (synopsis "PHP library for invoking functions")
+ (description "This package contains a library to invoke callables with a
+timeout.")
+ (home-page "https://github.com/sebastianbergmann/php-invoker/")
+ (license license:bsd-3)))
+
--
2.41.0
- [bug#67902] [PATCH 20/95] gnu: Add php-phpdocumentor-reflection-common., (continued)
- [bug#67902] [PATCH 20/95] gnu: Add php-phpdocumentor-reflection-common., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 28/95] gnu: Add php-phpunit-php-timer., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 19/95] gnu: Add php-phar-io-version., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 22/95] gnu: Add php-phpdocumentor-type-resolver., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 26/95] gnu: Add php-phpunit-php-file-iterator., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 21/95] gnu: Add php-phpdocumentor-reflection-docblock., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 23/95] gnu: Add php-phpspec-prophecy., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 33/95] gnu: Add php-psr-cache., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 36/95] gnu: Add php-psr-event-dispatcher., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 15/95] gnu: Add php-mockery-mockery., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 27/95] gnu: Add php-phpunit-php-invoker.,
Nicolas Graves <=
- [bug#67902] [PATCH 24/95] gnu: Add php-phpstan-phpdoc-parser., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 30/95] gnu: Add php-phpunit-php-token-stream., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 32/95] gnu: Add php-psr-log., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 35/95] gnu: Add php-psr-container., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 34/95] gnu: Add php-psr-cache-1., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 31/95] gnu: Add php-predis-predis., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 16/95] gnu: Add php-myclabs-deep-copy., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 41/95] gnu: Add php-sebastian-comparator., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 45/95] gnu: Add php-sebastian-exporter., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 56/95] gnu: Add php-symfony-cache-contracts., Nicolas Graves, 2023/12/19