[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v5 46/54] gnu: Add php-sebastian-recursion-context.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v5 46/54] gnu: Add php-sebastian-recursion-context. |
Date: |
Fri, 18 Oct 2024 01:06:09 +0200 |
* gnu/packages/php-bootstrap.scm (php-sebastian-recursion-context): New
variable.
---
gnu/packages/php-bootstrap.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/php-bootstrap.scm b/gnu/packages/php-bootstrap.scm
index e8928c0f81..82ac67b9cb 100644
--- a/gnu/packages/php-bootstrap.scm
+++ b/gnu/packages/php-bootstrap.scm
@@ -1123,3 +1123,25 @@ (define-public php-sebastian-object-reflector
including inherited and non-public ones.")
(home-page "https://github.com/sebastianbergmann/object-reflector/")
(license license:bsd-3)))
+
+(define-public php-sebastian-recursion-context
+ (package
+ (name "php-sebastian-recursion-context")
+ (version "4.0.5")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sebastianbergmann/recursion-context")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "02agysiipm41366ww518imz4jz9c3d2886pd3zn1j9m1c2qx7f53"))))
+ (build-system composer-build-system)
+ (native-inputs
+ (list php-phpunit-phpunit))
+ (synopsis "Process PHP variables recursively")
+ (description "This package provides functionality to recursively process
+PHP variables")
+ (home-page "https://github.com/sebastianbergmann/recursion-context")
+ (license license:bsd-3)))
--
2.46.0
- [bug#67902] [PATCH v5 39/54] gnu: Add php-sebastian-diff., (continued)
- [bug#67902] [PATCH v5 39/54] gnu: Add php-sebastian-diff., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 42/54] gnu: Add php-sebastian-global-state., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 33/54] gnu: Add php-psr-event-dispatcher., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 49/54] gnu: Add php-sebastian-version., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 38/54] gnu: Add php-sebastian-complexity., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 43/54] gnu: Add php-sebastian-lines-of-code., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 44/54] gnu: Add php-sebastian-object-enumerator., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 22/54] gnu: Add php-phpstan-phpdoc-parser., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 40/54] gnu: Add php-sebastian-environment., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 45/54] gnu: Add php-sebastian-object-reflector., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 46/54] gnu: Add php-sebastian-recursion-context.,
Nicolas Graves <=
- [bug#67902] [PATCH v5 50/54] gnu: Add php-symfony-polyfill-ctype., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 51/54] gnu: Add php-symfony-process., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 53/54] gnu: Add php-webmozart-assert., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 52/54] gnu: Add php-theseer-tokenizer., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 54/54] gnu: Add php-phpunit-phpunit., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 01/54] gnu: Add abnfgen., Nicolas Graves, 2024/10/18