GNU bug report logs -
#67902
[PATCH 00/95] PHP package chain.
Previous Next
Full log
Message #866 received at 67902 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/php-xyz.scm (php-symfony-var-exporter): New variable.
Change-Id: I8b4c6f253dced619e77a84c01dcaf4bcd4b963d4
---
gnu/packages/php-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 8c92adee39..59affa7128 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -2353,3 +2353,29 @@ (define-public php-symfony-var-dumper
(home-page "https://symfony.com")
(license license:expat)))
+(define-public php-symfony-var-exporter
+ (package
+ (name "php-symfony-var-exporter")
+ (version "6.3.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/symfony/var-exporter")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1ca40bggpjj41w92dwikzk1zldr4k1bs677j0c7vmh4kjm8ij939"))))
+ (build-system composer-build-system)
+ (arguments
+ (list
+ #:test-flags ''("--bootstrap" "vendor/autoload.php" "Tests")))
+ (native-inputs
+ (list php-phpunit-phpunit php-symfony-var-dumper))
+ (synopsis "Export PHP data structures to code")
+ (description
+ "This package allows exporting any serializable PHP data structure to
+plain PHP code.")
+ (home-page "https://symfony.com")
+ (license license:expat)))
+
--
2.46.0
This bug report was last modified 240 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.