[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH 81/95] gnu: Add php-symfony-service-contracts.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH 81/95] gnu: Add php-symfony-service-contracts. |
Date: |
Tue, 19 Dec 2023 14:58:02 +0100 |
* gnu/packages/php-xyz.scm (php-symfony-service-contracts): New variable.
Change-Id: I6e3a8f5cf17e3a71a362a97373cd77bf08781e87
---
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 1e00b2e84d..b2be6b259c 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -2210,3 +2210,29 @@ (define-public php-symfony-polyfill-uuid
(home-page "https://symfony.com")
(license license:expat)))
+(define-public php-symfony-service-contracts
+ (package
+ (name "php-symfony-service-contracts")
+ (version "3.3.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/symfony/service-contracts")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "01ilvij609w7mlrif68fc5vs3dw69pmwyci0gp8nh0wljbp9fw5c"))))
+ (build-system composer-build-system)
+ (arguments
+ `(#:test-flags '("--bootstrap" "vendor/autoload.php" "Test")))
+ (native-inputs
+ (list php-phpunit-phpunit))
+ (inputs
+ (list php-psr-container))
+ (synopsis "PHP abstractions related to writing services")
+ (description "This package provides generic abstractions related to
+writing PHP services.")
+ (home-page "https://symfony.com")
+ (license license:expat)))
+
--
2.41.0
- [bug#67902] [PATCH 63/95] gnu: Add php-symfony-event-dispatcher-contracts., (continued)
- [bug#67902] [PATCH 63/95] gnu: Add php-symfony-event-dispatcher-contracts., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 66/95] gnu: Add php-symfony-finder., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 68/95] gnu: Add php-symfony-http-kernel., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 70/95] gnu: Add php-symfony-lock., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 69/95] gnu: Add php-symfony-intl., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 71/95] gnu: Add php-symfony-mime., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 73/95] gnu: Add php-symfony-process., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 72/95] gnu: Add php-symfony-phpunit-bridge., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 78/95] gnu: Add php-symfony-polyfill-intl-normalizer., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 77/95] gnu: Add php-symfony-polyfill-intl-idn., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 81/95] gnu: Add php-symfony-service-contracts.,
Nicolas Graves <=
- [bug#67902] [PATCH 82/95] gnu: Add php-symfony-stopwatch., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 90/95] gnu: Add php-doctrine-annotations., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 92/95] gnu: Add php-theseer-tokenizer., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 83/95] gnu: Add php-symfony-string., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 86/95] gnu: Add php-symfony-var-dumper., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 87/95] gnu: Add php-symfony-var-exporter., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 88/95] gnu: Add php-symfony-yaml., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 91/95] gnu: Add php-doctrine-dbal., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 89/95] gnu: Add php-doctrine-cache., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 93/95] gnu: Add php-twig-twig., Nicolas Graves, 2023/12/19