[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH 50/95] gnu: Add php-sebastian-recursion-context.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH 50/95] gnu: Add php-sebastian-recursion-context. |
Date: |
Tue, 19 Dec 2023 14:57:31 +0100 |
* gnu/packages/php-xyz.scm (php-sebastian-recursion-context): New variable.
Change-Id: I665c07ffe03ac71fec513dff6cc6c2b8df9ac606
---
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 e7f057248f..6048264aa7 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -1279,3 +1279,25 @@ (define-public php-sebastian-object-reflector
(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.41.0
- [bug#67902] [PATCH 48/95] gnu: Add php-sebastian-object-enumerator., (continued)
- [bug#67902] [PATCH 48/95] gnu: Add php-sebastian-object-enumerator., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 75/95] gnu: Add php-symfony-polyfill-ctype., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 80/95] gnu: Add php-symfony-polyfill-uuid., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 59/95] gnu: Add php-symfony-dependency-injection., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 44/95] gnu: Add php-sebastian-environment., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 29/95] gnu: Add php-phpunit-php-text-template., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 37/95] gnu: Add php-psr-simple-cache., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 39/95] gnu: Add php-sebastian-code-unit., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 43/95] gnu: Add php-sebastian-diff., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 49/95] gnu: Add php-sebastian-object-reflector., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 50/95] gnu: Add php-sebastian-recursion-context.,
Nicolas Graves <=
- [bug#67902] [PATCH 53/95] gnu: Add php-sebastian-version., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 58/95] gnu: Add php-symfony-console., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 57/95] gnu: Add php-symfony-config., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 54/95] gnu: Add php-symfony-cache., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 61/95] gnu: Add php-symfony-error-handler., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 62/95] gnu: Add php-symfony-event-dispatcher., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 63/95] gnu: Add php-symfony-event-dispatcher-contracts., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 66/95] gnu: Add php-symfony-finder., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 68/95] gnu: Add php-symfony-http-kernel., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 70/95] gnu: Add php-symfony-lock., Nicolas Graves, 2023/12/19