[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v3 54/96] gnu: Add php-sebastian-version.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v3 54/96] gnu: Add php-sebastian-version. |
Date: |
Mon, 7 Oct 2024 01:59:49 +0200 |
* gnu/packages/php-xyz.scm (php-sebastian-version): New variable.
Change-Id: Ib06b81af002d6b9b28a08ff21764e85b1867907f
---
gnu/packages/php-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index a8e3afa433..8d2f48f317 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -1337,3 +1337,23 @@ (define-public php-sebastian-type
(home-page "https://github.com/sebastianbergmann/type")
(license license:bsd-3)))
+(define-public php-sebastian-version
+ (package
+ (name "php-sebastian-version")
+ (version "3.0.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sebastianbergmann/version")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0645hyzf4dbmy3gk7mda3bk1rnxn7qzifawi5ss5mgkqp6x5awvj"))))
+ (build-system composer-build-system)
+ (synopsis "PHP versionning library")
+ (description "This package is a library that helps with managing the
version
+number of Git-hosted PHP projects.")
+ (home-page "https://github.com/sebastianbergmann/version")
+ (license license:bsd-3)))
+
--
2.46.0
- [bug#67902] [PATCH v3 43/96] gnu: Add php-sebastian-complexity., (continued)
- [bug#67902] [PATCH v3 43/96] gnu: Add php-sebastian-complexity., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 42/96] gnu: Add php-sebastian-comparator., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 49/96] gnu: Add php-sebastian-object-enumerator., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 46/96] gnu: Add php-sebastian-exporter., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 44/96] gnu: Add php-sebastian-diff., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 48/96] gnu: Add php-sebastian-lines-of-code., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 47/96] gnu: Add php-sebastian-global-state., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 45/96] gnu: Add php-sebastian-environment., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 55/96] gnu: Add php-symfony-cache., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 50/96] gnu: Add php-sebastian-object-reflector., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 54/96] gnu: Add php-sebastian-version.,
Nicolas Graves <=
- [bug#67902] [PATCH v3 53/96] gnu: Add php-sebastian-type., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 56/96] gnu: Add php-cache-integration-tests., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 52/96] gnu: Add php-sebastian-resource-operations., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 57/96] gnu: Add php-symfony-cache-contracts., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 51/96] gnu: Add php-sebastian-recursion-context., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 58/96] gnu: Add php-symfony-config., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 59/96] gnu: Add php-symfony-console., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 64/96] gnu: Add php-symfony-event-dispatcher-contracts., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 65/96] gnu: Add php-symfony-expression-language., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 72/96] gnu: Add php-symfony-mime., Nicolas Graves, 2024/10/06