[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH 51/95] gnu: Add php-sebastian-resource-operations.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH 51/95] gnu: Add php-sebastian-resource-operations. |
Date: |
Tue, 19 Dec 2023 14:57:32 +0100 |
* gnu/packages/php-xyz.scm (php-sebastian-resource-operations): New variable.
Change-Id: Ife7ac40a551a8b6bc704622f70f6a2eb7b4b5856
---
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 6048264aa7..f22cd7fb98 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -1301,3 +1301,25 @@ (define-public php-sebastian-recursion-context
(home-page "https://github.com/sebastianbergmann/recursion-context")
(license license:bsd-3)))
+(define-public php-sebastian-resource-operations
+ (package
+ (name "php-sebastian-resource-operations")
+ (version "3.0.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sebastianbergmann/resource-operations")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1nx8basy2347x9fvr7x4wbz58wh18h8m8qywksc6k47n6srj2qir"))))
+ (build-system composer-build-system)
+ (native-inputs
+ (list php-phpunit-phpunit))
+ (synopsis "List built-in PHP functions")
+ (description "This package provides a list of PHP built-in functions that
+operate on resources.")
+ (home-page "https://github.com/sebastianbergmann/resource-operations")
+ (license license:bsd-3)))
+
--
2.41.0
- [bug#67902] [PATCH 67/95] gnu: Add php-symfony-http-foundation., (continued)
- [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
- [bug#67902] [PATCH 52/95] gnu: Add php-sebastian-type., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 51/95] gnu: Add php-sebastian-resource-operations.,
Nicolas Graves <=
- [bug#67902] [PATCH 55/95] gnu: Add php-cache-integration-tests., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 76/95] gnu: Add php-symfony-polyfill-intl-grapheme., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 79/95] gnu: Add php-symfony-polyfill-mbstring., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 60/95] gnu: Add php-symfony-deprecation-contracts., Nicolas Graves, 2023/12/19
- [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