[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH 45/95] gnu: Add php-sebastian-exporter.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH 45/95] gnu: Add php-sebastian-exporter. |
Date: |
Tue, 19 Dec 2023 14:57:26 +0100 |
* gnu/packages/php-xyz.scm (php-sebastian-exporter): New variable.
Change-Id: I7b3148e79e369a82b0f78b0891c8544485885d19
---
gnu/packages/php-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 53da205216..97bb12a2fb 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -1138,3 +1138,27 @@ (define-public php-sebastian-environment
(home-page "https://github.com/sebastianbergmann/environment")
(license license:bsd-3)))
+(define-public php-sebastian-exporter
+ (package
+ (name "php-sebastian-exporter")
+ (version "4.0.5")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sebastianbergmann/exporter")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "03jgh5vw1h6n97cklni667wj5ml1b4h15wdkra0j7m1b8gxym7lj"))))
+ (build-system composer-build-system)
+ (native-inputs
+ (list php-phpunit-phpunit))
+ (inputs
+ (list php-sebastian-recursion-context))
+ (synopsis "Visualize PHP variables")
+ (description "This package provides the functionality to export PHP
+variables for visualization")
+ (home-page "https://github.com/sebastianbergmann/exporter")
+ (license license:bsd-3)))
+
--
2.41.0
- [bug#67902] [PATCH 15/95] gnu: Add php-mockery-mockery., (continued)
- [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, 2023/12/19
- [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 <=
- [bug#67902] [PATCH 56/95] gnu: Add php-symfony-cache-contracts., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 67/95] gnu: Add php-symfony-http-foundation., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 74/95] gnu: Add php-symfony-property-info., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 64/95] gnu: Add php-symfony-expression-language., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 65/95] gnu: Add php-symfony-filesystem., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 38/95] gnu: Add php-sebastian-cli-parser., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 42/95] gnu: Add php-sebastian-complexity., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 40/95] gnu: Add php-sebastian-code-unit-reverse-lookup., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 46/95] gnu: Add php-sebastian-global-state., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 47/95] gnu: Add php-sebastian-lines-of-code., Nicolas Graves, 2023/12/19