[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v4 63/98] gnu: Add php-symfony-event-dispatcher.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v4 63/98] gnu: Add php-symfony-event-dispatcher. |
Date: |
Mon, 7 Oct 2024 23:44:31 +0200 |
* gnu/packages/php-xyz.scm (php-symfony-event-dispatcher): New variable.
Change-Id: Idfe2d10c39a2890ceb23b96013a98a7966f9dffd
---
gnu/packages/php-xyz.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 619c17fcb2..094eb9a24f 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -1642,3 +1642,36 @@ (define-public php-symfony-error-handler
(home-page "https://symfony.com")
(license license:expat)))
+(define-public php-symfony-event-dispatcher
+ (package
+ (name "php-symfony-event-dispatcher")
+ (version "6.3.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/symfony/event-dispatcher")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "10dnagg5939knb3xqym1dcnkcpf7cjzylk3r7d80l9khgxmw8gr8"))))
+ (build-system composer-build-system)
+ (inputs
+ (list php-symfony-event-dispatcher-contracts))
+ (native-inputs
+ (list php-phpunit-phpunit
+ (package/inherit php-symfony-config
+ (arguments '(#:tests? #f))
+ (native-inputs '()))
+ (package/inherit php-symfony-dependency-injection
+ (arguments '(#:tests? #f))
+ (native-inputs '()))
+ php-symfony-error-handler
+ php-symfony-stopwatch))
+ (synopsis "Dispatch events between PHP application components")
+ (description
+ "This package provides tools that allow your application components to
+communicate with each other by dispatching events and listening to them.")
+ (home-page "https://symfony.com")
+ (license license:expat)))
+
--
2.46.0
- [bug#67902] [PATCH v4 52/98] gnu: Add php-sebastian-resource-operations., (continued)
- [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
- [bug#67902] [PATCH v4 56/98] gnu: Add php-cache-integration-tests., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 62/98] gnu: Add php-symfony-error-handler., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 64/98] gnu: Add php-symfony-event-dispatcher-contracts., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 66/98] gnu: Add php-symfony-filesystem., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 63/98] gnu: Add php-symfony-event-dispatcher.,
Nicolas Graves <=
- [bug#67902] [PATCH v4 68/98] gnu: Add php-symfony-http-foundation., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 59/98] gnu: Add php-symfony-console., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 55/98] gnu: Add php-symfony-cache., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 58/98] gnu: Add php-symfony-config., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 60/98] gnu: Add php-symfony-dependency-injection., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 61/98] gnu: Add php-symfony-deprecation-contracts., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 65/98] gnu: Add php-symfony-expression-language., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 67/98] gnu: Add php-symfony-finder., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 69/98] gnu: Add php-symfony-http-kernel., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 70/98] gnu: Add php-symfony-intl., Nicolas Graves, 2024/10/07