[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42338] [PATCH 27/34] gnu: Add php-sebastian-object-enumerator.
From: |
Julien Lepiller |
Subject: |
[bug#42338] [PATCH 27/34] gnu: Add php-sebastian-object-enumerator. |
Date: |
Mon, 13 Jul 2020 00:25:31 +0200 |
* gnu/packages/php-xyz.scm (php-sebastian-object-enumerator): New
variable.
---
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 4872523b31..8cf5668030 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -618,3 +618,29 @@ of PHPUnit. It provides support for creating a snapshot
of the global state
of a PHP program.")
(home-page "http://www.github.com/sebastianbergmann/global-state")
(license license:bsd-3)))
+
+(define-public php-sebastian-object-enumerator
+ (package
+ (name "php-sebastian-object-enumerator")
+ (version "4.0.2")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
"https://github.com/sebastianbergmann/object-enumerator.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1qx28r0ncbh0x9i0jplyg870paxxsy7g1ibgbdqq11176101aj6q"))))
+ (build-system composer-build-system)
+ (arguments
+ ;; We do not have phpunit yet
+ `(#:tests? #f))
+ (inputs
+ `(("php-sebastian-recursion-context" ,php-sebastian-recursion-context)
+ ("php-sebastian-object-reflector" ,php-sebastian-object-reflector)))
+ (synopsis "Enumerate PHP objects")
+ (description "This package allows PHP programs to traverse array structures
+and object graphs to enumerate all referenced objects.")
+ (home-page "https://github.com/sebastianbergmann/object-enumerator/")
+ (license license:bsd-3)))
--
2.27.0
- [bug#42338] [PATCH 24/34] gnu: Add php-phpspec-prophecy., (continued)
- [bug#42338] [PATCH 24/34] gnu: Add php-phpspec-prophecy., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 23/34] gnu: Add php-sebastian-environment., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 26/34] gnu: Add php-sebastian-global-state., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 18/34] gnu: Add php-sebastian-version., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 19/34] gnu: Add php-phpunit-php-file-iterator., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 22/34] gnu: Add php-sebastian-comparator., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 28/34] gnu: Add php-sebastian-resource-operations., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 32/34] gnu: Add php-phpunit-php-invoker., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 25/34] gnu: Add php-sebastian-object-reflector., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 30/34] gnu: Add php-phpunit-php-code-coverage., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 27/34] gnu: Add php-sebastian-object-enumerator.,
Julien Lepiller <=
- [bug#42338] [PATCH 34/34] gnu: Add phpunit., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 31/34] gnu: Add php-phpunit-php-timer., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 29/34] gnu: Add php-sebastian-type., Julien Lepiller, 2020/07/12
- [bug#42338] [PATCH 33/34] gnu: Add php-sebastian-code-unit., Julien Lepiller, 2020/07/12