[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v4 62/98] gnu: Add php-symfony-error-handler.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v4 62/98] gnu: Add php-symfony-error-handler. |
Date: |
Mon, 7 Oct 2024 23:44:30 +0200 |
* gnu/packages/php-xyz.scm (php-symfony-error-handler): New variable.
Change-Id: Ie8fdaf7a409a1762039992c1c4118eb81b57bcf5
---
gnu/packages/php-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 2a137e01c6..619c17fcb2 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -1618,3 +1618,27 @@ (define-public php-symfony-deprecation-contracts
(home-page "https://symfony.com")
(license license:expat)))
+(define-public php-symfony-error-handler
+ (package
+ (name "php-symfony-error-handler")
+ (version "6.0.19")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/symfony/error-handler")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1vvpmx5v6b22ip44vs3lgyxk0m5cfwkgdpd8rfpp6lbh61ildcph"))))
+ (build-system composer-build-system)
+ (inputs
+ (list php-psr-log php-symfony-var-dumper))
+ (native-inputs
+ (list php-phpunit-phpunit))
+ (synopsis "Ease debugging in PHP")
+ (description "This package provides tools to manage errors and ease
+debugging PHP code.")
+ (home-page "https://symfony.com")
+ (license license:expat)))
+
--
2.46.0
- [bug#67902] [PATCH v4 47/98] gnu: Add php-sebastian-global-state., (continued)
- [bug#67902] [PATCH v4 47/98] gnu: Add php-sebastian-global-state., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 49/98] gnu: Add php-sebastian-object-enumerator., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 48/98] gnu: Add php-sebastian-lines-of-code., Nicolas Graves, 2024/10/07
- [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 <=
- [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, 2024/10/07
- [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