[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v3 31/96] gnu: Add php-phpunit-php-token-stream.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v3 31/96] gnu: Add php-phpunit-php-token-stream. |
Date: |
Mon, 7 Oct 2024 01:59:26 +0200 |
* gnu/packages/php-xyz.scm (php-phpunit-php-token-stream): New variable.
Change-Id: I97e5eb6cdceddad3aa02481db0d39c8fc5f53779
---
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 0abc8e4278..fa0184075b 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -800,3 +800,25 @@ (define-public php-phpunit-php-text-template
(home-page "https://github.com/sebastianbergmann/php-text-template/")
(license license:bsd-3)))
+(define-public php-phpunit-php-token-stream
+ (package
+ (name "php-phpunit-php-token-stream")
+ (version "4.0.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sebastianbergmann/php-token-stream")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "17pyrfxvjld57i43wanfk84d8x327lwmn1avk6hbwapn4bxic0lv"))))
+ (build-system composer-build-system)
+ (native-inputs
+ (list php-phpunit-phpunit))
+ (home-page "https://github.com/sebastianbergmann/php-token-stream")
+ (synopsis "Wrapper around PHP's tokenizer extension")
+ (description "This library provides a wrapper around PHP's tokenizer
+extension.")
+ (license license:bsd-3)))
+
--
2.46.0
- [bug#67902] [PATCH v3 23/96] gnu: Add php-phpdocumentor-type-resolver., (continued)
- [bug#67902] [PATCH v3 23/96] gnu: Add php-phpdocumentor-type-resolver., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 25/96] gnu: Add php-phpstan-phpdoc-parser., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 24/96] gnu: Add php-phpspec-prophecy., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 19/96] gnu: Add php-phar-io-manifest., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 17/96] gnu: Add php-myclabs-deep-copy., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 28/96] gnu: Add php-phpunit-php-invoker., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 27/96] gnu: Add php-phpunit-php-file-iterator., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 29/96] gnu: Add php-phpunit-php-timer., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 37/96] gnu: Add php-psr-event-dispatcher., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 32/96] gnu: Add php-predis-predis., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 31/96] gnu: Add php-phpunit-php-token-stream.,
Nicolas Graves <=
- [bug#67902] [PATCH v3 34/96] gnu: Add php-psr-cache., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 36/96] gnu: Add php-psr-container., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 33/96] gnu: Add php-psr-log., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 30/96] gnu: Add php-phpunit-php-text-template., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 35/96] gnu: Add php-psr-cache-1., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 40/96] gnu: Add php-sebastian-code-unit., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 38/96] gnu: Add php-psr-simple-cache., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 39/96] gnu: Add php-sebastian-cli-parser., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 41/96] gnu: Add php-sebastian-code-unit-reverse-lookup., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 43/96] gnu: Add php-sebastian-complexity., Nicolas Graves, 2024/10/06