[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v3 37/96] gnu: Add php-psr-event-dispatcher.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v3 37/96] gnu: Add php-psr-event-dispatcher. |
Date: |
Mon, 7 Oct 2024 01:59:32 +0200 |
* gnu/packages/php-xyz.scm (php-psr-event-dispatcher): New variable.
Change-Id: I62db3ea0f3a1429a6bd25c843738b022f3909177
---
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 b3d265f25b..fbf6251bca 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -932,3 +932,23 @@ (define-public php-psr-container
(home-page "https://github.com/php-fig/container")
(license license:expat)))
+(define-public php-psr-event-dispatcher
+ (package
+ (name "php-psr-event-dispatcher")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/php-fig/event-dispatcher")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1rxjscznzihbpgngwci61ji8qy5c623qmpy9zpqbj0f5vv8l99kp"))))
+ (build-system composer-build-system)
+ (synopsis "PHP interfaces for event handling")
+ (description "This package provides PHP standard interfaces for event
+handling.")
+ (home-page "https://github.com/php-fig/event-dispatcher")
+ (license license:expat)))
+
--
2.46.0
- [bug#67902] [PATCH v3 26/96] gnu: Add php-phpunit-php-code-coverage., (continued)
- [bug#67902] [PATCH v3 26/96] gnu: Add php-phpunit-php-code-coverage., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 22/96] gnu: Add php-phpdocumentor-reflection-docblock., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 23/96] gnu: Add php-phpdocumentor-type-resolver., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 25/96] gnu: Add php-phpstan-phpdoc-parser., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 24/96] gnu: Add php-phpspec-prophecy., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 19/96] gnu: Add php-phar-io-manifest., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 17/96] gnu: Add php-myclabs-deep-copy., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 28/96] gnu: Add php-phpunit-php-invoker., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 27/96] gnu: Add php-phpunit-php-file-iterator., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 29/96] gnu: Add php-phpunit-php-timer., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 37/96] gnu: Add php-psr-event-dispatcher.,
Nicolas Graves <=
- [bug#67902] [PATCH v3 32/96] gnu: Add php-predis-predis., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 31/96] gnu: Add php-phpunit-php-token-stream., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 34/96] gnu: Add php-psr-cache., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 36/96] gnu: Add php-psr-container., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 33/96] gnu: Add php-psr-log., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 30/96] gnu: Add php-phpunit-php-text-template., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 35/96] gnu: Add php-psr-cache-1., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 40/96] gnu: Add php-sebastian-code-unit., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 38/96] gnu: Add php-psr-simple-cache., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 39/96] gnu: Add php-sebastian-cli-parser., Nicolas Graves, 2024/10/06