[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v4 45/98] gnu: Add php-sebastian-environment.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v4 45/98] gnu: Add php-sebastian-environment. |
Date: |
Mon, 7 Oct 2024 23:44:13 +0200 |
* gnu/packages/php-xyz.scm (php-sebastian-environment): New variable.
Change-Id: I1b1e30bb547ffc6e105f2a6ae711d7a3d8029233
---
gnu/packages/php-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index b66b4d6930..1cadf732e8 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -1109,3 +1109,24 @@ (define-public php-sebastian-diff
(home-page "https://github.com/sebastianbergmann/diff")
(license license:bsd-3)))
+(define-public php-sebastian-environment
+ (package
+ (name "php-sebastian-environment")
+ (version "5.1.5")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sebastianbergmann/environment")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0zfgwzvk1nrib9k5iz8x51g70222qw7kjyh34gp6zaqjsj6dpbiw"))))
+ (build-system composer-build-system)
+ (native-inputs
+ (list php-phpunit-phpunit))
+ (synopsis "Handle HHVM and PHP environments")
+ (description "This package provides functionality to handle HHVM/PHP
environments")
+ (home-page "https://github.com/sebastianbergmann/environment")
+ (license license:bsd-3)))
+
--
2.46.0
- [bug#67902] [PATCH v4 30/98] gnu: Add php-phpunit-php-text-template., (continued)
- [bug#67902] [PATCH v4 30/98] gnu: Add php-phpunit-php-text-template., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 33/98] gnu: Add php-psr-log., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 23/98] gnu: Add php-phpdocumentor-type-resolver., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 34/98] gnu: Add php-psr-cache., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 37/98] gnu: Add php-psr-event-dispatcher., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 38/98] gnu: Add php-psr-simple-cache., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 40/98] gnu: Add php-sebastian-code-unit., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 42/98] gnu: Add php-sebastian-comparator., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 43/98] gnu: Add php-sebastian-complexity., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 44/98] gnu: Add php-sebastian-diff., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 45/98] gnu: Add php-sebastian-environment.,
Nicolas Graves <=
- [bug#67902] [PATCH v4 46/98] gnu: Add php-sebastian-exporter., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 47/98] gnu: Add php-sebastian-global-state., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 49/98] gnu: Add php-sebastian-object-enumerator., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 48/98] gnu: Add php-sebastian-lines-of-code., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 52/98] gnu: Add php-sebastian-resource-operations., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 53/98] gnu: Add php-sebastian-type., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 50/98] gnu: Add php-sebastian-object-reflector., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 51/98] gnu: Add php-sebastian-recursion-context., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 57/98] gnu: Add php-symfony-cache-contracts., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 54/98] gnu: Add php-sebastian-version., Nicolas Graves, 2024/10/07